file_name
stringlengths
18
83
original_function_name
stringlengths
1
741
stripped_function_name
stringlengths
2
57
decompiled_code_original
stringlengths
34
256k
decompiled_code_stripped
stringlengths
36
215k
assembly_code
stringlengths
3
189k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
4.92M
pcode_edges_stripped
stringlengths
11
4.86M
pcode_graph_original
float64
pcode_graph_stripped
float64
address
stringlengths
8
8
arch
stringclasses
1 value
opt_level
stringclasses
1 value
S-Expression_of_decompiled_code_stripped
stringlengths
345
5.19M
S-Expression_decompiled_code_original
stringlengths
339
6.03M
S-Expression_decompiled_code_original_noisy
stringlengths
345
5.19M
S-Expression_decompiled_code_original_clean
stringlengths
176
802k
S-Expression_decompiled_code_original_root
stringlengths
353
5.35M
Replace_function_name_and_variable_name
stringlengths
39
248k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
244
1.12M
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
215k
822_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
deregister_tm_clones
FUN_00151590
/* WARNING: Removing unreachable block (ram,0x001515a3) */ /* WARNING: Removing unreachable block (ram,0x001515af) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x001515a3) */ /* WARNING: Removing unreachable block (ram,0x001515af) */ void FUN_00151590(void) { return; }
LEA RDI,[0x43e838] LEA RAX,[0x43e838] CMP RAX,RDI JZ 0x001515b8 MOV RAX,qword ptr [0x0043dbb8] TEST RAX,RAX JZ 0x001515b8 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1207298594')]
[('const-0', u'RETURN_-1207298594')]
null
null
00151590
x64
O2
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001515a3) */\n/* WARNING: Removing unreachable block (ram,0x001515af) */\n\nvoid FUN_00151590(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00151590(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00151590(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001515a3) */\n/* WARNING: Removing unreachable block (ram,0x001515af) */\n\nvoid deregister_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void deregister_tm_clones(void)\n\n{\n return;\n}" primitive_type (function_declarator "deregister_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_00151590(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00151590(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00151590(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_00151590(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00151590(void)" (identifier "FUN_00151590") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Removing unreachable block (ram,0x001515a3) */ /* WARNING: Removing unreachable block (ram,0x001515af) */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
/* WARNING: Removing unreachable block (ram,0x001515a3) */ /* WARNING: Removing unreachable block (ram,0x001515af) */ void MASKED(void) { return; }
149_i686-linux-gnu-nm_and_i686-linux-gnu-nm_strip.c
dupargv
FUN_00107010
char ** dupargv(char **argv) { long lVar1; char **ppcVar2; undefined8 uVar3; char **ppcVar4; long lVar5; if (argv == (char **)0x0) { ppcVar2 = (char **)0x0; } else { if (*argv == (char *)0x0) { lVar5 = 8; } else { lVar5 = 1; do { lVar1 = lVar5; lVar5 = lVar1 + 1; } while (argv[lVar1] != (char *)0x0); lVar5 = (long)((int)lVar1 + 1) << 3; } ppcVar2 = (char **)xmalloc(lVar5); ppcVar4 = ppcVar2; if (*argv != (char *)0x0) { lVar5 = 0; do { uVar3 = xstrdup(); *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3; lVar5 = lVar5 + 8; } while (*(long *)((long)argv + lVar5) != 0); ppcVar4 = (char **)(lVar5 + (long)ppcVar2); } *ppcVar4 = (char *)0x0; } return ppcVar2; }
undefined8 * FUN_00107010(long *param_1) { long lVar1; undefined8 *puVar2; undefined8 uVar3; undefined8 *puVar4; long lVar5; if (param_1 == (long *)0x0) { puVar2 = (undefined8 *)0x0; } else { if (*param_1 == 0) { lVar5 = 8; } else { lVar5 = 1; do { lVar1 = lVar5; lVar5 = lVar1 + 1; } while (param_1[lVar1] != 0); lVar5 = (long)((int)lVar1 + 1) << 3; } puVar2 = (undefined8 *)xmalloc(lVar5); puVar4 = puVar2; if (*param_1 != 0) { lVar5 = 0; do { uVar3 = xstrdup(); *(undefined8 *)((long)puVar2 + lVar5) = uVar3; lVar5 = lVar5 + 8; } while (*(long *)((long)param_1 + lVar5) != 0); puVar4 = (undefined8 *)(lVar5 + (long)puVar2); } *puVar4 = 0; } return puVar2; }
PUSH R12 PUSH RBP PUSH RBX TEST RDI,RDI JZ 0x001070a5 CMP qword ptr [RDI],0x0 MOV RBP,RDI JZ 0x00107090 MOV EAX,0x1 NOP dword ptr [RAX + RAX*0x1] MOV ECX,EAX ADD RAX,0x1 CMP qword ptr [RBP + RAX*0x8 + -0x8],0x0 JNZ 0x00107030 LEA EDI,[RCX + 0x1] MOVSXD RDI,EDI SHL RDI,0x3 CALL 0x00103250 MOV RDI,qword ptr [RBP] MOV R12,RAX TEST RDI,RDI JZ 0x001070a0 XOR EBX,EBX NOP dword ptr [RAX + RAX*0x1] CALL 0x00103280 MOV qword ptr [R12 + RBX*0x1],RAX ADD RBX,0x8 MOV RDI,qword ptr [RBP + RBX*0x1] TEST RDI,RDI JNZ 0x00107060 ADD RBX,R12 MOV qword ptr [RBX],0x0 MOV RAX,R12 POP RBX POP RBP POP R12 RET MOV EDI,0x8 JMP 0x00107048 MOV RBX,RAX JMP 0x0010707a XOR R12D,R12D JMP 0x00107081
null
null
null
null
[(u'INT_NOTEQUAL_-1206947631', u'CBRANCH_-1206947630'), (u'COPY_-1206947301', u'MULTIEQUAL_-1206947383'), (u'CAST_-1206947181', u'LOAD_-1206947580'), ('tmp_165', u'CBRANCH_-1206947714'), (u'COPY_-1206947281', u'MULTIEQUAL_-1206947257'), ('const-0', u'COPY_-1206947382'), (u'CALL_-1206947604', u'STORE_-1206947599'), ('tmp_513', u'BRANCH_-1206947495'), (u'COPY_-1206947312', u'PTRADD_-1206947246'), ('tmp_551', u'LOAD_-1206947790'), (u'INT_EQUAL_-1206947796', u'CBRANCH_-1206947794'), ('const-1', u'COPY_-1206947769'), (u'PTRADD_-1206947246', u'LOAD_-1206947735'), (u'MULTIEQUAL_-1206947314', u'INT_ADD_-1206947576'), ('const-0', u'INT_NOTEQUAL_-1206947631'), (u'COPY_-1206947769', u'COPY_-1206947319'), (u'CAST_-1206947170', u'INT_ADD_-1206947538'), (u'INT_NOTEQUAL_-1206947719', u'CBRANCH_-1206947714'), ('const-433', u'STORE_-1206947599'), ('const-0', u'INT_NOTEQUAL_-1206947559'), ('const-0', u'INT_NOTEQUAL_-1206947719'), (u'INT_ADD_-1206947732', u'COPY_-1206947301'), ('const-3', u'INT_LEFT_-1206947675'), (u'INT_LEFT_-1206947675', u'MULTIEQUAL_-1206947324'), ('const-0', u'SUBPIECE_-1206947270'), (u'INT_ADD_-1206947697', u'INT_SEXT_-1206947692'), ('tmp_551', u'INT_EQUAL_-1206947796'), ('const-1', u'INT_ADD_-1206947697'), (u'CAST_-1206947222', u'COPY_-1206947271'), (u'INT_ADD_-1206947576', u'MULTIEQUAL_-1206947314'), ('tmp_540', u'BRANCH_-1206947465'), ('const-8', u'PTRADD_-1206947246'), ('tmp_320', u'CBRANCH_-1206947630'), (u'COPY_-1206947537', u'RETURN_-1206947506'), ('tmp_83', u'CBRANCH_-1206947768'), (u'LOAD_-1206947655', u'INT_NOTEQUAL_-1206947631'), ('const-0', u'INT_EQUAL_-1206947775'), ('tmp_551', u'LOAD_-1206947655'), ('const-0', u'INT_EQUAL_-1206947796'), ('const-433', u'LOAD_-1206947790'), ('const-433', u'LOAD_-1206947580'), (u'CAST_-1206947191', u'STORE_-1206947599'), ('const-1', u'INT_ADD_-1206947732'), (u'LOAD_-1206947735', u'INT_NOTEQUAL_-1206947719'), ('const-0', u'STORE_-1206947543'), (u'COPY_-1206947271', u'MULTIEQUAL_-1206947289'), ('tmp_48', u'CBRANCH_-1206947794'), (u'COPY_-1206947312', u'INT_ADD_-1206947732'), (u'CAST_-1206947222', u'CAST_-1206947170'), (u'LOAD_-1206947580', u'INT_NOTEQUAL_-1206947559'), (u'INT_ADD_-1206947585', u'CAST_-1206947191'), (u'MULTIEQUAL_-1206947383', u'COPY_-1206947312'), ('tmp_551', u'CAST_-1206947182'), (u'INT_ADD_-1206947576', u'INT_ADD_-1206947564'), (u'COPY_-1206947312', u'SUBPIECE_-1206947270'), (u'MULTIEQUAL_-1206947314', u'INT_ADD_-1206947585'), (u'INT_ADD_-1206947576', u'INT_ADD_-1206947538'), ('const-0', u'COPY_-1206947281'), (u'MULTIEQUAL_-1206947324', u'CALL_-1206947656'), (u'COPY_-1206947382', u'MULTIEQUAL_-1206947314'), (u'INT_ADD_-1206947564', u'CAST_-1206947181'), (u'INT_ADD_-1206947538', u'CAST_-1206947169'), (u'COPY_-1206947240', u'MULTIEQUAL_-1206947289'), (u'CAST_-1206947222', u'MULTIEQUAL_-1206947257'), ('const-433', u'LOAD_-1206947655'), (u'INT_EQUAL_-1206947775', u'CBRANCH_-1206947768'), ('const-8', u'INT_ADD_-1206947576'), (u'CAST_-1206947169', u'COPY_-1206947240'), (u'LOAD_-1206947790', u'INT_EQUAL_-1206947775'), (u'COPY_-1206947319', u'MULTIEQUAL_-1206947383'), ('const-0', u'RETURN_-1206947506'), (u'SUBPIECE_-1206947270', u'INT_ADD_-1206947697'), (u'CAST_-1206947182', u'INT_ADD_-1206947564'), (u'COPY_-1206947504', u'MULTIEQUAL_-1206947324'), (u'CAST_-1206947192', u'INT_ADD_-1206947585'), ('tmp_436', u'CBRANCH_-1206947557'), (u'CAST_-1206947222', u'CAST_-1206947192'), ('tmp_551', u'PTRADD_-1206947246'), ('const-433', u'STORE_-1206947543'), (u'MULTIEQUAL_-1206947289', u'STORE_-1206947543'), (u'CALL_-1206947656', u'CAST_-1206947222'), (u'INT_SEXT_-1206947692', u'INT_LEFT_-1206947675'), ('const-8', u'COPY_-1206947504'), ('const-433', u'LOAD_-1206947735'), (u'INT_NOTEQUAL_-1206947559', u'CBRANCH_-1206947557'), (u'MULTIEQUAL_-1206947257', u'COPY_-1206947537')]
[(u'INT_NOTEQUAL_-1206947631', u'CBRANCH_-1206947630'), (u'COPY_-1206947301', u'MULTIEQUAL_-1206947383'), (u'CAST_-1206947181', u'LOAD_-1206947580'), ('tmp_1226', u'PTRADD_-1206947246'), ('tmp_165', u'CBRANCH_-1206947714'), (u'COPY_-1206947281', u'MULTIEQUAL_-1206947257'), ('const-1', u'INT_ADD_-1206947697'), (u'CALL_-1206947604', u'STORE_-1206947599'), ('tmp_513', u'BRANCH_-1206947495'), (u'COPY_-1206947312', u'PTRADD_-1206947246'), (u'INT_EQUAL_-1206947796', u'CBRANCH_-1206947794'), ('const-1', u'COPY_-1206947769'), (u'PTRADD_-1206947246', u'LOAD_-1206947735'), (u'MULTIEQUAL_-1206947314', u'INT_ADD_-1206947576'), ('const-0', u'INT_NOTEQUAL_-1206947631'), (u'COPY_-1206947769', u'COPY_-1206947319'), (u'CAST_-1206947170', u'INT_ADD_-1206947538'), (u'INT_NOTEQUAL_-1206947719', u'CBRANCH_-1206947714'), ('const-0', u'SUBPIECE_-1206947270'), ('tmp_1226', u'LOAD_-1206947655'), ('const-0', u'INT_NOTEQUAL_-1206947559'), (u'INT_ADD_-1206947732', u'COPY_-1206947301'), ('const-0', u'COPY_-1206947281'), (u'INT_LEFT_-1206947675', u'MULTIEQUAL_-1206947324'), (u'INT_ADD_-1206947697', u'INT_SEXT_-1206947692'), ('tmp_1226', u'INT_EQUAL_-1206947796'), (u'CAST_-1206947222', u'COPY_-1206947271'), (u'INT_ADD_-1206947576', u'MULTIEQUAL_-1206947314'), ('tmp_540', u'BRANCH_-1206947465'), ('const-0', u'INT_EQUAL_-1206947775'), ('tmp_320', u'CBRANCH_-1206947630'), (u'COPY_-1206947537', u'RETURN_-1206947506'), ('tmp_83', u'CBRANCH_-1206947768'), (u'LOAD_-1206947655', u'INT_NOTEQUAL_-1206947631'), ('const-0', u'INT_EQUAL_-1206947796'), ('const-0', u'STORE_-1206947543'), (u'CAST_-1206947191', u'STORE_-1206947599'), ('const-1', u'INT_ADD_-1206947732'), (u'LOAD_-1206947735', u'INT_NOTEQUAL_-1206947719'), ('const-0', u'COPY_-1206947382'), ('tmp_1226', u'LOAD_-1206947790'), (u'COPY_-1206947271', u'MULTIEQUAL_-1206947289'), ('tmp_48', u'CBRANCH_-1206947794'), (u'COPY_-1206947312', u'INT_ADD_-1206947732'), ('tmp_1226', u'CAST_-1206947182'), ('const-0', u'INT_NOTEQUAL_-1206947719'), (u'CAST_-1206947222', u'CAST_-1206947170'), (u'LOAD_-1206947580', u'INT_NOTEQUAL_-1206947559'), (u'INT_ADD_-1206947585', u'CAST_-1206947191'), (u'MULTIEQUAL_-1206947383', u'COPY_-1206947312'), (u'INT_ADD_-1206947576', u'INT_ADD_-1206947564'), (u'COPY_-1206947312', u'SUBPIECE_-1206947270'), (u'MULTIEQUAL_-1206947314', u'INT_ADD_-1206947585'), ('const-433', u'LOAD_-1206947790'), (u'INT_ADD_-1206947576', u'INT_ADD_-1206947538'), ('const-433', u'LOAD_-1206947735'), (u'MULTIEQUAL_-1206947324', u'CALL_-1206947656'), (u'COPY_-1206947382', u'MULTIEQUAL_-1206947314'), (u'INT_ADD_-1206947564', u'CAST_-1206947181'), (u'INT_ADD_-1206947538', u'CAST_-1206947169'), (u'COPY_-1206947240', u'MULTIEQUAL_-1206947289'), (u'CAST_-1206947222', u'MULTIEQUAL_-1206947257'), (u'INT_EQUAL_-1206947775', u'CBRANCH_-1206947768'), ('const-8', u'INT_ADD_-1206947576'), (u'CAST_-1206947169', u'COPY_-1206947240'), (u'LOAD_-1206947790', u'INT_EQUAL_-1206947775'), (u'COPY_-1206947319', u'MULTIEQUAL_-1206947383'), ('const-0', u'RETURN_-1206947506'), (u'SUBPIECE_-1206947270', u'INT_ADD_-1206947697'), (u'CAST_-1206947182', u'INT_ADD_-1206947564'), (u'COPY_-1206947504', u'MULTIEQUAL_-1206947324'), (u'CAST_-1206947192', u'INT_ADD_-1206947585'), ('const-433', u'LOAD_-1206947580'), ('tmp_436', u'CBRANCH_-1206947557'), (u'CAST_-1206947222', u'CAST_-1206947192'), ('const-8', u'PTRADD_-1206947246'), ('const-433', u'STORE_-1206947543'), (u'MULTIEQUAL_-1206947289', u'STORE_-1206947543'), ('const-3', u'INT_LEFT_-1206947675'), (u'CALL_-1206947656', u'CAST_-1206947222'), ('const-433', u'LOAD_-1206947655'), (u'INT_SEXT_-1206947692', u'INT_LEFT_-1206947675'), ('const-8', u'COPY_-1206947504'), ('const-433', u'STORE_-1206947599'), (u'INT_NOTEQUAL_-1206947559', u'CBRANCH_-1206947557'), (u'MULTIEQUAL_-1206947257', u'COPY_-1206947537')]
null
null
00107010
x64
O2
(translation_unit "undefined8 * FUN_00107010(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}\n\n" (function_definition "undefined8 * FUN_00107010(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" type_identifier (pointer_declarator "* FUN_00107010(long *param_1)" * (function_declarator "FUN_00107010(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" if (parenthesized_expression "(param_1 == (long *)0x0)" ( (binary_expression "param_1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" { (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" else (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" { (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_1[lVar1] != 0)" ( (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + lVar5)" ( (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" ( (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" * (cast_expression "(long *)((long)param_1 + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar5)" ( (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" identifier = (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + (long)puVar2)" ( (binary_expression "lVar5 + (long)puVar2" identifier + (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) }))) (return_statement "return puVar2;" return identifier ;) })))
(translation_unit "char ** dupargv(char **argv)\n\n{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}\n\n" (function_definition "char ** dupargv(char **argv)\n\n{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}" primitive_type (pointer_declarator "** dupargv(char **argv)" * (pointer_declarator "* dupargv(char **argv)" * (function_declarator "dupargv(char **argv)" identifier (parameter_list "(char **argv)" ( (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) ))))) (compound_statement "{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }\n return ppcVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char **ppcVar2;" primitive_type (pointer_declarator "**ppcVar2" * (pointer_declarator "*ppcVar2" * identifier)) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char **ppcVar4;" primitive_type (pointer_declarator "**ppcVar4" * (pointer_declarator "*ppcVar4" * identifier)) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" if (parenthesized_expression "(argv == (char **)0x0)" ( (binary_expression "argv == (char **)0x0" identifier == (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n ppcVar2 = (char **)0x0;\n }" { (expression_statement "ppcVar2 = (char **)0x0;" (assignment_expression "ppcVar2 = (char **)0x0" identifier = (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) }) (else_clause "else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" else (compound_statement "{\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n ppcVar2 = (char **)xmalloc(lVar5);\n ppcVar4 = ppcVar2;\n if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }\n *ppcVar4 = (char *)0x0;\n }" { (if_statement "if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*argv == (char *)0x0)" ( (binary_expression "*argv == (char *)0x0" (pointer_expression "*argv" * identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (argv[lVar1] != (char *)0x0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(argv[lVar1] != (char *)0x0)" ( (binary_expression "argv[lVar1] != (char *)0x0" (subscript_expression "argv[lVar1]" identifier [ identifier ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "ppcVar2 = (char **)xmalloc(lVar5);" (assignment_expression "ppcVar2 = (char **)xmalloc(lVar5)" identifier = (cast_expression "(char **)xmalloc(lVar5)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "ppcVar4 = ppcVar2;" (assignment_expression "ppcVar4 = ppcVar2" identifier = identifier) ;) (if_statement "if (*argv != (char *)0x0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }" if (parenthesized_expression "(*argv != (char *)0x0)" ( (binary_expression "*argv != (char *)0x0" (pointer_expression "*argv" * identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);\n ppcVar4 = (char **)(lVar5 + (long)ppcVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)argv + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)ppcVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)ppcVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)ppcVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)ppcVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)ppcVar2 + lVar5)" ( (binary_expression "(long)ppcVar2 + lVar5" (cast_expression "(long)ppcVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)argv + lVar5) != 0)" ( (binary_expression "*(long *)((long)argv + lVar5) != 0" (pointer_expression "*(long *)((long)argv + lVar5)" * (cast_expression "(long *)((long)argv + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)argv + lVar5)" ( (binary_expression "(long)argv + lVar5" (cast_expression "(long)argv" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "ppcVar4 = (char **)(lVar5 + (long)ppcVar2);" (assignment_expression "ppcVar4 = (char **)(lVar5 + (long)ppcVar2)" identifier = (cast_expression "(char **)(lVar5 + (long)ppcVar2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + (long)ppcVar2)" ( (binary_expression "lVar5 + (long)ppcVar2" identifier + (cast_expression "(long)ppcVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*ppcVar4 = (char *)0x0;" (assignment_expression "*ppcVar4 = (char *)0x0" (pointer_expression "*ppcVar4" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) (return_statement "return ppcVar2;" return identifier ;) })))
(translation_unit "undefined8 * FUN_00107010(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}\n\n" (function_definition "undefined8 * FUN_00107010(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" type_identifier (pointer_declarator "* FUN_00107010(long *param_1)" * (function_declarator "FUN_00107010(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" if (parenthesized_expression "(param_1 == (long *)0x0)" ( (binary_expression "param_1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" { (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" else (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" { (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" if (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar5 = 8;\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) }) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" else (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" { (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" identifier = number_literal) ;) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" do (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" { (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" identifier = identifier) ;) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" identifier = (binary_expression "lVar1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_1[lVar1] != 0)" ( (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" identifier = (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar1 + 1)" ( (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) << number_literal)) ;) }))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar5)" identifier (argument_list "(lVar5)" ( identifier ))))) ;) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" identifier = identifier) ;) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" if (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" do (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" { (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" identifier = (call_expression "xstrdup()" identifier (argument_list "()" ( )))) ;) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" * (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + lVar5)" ( (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = identifier) ;) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" identifier = (binary_expression "lVar5 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" ( (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" * (cast_expression "(long *)((long)param_1 + lVar5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + lVar5)" ( (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) != number_literal) )) ;) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" identifier = (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + (long)puVar2)" ( (binary_expression "lVar5 + (long)puVar2" identifier + (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) }))) (return_statement "return puVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = 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)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) << LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( 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 = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) }))) (return_statement return IDENT ;) })))
(function_definition "undefined8 * FUN_00107010(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_00107010(long *param_1)" (* "*") (function_declarator "FUN_00107010(long *param_1)" (identifier "FUN_00107010") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }\n return puVar2;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 *puVar4;" (type_identifier "undefined8") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (if_statement "if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" (if "if") (parenthesized_expression "(param_1 == (long *)0x0)" (( "(") (binary_expression "param_1 == (long *)0x0" (identifier "param_1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar2 = (undefined8 *)0x0;\n }" ({ "{") (expression_statement "puVar2 = (undefined8 *)0x0;" (assignment_expression "puVar2 = (undefined8 *)0x0" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" (else "else") (compound_statement "{\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }\n puVar2 = (undefined8 *)xmalloc(lVar5);\n puVar4 = puVar2;\n if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }\n *puVar4 = 0;\n }" ({ "{") (if_statement "if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" (if "if") (parenthesized_expression "(*param_1 == 0)" (( "(") (binary_expression "*param_1 == 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = 8;\n }" ({ "{") (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" (identifier "lVar5") (= "=") (number_literal "8")) (; ";")) (} "}")) (else_clause "else {\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" (else "else") (compound_statement "{\n lVar5 = 1;\n do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);\n lVar5 = (long)((int)lVar1 + 1) << 3;\n }" ({ "{") (expression_statement "lVar5 = 1;" (assignment_expression "lVar5 = 1" (identifier "lVar5") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n } while (param_1[lVar1] != 0);" (do "do") (compound_statement "{\n lVar1 = lVar5;\n lVar5 = lVar1 + 1;\n }" ({ "{") (expression_statement "lVar1 = lVar5;" (assignment_expression "lVar1 = lVar5" (identifier "lVar1") (= "=") (identifier "lVar5")) (; ";")) (expression_statement "lVar5 = lVar1 + 1;" (assignment_expression "lVar5 = lVar1 + 1" (identifier "lVar5") (= "=") (binary_expression "lVar1 + 1" (identifier "lVar1") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_1[lVar1] != 0)" (( "(") (binary_expression "param_1[lVar1] != 0" (subscript_expression "param_1[lVar1]" (identifier "param_1") ([ "[") (identifier "lVar1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "lVar5 = (long)((int)lVar1 + 1) << 3;" (assignment_expression "lVar5 = (long)((int)lVar1 + 1) << 3" (identifier "lVar5") (= "=") (binary_expression "(long)((int)lVar1 + 1) << 3" (cast_expression "(long)((int)lVar1 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((int)lVar1 + 1)" (( "(") (binary_expression "(int)lVar1 + 1" (cast_expression "(int)lVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar1")) (+ "+") (number_literal "1")) () ")"))) (<< "<<") (number_literal "3"))) (; ";")) (} "}")))) (expression_statement "puVar2 = (undefined8 *)xmalloc(lVar5);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(lVar5)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)xmalloc(lVar5)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar5)" (identifier "xmalloc") (argument_list "(lVar5)" (( "(") (identifier "lVar5") () ")"))))) (; ";")) (expression_statement "puVar4 = puVar2;" (assignment_expression "puVar4 = puVar2" (identifier "puVar4") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (*param_1 != 0) {\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" (if "if") (parenthesized_expression "(*param_1 != 0)" (( "(") (binary_expression "*param_1 != 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar5 = 0;\n do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);\n puVar4 = (undefined8 *)(lVar5 + (long)puVar2);\n }" ({ "{") (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" (identifier "lVar5") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n } while (*(long *)((long)param_1 + lVar5) != 0);" (do "do") (compound_statement "{\n uVar3 = xstrdup();\n *(undefined8 *)((long)puVar2 + lVar5) = uVar3;\n lVar5 = lVar5 + 8;\n }" ({ "{") (expression_statement "uVar3 = xstrdup();" (assignment_expression "uVar3 = xstrdup()" (identifier "uVar3") (= "=") (call_expression "xstrdup()" (identifier "xstrdup") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)puVar2 + lVar5) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar2 + lVar5) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar2 + lVar5)" (* "*") (cast_expression "(undefined8 *)((long)puVar2 + lVar5)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + lVar5)" (( "(") (binary_expression "(long)puVar2 + lVar5" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (identifier "lVar5")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "lVar5 = lVar5 + 8;" (assignment_expression "lVar5 = lVar5 + 8" (identifier "lVar5") (= "=") (binary_expression "lVar5 + 8" (identifier "lVar5") (+ "+") (number_literal "8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(long *)((long)param_1 + lVar5) != 0)" (( "(") (binary_expression "*(long *)((long)param_1 + lVar5) != 0" (pointer_expression "*(long *)((long)param_1 + lVar5)" (* "*") (cast_expression "(long *)((long)param_1 + lVar5)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + lVar5)" (( "(") (binary_expression "(long)param_1 + lVar5" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "lVar5")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "puVar4 = (undefined8 *)(lVar5 + (long)puVar2);" (assignment_expression "puVar4 = (undefined8 *)(lVar5 + (long)puVar2)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)(lVar5 + (long)puVar2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + (long)puVar2)" (( "(") (binary_expression "lVar5 + (long)puVar2" (identifier "lVar5") (+ "+") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")")))) (; ";")) (} "}"))) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (number_literal "0")) (; ";")) (} "}")))) (return_statement "return puVar2;" (return "return") (identifier "puVar2") (; ";")) (} "}")))
char ** function_1(char **var_1) { long var_2; char **ppcVar2; type_1 uVar3; char **ppcVar4; long var_5; if (var_1 == (char **)0x0) { ppcVar2 = (char **)0x0; } else { if (*var_1 == (char *)0x0) { var_5 = 8; } else { var_5 = 1; do { var_2 = var_5; var_5 = var_2 + 1; } while (var_1[var_2] != (char *)0x0); var_5 = (long)((int)var_2 + 1) << 3; } ppcVar2 = (char **)var_3(var_5); ppcVar4 = ppcVar2; if (*var_1 != (char *)0x0) { var_5 = 0; do { uVar3 = var_4(); *(type_1 *)((long)ppcVar2 + var_5) = uVar3; var_5 = var_5 + 8; } while (*(long *)((long)var_1 + var_5) != 0); ppcVar4 = (char **)(var_5 + (long)ppcVar2); } *ppcVar4 = (char *)0x0; } return ppcVar2; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (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 (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: (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))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (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: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) 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: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (return_statement (identifier)))))
null
undefined8 * MASKED(long *param_1) { long lVar1; undefined8 *puVar2; undefined8 uVar3; undefined8 *puVar4; long lVar5; if (param_1 == (long *)0x0) { puVar2 = (undefined8 *)0x0; } else { if (*param_1 == 0) { lVar5 = 8; } else { lVar5 = 1; do { lVar1 = lVar5; lVar5 = lVar1 + 1; } while (param_1[lVar1] != 0); lVar5 = (long)((int)lVar1 + 1) << 3; } puVar2 = (undefined8 *)xmalloc(lVar5); puVar4 = puVar2; if (*param_1 != 0) { lVar5 = 0; do { uVar3 = xstrdup(); *(undefined8 *)((long)puVar2 + lVar5) = uVar3; lVar5 = lVar5 + 8; } while (*(long *)((long)param_1 + lVar5) != 0); puVar4 = (undefined8 *)(lVar5 + (long)puVar2); } *puVar4 = 0; } return puVar2; }
1292_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
versioned_name[abi:cxx11]
FUN_00186808
/* gold::Symbol::versioned_name[abi:cxx11]() const [clone .cold.593] */ void gold::Symbol::versioned_name_abi_cxx11_(void) { undefined8 *unaff_RBX; void *unaff_R13; if ((void *)*unaff_RBX != unaff_R13) { operator_delete((void *)*unaff_RBX); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_00186808(void) { long *unaff_RBX; long unaff_R13; if (*unaff_RBX != unaff_R13) { FUN_0049e330(); } /* WARNING: Subroutine does not return */ FUN_0052bfa0(); }
MOV RDI,qword ptr [RBX] CMP RDI,R13 JZ 0x00186815 CALL 0x0049e330 MOV RDI,RBP CALL 0x0052bfa0
null
null
null
null
[(u'INT_NOTEQUAL_-1207474146', u'CBRANCH_-1207474145'), ('tmp_141', u'LOAD_-1207474166'), ('const-1', u'RETURN_-1207474121'), (u'LOAD_-1207474166', u'CAST_-1207474046'), (u'CAST_-1207474046', u'INT_NOTEQUAL_-1207474146'), ('tmp_142', u'INT_NOTEQUAL_-1207474146'), ('const-433', u'LOAD_-1207474166'), ('tmp_33', u'CBRANCH_-1207474145'), (u'CAST_-1207474046', u'CALL_-1207474138')]
[(u'INT_NOTEQUAL_-1207474146', u'CBRANCH_-1207474145'), ('tmp_141', u'LOAD_-1207474166'), ('const-1', u'RETURN_-1207474121'), ('tmp_142', u'INT_NOTEQUAL_-1207474146'), (u'LOAD_-1207474166', u'INT_NOTEQUAL_-1207474146'), ('tmp_33', u'CBRANCH_-1207474145'), ('const-433', u'LOAD_-1207474166')]
null
null
00186808
x64
O2
(translation_unit "void FUN_00186808(void)\n\n{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00186808(void)\n\n{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00186808(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*unaff_RBX != unaff_R13)" ( (binary_expression "*unaff_RBX != unaff_R13" (pointer_expression "*unaff_RBX" * identifier) != identifier) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* gold::Symbol::versioned_name[abi:cxx11]() const [clone .cold.593] */\n\nvoid gold::Symbol::versioned_name_abi_cxx11_(void)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_R13;\n \n if ((void *)*unaff_RBX != unaff_R13) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Symbol::versioned_name_abi_cxx11_(void)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_R13;\n \n if ((void *)*unaff_RBX != unaff_R13) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Symbol::" identifier : : identifier : :) (function_declarator "versioned_name_abi_cxx11_(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n void *unaff_R13;\n \n if ((void *)*unaff_RBX != unaff_R13) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "undefined8 *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "void *unaff_R13;" primitive_type (pointer_declarator "*unaff_R13" * identifier) ;) (if_statement "if ((void *)*unaff_RBX != unaff_R13) {\n operator_delete((void *)*unaff_RBX);\n }" if (parenthesized_expression "((void *)*unaff_RBX != unaff_R13)" ( (binary_expression "(void *)*unaff_RBX != unaff_R13" (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) != identifier) )) (compound_statement "{\n operator_delete((void *)*unaff_RBX);\n }" { (expression_statement "operator_delete((void *)*unaff_RBX);" (call_expression "operator_delete((void *)*unaff_RBX)" identifier (argument_list "((void *)*unaff_RBX)" ( (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_00186808(void)\n\n{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00186808(void)\n\n{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00186808(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*unaff_RBX != unaff_R13)" ( (binary_expression "*unaff_RBX != unaff_R13" (pointer_expression "*unaff_RBX" * identifier) != identifier) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_00186808(void)\n\n{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_00186808(void)" (identifier "FUN_00186808") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R13;\n \n if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long *unaff_RBX;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (; ";")) (declaration "long unaff_R13;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R13") (; ";")) (if_statement "if (*unaff_RBX != unaff_R13) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*unaff_RBX != unaff_R13)" (( "(") (binary_expression "*unaff_RBX != unaff_R13" (pointer_expression "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (!= "!=") (identifier "unaff_R13")) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* gold::Symbol::versioned_name[abi:cxx11]() const [clone .cold.593] */ void gold::Symbol::function_1(void) { type_1 *unaff_RBX; void *var_1; if ((void *)*unaff_RBX != var_1) { var_2((void *)*unaff_RBX); } /* WARNING: Subroutine does not return */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { long *unaff_RBX; long unaff_R13; if (*unaff_RBX != unaff_R13) { FUN_0049e330(); } /* WARNING: Subroutine does not return */ FUN_0052bfa0(); }
1784_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
parse_to_value
FUN_00158410
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_oformat * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::General_options::Struct_oformat::parse_to_value (Struct_oformat *this,char *option_name,char *arg,Command_line *param_3, General_options *param_4) { gold::options::parse_string(option_name,arg,&this->value); this->user_set_via_option = true; return; }
void FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3) { FUN_001deb40(param_2,param_3,param_1 + 0x68); *(undefined1 *)(param_1 + 0x60) = 1; return; }
PUSH RBX MOV RBX,RDI MOV RDI,RSI MOV RSI,RDX LEA RDX,[RBX + 0x68] CALL 0x001deb40 MOV byte ptr [RBX + 0x60],0x1 POP RBX RET
null
null
null
null
[('const-104', u'PTRSUB_-1207270272'), ('tmp_58', u'PTRSUB_-1207270272'), ('const-96', u'PTRSUB_-1207270262'), ('tmp_60', u'CALL_-1207270353'), ('tmp_59', u'CALL_-1207270353'), ('tmp_58', u'PTRSUB_-1207270262'), (u'PTRSUB_-1207270272', u'CALL_-1207270353'), ('const-1', u'STORE_-1207270349'), ('const-0', u'RETURN_-1207270330'), ('const-433', u'STORE_-1207270349'), (u'PTRSUB_-1207270262', u'STORE_-1207270349')]
[('tmp_84', u'INT_ADD_-1207270349'), ('const-96', u'INT_ADD_-1207270335'), ('const-433', u'STORE_-1207270349'), ('tmp_86', u'CALL_-1207270353'), ('tmp_84', u'INT_ADD_-1207270335'), (u'INT_ADD_-1207270349', u'CALL_-1207270353'), ('const-104', u'INT_ADD_-1207270349'), ('const-0', u'RETURN_-1207270330'), ('tmp_85', u'CALL_-1207270353'), ('const-1', u'STORE_-1207270349'), (u'INT_ADD_-1207270335', u'CAST_-1207270267'), (u'CAST_-1207270267', u'STORE_-1207270349')]
null
null
00158410
x64
O2
(translation_unit "void FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001deb40(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001deb40(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_oformat * this, char * option_name, char *\n arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_oformat::parse_to_value\n (Struct_oformat *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_string(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_oformat::parse_to_value\n (Struct_oformat *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_string(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_oformat::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_oformat *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_oformat *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_oformat *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "General_options *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n gold::options::parse_string(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_string(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_string(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_string(option_name,arg,&this->value);" (call_expression "parse_string(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_00158410(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001deb40(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001deb40(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00158410(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00158410") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_001deb40(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_001deb40(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001deb40(param_2,param_3,param_1 + 0x68)" (identifier "FUN_001deb40") (argument_list "(param_2,param_3,param_1 + 0x68)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_oformat * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *option_name,char *arg,type_2 *param_3, type_3 *param_4) { gold::options::var_1(option_name,arg,&this->value); this->user_set_via_option = true; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2,undefined8 param_3) { FUN_001deb40(param_2,param_3,param_1 + 0x68); *(undefined1 *)(param_1 + 0x60) = 1; return; }
1628_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
~Struct_ctors_in_init_array
FUN_00153020
/* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array (Struct_ctors_in_init_array *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_00153020(undefined8 *param_1) { *param_1 = &PTR_FUN_003a72d8; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x3a72d8] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x00153040 MOV RDI,RDX JMP 0x00276d20 RET
null
null
null
null
[('const-0', u'RETURN_-1207291815'), (u'PTRSUB_-1207291751', u'PTRSUB_-1207291747'), ('const-3830488', u'PTRSUB_-1207291753'), (u'PTRSUB_-1207291746', u'PTRSUB_-1207291742'), ('const-0', u'PTRSUB_-1207291742'), (u'LOAD_-1207291861', u'CALL_-1207291819'), ('const-0', u'RETURN_-1207291806'), ('const-0', u'PTRSUB_-1207291751'), (u'CAST_-1207291743', u'STORE_-1207291853'), ('const-0', u'PTRSUB_-1207291750'), ('const-8', u'PTRSUB_-1207291746'), ('const-0', u'PTRSUB_-1207291755'), ('tmp_48', u'CBRANCH_-1207291828'), ('tmp_68', u'PTRSUB_-1207291756'), ('tmp_68', u'PTRSUB_-1207291750'), (u'CAST_-1207291735', u'INT_NOTEQUAL_-1207291829'), (u'PTRSUB_-1207291747', u'LOAD_-1207291861'), (u'PTRSUB_-1207291746', u'STORE_-1207291853'), ('const-433', u'LOAD_-1207291861'), (u'PTRSUB_-1207291753', u'CAST_-1207291743'), ('const-8', u'PTRSUB_-1207291756'), (u'LOAD_-1207291861', u'CAST_-1207291735'), ('const-433', u'STORE_-1207291853'), (u'PTRSUB_-1207291756', u'PTRSUB_-1207291755'), (u'PTRSUB_-1207291755', u'PTRSUB_-1207291751'), ('const-16', u'PTRSUB_-1207291739'), (u'INT_NOTEQUAL_-1207291829', u'CBRANCH_-1207291828'), (u'PTRSUB_-1207291742', u'PTRSUB_-1207291739'), (u'PTRSUB_-1207291750', u'PTRSUB_-1207291746'), ('tmp_68', u'PTRSUB_-1207291746'), ('const-0', u'PTRSUB_-1207291747'), ('const-0', u'PTRSUB_-1207291746'), ('const-0', u'PTRSUB_-1207291753'), (u'PTRSUB_-1207291739', u'INT_NOTEQUAL_-1207291829')]
[('const-0', u'RETURN_-1207291815'), (u'CAST_-1207291757', u'CALL_-1207291819'), ('const-0', u'PTRSUB_-1207291754'), ('const-3', u'PTRADD_-1207291750'), ('tmp_109', u'STORE_-1207291853'), ('const-3830488', u'PTRSUB_-1207291754'), (u'INT_NOTEQUAL_-1207291829', u'CBRANCH_-1207291828'), (u'PTRSUB_-1207291754', u'STORE_-1207291853'), ('const-8', u'PTRADD_-1207291758'), ('const-0', u'RETURN_-1207291806'), ('const-1', u'PTRADD_-1207291758'), ('const-433', u'LOAD_-1207291861'), ('tmp_109', u'PTRADD_-1207291750'), ('tmp_48', u'CBRANCH_-1207291828'), (u'PTRADD_-1207291758', u'LOAD_-1207291861'), ('const-433', u'STORE_-1207291853'), (u'LOAD_-1207291861', u'CAST_-1207291757'), ('tmp_109', u'PTRADD_-1207291758'), ('const-8', u'PTRADD_-1207291750'), (u'CAST_-1207291757', u'INT_NOTEQUAL_-1207291829'), (u'PTRADD_-1207291750', u'INT_NOTEQUAL_-1207291829')]
null
null
00153020
x64
O2
(translation_unit "void FUN_00153020(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00153020(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00153020(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a72d8;" (assignment_expression "*param_1 = &PTR_FUN_003a72d8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a72d8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_ctors_in_init_array::~Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_ctors_in_init_array::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_ctors_in_init_array\n (Struct_ctors_in_init_array *this,int __in_chrg)" identifier (parameter_list "(Struct_ctors_in_init_array *this,int __in_chrg)" ( (parameter_declaration "Struct_ctors_in_init_array *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a72d8" (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_003a72d8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a72d8" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00153020(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00153020(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00153020(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a72d8;" (assignment_expression "*param_1 = &PTR_FUN_003a72d8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a72d8" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_00153020(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00153020(undefined8 *param_1)" (identifier "FUN_00153020") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a72d8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a72d8;" (assignment_expression "*param_1 = &PTR_FUN_003a72d8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a72d8" (& "&") (identifier "PTR_FUN_003a72d8"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" (identifier "FUN_00276d20") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_ctors_in_init_array(Struct_ctors_in_init_array * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003a72d8; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_003a72d8; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20((undefined8 *)param_1[1]); return; } return; }
9095_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
open
FUN_003214b0
/* std::wfstream::open(char const*, std::_Ios_Openmode) */ void __thiscall std::wfstream::open(wfstream *this,char *param_1,_Ios_Openmode param_2) { long lVar1; lVar1 = wfilebuf::open((wfilebuf *)(this + 0x18),param_1,param_2); if (lVar1 != 0) { wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit); return; } wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)), *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) | _S_failbit); return; }
void FUN_003214b0(long *param_1) { long lVar1; lVar1 = FUN_00321220(param_1 + 3); if (lVar1 != 0) { FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0); return; } lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18); FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4); return; }
PUSH RBX MOV RBX,RDI ADD RDI,0x18 CALL 0x00321220 TEST RAX,RAX MOV RAX,qword ptr [RBX] JZ 0x003214d8 ADD RBX,qword ptr [RAX + -0x18] XOR ESI,ESI MOV RDI,RBX POP RBX JMP 0x00318460 ADD RBX,qword ptr [RAX + -0x18] MOV ESI,dword ptr [RBX + 0x20] MOV RDI,RBX POP RBX OR ESI,0x4 JMP 0x00318460
null
null
null
null
[('tmp_254', u'PTRADD_-1205005061'), ('const-1', u'PTRADD_-1205005016'), ('const--24', u'INT_ADD_-1205005019'), ('const-433', u'LOAD_-1205005093'), ('const-1', u'PTRADD_-1205004967'), (u'INT_NOTEQUAL_-1205005091', u'CBRANCH_-1205005085'), (u'LOAD_-1205005093', u'INT_ADD_-1205005019'), ('const-433', u'LOAD_-1205005018'), (u'CAST_-1205004850', u'LOAD_-1205005018'), ('const-24', u'PTRADD_-1205005061'), ('tmp_254', u'PTRADD_-1205004967'), ('const-0', u'INT_NOTEQUAL_-1205005091'), ('const-433', u'LOAD_-1205005031'), (u'INT_ADD_-1205005019', u'CAST_-1205004856'), ('const-433', u'LOAD_-1205005080'), (u'LOAD_-1205005031', u'PTRADD_-1205004967'), (u'CAST_-1205004881', u'LOAD_-1205005093'), (u'LOAD_-1205005093', u'INT_ADD_-1205005068'), ('tmp_254', u'CAST_-1205004881'), ('const--24', u'INT_ADD_-1205005068'), ('const-0', u'CALL_-1205005042'), (u'INT_OR_-1205004975', u'CALL_-1205004985'), ('const-1', u'PTRADD_-1205005061'), (u'LOAD_-1205005080', u'PTRADD_-1205005016'), (u'CAST_-1205004856', u'LOAD_-1205005031'), (u'PTRADD_-1205004956', u'CAST_-1205004850'), (u'PTRADD_-1205005061', u'CAST_-1205004894'), (u'CAST_-1205004871', u'CALL_-1205005042'), (u'PTRADD_-1205004967', u'CAST_-1205004855'), (u'PTRADD_-1205005016', u'CAST_-1205004871'), (u'CAST_-1205004894', u'CALL_-1205005106'), ('const-1', u'PTRADD_-1205004956'), (u'CAST_-1205004855', u'CALL_-1205004985'), ('tmp_256', u'CALL_-1205005106'), (u'LOAD_-1205005018', u'INT_OR_-1205004975'), ('tmp_255', u'CALL_-1205005106'), (u'INT_ADD_-1205005068', u'CAST_-1205004872'), ('const-4', u'INT_OR_-1205004975'), (u'CALL_-1205005106', u'INT_NOTEQUAL_-1205005091'), ('tmp_73', u'CBRANCH_-1205005085'), ('const-0', u'RETURN_-1205004981'), (u'CAST_-1205004872', u'LOAD_-1205005080'), (u'CAST_-1205004855', u'PTRADD_-1205004956'), ('const-32', u'PTRADD_-1205004956'), ('tmp_254', u'PTRADD_-1205005016'), ('const-0', u'RETURN_-1205005038')]
[('const--24', u'INT_ADD_-1205005019'), (u'INT_ADD_-1205005019', u'CAST_-1205004865'), (u'CAST_-1205004864', u'INT_ADD_-1205005013'), (u'CAST_-1205004865', u'LOAD_-1205005031'), ('const-433', u'LOAD_-1205005018'), (u'INT_NOTEQUAL_-1205005091', u'CBRANCH_-1205005085'), (u'LOAD_-1205005093', u'INT_ADD_-1205005019'), (u'LOAD_-1205005080', u'INT_ADD_-1205005062'), ('const-0', u'INT_NOTEQUAL_-1205005091'), (u'CAST_-1205004859', u'LOAD_-1205005018'), (u'LOAD_-1205005093', u'INT_ADD_-1205005068'), ('const-32', u'INT_ADD_-1205005002'), ('const--24', u'INT_ADD_-1205005068'), (u'INT_ADD_-1205005013', u'CALL_-1205004985'), (u'INT_OR_-1205004975', u'CALL_-1205004985'), (u'LOAD_-1205005031', u'INT_ADD_-1205005013'), ('tmp_408', u'PTRADD_-1205004901'), ('tmp_408', u'LOAD_-1205005093'), ('tmp_408', u'CAST_-1205004880'), (u'INT_ADD_-1205005013', u'INT_ADD_-1205005002'), ('const-433', u'LOAD_-1205005080'), (u'INT_ADD_-1205005002', u'CAST_-1205004859'), ('const-3', u'PTRADD_-1205004901'), (u'INT_ADD_-1205005068', u'CAST_-1205004881'), (u'CAST_-1205004881', u'LOAD_-1205005080'), ('tmp_408', u'CAST_-1205004864'), (u'INT_ADD_-1205005062', u'CALL_-1205005042'), (u'LOAD_-1205005018', u'INT_OR_-1205004975'), ('const-433', u'LOAD_-1205005093'), ('const-0', u'CALL_-1205005042'), ('const-4', u'INT_OR_-1205004975'), (u'CALL_-1205005106', u'INT_NOTEQUAL_-1205005091'), ('tmp_73', u'CBRANCH_-1205005085'), ('const-0', u'RETURN_-1205004981'), ('const-8', u'PTRADD_-1205004901'), (u'PTRADD_-1205004901', u'CALL_-1205005106'), ('const-0', u'RETURN_-1205005038'), ('const-433', u'LOAD_-1205005031'), (u'CAST_-1205004880', u'INT_ADD_-1205005062')]
null
null
003214b0
x64
O2
(translation_unit "void FUN_003214b0(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}\n\n" (function_definition "void FUN_003214b0(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" primitive_type (function_declarator "FUN_003214b0(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_00321220(param_1 + 3);" (assignment_expression "lVar1 = FUN_00321220(param_1 + 3)" identifier = (call_expression "FUN_00321220(param_1 + 3)" identifier (argument_list "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) ;) (if_statement "if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" { (expression_statement "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);" (call_expression "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0)" identifier (argument_list "((long)param_1 + *(long *)(*param_1 + -0x18),0)" ( (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18)" identifier = (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))))) ;) (expression_statement "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);" (call_expression "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4)" identifier (argument_list "(lVar1,*(uint *)(lVar1 + 0x20) | 4)" ( identifier , (binary_expression "*(uint *)(lVar1 + 0x20) | 4" (pointer_expression "*(uint *)(lVar1 + 0x20)" * (cast_expression "(uint *)(lVar1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::wfstream::open(char const*, std::_Ios_Openmode) */\n\nvoid __thiscall std::wfstream::open(wfstream *this,char *param_1,_Ios_Openmode param_2)\n\n{\n long lVar1;\n \n lVar1 = wfilebuf::open((wfilebuf *)(this + 0x18),param_1,param_2);\n if (lVar1 != 0) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);\n return;\n }\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wfstream::open(wfstream *this,char *param_1,_Ios_Openmode param_2)\n\n{\n long lVar1;\n \n lVar1 = wfilebuf::open((wfilebuf *)(this + 0x18),param_1,param_2);\n if (lVar1 != 0) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);\n return;\n }\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wfstream::" identifier : : identifier : :) (function_declarator "open(wfstream *this,char *param_1,_Ios_Openmode param_2)" identifier (parameter_list "(wfstream *this,char *param_1,_Ios_Openmode param_2)" ( (parameter_declaration "wfstream *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "_Ios_Openmode param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = wfilebuf::open((wfilebuf *)(this + 0x18),param_1,param_2);\n if (lVar1 != 0) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);\n return;\n }\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (ERROR "lVar1 = wfilebuf::" (assignment_expression "lVar1 = wfilebuf" identifier = identifier) : :) (expression_statement "open((wfilebuf *)(this + 0x18),param_1,param_2);" (call_expression "open((wfilebuf *)(this + 0x18),param_1,param_2)" identifier (argument_list "((wfilebuf *)(this + 0x18),param_1,param_2)" ( (cast_expression "(wfilebuf *)(this + 0x18)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))) , identifier , identifier ))) ;) (if_statement "if (lVar1 != 0) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);\n return;\n }" { (labeled_statement "wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);" statement_identifier : (ERROR ":" :) (expression_statement "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit);" (call_expression "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit)" identifier (argument_list "((wios *)(this + *(long *)(*(long *)this + -0x18)),_S_goodbit)" ( (cast_expression "(wios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) , identifier ))) ;)) (return_statement "return;" return ;) })) (labeled_statement "wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit);" statement_identifier : (ERROR ":" :) (expression_statement "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit);" (call_expression "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit)" identifier (argument_list "((wios *)(this + *(long *)(*(long *)this + -0x18)),\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit)" ( (cast_expression "(wios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) , (binary_expression "*(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20) |\n _S_failbit" (pointer_expression "*(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" * (cast_expression "(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (type_descriptor "_Ios_Iostate *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (binary_expression "(wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20" (cast_expression "(wios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) + number_literal) )))) | identifier) ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_003214b0(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}\n\n" (function_definition "void FUN_003214b0(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" primitive_type (function_declarator "FUN_003214b0(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = FUN_00321220(param_1 + 3);" (assignment_expression "lVar1 = FUN_00321220(param_1 + 3)" identifier = (call_expression "FUN_00321220(param_1 + 3)" identifier (argument_list "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) ;) (if_statement "if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" { (expression_statement "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);" (call_expression "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0)" identifier (argument_list "((long)param_1 + *(long *)(*param_1 + -0x18),0)" ( (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18)" identifier = (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) )))))) ;) (expression_statement "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);" (call_expression "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4)" identifier (argument_list "(lVar1,*(uint *)(lVar1 + 0x20) | 4)" ( identifier , (binary_expression "*(uint *)(lVar1 + 0x20) | 4" (pointer_expression "*(uint *)(lVar1 + 0x20)" * (cast_expression "(uint *)(lVar1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) , LIT ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))))) ;) (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 ;) })))
(function_definition "void FUN_003214b0(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003214b0(long *param_1)" (identifier "FUN_003214b0") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = FUN_00321220(param_1 + 3);\n if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }\n lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);\n FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = FUN_00321220(param_1 + 3);" (assignment_expression "lVar1 = FUN_00321220(param_1 + 3)" (identifier "lVar1") (= "=") (call_expression "FUN_00321220(param_1 + 3)" (identifier "FUN_00321220") (argument_list "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);\n return;\n }" ({ "{") (expression_statement "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0);" (call_expression "FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0)" (identifier "FUN_00318460") (argument_list "((long)param_1 + *(long *)(*param_1 + -0x18),0)" (( "(") (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(long *)(*param_1 + -0x18)" (* "*") (cast_expression "(long *)(*param_1 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")"))))) (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18)" (identifier "lVar1") (= "=") (binary_expression "(long)param_1 + *(long *)(*param_1 + -0x18)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(long *)(*param_1 + -0x18)" (* "*") (cast_expression "(long *)(*param_1 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")")))))) (; ";")) (expression_statement "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4);" (call_expression "FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4)" (identifier "FUN_00318460") (argument_list "(lVar1,*(uint *)(lVar1 + 0x20) | 4)" (( "(") (identifier "lVar1") (, ",") (binary_expression "*(uint *)(lVar1 + 0x20) | 4" (pointer_expression "*(uint *)(lVar1 + 0x20)" (* "*") (cast_expression "(uint *)(lVar1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (| "|") (number_literal "4")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wfstream::open(char const*, std::_Ios_Openmode) */ void __thiscall std::type_1::function_1(type_1 *var_1,char *param_1,type_2 param_2) { long var_2; var_2 = type_3::function_1((type_3 *)(var_1 + 0x18),param_1,param_2); if (var_2 != 0) { wios::var_3((type_4 *)(var_1 + *(long *)(*(long *)var_1 + -0x18)),_S_goodbit); return; } wios::var_3((type_4 *)(var_1 + *(long *)(*(long *)var_1 + -0x18)), *(type_5 *)((type_4 *)(var_1 + *(long *)(*(long *)var_1 + -0x18)) + 0x20) | var_4); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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 (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (number_literal)))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (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))))
null
void MASKED(long *param_1) { long lVar1; lVar1 = FUN_00321220(param_1 + 3); if (lVar1 != 0) { FUN_00318460((long)param_1 + *(long *)(*param_1 + -0x18),0); return; } lVar1 = (long)param_1 + *(long *)(*param_1 + -0x18); FUN_00318460(lVar1,*(uint *)(lVar1 + 0x20) | 4); return; }
1467_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~Struct_no_preread_archive_symbols
FUN_00159dd0
/* DWARF original prototype: void ~Struct_no_preread_archive_symbols(Struct_no_preread_archive_symbols * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_preread_archive_symbols::~Struct_no_preread_archive_symbols (Struct_no_preread_archive_symbols *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004250a0; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x60); return; }
void FUN_00159dd0(undefined8 *param_1) { *param_1 = &PTR_FUN_004250a0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x60); return; }
LEA RAX,[0x4250a0] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x00159df0 CALL 0x002dac70 MOV RDI,RBX MOV ESI,0x60 POP RBX JMP 0x002dac60
null
null
null
null
[(u'PTRSUB_-1207263629', u'STORE_-1207263772'), (u'LOAD_-1207263768', u'CALL_-1207263733'), ('const-0', u'PTRSUB_-1207263622'), ('const-433', u'STORE_-1207263772'), ('const-0', u'PTRSUB_-1207263635'), ('tmp_93', u'PTRSUB_-1207263630'), ('const-433', u'LOAD_-1207263768'), (u'PTRSUB_-1207263622', u'LOAD_-1207263768'), (u'PTRSUB_-1207263635', u'CAST_-1207263625'), (u'CAST_-1207263625', u'STORE_-1207263772'), (u'PTRSUB_-1207263620', u'PTRSUB_-1207263617'), ('tmp_93', u'PTRSUB_-1207263624'), ('const-0', u'PTRSUB_-1207263629'), (u'CAST_-1207263613', u'INT_NOTEQUAL_-1207263741'), (u'PTRSUB_-1207263617', u'INT_NOTEQUAL_-1207263741'), (u'LOAD_-1207263768', u'CAST_-1207263613'), ('const-0', u'PTRSUB_-1207263634'), ('const-0', u'PTRSUB_-1207263620'), ('const-0', u'PTRSUB_-1207263629'), ('const-4346016', u'PTRSUB_-1207263635'), ('const-0', u'RETURN_-1207263708'), ('const-96', u'CALL_-1207263712'), ('tmp_93', u'CALL_-1207263712'), ('const-0', u'PTRSUB_-1207263625'), (u'PTRSUB_-1207263634', u'PTRSUB_-1207263629'), (u'PTRSUB_-1207263625', u'PTRSUB_-1207263622'), ('const-8', u'PTRSUB_-1207263630'), (u'INT_NOTEQUAL_-1207263741', u'CBRANCH_-1207263740'), ('tmp_58', u'CBRANCH_-1207263740'), ('const-16', u'PTRSUB_-1207263617'), (u'PTRSUB_-1207263629', u'PTRSUB_-1207263625'), ('const-8', u'PTRSUB_-1207263624'), ('tmp_93', u'PTRSUB_-1207263634'), (u'PTRSUB_-1207263624', u'PTRSUB_-1207263620'), (u'PTRSUB_-1207263630', u'PTRSUB_-1207263629')]
[('const-0', u'PTRSUB_-1207263636'), ('tmp_194', u'PTRADD_-1207263628'), ('tmp_194', u'PTRADD_-1207263633'), ('const-0', u'RETURN_-1207263708'), ('const-96', u'CALL_-1207263712'), ('const-3', u'PTRADD_-1207263628'), (u'CAST_-1207263632', u'INT_NOTEQUAL_-1207263741'), (u'PTRSUB_-1207263636', u'STORE_-1207263772'), ('const-433', u'STORE_-1207263772'), ('const-8', u'PTRADD_-1207263633'), (u'LOAD_-1207263768', u'CAST_-1207263632'), (u'PTRADD_-1207263633', u'LOAD_-1207263768'), ('const-4346016', u'PTRSUB_-1207263636'), ('tmp_194', u'STORE_-1207263772'), (u'INT_NOTEQUAL_-1207263741', u'CBRANCH_-1207263740'), ('const-1', u'PTRADD_-1207263633'), ('const-8', u'PTRADD_-1207263628'), ('tmp_58', u'CBRANCH_-1207263740'), (u'PTRADD_-1207263628', u'INT_NOTEQUAL_-1207263741'), ('const-433', u'LOAD_-1207263768'), ('tmp_194', u'CALL_-1207263712')]
null
null
00159dd0
x64
O2
(translation_unit "void FUN_00159dd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00159dd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00159dd0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004250a0;" (assignment_expression "*param_1 = &PTR_FUN_004250a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004250a0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void\n ~Struct_no_preread_archive_symbols(Struct_no_preread_archive_symbols * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_preread_archive_symbols::~Struct_no_preread_archive_symbols\n (Struct_no_preread_archive_symbols *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_004250a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_preread_archive_symbols::~Struct_no_preread_archive_symbols\n (Struct_no_preread_archive_symbols *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_004250a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_preread_archive_symbols::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_preread_archive_symbols\n (Struct_no_preread_archive_symbols *this,int __in_chrg)" identifier (parameter_list "(Struct_no_preread_archive_symbols *this,int __in_chrg)" ( (parameter_declaration "Struct_no_preread_archive_symbols *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_004250a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004250a0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_004250a0" (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_004250a0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_004250a0" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00159dd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00159dd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00159dd0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004250a0;" (assignment_expression "*param_1 = &PTR_FUN_004250a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004250a0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00159dd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00159dd0(undefined8 *param_1)" (identifier "FUN_00159dd0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_004250a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_004250a0;" (assignment_expression "*param_1 = &PTR_FUN_004250a0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004250a0" (& "&") (identifier "PTR_FUN_004250a0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac70(param_1,0x60);" (call_expression "thunk_FUN_002dac70(param_1,0x60)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_no_preread_archive_symbols(Struct_no_preread_archive_symbols * 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_004250a0; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x60); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_004250a0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x60); return; }
1208_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
PixelGetMagenta
PixelGetMagenta
/* WARNING: Enum "ExceptionType": Some values do not have unique names */ double PixelGetMagenta(PixelWand *wand) { if (wand == (PixelWand *)0x0) { /* WARNING: Subroutine does not return */ __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a, "PixelGetMagenta"); } if (wand->signature == 0xabacadab) { if (wand->debug != MagickFalse) { LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name); } return DAT_0020ad38 * (wand->pixel).green; } /* WARNING: Subroutine does not return */ __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b, "PixelGetMagenta"); }
double PixelGetMagenta(long param_1) { if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a, "PixelGetMagenta"); } if (*(long *)(param_1 + 0x1078) == 0xabacadab) { if (*(int *)(param_1 + 0x1070) != 0) { LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8); } return DAT_0020ad38 * *(double *)(param_1 + 0x1040); } /* WARNING: Subroutine does not return */ __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b, "PixelGetMagenta"); }
TEST RDI,RDI PUSH RBX JZ 0x001f254c MOV EAX,0xabacadab CMP qword ptr [RDI + 0x1078],RAX MOV RBX,RDI JNZ 0x001f252d MOV EAX,dword ptr [RDI + 0x1070] TEST EAX,EAX JZ 0x001f251b LEA R9,[RDI + 0x8] MOV ECX,0x46d XOR EAX,EAX LEA R8,[0x213102] MOV EDI,0x40000 LEA RDX,[0x21abe0] LEA RSI,[0x21a393] CALL 0x00112670 MOVSD XMM0,qword ptr [0x0020ad38] MULSD XMM0,qword ptr [RBX + 0x1040] POP RBX RET LEA RCX,[0x21abf0] MOV EDX,0x46b LEA RSI,[0x21a393] LEA RDI,[0x206788] CALL 0x00111890 LEA RCX,[0x21abf0] MOV EDX,0x46a LEA RSI,[0x21a393] LEA RDI,[0x21a4f0] CALL 0x00111890
null
null
null
null
[(u'CALL_-1207949921', u'INDIRECT_-1207949747'), (u'LOAD_-1207950100', u'INT_EQUAL_-1207950085'), (u'COPY_-1207949754', u'CALL_-1207949881'), ('tmp_240', u'INT_EQUAL_-1207950113'), (u'MULTIEQUAL_-1207949787', u'FLOAT_MULT_-1207949929'), ('const-48', u'PTRSUB_-1207949747'), (u'PTRSUB_-1207949811', u'LOAD_-1207950073'), (u'LOAD_-1207950073', u'INT_NOTEQUAL_-1207950050'), ('const-2206704', u'COPY_-1207949751'), ('const-0', u'RETURN_-1207949952'), ('const-1', u'RETURN_-1207949916'), ('const-2204912', u'COPY_-1207949754'), ('const-2880220587', u'INT_EQUAL_-1207950085'), (u'PTRSUB_-1207949824', u'LOAD_-1207950100'), ('tmp_240', u'PTRSUB_-1207949749'), ('const-1131', u'CALL_-1207949921'), ('tmp_626', u'MULTIEQUAL_-1207949787'), (u'PTRSUB_-1207949749', u'PTRSUB_-1207949747'), ('const-262144', u'CALL_-1207949989'), ('const-8', u'PTRSUB_-1207949800'), ('const-4112', u'PTRSUB_-1207949749'), (u'INT_NOTEQUAL_-1207950050', u'CBRANCH_-1207950050'), (u'COPY_-1207949835', u'CALL_-1207949989'), (u'PTRSUB_-1207949747', u'LOAD_-1207949977'), ('const-2204563', u'COPY_-1207949756'), ('const-0', u'INT_EQUAL_-1207950113'), ('const-2123656', u'COPY_-1207949791'), ('const-2206688', u'COPY_-1207949833'), ('const-4216', u'PTRSUB_-1207949824'), (u'LOAD_-1207949977', u'FLOAT_MULT_-1207949929'), (u'CALL_-1207949881', u'INDIRECT_-1207949717'), (u'PTRSUB_-1207949800', u'CALL_-1207949989'), ('const-1', u'RETURN_-1207949876'), ('tmp_110', u'CBRANCH_-1207950050'), ('const-1133', u'CALL_-1207949989'), ('tmp_32', u'CBRANCH_-1207950107'), (u'INDIRECT_-1207949795', u'MULTIEQUAL_-1207949787'), ('const-433', u'LOAD_-1207950100'), (u'COPY_-1207949833', u'CALL_-1207949989'), (u'INT_EQUAL_-1207950085', u'CBRANCH_-1207950074'), ('const-0', u'INT_NOTEQUAL_-1207950050'), ('const-433', u'LOAD_-1207950073'), ('tmp_74', u'CBRANCH_-1207950074'), ('const-1130', u'CALL_-1207949881'), ('const-433', u'LOAD_-1207949977'), (u'INDIRECT_-1207949747', u'COPY_-1207949804'), ('const-2204563', u'COPY_-1207949835'), ('const-2204563', u'COPY_-1207949788'), (u'COPY_-1207949751', u'CALL_-1207949881'), ('const-4208', u'PTRSUB_-1207949811'), (u'CALL_-1207949989', u'INDIRECT_-1207949795'), (u'INT_EQUAL_-1207950113', u'CBRANCH_-1207950107'), ('const-2175234', u'COPY_-1207949838'), (u'MULTIEQUAL_-1207949787', u'COPY_-1207949832'), ('const-2206704', u'COPY_-1207949783'), (u'COPY_-1207949791', u'CALL_-1207949921'), (u'FLOAT_MULT_-1207949929', u'RETURN_-1207949952'), (u'COPY_-1207949788', u'CALL_-1207949921'), ('tmp_240', u'PTRSUB_-1207949824'), (u'COPY_-1207949838', u'CALL_-1207949989'), (u'COPY_-1207949783', u'CALL_-1207949921'), (u'INDIRECT_-1207949717', u'COPY_-1207949772'), ('tmp_240', u'PTRSUB_-1207949811'), (u'COPY_-1207949756', u'CALL_-1207949881'), ('tmp_240', u'PTRSUB_-1207949800')]
[(u'CALL_-1207949921', u'INDIRECT_-1207949747'), (u'LOAD_-1207950100', u'INT_EQUAL_-1207950085'), (u'COPY_-1207949754', u'CALL_-1207949881'), (u'MULTIEQUAL_-1207949787', u'FLOAT_MULT_-1207949929'), ('const-2175234', u'COPY_-1207949838'), (u'CAST_-1207949826', u'LOAD_-1207950100'), (u'LOAD_-1207950073', u'INT_NOTEQUAL_-1207950050'), ('const-0', u'RETURN_-1207949952'), ('const-1', u'RETURN_-1207949916'), ('const-2123656', u'COPY_-1207949791'), ('const-433', u'LOAD_-1207950100'), ('const-2204912', u'COPY_-1207949754'), ('const-4160', u'INT_ADD_-1207949961'), ('tmp_521', u'INT_ADD_-1207950084'), ('tmp_521', u'INT_ADD_-1207950057'), (u'INT_NOTEQUAL_-1207950050', u'CBRANCH_-1207950050'), (u'COPY_-1207949835', u'CALL_-1207949989'), ('tmp_521', u'INT_ADD_-1207950033'), ('tmp_627', u'MULTIEQUAL_-1207949787'), ('tmp_521', u'INT_ADD_-1207949961'), ('const-433', u'LOAD_-1207950073'), ('const-2880220587', u'INT_EQUAL_-1207950085'), ('tmp_521', u'INT_EQUAL_-1207950113'), ('const-0', u'INT_EQUAL_-1207950113'), ('const-1130', u'CALL_-1207949881'), ('const-4216', u'INT_ADD_-1207950084'), ('const-2204563', u'COPY_-1207949788'), (u'LOAD_-1207949977', u'FLOAT_MULT_-1207949929'), (u'CALL_-1207949881', u'INDIRECT_-1207949717'), ('const-1', u'RETURN_-1207949876'), ('const-2206704', u'COPY_-1207949751'), ('tmp_110', u'CBRANCH_-1207950050'), ('tmp_32', u'CBRANCH_-1207950107'), (u'INDIRECT_-1207949795', u'MULTIEQUAL_-1207949787'), (u'INT_ADD_-1207949961', u'CAST_-1207949752'), (u'COPY_-1207949833', u'CALL_-1207949989'), (u'INT_EQUAL_-1207950085', u'CBRANCH_-1207950074'), ('const-0', u'INT_NOTEQUAL_-1207950050'), ('tmp_74', u'CBRANCH_-1207950074'), ('const-1131', u'CALL_-1207949921'), (u'CAST_-1207949813', u'LOAD_-1207950073'), ('const-2206688', u'COPY_-1207949833'), ('const-262144', u'CALL_-1207949989'), (u'INT_ADD_-1207950033', u'CALL_-1207949989'), ('const-4208', u'INT_ADD_-1207950057'), ('const-2204563', u'COPY_-1207949835'), (u'INDIRECT_-1207949747', u'COPY_-1207949804'), ('const-8', u'INT_ADD_-1207950033'), (u'COPY_-1207949751', u'CALL_-1207949881'), (u'CAST_-1207949752', u'LOAD_-1207949977'), (u'CALL_-1207949989', u'INDIRECT_-1207949795'), (u'INT_EQUAL_-1207950113', u'CBRANCH_-1207950107'), (u'MULTIEQUAL_-1207949787', u'COPY_-1207949832'), ('const-2204563', u'COPY_-1207949756'), ('const-1133', u'CALL_-1207949989'), ('const-2206704', u'COPY_-1207949783'), ('const-433', u'LOAD_-1207949977'), (u'COPY_-1207949791', u'CALL_-1207949921'), (u'FLOAT_MULT_-1207949929', u'RETURN_-1207949952'), (u'COPY_-1207949788', u'CALL_-1207949921'), (u'COPY_-1207949838', u'CALL_-1207949989'), (u'COPY_-1207949783', u'CALL_-1207949921'), (u'INT_ADD_-1207950084', u'CAST_-1207949826'), (u'INDIRECT_-1207949717', u'COPY_-1207949772'), (u'COPY_-1207949756', u'CALL_-1207949881'), (u'INT_ADD_-1207950057', u'CAST_-1207949813')]
null
null
001f24d0
x64
O2
(translation_unit "double PixelGetMagenta(long param_1)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}\n\n" (function_definition "double PixelGetMagenta(long param_1)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" primitive_type (function_declarator "PixelGetMagenta(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" { (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" { comment (expression_statement "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" identifier (argument_list "("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" ( (string_literal ""wand != (const PixelWand *) NULL"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })) (if_statement "if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x1078) == 0xabacadab)" ( (binary_expression "*(long *)(param_1 + 0x1078) == 0xabacadab" (pointer_expression "*(long *)(param_1 + 0x1078)" * (cast_expression "(long *)(param_1 + 0x1078)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1078)" ( (binary_expression "param_1 + 0x1078" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" { (if_statement "if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1070) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1070) != 0" (pointer_expression "*(int *)(param_1 + 0x1070)" * (cast_expression "(int *)(param_1 + 0x1070)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1070)" ( (binary_expression "param_1 + 0x1070" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" { (expression_statement "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);" (call_expression "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" identifier (argument_list "(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" ( number_literal , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , (string_literal ""PixelGetMagenta"" " string_content ") , number_literal , (string_literal ""%s"" " string_content ") , (binary_expression "param_1 + 8" identifier + number_literal) ))) ;) })) (return_statement "return DAT_0020ad38 * *(double *)(param_1 + 0x1040);" return (binary_expression "DAT_0020ad38 * *(double *)(param_1 + 0x1040)" identifier * (pointer_expression "*(double *)(param_1 + 0x1040)" * (cast_expression "(double *)(param_1 + 0x1040)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1040)" ( (binary_expression "param_1 + 0x1040" identifier + number_literal) ))))) ;) })) comment (expression_statement "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" identifier (argument_list "("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" ( (string_literal ""wand->signature == MagickWandSignature"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "ExceptionType": Some values do not have unique names */\n\ndouble PixelGetMagenta(PixelWand *wand)\n\n{\n if (wand == (PixelWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (wand->signature == 0xabacadab) {\n if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }\n return DAT_0020ad38 * (wand->pixel).green;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}\n\n" comment (function_definition "double PixelGetMagenta(PixelWand *wand)\n\n{\n if (wand == (PixelWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (wand->signature == 0xabacadab) {\n if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }\n return DAT_0020ad38 * (wand->pixel).green;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" primitive_type (function_declarator "PixelGetMagenta(PixelWand *wand)" identifier (parameter_list "(PixelWand *wand)" ( (parameter_declaration "PixelWand *wand" type_identifier (pointer_declarator "*wand" * identifier)) ))) (compound_statement "{\n if (wand == (PixelWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (wand->signature == 0xabacadab) {\n if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }\n return DAT_0020ad38 * (wand->pixel).green;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" { (if_statement "if (wand == (PixelWand *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" if (parenthesized_expression "(wand == (PixelWand *)0x0)" ( (binary_expression "wand == (PixelWand *)0x0" identifier == (cast_expression "(PixelWand *)0x0" ( (type_descriptor "PixelWand *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" { comment (expression_statement "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" identifier (argument_list "("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" ( (string_literal ""wand != (const PixelWand *) NULL"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })) (if_statement "if (wand->signature == 0xabacadab) {\n if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }\n return DAT_0020ad38 * (wand->pixel).green;\n }" if (parenthesized_expression "(wand->signature == 0xabacadab)" ( (binary_expression "wand->signature == 0xabacadab" (field_expression "wand->signature" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }\n return DAT_0020ad38 * (wand->pixel).green;\n }" { (if_statement "if (wand->debug != MagickFalse) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }" if (parenthesized_expression "(wand->debug != MagickFalse)" ( (binary_expression "wand->debug != MagickFalse" (field_expression "wand->debug" identifier -> field_identifier) != identifier) )) (compound_statement "{\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);\n }" { (expression_statement "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name);" (call_expression "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name)" identifier (argument_list "(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",wand->name)" ( number_literal , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , (string_literal ""PixelGetMagenta"" " string_content ") , number_literal , (string_literal ""%s"" " string_content ") , (field_expression "wand->name" identifier -> field_identifier) ))) ;) })) (return_statement "return DAT_0020ad38 * (wand->pixel).green;" return (binary_expression "DAT_0020ad38 * (wand->pixel).green" identifier * (field_expression "(wand->pixel).green" (parenthesized_expression "(wand->pixel)" ( (field_expression "wand->pixel" identifier -> field_identifier) )) . field_identifier)) ;) })) comment (expression_statement "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" identifier (argument_list "("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" ( (string_literal ""wand->signature == MagickWandSignature"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })))
(translation_unit "double PixelGetMagenta(long param_1)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n \n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}\n\n" (function_definition "double PixelGetMagenta(long param_1)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n \n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" primitive_type (function_declarator "PixelGetMagenta(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n \n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" { (if_statement "if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" { (expression_statement "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" identifier (argument_list "("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" ( (string_literal ""wand != (const PixelWand *) NULL"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })) (if_statement "if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x1078) == 0xabacadab)" ( (binary_expression "*(long *)(param_1 + 0x1078) == 0xabacadab" (pointer_expression "*(long *)(param_1 + 0x1078)" * (cast_expression "(long *)(param_1 + 0x1078)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1078)" ( (binary_expression "param_1 + 0x1078" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" { (if_statement "if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1070) != 0)" ( (binary_expression "*(int *)(param_1 + 0x1070) != 0" (pointer_expression "*(int *)(param_1 + 0x1070)" * (cast_expression "(int *)(param_1 + 0x1070)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1070)" ( (binary_expression "param_1 + 0x1070" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" { (expression_statement "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);" (call_expression "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" identifier (argument_list "(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" ( number_literal , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , (string_literal ""PixelGetMagenta"" " string_content ") , number_literal , (string_literal ""%s"" " string_content ") , (binary_expression "param_1 + 8" identifier + number_literal) ))) ;) })) (return_statement "return DAT_0020ad38 * *(double *)(param_1 + 0x1040);" return (binary_expression "DAT_0020ad38 * *(double *)(param_1 + 0x1040)" identifier * (pointer_expression "*(double *)(param_1 + 0x1040)" * (cast_expression "(double *)(param_1 + 0x1040)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1040)" ( (binary_expression "param_1 + 0x1040" identifier + number_literal) ))))) ;) })) (expression_statement "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" identifier (argument_list "("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" ( (string_literal ""wand->signature == MagickWandSignature"" " string_content ") , (string_literal ""MagickWand/pixel-wand.c"" " string_content ") , number_literal , (string_literal ""PixelGetMagenta"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (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 ( LIT , (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") , (binary_expression IDENT + LIT) ))) ;) })) (return_statement return (binary_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 ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "double PixelGetMagenta(long param_1)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n \n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" (primitive_type "double") (function_declarator "PixelGetMagenta(long param_1)" (identifier "PixelGetMagenta") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }\n if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }\n \n __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");\n}" ({ "{") (if_statement "if (param_1 == 0) {\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");\n }" ({ "{") (expression_statement "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" (identifier "__assert_fail") (argument_list "("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a,\n "PixelGetMagenta")" (( "(") (string_literal ""wand != (const PixelWand *) NULL"" (" """) (string_content "wand != (const PixelWand *) NULL") (" """)) (, ",") (string_literal ""MagickWand/pixel-wand.c"" (" """) (string_content "MagickWand/pixel-wand.c") (" """)) (, ",") (number_literal "0x46a") (, ",") (string_literal ""PixelGetMagenta"" (" """) (string_content "PixelGetMagenta") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(param_1 + 0x1078) == 0xabacadab) {\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x1078) == 0xabacadab)" (( "(") (binary_expression "*(long *)(param_1 + 0x1078) == 0xabacadab" (pointer_expression "*(long *)(param_1 + 0x1078)" (* "*") (cast_expression "(long *)(param_1 + 0x1078)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1078)" (( "(") (binary_expression "param_1 + 0x1078" (identifier "param_1") (+ "+") (number_literal "0x1078")) () ")")))) (== "==") (number_literal "0xabacadab")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }\n return DAT_0020ad38 * *(double *)(param_1 + 0x1040);\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0x1070) != 0) {\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x1070) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x1070) != 0" (pointer_expression "*(int *)(param_1 + 0x1070)" (* "*") (cast_expression "(int *)(param_1 + 0x1070)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1070)" (( "(") (binary_expression "param_1 + 0x1070" (identifier "param_1") (+ "+") (number_literal "0x1070")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);\n }" ({ "{") (expression_statement "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8);" (call_expression "LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" (identifier "LogMagickEvent") (argument_list "(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",param_1 + 8)" (( "(") (number_literal "0x40000") (, ",") (string_literal ""MagickWand/pixel-wand.c"" (" """) (string_content "MagickWand/pixel-wand.c") (" """)) (, ",") (string_literal ""PixelGetMagenta"" (" """) (string_content "PixelGetMagenta") (" """)) (, ",") (number_literal "0x46d") (, ",") (string_literal ""%s"" (" """) (string_content "%s") (" """)) (, ",") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))) (; ";")) (} "}"))) (return_statement "return DAT_0020ad38 * *(double *)(param_1 + 0x1040);" (return "return") (binary_expression "DAT_0020ad38 * *(double *)(param_1 + 0x1040)" (identifier "DAT_0020ad38") (* "*") (pointer_expression "*(double *)(param_1 + 0x1040)" (* "*") (cast_expression "(double *)(param_1 + 0x1040)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1040)" (( "(") (binary_expression "param_1 + 0x1040" (identifier "param_1") (+ "+") (number_literal "0x1040")) () ")"))))) (; ";")) (} "}"))) (expression_statement "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta");" (call_expression "__assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" (identifier "__assert_fail") (argument_list "("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b,\n "PixelGetMagenta")" (( "(") (string_literal ""wand->signature == MagickWandSignature"" (" """) (string_content "wand->signature == MagickWandSignature") (" """)) (, ",") (string_literal ""MagickWand/pixel-wand.c"" (" """) (string_content "MagickWand/pixel-wand.c") (" """)) (, ",") (number_literal "0x46b") (, ",") (string_literal ""PixelGetMagenta"" (" """) (string_content "PixelGetMagenta") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "ExceptionType": Some values do not have unique names */ double function_1(type_1 *var_1) { if (var_1 == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_2("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a, "PixelGetMagenta"); } if (var_1->signature == 0xabacadab) { if (var_1->debug != var_3) { var_4(0x40000,"MagickWand/pixel-wand.c","PixelGetMagenta",0x46d,"%s",var_1->name); } return var_5 * (var_1->pixel).green; } /* WARNING: Subroutine does not return */ var_2("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b, "PixelGetMagenta"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (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 (number_literal) (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content)) (binary_expression left: (identifier) right: (number_literal))))))) (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))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
double MASKED(long param_1) { if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail("wand != (const PixelWand *) NULL","MagickWand/pixel-wand.c",0x46a, "MASKED"); } if (*(long *)(param_1 + 0x1078) == 0xabacadab) { if (*(int *)(param_1 + 0x1070) != 0) { LogMagickEvent(0x40000,"MagickWand/pixel-wand.c","MASKED",0x46d,"%s",param_1 + 8); } return DAT_0020ad38 * *(double *)(param_1 + 0x1040); } /* WARNING: Subroutine does not return */ __assert_fail("wand->signature == MagickWandSignature","MagickWand/pixel-wand.c",0x46b, "MASKED"); }
49_cmp_and_cmp_strip.c
memmove
memmove
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)(); return pvVar1; }
JMP qword ptr [0x0010d188]
null
null
null
null
[('tmp_44', u'CAST_-1206967459'), (u'CALLIND_-1206967528', u'CAST_-1206967458'), (u'CALLIND_-1206967528', u'INDIRECT_-1206967464'), (u'INDIRECT_-1206967464', u'COPY_-1206967523'), ('const-0', u'RETURN_-1206967525'), (u'CAST_-1206967459', u'CALLIND_-1206967528'), (u'CAST_-1206967458', u'RETURN_-1206967525')]
[('tmp_44', u'CAST_-1206967459'), (u'CALLIND_-1206967528', u'CAST_-1206967458'), (u'CALLIND_-1206967528', u'INDIRECT_-1206967464'), (u'INDIRECT_-1206967464', u'COPY_-1206967523'), ('const-0', u'RETURN_-1206967525'), (u'CAST_-1206967459', u'CALLIND_-1206967528'), (u'CAST_-1206967458', u'RETURN_-1206967525')]
null
null
00102310
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_0010d188)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_0010d188)()" (parenthesized_expression "(*(code *)PTR_memmove_0010d188)" ( (pointer_expression "*(code *)PTR_memmove_0010d188" * (cast_expression "(code *)PTR_memmove_0010d188" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_0010d188)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_0010d188)()" (parenthesized_expression "(*(code *)PTR_memmove_0010d188)" ( (pointer_expression "*(code *)PTR_memmove_0010d188" * (cast_expression "(code *)PTR_memmove_0010d188" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}\n\n" (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_0010d188)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_0010d188)()" (parenthesized_expression "(*(code *)PTR_memmove_0010d188)" ( (pointer_expression "*(code *)PTR_memmove_0010d188" * (cast_expression "(code *)PTR_memmove_0010d188" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" 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)) , (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 "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memmove(void *__dest,void *__src,size_t __n)" (identifier "memmove") (parameter_list "(void *__dest,void *__src,size_t __n)" (( "(") (parameter_declaration "void *__dest" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "void *__src" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_0010d188)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memmove_0010d188)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memmove_0010d188)()" (parenthesized_expression "(*(code *)PTR_memmove_0010d188)" (( "(") (pointer_expression "*(code *)PTR_memmove_0010d188" (* "*") (cast_expression "(code *)PTR_memmove_0010d188" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memmove_0010d188"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memmove_0010d188)(); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 */ void * MASKED(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0010d188)(); return pvVar1; }
323_libgmp.so.10.3_and_libgmp.so.10.3_strip.c
__gmpn_bdiv_q_itch
__gmpn_bdiv_q_itch
mp_size_t __gmpn_bdiv_q_itch(mp_size_t nn,mp_size_t dn) { mp_size_t mVar1; mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)(); return mVar1; }
void __gmpn_bdiv_q_itch(void) { (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)(); return; }
JMP qword ptr [0x00178a18]
null
null
null
null
[('const-1', u'RETURN_-1206926277'), (u'CAST_-1206926212', u'CALLIND_-1206926280'), ('tmp_38', u'CAST_-1206926212'), (u'CALLIND_-1206926280', u'RETURN_-1206926277'), (u'INDIRECT_-1206926217', u'COPY_-1206926276'), (u'CALLIND_-1206926280', u'INDIRECT_-1206926217')]
[('const-1', u'RETURN_-1206926277'), (u'CALLIND_-1206926280', u'INDIRECT_-1206926220'), (u'INDIRECT_-1206926220', u'COPY_-1206926279'), ('tmp_22', u'CAST_-1206926215'), (u'CAST_-1206926215', u'CALLIND_-1206926280')]
null
null
0010c430
x64
O2
(translation_unit "void __gmpn_bdiv_q_itch(void)\n\n{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}\n\n" (function_definition "void __gmpn_bdiv_q_itch(void)\n\n{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" primitive_type (function_declarator "__gmpn_bdiv_q_itch(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" { (expression_statement "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();" (call_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)()" (parenthesized_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)" ( (pointer_expression "*(code *)PTR___gmpn_bdiv_q_itch_00178a18" * (cast_expression "(code *)PTR___gmpn_bdiv_q_itch_00178a18" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "mp_size_t __gmpn_bdiv_q_itch(mp_size_t nn,mp_size_t dn)\n\n{\n mp_size_t mVar1;\n \n mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return mVar1;\n}\n\n" (function_definition "mp_size_t __gmpn_bdiv_q_itch(mp_size_t nn,mp_size_t dn)\n\n{\n mp_size_t mVar1;\n \n mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return mVar1;\n}" type_identifier (function_declarator "__gmpn_bdiv_q_itch(mp_size_t nn,mp_size_t dn)" identifier (parameter_list "(mp_size_t nn,mp_size_t dn)" ( (parameter_declaration "mp_size_t nn" type_identifier identifier) , (parameter_declaration "mp_size_t dn" type_identifier identifier) ))) (compound_statement "{\n mp_size_t mVar1;\n \n mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return mVar1;\n}" { (declaration "mp_size_t mVar1;" type_identifier identifier ;) (expression_statement "mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();" (assignment_expression "mVar1 = (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)()" identifier = (call_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)()" (parenthesized_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)" ( (pointer_expression "*(code *)PTR___gmpn_bdiv_q_itch_00178a18" * (cast_expression "(code *)PTR___gmpn_bdiv_q_itch_00178a18" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return mVar1;" return identifier ;) })))
(translation_unit "void __gmpn_bdiv_q_itch(void)\n\n{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}\n\n" (function_definition "void __gmpn_bdiv_q_itch(void)\n\n{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" primitive_type (function_declarator "__gmpn_bdiv_q_itch(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" { (expression_statement "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();" (call_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)()" (parenthesized_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)" ( (pointer_expression "*(code *)PTR___gmpn_bdiv_q_itch_00178a18" * (cast_expression "(code *)PTR___gmpn_bdiv_q_itch_00178a18" ( (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 __gmpn_bdiv_q_itch(void)\n\n{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpn_bdiv_q_itch(void)" (identifier "__gmpn_bdiv_q_itch") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)();" (call_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)()" (parenthesized_expression "(*(code *)PTR___gmpn_bdiv_q_itch_00178a18)" (( "(") (pointer_expression "*(code *)PTR___gmpn_bdiv_q_itch_00178a18" (* "*") (cast_expression "(code *)PTR___gmpn_bdiv_q_itch_00178a18" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___gmpn_bdiv_q_itch_00178a18"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1(type_1 nn,type_1 dn) { type_1 mVar1; mVar1 = (*(type_2 *)PTR___gmpn_bdiv_q_itch_00178a18)(); return mVar1; }
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_00178a18)(); return; }
9514_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
__numpunct_fill_cache<char>
FUN_0032af30
/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>, std::locale::facet const*, std::__numpunct_cache<char>*) */ void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2) { int *piVar1; ulong uVar2; undefined1 uVar3; char *pcVar4; int iVar5; long local_40 [2]; uVar3 = (**(code **)(*param_1 + 0x10))(); *(undefined1 *)(param_2 + 0x48) = uVar3; uVar3 = (**(code **)(*param_1 + 0x18))(param_1); *(undefined1 *)(param_2 + 0x88) = 1; *(undefined1 *)(param_2 + 0x49) = uVar3; *(undefined8 *)(param_2 + 0x10) = 0; *(undefined8 *)(param_2 + 0x28) = 0; *(undefined8 *)(param_2 + 0x38) = 0; (**(code **)(*param_1 + 0x20))((string *)local_40,param_1); uVar2 = *(ulong *)(local_40[0] + -0x18); /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */ pcVar4 = (char *)operator_new__(uVar2 + 1); std::string::copy((string *)local_40,pcVar4,uVar2,0); pcVar4[uVar2] = '\0'; *(char **)(param_2 + 0x10) = pcVar4; *(ulong *)(param_2 + 0x18) = uVar2; if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar5 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar5 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar5 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar5 < 1) { std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18)); } } (**(code **)(*param_1 + 0x28))((string *)local_40,param_1); uVar2 = *(ulong *)(local_40[0] + -0x18); /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */ pcVar4 = (char *)operator_new__(uVar2 + 1); std::string::copy((string *)local_40,pcVar4,uVar2,0); pcVar4[uVar2] = '\0'; *(char **)(param_2 + 0x28) = pcVar4; *(ulong *)(param_2 + 0x30) = uVar2; if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar5 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar5 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar5 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar5 < 1) { std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18)); } } (**(code **)(*param_1 + 0x30))((string *)local_40,param_1); uVar2 = *(ulong *)(local_40[0] + -0x18); /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */ pcVar4 = (char *)operator_new__(uVar2 + 1); std::string::copy((string *)local_40,pcVar4,uVar2,0); pcVar4[uVar2] = '\0'; *(char **)(param_2 + 0x38) = pcVar4; *(ulong *)(param_2 + 0x40) = uVar2; if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar5 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar5 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar5 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar5 < 1) { std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18)); } } return; }
void FUN_0032af30(long *param_1,long param_2) { int *piVar1; int iVar2; long lVar3; undefined1 uVar4; long lVar5; undefined1 local_41; long local_40 [2]; uVar4 = (**(code **)(*param_1 + 0x10))(); *(undefined1 *)(param_2 + 0x48) = uVar4; uVar4 = (**(code **)(*param_1 + 0x18))(param_1); *(undefined1 *)(param_2 + 0x88) = 1; *(undefined1 *)(param_2 + 0x49) = uVar4; *(undefined8 *)(param_2 + 0x10) = 0; *(undefined8 *)(param_2 + 0x28) = 0; *(undefined8 *)(param_2 + 0x38) = 0; (**(code **)(*param_1 + 0x20))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x10) = lVar5; *(long *)(param_2 + 0x18) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } (**(code **)(*param_1 + 0x28))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x28) = lVar5; *(long *)(param_2 + 0x30) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } (**(code **)(*param_1 + 0x30))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x38) = lVar5; *(long *)(param_2 + 0x40) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } return; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,RSI SUB RSP,0x18 MOV RAX,qword ptr [RDI] LEA R12,[RSP + 0x8] CALL qword ptr [RAX + 0x10] MOV RDI,RBP MOV byte ptr [RBX + 0x48],AL MOV RAX,qword ptr [RBP] CALL qword ptr [RAX + 0x18] MOV byte ptr [RBX + 0x88],0x1 MOV RDI,R12 MOV RSI,RBP MOV byte ptr [RBX + 0x49],AL MOV qword ptr [RBX + 0x10],0x0 MOV qword ptr [RBX + 0x28],0x0 MOV qword ptr [RBX + 0x38],0x0 MOV RAX,qword ptr [RBP] CALL qword ptr [RAX + 0x20] MOV RAX,qword ptr [RSP + 0x8] MOV R13,qword ptr [RAX + -0x18] LEA RDI,[R13 + 0x1] CALL 0x002ee720 XOR ECX,ECX MOV RDX,R13 MOV RSI,RAX MOV RDI,R12 MOV R14,RAX CALL 0x00322090 MOV RAX,qword ptr [RSP + 0x8] MOV byte ptr [R14 + R13*0x1],0x0 MOV qword ptr [RBX + 0x10],R14 LEA R14,[0x464600] LEA RDI,[RAX + -0x18] MOV qword ptr [RBX + 0x18],R13 CMP RDI,R14 JNZ 0x0032b088 MOV RAX,qword ptr [RBP] MOV RDI,R12 MOV RSI,RBP CALL qword ptr [RAX + 0x28] MOV RAX,qword ptr [RSP + 0x8] MOV R13,qword ptr [RAX + -0x18] LEA RDI,[R13 + 0x1] CALL 0x002ee720 XOR ECX,ECX MOV RDX,R13 MOV RSI,RAX MOV RDI,R12 MOV R15,RAX CALL 0x00322090 MOV RAX,qword ptr [RSP + 0x8] MOV byte ptr [R15 + R13*0x1],0x0 MOV qword ptr [RBX + 0x28],R15 LEA RDI,[RAX + -0x18] MOV qword ptr [RBX + 0x30],R13 CMP RDI,R14 JNZ 0x0032b0c0 MOV RAX,qword ptr [RBP] MOV RSI,RBP MOV RDI,R12 CALL qword ptr [RAX + 0x30] MOV RAX,qword ptr [RSP + 0x8] MOV RBP,qword ptr [RAX + -0x18] LEA RDI,[RBP + 0x1] CALL 0x002ee720 XOR ECX,ECX MOV RDX,RBP MOV RSI,RAX MOV RDI,R12 MOV R13,RAX CALL 0x00322090 MOV RAX,qword ptr [RSP + 0x8] MOV byte ptr [R13 + RBP*0x1],0x0 MOV qword ptr [RBX + 0x38],R13 LEA RDI,[RAX + -0x18] MOV qword ptr [RBX + 0x40],RBP CMP RDI,R14 JNZ 0x0032b0f0 ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CMP qword ptr [0x00457ee8],0x0 JZ 0x0032b140 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x0032afd6 LEA RSI,[RSP + 0x7] CALL 0x00322d20 JMP 0x0032afd6 CMP qword ptr [0x00457ee8],0x0 JZ 0x0032b130 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x0032b027 LEA RSI,[RSP + 0x7] CALL 0x00322d20 JMP 0x0032b027 CMP qword ptr [0x00457ee8],0x0 JZ 0x0032b120 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x0032b075 LEA RSI,[RSP + 0x7] CALL 0x00322d20 JMP 0x0032b075 MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x0032b104 MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x0032b0d4 MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x0032b0a0
null
null
null
null
[(u'CALLIND_-1204965485', u'INDIRECT_-1204964532'), (u'MULTIEQUAL_-1204964214', u'COPY_-1204964281'), ('const-32', u'INT_ADD_-1204965407'), (u'CALL_-1204965387', u'INDIRECT_-1204964467'), ('tmp_507', u'CBRANCH_-1204965142'), ('const-4294967295', u'INT_ADD_-1204964763'), ('const-48', u'INT_ADD_-1204965107'), ('const-24', u'INT_ADD_-1204965295'), ('const-1', u'STORE_-1204965484'), (u'CALLIND_-1204965413', u'INDIRECT_-1204964425'), ('const-56', u'INT_ADD_-1204965424'), ('const-40', u'INT_ADD_-1204965253'), (u'INDIRECT_-1204964211', u'INT_ADD_-1204964791'), (u'CAST_-1204964271', u'STORE_-1204965330'), (u'INT_ADD_-1204965083', u'CALL_-1204965087'), ('const-433', u'LOAD_-1204965106'), ('const-17', u'CALLOTHER_-1204964802'), (u'INT_ADD_-1204965090', u'CAST_-1204964091'), ('const-433', u'LOAD_-1204964788'), (u'CAST_-1204963943', u'LOAD_-1204964790'), ('const-433', u'STORE_-1204965309'), ('const-433', u'STORE_-1204964784'), (u'INDIRECT_-1204964388', u'INT_ADD_-1204964769'), (u'MULTIEQUAL_-1204964209', u'INT_SLESS_-1204964739'), (u'CAST_-1204964082', u'STORE_-1204965029'), (u'LOAD_-1204965502', u'INT_ADD_-1204965479'), (u'LOAD_-1204965252', u'STORE_-1204965163'), ('tmp_2539', u'INT_ADD_-1204965295'), (u'INDIRECT_-1204964127', u'MULTIEQUAL_-1204964116'), ('tmp_1082', u'BRANCH_-1204964640'), ('const-1', u'INT_SLESS_-1204964739'), (u'CALL_-1204964728', u'INDIRECT_-1204964188'), ('const-1', u'INT_SLESS_-1204964761'), (u'INT_ADD_-1204965383', u'CALL_-1204965387'), (u'INT_ADD_-1204964631', u'CAST_-1204963841'), (u'PTRSUB_-1204964231', u'CAST_-1204964214'), (u'CAST_-1204964082', u'PTRADD_-1204964978'), (u'LOAD_-1204964779', u'MULTIEQUAL_-1204964209'), ('const-0', u'INT_EQUAL_-1204964809'), ('const-433', u'STORE_-1204965338'), (u'LOAD_-1204965252', u'CALL_-1204965197'), (u'MULTIEQUAL_-1204964070', u'MULTIEQUAL_-1204964214'), ('tmp_954', u'CBRANCH_-1204964802'), (u'CALL_-1204964750', u'INDIRECT_-1204964080'), ('tmp_2539', u'INT_ADD_-1204965162'), (u'CAST_-1204964031', u'INT_NOTEQUAL_-1204964997'), ('const-40', u'INT_ADD_-1204965435'), (u'INT_ADD_-1204964772', u'STORE_-1204964784'), (u'LOAD_-1204965106', u'CALL_-1204965051'), ('tmp_2537', u'CALLIND_-1204965113'), (u'INDIRECT_-1204964080', u'MULTIEQUAL_-1204964214'), ('const-0', u'PTRSUB_-1204964149'), ('const-433', u'STORE_-1204965176'), (u'CAST_-1204963943', u'LOAD_-1204964788'), (u'MULTIEQUAL_-1204964117', u'INT_SLESS_-1204964761'), (u'MULTIEQUAL_-1204964156', u'INT_SLESS_-1204964748'), (u'CALL_-1204965233', u'INDIRECT_-1204964375'), ('const-24', u'INT_ADD_-1204965479'), (u'STORE_-1204965309', u'INDIRECT_-1204964398'), (u'STORE_-1204965505', u'INDIRECT_-1204964525'), (u'INT_ADD_-1204965316', u'CAST_-1204964236'), ('const--24', u'INT_ADD_-1204965236'), (u'CAST_-1204964191', u'LOAD_-1204965269'), (u'INT_ADD_-1204965407', u'CAST_-1204964289'), (u'INDIRECT_-1204964398', u'MULTIEQUAL_-1204964369'), ('const--8', u'INT_ADD_-1204964554'), ('tmp_2537', u'CALLIND_-1204965413'), (u'CAST_-1204963854', u'LOAD_-1204964737'), (u'INDIRECT_-1204964296', u'INT_ADD_-1204964644'), (u'LOAD_-1204965406', u'INT_ADD_-1204965383'), ('const-433', u'STORE_-1204965184'), (u'INT_ADD_-1204965107', u'CAST_-1204964100'), (u'INDIRECT_-1204964023', u'MULTIEQUAL_-1204964116'), (u'STORE_-1204965163', u'INDIRECT_-1204964314'), (u'CAST_-1204964342', u'LOAD_-1204965495'), (u'CALLIND_-1204965510', u'INDIRECT_-1204964487'), (u'CALL_-1204965051', u'INDIRECT_-1204964211'), ('const-433', u'LOAD_-1204964801'), ('tmp_883', u'CBRANCH_-1204964768'), ('const-433', u'LOAD_-1204965284'), ('const-433', u'LOAD_-1204965495'), ('tmp_2539', u'INT_ADD_-1204965452'), (u'LOAD_-1204965123', u'CALLIND_-1204965113'), (u'LOAD_-1204964583', u'MULTIEQUAL_-1204964209'), (u'INT_ADD_-1204964554', u'CAST_-1204963835'), (u'LOAD_-1204965106', u'INT_ADD_-1204965083'), (u'CAST_-1204964100', u'LOAD_-1204965123'), ('const--24', u'INT_ADD_-1204965390'), ('const-0', u'CALL_-1204965351'), (u'CALLIND_-1204965510', u'STORE_-1204965505'), ('const-433', u'LOAD_-1204965423'), (u'INDIRECT_-1204964425', u'INT_ADD_-1204965390'), (u'CALL_-1204965387', u'CAST_-1204964271'), (u'CAST_-1204964363', u'CALL_-1204965051'), ('const-0', u'RETURN_-1204964938'), ('const-433', u'STORE_-1204964797'), ('const-433', u'STORE_-1204965484'), (u'INDIRECT_-1204964211', u'INT_ADD_-1204965008'), (u'INDIRECT_-1204964333', u'INT_ADD_-1204965236'), ('const-4605440', u'PTRSUB_-1204964231'), (u'CAST_-1204964280', u'LOAD_-1204965406'), (u'STORE_-1204965466', u'INDIRECT_-1204964500'), (u'INDIRECT_-1204964296', u'INT_ADD_-1204964631'), (u'INT_NOTEQUAL_-1204964997', u'CBRANCH_-1204964995'), (u'CAST_-1204964324', u'STORE_-1204965466'), ('const-1', u'INT_ADD_-1204965083'), (u'CAST_-1204964363', u'CALLIND_-1204965413'), (u'STORE_-1204964797', u'INDIRECT_-1204964081'), (u'INT_ADD_-1204965479', u'CAST_-1204964342'), ('const-433', u'LOAD_-1204964737'), (u'LOAD_-1204964737', u'INT_ADD_-1204964125'), ('const-433', u'STORE_-1204964775'), (u'INDIRECT_-1204964314', u'MULTIEQUAL_-1204964290'), (u'STORE_-1204965176', u'INDIRECT_-1204964323'), (u'CALL_-1204965233', u'INDIRECT_-1204964316'), (u'STORE_-1204965438', u'INDIRECT_-1204964478'), (u'CAST_-1204964091', u'LOAD_-1204965106'), (u'CALL_-1204964737', u'INDIRECT_-1204964132'), ('const-433', u'LOAD_-1204965502'), ('tmp_2537', u'LOAD_-1204965430'), (u'LOAD_-1204965252', u'INT_ADD_-1204965229'), ('const-16', u'INT_ADD_-1204965446'), (u'INDIRECT_-1204964005', u'MULTIEQUAL_-1204964166'), (u'INDIRECT_-1204964314', u'INT_EQUAL_-1204964809'), ('const-433', u'LOAD_-1204964781'), ('tmp_2539', u'INT_ADD_-1204965491'), (u'LOAD_-1204965406', u'CALL_-1204965351'), (u'CAST_-1204964320', u'STORE_-1204965460'), ('const-433', u'STORE_-1204965016'), (u'INT_ADD_-1204964763', u'STORE_-1204964775'), (u'INT_ADD_-1204965162', u'CAST_-1204964138'), ('const-433', u'STORE_-1204965449'), (u'STORE_-1204965184', u'INDIRECT_-1204964329'), ('const--8', u'INT_ADD_-1204964567'), (u'CALL_-1204965087', u'CAST_-1204964082'), (u'INT_SLESS_-1204964761', u'CBRANCH_-1204964768'), (u'INDIRECT_-1204964388', u'INT_ADD_-1204965301'), (u'INT_ADD_-1204964125', u'STORE_-1204964722'), (u'LOAD_-1204964781', u'INT_ADD_-1204964763'), (u'CALL_-1204964728', u'INDIRECT_-1204964129'), ('tmp_925', u'BRANCH_-1204964717'), (u'LOAD_-1204965252', u'PTRADD_-1204965124'), (u'CAST_-1204964214', u'INT_NOTEQUAL_-1204965290'), ('const-64', u'INT_ADD_-1204965002'), ('const-4294967295', u'INT_ADD_-1204964785'), (u'INDIRECT_-1204964398', u'INT_EQUAL_-1204964804'), ('const-433', u'STORE_-1204965163'), (u'INT_ADD_-1204964567', u'CAST_-1204963842'), ('const-433', u'LOAD_-1204965269'), ('const-4294967295', u'INT_ADD_-1204964125'), (u'PTRADD_-1204965124', u'STORE_-1204965184'), ('const-18', u'CALLOTHER_-1204964784'), (u'INT_ADD_-1204964791', u'CAST_-1204963885'), (u'INDIRECT_-1204964073', u'MULTIEQUAL_-1204964254'), (u'CAST_-1204964302', u'STORE_-1204965438'), (u'CAST_-1204964005', u'STORE_-1204964775'), ('const--8', u'INT_ADD_-1204964708'), (u'CALL_-1204965087', u'INDIRECT_-1204964231'), (u'CAST_-1204964133', u'CALL_-1204964737'), (u'INT_ADD_-1204965446', u'CAST_-1204964320'), (u'LOAD_-1204964737', u'MULTIEQUAL_-1204964117'), ('const-433', u'STORE_-1204965505'), ('const-16', u'INT_ADD_-1204965316'), ('const-0', u'CALL_-1204965197'), (u'STORE_-1204965449', u'INDIRECT_-1204964487'), ('const-0', u'INT_EQUAL_-1204964822'), (u'CAST_-1204964363', u'CALL_-1204965351'), ('tmp_2539', u'INT_ADD_-1204965424'), ('const-433', u'LOAD_-1204965252'), (u'CALL_-1204965197', u'INDIRECT_-1204964355'), ('const-1', u'PTRADD_-1204965124'), (u'CALL_-1204965233', u'CAST_-1204964173'), (u'INDIRECT_-1204964248', u'INT_ADD_-1204965090'), (u'INT_ADD_-1204964769', u'CAST_-1204964005'), (u'INT_ADD_-1204965470', u'CAST_-1204964338'), (u'CAST_-1204963885', u'LOAD_-1204964801'), (u'CAST_-1204964005', u'LOAD_-1204964781'), (u'LOAD_-1204965138', u'INT_ADD_-1204965107'), (u'PTRSUB_-1204964149', u'CAST_-1204964123'), ('const-433', u'LOAD_-1204964660'), (u'CALL_-1204964737', u'INDIRECT_-1204964073'), (u'CAST_-1204963841', u'STORE_-1204964645'), (u'CAST_-1204964082', u'CALL_-1204965051'), (u'CALL_-1204965051', u'INDIRECT_-1204964270'), (u'CAST_-1204964224', u'INT_NOTEQUAL_-1204965290'), (u'INT_ADD_-1204965229', u'CALL_-1204965233'), (u'INT_ADD_-1204965504', u'CAST_-1204964357'), (u'CAST_-1204964123', u'INT_NOTEQUAL_-1204965144'), (u'LOAD_-1204964790', u'INT_ADD_-1204964772'), ('const-433', u'STORE_-1204965330'), (u'STORE_-1204965460', u'INDIRECT_-1204964496'), ('tmp_1055', u'BRANCH_-1204964734'), (u'CALL_-1204965351', u'INDIRECT_-1204964388'), ('tmp_2539', u'INT_ADD_-1204965470'), ('const-433', u'LOAD_-1204965138'), (u'CAST_-1204963885', u'LOAD_-1204964803'), (u'PTRSUB_-1204964066', u'CAST_-1204964031'), ('const-0', u'PTRSUB_-1204964231'), ('tmp_1111', u'CBRANCH_-1204964797'), ('const-40', u'INT_ADD_-1204965162'), ('tmp_1040', u'CBRANCH_-1204964755'), (u'CALL_-1204965387', u'INDIRECT_-1204964408'), (u'LOAD_-1204965520', u'CALLIND_-1204965510'), ('tmp_2539', u'INT_ADD_-1204965435'), (u'INT_ADD_-1204964560', u'STORE_-1204964568'), (u'INDIRECT_-1204964211', u'INT_ADD_-1204964708'), ('tmp_2539', u'INT_ADD_-1204965316'), (u'CAST_-1204964311', u'STORE_-1204965449'), (u'CALLIND_-1204965413', u'INDIRECT_-1204964484'), (u'INT_NOTEQUAL_-1204965290', u'CBRANCH_-1204965288'), ('tmp_2539', u'INT_ADD_-1204965446'), (u'CAST_-1204964219', u'STORE_-1204965309'), (u'CALLIND_-1204965113', u'INDIRECT_-1204964248'), (u'CAST_-1204964350', u'STORE_-1204965505'), ('tmp_2539', u'INT_ADD_-1204965002'), (u'INDIRECT_-1204964177', u'MULTIEQUAL_-1204964166'), (u'INT_ADD_-1204965491', u'CAST_-1204964350'), (u'INT_ADD_-1204964785', u'STORE_-1204964797'), (u'LOAD_-1204965269', u'CALLIND_-1204965259'), (u'INDIRECT_-1204964296', u'INT_ADD_-1204965155'), ('const-0', u'STORE_-1204965449'), (u'CALLIND_-1204965485', u'STORE_-1204965466'), ('const-48', u'INT_ADD_-1204965149'), ('const--24', u'INT_ADD_-1204965008'), (u'CAST_-1204964357', u'LOAD_-1204965520'), (u'INT_EQUAL_-1204964804', u'CBRANCH_-1204964797'), (u'INT_SLESS_-1204964748', u'CBRANCH_-1204964755'), (u'PTRADD_-1204965278', u'STORE_-1204965338'), (u'INT_ADD_-1204965015', u'CAST_-1204964046'), (u'LOAD_-1204965106', u'PTRADD_-1204964978'), ('const-433', u'LOAD_-1204965406'), (u'INDIRECT_-1204964388', u'MULTIEQUAL_-1204964334'), (u'CAST_-1204964173', u'STORE_-1204965176'), ('const-433', u'LOAD_-1204964779'), (u'INT_SLESS_-1204964739', u'CBRANCH_-1204964746'), (u'INT_ADD_-1204965236', u'CAST_-1204964182'), (u'LOAD_-1204964660', u'MULTIEQUAL_-1204964156'), (u'CAST_-1204964271', u'PTRADD_-1204965278'), (u'INT_ADD_-1204965253', u'CAST_-1204964191'), (u'INT_ADD_-1204965149', u'CAST_-1204964128'), (u'INT_ADD_-1204964721', u'CAST_-1204963854'), (u'PTRSUB_-1204964362', u'CAST_-1204964363'), (u'CAST_-1204964338', u'STORE_-1204965484'), (u'LOAD_-1204964803', u'INT_ADD_-1204964785'), (u'PTRADD_-1204964978', u'STORE_-1204965038'), (u'CALLIND_-1204965259', u'INDIRECT_-1204964392'), ('const--8', u'INT_ADD_-1204964631'), ('const-1', u'INT_ADD_-1204965229'), ('tmp_2537', u'LOAD_-1204965533'), ('const-433', u'STORE_-1204964645'), (u'CAST_-1204964363', u'CALLIND_-1204965259'), (u'CAST_-1204964138', u'STORE_-1204965176'), ('tmp_2539', u'INT_ADD_-1204965015'), (u'CAST_-1204963847', u'STORE_-1204964722'), (u'INT_EQUAL_-1204964809', u'CBRANCH_-1204964802'), (u'CALLIND_-1204965113', u'INDIRECT_-1204964307'), (u'LOAD_-1204965495', u'CALLIND_-1204965485'), ('const-433', u'STORE_-1204965038'), (u'CAST_-1204964036', u'STORE_-1204965016'), (u'INDIRECT_-1204964081', u'MULTIEQUAL_-1204964070'), (u'CAST_-1204964271', u'CALL_-1204965351'), ('const--8', u'INT_ADD_-1204964644'), (u'CAST_-1204963835', u'STORE_-1204964568'), (u'INT_ADD_-1204965295', u'CAST_-1204964219'), (u'CAST_-1204964182', u'LOAD_-1204965252'), ('const-17', u'CALLOTHER_-1204964789'), ('tmp_2539', u'INT_ADD_-1204965149'), (u'INDIRECT_-1204964229', u'INT_EQUAL_-1204964822'), (u'LOAD_-1204965423', u'CALLIND_-1204965413'), (u'CAST_-1204963943', u'STORE_-1204964784'), (u'INT_ADD_-1204964644', u'CAST_-1204963848'), (u'INT_ADD_-1204964637', u'STORE_-1204964645'), (u'CAST_-1204964363', u'CALLIND_-1204965113'), ('const-433', u'LOAD_-1204964803'), ('const-4294967295', u'INT_ADD_-1204964772'), (u'LOAD_-1204964801', u'MULTIEQUAL_-1204964117'), ('const-4605440', u'PTRSUB_-1204964149'), ('const-4294967295', u'INT_ADD_-1204964560'), ('const-0', u'STORE_-1204965338'), ('const--24', u'INT_ADD_-1204965155'), ('tmp_2537', u'LOAD_-1204965284'), (u'CAST_-1204964133', u'INT_NOTEQUAL_-1204965144'), (u'INDIRECT_-1204964296', u'INT_ADD_-1204964778'), (u'STORE_-1204965029', u'INDIRECT_-1204964238'), ('const--24', u'INT_ADD_-1204965090'), (u'INDIRECT_-1204964211', u'INT_ADD_-1204964721'), (u'INT_ADD_-1204965424', u'CAST_-1204964302'), (u'INT_NOTEQUAL_-1204965144', u'CBRANCH_-1204965142'), ('const-17', u'CALLOTHER_-1204964780'), ('tmp_1197', u'CBRANCH_-1204964746'), (u'INDIRECT_-1204964388', u'INT_ADD_-1204964567'), ('const-4294967295', u'INT_ADD_-1204964637'), ('const-0', u'INT_EQUAL_-1204964804'), ('const-72', u'INT_ADD_-1204965491'), (u'CAST_-1204963885', u'STORE_-1204964797'), (u'LOAD_-1204965106', u'STORE_-1204965016'), (u'INT_EQUAL_-1204964822', u'CBRANCH_-1204964815'), ('const--24', u'INT_ADD_-1204965301'), ('tmp_1212', u'BRANCH_-1204964725'), (u'INDIRECT_-1204964132', u'MULTIEQUAL_-1204964290'), ('const-136', u'INT_ADD_-1204965470'), ('const-16', u'INT_ADD_-1204965504'), (u'INT_ADD_-1204964778', u'CAST_-1204963943'), (u'LOAD_-1204965430', u'INT_ADD_-1204965407'), (u'CAST_-1204963842', u'LOAD_-1204964583'), ('const-433', u'STORE_-1204964722'), (u'STORE_-1204964784', u'INDIRECT_-1204964127'), ('const-433', u'STORE_-1204965460'), (u'STORE_-1204964568', u'INDIRECT_-1204964005'), (u'CAST_-1204964173', u'CALL_-1204965197'), (u'CAST_-1204964224', u'CALL_-1204964728'), (u'STORE_-1204965016', u'INDIRECT_-1204964229'), (u'STORE_-1204964645', u'INDIRECT_-1204964023'), (u'LOAD_-1204964660', u'INT_ADD_-1204964637'), (u'LOAD_-1204965406', u'PTRADD_-1204965278'), (u'INT_ADD_-1204965155', u'CAST_-1204964133'), ('const-433', u'LOAD_-1204964583'), (u'LOAD_-1204965533', u'INT_ADD_-1204965504'), ('const-433', u'STORE_-1204965438'), ('const--8', u'INT_ADD_-1204964721'), ('const-18', u'CALLOTHER_-1204964762'), ('const-0', u'STORE_-1204965460'), (u'MULTIEQUAL_-1204964166', u'MULTIEQUAL_-1204964369'), (u'LOAD_-1204965406', u'STORE_-1204965309'), (u'CAST_-1204964005', u'LOAD_-1204964779'), (u'CAST_-1204964041', u'CALL_-1204964750'), (u'CALL_-1204965087', u'INDIRECT_-1204964290'), (u'CAST_-1204964236', u'STORE_-1204965330'), (u'STORE_-1204965338', u'INDIRECT_-1204964420'), (u'CALLIND_-1204965485', u'INDIRECT_-1204964473'), (u'LOAD_-1204964583', u'INT_ADD_-1204964560'), (u'CAST_-1204964041', u'INT_NOTEQUAL_-1204964997'), (u'INDIRECT_-1204964041', u'MULTIEQUAL_-1204964070'), ('tmp_2537', u'LOAD_-1204965138'), (u'STORE_-1204965484', u'INDIRECT_-1204964514'), (u'CAST_-1204964363', u'CALL_-1204965197'), (u'CAST_-1204964128', u'STORE_-1204965163'), (u'INT_ADD_-1204965390', u'CAST_-1204964280'), ('tmp_898', u'BRANCH_-1204964747'), ('const-433', u'LOAD_-1204965430'), ('const-433', u'LOAD_-1204965123'), (u'CALL_-1204965197', u'INDIRECT_-1204964296'), (u'CAST_-1204964046', u'STORE_-1204965029'), ('const-1', u'PTRADD_-1204964978'), ('const-1', u'PTRADD_-1204965278'), (u'CALLIND_-1204965510', u'INDIRECT_-1204964546'), (u'INDIRECT_-1204964388', u'INT_ADD_-1204964554'), ('const--8', u'INT_ADD_-1204964778'), ('const-0', u'CALL_-1204965051'), (u'LOAD_-1204965284', u'INT_ADD_-1204965253'), (u'MULTIEQUAL_-1204964116', u'MULTIEQUAL_-1204964290'), ('const--8', u'INT_ADD_-1204964791'), (u'INT_ADD_-1204964708', u'CAST_-1204963847'), (u'INT_ADD_-1204965008', u'CAST_-1204964041'), ('const-4605440', u'PTRSUB_-1204964066'), ('const-1', u'INT_ADD_-1204965383'), (u'CAST_-1204964173', u'PTRADD_-1204965124'), (u'LOAD_-1204964788', u'MULTIEQUAL_-1204964156'), ('const-433', u'LOAD_-1204965520'), (u'CAST_-1204963848', u'LOAD_-1204964660'), ('const-56', u'INT_ADD_-1204965015'), (u'CAST_-1204964289', u'LOAD_-1204965423'), (u'CALL_-1204965351', u'INDIRECT_-1204964447'), (u'STORE_-1204964775', u'INDIRECT_-1204964177'), ('tmp_2537', u'CALLIND_-1204965259'), (u'INT_ADD_-1204965002', u'CAST_-1204964036'), ('const-0', u'PTRSUB_-1204964066'), ('const-73', u'INT_ADD_-1204965452'), (u'INDIRECT_-1204964129', u'MULTIEQUAL_-1204964334'), ('const--8', u'INT_ADD_-1204964769'), ('const-433', u'LOAD_-1204964790'), (u'INT_ADD_-1204965435', u'CAST_-1204964311'), (u'INDIRECT_-1204964296', u'MULTIEQUAL_-1204964254'), ('tmp_2537', u'CALLIND_-1204965485'), ('const-0', u'STORE_-1204965438'), ('const-1', u'INT_SLESS_-1204964748'), (u'STORE_-1204964722', u'INDIRECT_-1204964041'), (u'STORE_-1204965038', u'INDIRECT_-1204964245'), (u'INT_ADD_-1204965452', u'CAST_-1204964324'), ('const-433', u'STORE_-1204964568'), ('tmp_674', u'CBRANCH_-1204964995'), ('tmp_340', u'CBRANCH_-1204965288'), (u'INDIRECT_-1204964188', u'MULTIEQUAL_-1204964369'), ('const-433', u'STORE_-1204965029'), ('tmp_797', u'CBRANCH_-1204964815'), ('const-0', u'STORE_-1204965184'), (u'INDIRECT_-1204964229', u'MULTIEQUAL_-1204964214'), (u'STORE_-1204965330', u'INDIRECT_-1204964414'), ('const-0', u'STORE_-1204965038'), ('tmp_1239', u'BRANCH_-1204964563'), ('const--64', u'PTRSUB_-1204964362'), ('const-18', u'CALLOTHER_-1204964771'), (u'CALLIND_-1204965259', u'INDIRECT_-1204964333'), ('tmp_2537', u'LOAD_-1204965502'), ('const-433', u'LOAD_-1204965533'), ('const-433', u'STORE_-1204965466'), ('tmp_2532', u'PTRSUB_-1204964362'), (u'INT_ADD_-1204965301', u'CAST_-1204964224')]
[('const-433', u'LOAD_-1204964737'), ('const-32', u'INT_ADD_-1204965407'), ('const-0', u'CALL_-1204965351'), ('tmp_507', u'CBRANCH_-1204965142'), ('const-48', u'INT_ADD_-1204965107'), ('const-24', u'INT_ADD_-1204965295'), ('const-56', u'INT_ADD_-1204965424'), ('const-40', u'INT_ADD_-1204965253'), (u'INT_ADD_-1204965390', u'CAST_-1204964274'), (u'INT_ADD_-1204965479', u'CAST_-1204964336'), (u'CAST_-1204964218', u'CALL_-1204964728'), (u'INT_ADD_-1204965083', u'CALL_-1204965087'), (u'LOAD_-1204965106', u'INT_ADD_-1204965024'), ('const-17', u'CALLOTHER_-1204964802'), ('const--65', u'PTRSUB_-1204963902'), (u'PTRSUB_-1204964358', u'CALLIND_-1204965413'), (u'CALL_-1204965233', u'CALL_-1204965197'), (u'CALL_-1204965087', u'INDIRECT_-1204964286'), ('tmp_2565', u'INT_ADD_-1204965424'), (u'CAST_-1204964139', u'STORE_-1204965184'), ('const-1', u'STORE_-1204965484'), (u'CAST_-1204964314', u'STORE_-1204965460'), (u'LOAD_-1204964779', u'MULTIEQUAL_-1204964206'), (u'LOAD_-1204965502', u'INT_ADD_-1204965479'), ('const-4294967295', u'INT_ADD_-1204964785'), (u'LOAD_-1204965252', u'STORE_-1204965163'), ('tmp_2563', u'LOAD_-1204965533'), ('const-433', u'STORE_-1204965163'), ('const-433', u'STORE_-1204965038'), (u'STORE_-1204965309', u'INDIRECT_-1204964394'), ('tmp_1082', u'BRANCH_-1204964640'), (u'INT_ADD_-1204965383', u'CALL_-1204965387'), (u'INT_ADD_-1204965324', u'CAST_-1204964236'), (u'LOAD_-1204965252', u'CALL_-1204965197'), (u'CAST_-1204964133', u'STORE_-1204965176'), (u'PTRSUB_-1204963902', u'CALL_-1204964750'), ('tmp_954', u'CBRANCH_-1204964802'), ('const-40', u'INT_ADD_-1204965435'), (u'INT_ADD_-1204964772', u'STORE_-1204964784'), (u'STORE_-1204965466', u'INDIRECT_-1204964496'), (u'LOAD_-1204965106', u'CALL_-1204965051'), (u'INDIRECT_-1204964076', u'MULTIEQUAL_-1204964210'), (u'INT_ADD_-1204965316', u'CAST_-1204964230'), ('const-24', u'INT_ADD_-1204965479'), (u'CALL_-1204965051', u'INDIRECT_-1204964207'), ('const-433', u'LOAD_-1204964803'), ('tmp_2565', u'INT_ADD_-1204965452'), (u'CALL_-1204964737', u'INDIRECT_-1204964069'), ('tmp_2563', u'CALLIND_-1204965485'), ('const-433', u'LOAD_-1204965430'), ('const--24', u'INT_ADD_-1204965236'), ('const--8', u'INT_ADD_-1204964554'), (u'INT_ADD_-1204964567', u'CAST_-1204963837'), (u'INT_ADD_-1204965107', u'CAST_-1204964096'), (u'INT_ADD_-1204964791', u'CAST_-1204963882'), (u'LOAD_-1204965406', u'INT_ADD_-1204965383'), ('tmp_2565', u'INT_ADD_-1204965491'), (u'INDIRECT_-1204964244', u'INT_ADD_-1204965090'), (u'CAST_-1204964000', u'LOAD_-1204964781'), (u'INT_ADD_-1204965452', u'CAST_-1204964318'), ('const-433', u'LOAD_-1204965269'), (u'CAST_-1204964177', u'LOAD_-1204965252'), (u'PTRSUB_-1204963951', u'CALL_-1204964737'), (u'STORE_-1204965038', u'INDIRECT_-1204964241'), (u'CAST_-1204964128', u'INT_NOTEQUAL_-1204965144'), (u'INDIRECT_-1204964128', u'MULTIEQUAL_-1204964286'), (u'INT_ADD_-1204965491', u'CAST_-1204964344'), ('tmp_883', u'CBRANCH_-1204964768'), (u'STORE_-1204965176', u'INDIRECT_-1204964319'), (u'CAST_-1204963882', u'STORE_-1204964797'), ('const-433', u'LOAD_-1204965533'), ('const-1', u'INT_SLESS_-1204964739'), ('const-433', u'STORE_-1204965484'), ('const--65', u'PTRSUB_-1204964004'), ('const-4294967295', u'INT_ADD_-1204964560'), (u'LOAD_-1204965123', u'CALLIND_-1204965113'), (u'CALL_-1204964737', u'INDIRECT_-1204964128'), (u'LOAD_-1204965106', u'INT_ADD_-1204965083'), ('const--24', u'INT_ADD_-1204965390'), (u'INDIRECT_-1204964310', u'INT_EQUAL_-1204964809'), (u'CALLIND_-1204965510', u'STORE_-1204965505'), ('const-433', u'LOAD_-1204964801'), (u'INDIRECT_-1204964207', u'INT_ADD_-1204964721'), (u'MULTIEQUAL_-1204964206', u'INT_SLESS_-1204964739'), (u'CAST_-1204964032', u'STORE_-1204965016'), ('tmp_2558', u'PTRSUB_-1204964004'), (u'CAST_-1204964283', u'LOAD_-1204965423'), ('const-4294967295', u'INT_ADD_-1204964714'), ('const-0', u'RETURN_-1204964938'), ('const-433', u'STORE_-1204965338'), ('const-433', u'STORE_-1204965330'), ('const-433', u'STORE_-1204964568'), (u'PTRSUB_-1204964145', u'INT_NOTEQUAL_-1204965144'), ('const-433', u'STORE_-1204965438'), (u'INT_NOTEQUAL_-1204964997', u'CBRANCH_-1204964995'), ('tmp_2563', u'CALLIND_-1204965259'), (u'INT_ADD_-1204965435', u'CAST_-1204964305'), ('const-433', u'LOAD_-1204965502'), ('tmp_2565', u'INT_ADD_-1204965162'), (u'INT_ADD_-1204965170', u'CAST_-1204964139'), (u'CAST_-1204964087', u'LOAD_-1204965106'), ('const-1', u'INT_ADD_-1204965083'), (u'STORE_-1204965438', u'INDIRECT_-1204964474'), ('const-433', u'LOAD_-1204965106'), ('const-4605440', u'PTRSUB_-1204964145'), (u'LOAD_-1204964660', u'MULTIEQUAL_-1204964153'), (u'MULTIEQUAL_-1204964153', u'INT_SLESS_-1204964748'), (u'CAST_-1204963844', u'STORE_-1204964722'), (u'CAST_-1204964305', u'STORE_-1204965449'), (u'CAST_-1204964336', u'LOAD_-1204965495'), (u'MULTIEQUAL_-1204964066', u'MULTIEQUAL_-1204964210'), (u'PTRSUB_-1204964358', u'CALL_-1204965197'), (u'INDIRECT_-1204964184', u'MULTIEQUAL_-1204964365'), (u'LOAD_-1204965252', u'INT_ADD_-1204965229'), (u'INDIRECT_-1204964384', u'INT_ADD_-1204965301'), ('const-433', u'STORE_-1204965449'), ('const-16', u'INT_ADD_-1204965446'), (u'CALL_-1204965197', u'INDIRECT_-1204964292'), (u'INDIRECT_-1204964001', u'MULTIEQUAL_-1204964162'), (u'LOAD_-1204965406', u'CALL_-1204965351'), (u'INT_ADD_-1204964763', u'STORE_-1204964775'), (u'CAST_-1204963844', u'LOAD_-1204964660'), ('const--8', u'INT_ADD_-1204964567'), (u'INT_SLESS_-1204964761', u'CBRANCH_-1204964768'), ('const-433', u'LOAD_-1204964788'), ('const-4294967295', u'INT_ADD_-1204964637'), (u'CAST_-1204964218', u'INT_NOTEQUAL_-1204965290'), ('const-0', u'INT_EQUAL_-1204964822'), (u'CAST_-1204964213', u'STORE_-1204965309'), (u'PTRSUB_-1204964358', u'CALL_-1204965051'), (u'LOAD_-1204964781', u'INT_ADD_-1204964763'), (u'INDIRECT_-1204964225', u'INT_EQUAL_-1204964822'), ('tmp_2565', u'INT_ADD_-1204965002'), ('tmp_925', u'BRANCH_-1204964717'), ('tmp_2565', u'INT_ADD_-1204965149'), ('tmp_2565', u'INT_ADD_-1204965015'), ('const-433', u'LOAD_-1204964779'), (u'LOAD_-1204964737', u'INT_ADD_-1204964714'), (u'INT_ADD_-1204964644', u'CAST_-1204963844'), ('tmp_2565', u'INT_ADD_-1204965446'), ('const-1', u'INT_SLESS_-1204964761'), ('const-64', u'INT_ADD_-1204965002'), ('const-433', u'LOAD_-1204964583'), (u'CAST_-1204964037', u'CALL_-1204964750'), ('const-433', u'LOAD_-1204965495'), (u'STORE_-1204965330', u'INDIRECT_-1204964410'), ('const-433', u'LOAD_-1204965123'), (u'CAST_-1204963830', u'STORE_-1204964568'), (u'CAST_-1204963837', u'STORE_-1204964645'), (u'CALLIND_-1204965413', u'INDIRECT_-1204964480'), (u'INDIRECT_-1204964207', u'INT_ADD_-1204964791'), (u'PTRSUB_-1204964358', u'CALLIND_-1204965259'), (u'CAST_-1204964274', u'LOAD_-1204965406'), (u'INT_ADD_-1204965301', u'CAST_-1204964218'), ('const-18', u'CALLOTHER_-1204964784'), (u'INT_ADD_-1204964708', u'CAST_-1204963844'), (u'INDIRECT_-1204964384', u'INT_ADD_-1204964554'), (u'CAST_-1204964042', u'STORE_-1204965029'), ('const--8', u'INT_ADD_-1204964708'), (u'STORE_-1204964645', u'INDIRECT_-1204964019'), ('const-433', u'STORE_-1204965176'), (u'CALL_-1204965087', u'CALL_-1204965051'), ('const-1', u'INT_SLESS_-1204964748'), ('const--65', u'PTRSUB_-1204963951'), (u'CALL_-1204965233', u'INT_ADD_-1204965170'), (u'CAST_-1204964000', u'STORE_-1204964775'), ('const-16', u'INT_ADD_-1204965316'), ('const-433', u'LOAD_-1204965520'), (u'STORE_-1204965029', u'INDIRECT_-1204964234'), ('const-433', u'LOAD_-1204964781'), (u'CALL_-1204965387', u'INDIRECT_-1204964463'), (u'CAST_-1204964230', u'STORE_-1204965330'), (u'CALL_-1204965197', u'INDIRECT_-1204964351'), ('tmp_2563', u'LOAD_-1204965430'), ('const-433', u'STORE_-1204965184'), (u'CAST_-1204963939', u'LOAD_-1204964788'), (u'CAST_-1204963882', u'LOAD_-1204964803'), (u'CAST_-1204964186', u'LOAD_-1204965269'), (u'LOAD_-1204965252', u'INT_ADD_-1204965170'), (u'CAST_-1204964351', u'LOAD_-1204965520'), (u'STORE_-1204964722', u'INDIRECT_-1204964037'), (u'STORE_-1204965505', u'INDIRECT_-1204964521'), (u'INT_ADD_-1204965236', u'CAST_-1204964177'), (u'STORE_-1204964784', u'INDIRECT_-1204964123'), (u'LOAD_-1204965138', u'INT_ADD_-1204965107'), ('const-433', u'STORE_-1204964722'), ('const-0', u'STORE_-1204965038'), (u'INT_ADD_-1204965229', u'CALL_-1204965233'), ('const-433', u'LOAD_-1204965138'), ('const-433', u'STORE_-1204964775'), ('const-433', u'LOAD_-1204964660'), (u'LOAD_-1204964790', u'INT_ADD_-1204964772'), ('const-0', u'PTRSUB_-1204964145'), ('tmp_1055', u'BRANCH_-1204964734'), (u'INDIRECT_-1204964123', u'MULTIEQUAL_-1204964112'), (u'CALLIND_-1204965510', u'INDIRECT_-1204964542'), ('tmp_1111', u'CBRANCH_-1204964797'), (u'INT_ADD_-1204965024', u'CAST_-1204964049'), ('const-433', u'STORE_-1204964784'), (u'CAST_-1204963837', u'LOAD_-1204964583'), ('const-40', u'INT_ADD_-1204965162'), (u'LOAD_-1204964583', u'MULTIEQUAL_-1204964206'), ('tmp_1040', u'CBRANCH_-1204964755'), (u'INDIRECT_-1204964421', u'INT_ADD_-1204965390'), (u'CAST_-1204964332', u'STORE_-1204965484'), ('const-433', u'LOAD_-1204965423'), (u'CALL_-1204965351', u'INDIRECT_-1204964443'), (u'CAST_-1204964236', u'STORE_-1204965338'), ('tmp_2558', u'PTRSUB_-1204964358'), (u'LOAD_-1204965520', u'CALLIND_-1204965510'), ('const-433', u'LOAD_-1204965284'), (u'STORE_-1204964568', u'INDIRECT_-1204964001'), (u'STORE_-1204964797', u'INDIRECT_-1204964077'), (u'INT_ADD_-1204964560', u'STORE_-1204964568'), (u'INDIRECT_-1204964037', u'MULTIEQUAL_-1204964066'), (u'INT_ADD_-1204964778', u'CAST_-1204963939'), (u'INT_NOTEQUAL_-1204965290', u'CBRANCH_-1204965288'), (u'INDIRECT_-1204964394', u'INT_EQUAL_-1204964804'), (u'INDIRECT_-1204964125', u'MULTIEQUAL_-1204964330'), ('const-433', u'STORE_-1204965029'), (u'MULTIEQUAL_-1204964210', u'COPY_-1204964277'), (u'CALL_-1204965233', u'STORE_-1204965176'), (u'CALL_-1204965233', u'INDIRECT_-1204964371'), (u'CAST_-1204964296', u'STORE_-1204965438'), (u'INT_ADD_-1204964785', u'STORE_-1204964797'), (u'LOAD_-1204965269', u'CALLIND_-1204965259'), (u'INDIRECT_-1204964225', u'MULTIEQUAL_-1204964210'), (u'CALLIND_-1204965485', u'STORE_-1204965466'), ('const-4605440', u'PTRSUB_-1204964227'), (u'CALL_-1204964728', u'INDIRECT_-1204964125'), ('const-0', u'STORE_-1204965460'), ('const-48', u'INT_ADD_-1204965149'), (u'PTRSUB_-1204964358', u'CALLIND_-1204965113'), ('const--24', u'INT_ADD_-1204965008'), ('const-0', u'PTRSUB_-1204964062'), (u'INDIRECT_-1204964394', u'MULTIEQUAL_-1204964365'), (u'INT_EQUAL_-1204964804', u'CBRANCH_-1204964797'), (u'CALL_-1204965387', u'CALL_-1204965351'), (u'INT_SLESS_-1204964748', u'CBRANCH_-1204964755'), (u'INT_ADD_-1204964721', u'CAST_-1204963851'), (u'STORE_-1204965338', u'INDIRECT_-1204964416'), (u'CALL_-1204965387', u'STORE_-1204965330'), (u'LOAD_-1204964801', u'MULTIEQUAL_-1204964104'), (u'INT_SLESS_-1204964739', u'CBRANCH_-1204964746'), (u'INDIRECT_-1204964019', u'MULTIEQUAL_-1204964112'), ('tmp_2563', u'LOAD_-1204965284'), (u'PTRSUB_-1204964004', u'CALL_-1204964728'), (u'CAST_-1204964344', u'STORE_-1204965505'), (u'CAST_-1204963939', u'LOAD_-1204964790'), (u'INT_ADD_-1204964769', u'CAST_-1204964000'), ('const-433', u'STORE_-1204964797'), (u'INT_ADD_-1204964631', u'CAST_-1204963837'), (u'CALL_-1204965351', u'INDIRECT_-1204964384'), (u'CALL_-1204965087', u'INDIRECT_-1204964227'), ('const-433', u'LOAD_-1204965406'), (u'LOAD_-1204964803', u'INT_ADD_-1204964785'), ('const--8', u'INT_ADD_-1204964631'), ('const-1', u'INT_ADD_-1204965229'), (u'INDIRECT_-1204964292', u'INT_ADD_-1204964644'), (u'INDIRECT_-1204964173', u'MULTIEQUAL_-1204964162'), (u'LOAD_-1204965495', u'CALLIND_-1204965485'), (u'INT_EQUAL_-1204964809', u'CBRANCH_-1204964802'), (u'CALLIND_-1204965485', u'INDIRECT_-1204964528'), (u'INT_ADD_-1204965253', u'CAST_-1204964186'), ('tmp_2558', u'PTRSUB_-1204963902'), (u'INDIRECT_-1204964207', u'INT_ADD_-1204964708'), (u'INT_ADD_-1204965424', u'CAST_-1204964296'), ('const-0', u'INT_EQUAL_-1204964804'), ('tmp_2563', u'LOAD_-1204965138'), ('const--8', u'INT_ADD_-1204964644'), (u'INT_ADD_-1204965002', u'CAST_-1204964032'), ('const-0', u'CALL_-1204965051'), (u'CAST_-1204964049', u'STORE_-1204965038'), (u'INDIRECT_-1204964069', u'MULTIEQUAL_-1204964250'), ('const-4605440', u'PTRSUB_-1204964062'), ('const-433', u'STORE_-1204965466'), ('const-17', u'CALLOTHER_-1204964789'), ('const-0', u'STORE_-1204965338'), (u'CALLIND_-1204965259', u'INDIRECT_-1204964329'), (u'CALLIND_-1204965485', u'INDIRECT_-1204964469'), ('const-0', u'PTRSUB_-1204964227'), (u'INT_ADD_-1204965162', u'CAST_-1204964133'), ('tmp_2563', u'CALLIND_-1204965413'), (u'LOAD_-1204965423', u'CALLIND_-1204965413'), (u'INT_ADD_-1204964637', u'STORE_-1204964645'), (u'INDIRECT_-1204964207', u'INT_ADD_-1204965008'), (u'INT_ADD_-1204965504', u'CAST_-1204964351'), ('const--24', u'INT_ADD_-1204965155'), (u'STORE_-1204965163', u'INDIRECT_-1204964310'), ('const--24', u'INT_ADD_-1204965090'), (u'CALL_-1204964728', u'INDIRECT_-1204964184'), (u'INT_NOTEQUAL_-1204965144', u'CBRANCH_-1204965142'), ('const-17', u'CALLOTHER_-1204964780'), ('tmp_1197', u'CBRANCH_-1204964746'), ('const-72', u'INT_ADD_-1204965491'), (u'CAST_-1204963939', u'STORE_-1204964784'), ('const-433', u'STORE_-1204965505'), (u'LOAD_-1204965406', u'INT_ADD_-1204965324'), (u'INT_ADD_-1204965295', u'CAST_-1204964213'), (u'INT_ADD_-1204965149', u'CAST_-1204964123'), (u'CALL_-1204965387', u'INT_ADD_-1204965324'), (u'CALL_-1204965087', u'STORE_-1204965029'), (u'LOAD_-1204965106', u'STORE_-1204965016'), (u'STORE_-1204965460', u'INDIRECT_-1204964492'), (u'CALL_-1204965051', u'INDIRECT_-1204964266'), (u'INT_EQUAL_-1204964822', u'CBRANCH_-1204964815'), ('const--24', u'INT_ADD_-1204965301'), ('const-0', u'STORE_-1204965184'), ('tmp_1212', u'BRANCH_-1204964725'), (u'INDIRECT_-1204964384', u'INT_ADD_-1204964769'), (u'CALL_-1204964750', u'INDIRECT_-1204964076'), ('const-136', u'INT_ADD_-1204965470'), ('const-0', u'INT_EQUAL_-1204964809'), (u'MULTIEQUAL_-1204964104', u'INT_SLESS_-1204964761'), ('const-16', u'INT_ADD_-1204965504'), (u'LOAD_-1204965430', u'INT_ADD_-1204965407'), ('const-433', u'STORE_-1204964645'), (u'LOAD_-1204964660', u'INT_ADD_-1204964637'), ('tmp_2565', u'INT_ADD_-1204965295'), (u'LOAD_-1204965533', u'INT_ADD_-1204965504'), ('const--8', u'INT_ADD_-1204964721'), (u'INT_ADD_-1204964714', u'STORE_-1204964722'), (u'CALLIND_-1204965113', u'INDIRECT_-1204964244'), ('const-18', u'CALLOTHER_-1204964762'), ('const-0', u'STORE_-1204965449'), ('const-433', u'STORE_-1204965016'), (u'CALL_-1204965087', u'INT_ADD_-1204965024'), (u'LOAD_-1204965406', u'STORE_-1204965309'), (u'CAST_-1204963851', u'LOAD_-1204964737'), ('tmp_2565', u'INT_ADD_-1204965470'), ('tmp_2563', u'CALLIND_-1204965113'), (u'INDIRECT_-1204964292', u'INT_ADD_-1204964631'), (u'CALLIND_-1204965413', u'INDIRECT_-1204964421'), (u'INDIRECT_-1204964077', u'MULTIEQUAL_-1204964066'), (u'LOAD_-1204964583', u'INT_ADD_-1204964560'), (u'PTRSUB_-1204964062', u'INT_NOTEQUAL_-1204964997'), (u'CALLIND_-1204965510', u'INDIRECT_-1204964483'), (u'STORE_-1204964775', u'INDIRECT_-1204964173'), (u'INT_ADD_-1204965008', u'CAST_-1204964037'), (u'INT_ADD_-1204964554', u'CAST_-1204963830'), ('tmp_898', u'BRANCH_-1204964747'), (u'INT_ADD_-1204965015', u'CAST_-1204964042'), ('const-4294967295', u'INT_ADD_-1204964772'), ('const-433', u'LOAD_-1204965252'), (u'PTRSUB_-1204964358', u'CALL_-1204965351'), (u'CAST_-1204964037', u'INT_NOTEQUAL_-1204964997'), (u'CALL_-1204965233', u'INDIRECT_-1204964312'), (u'INDIRECT_-1204964310', u'MULTIEQUAL_-1204964286'), (u'CAST_-1204964318', u'STORE_-1204965466'), ('const--8', u'INT_ADD_-1204964778'), (u'INDIRECT_-1204964292', u'INT_ADD_-1204964778'), ('const-433', u'STORE_-1204965460'), ('const-433', u'LOAD_-1204964790'), (u'CAST_-1204964123', u'STORE_-1204965163'), (u'LOAD_-1204965284', u'INT_ADD_-1204965253'), ('tmp_2558', u'PTRSUB_-1204963951'), ('const--64', u'PTRSUB_-1204964358'), ('const--8', u'INT_ADD_-1204964791'), (u'INDIRECT_-1204964292', u'INT_ADD_-1204965155'), (u'PTRSUB_-1204964227', u'INT_NOTEQUAL_-1204965290'), (u'INT_ADD_-1204965155', u'CAST_-1204964128'), ('const-1', u'INT_ADD_-1204965383'), (u'STORE_-1204965449', u'INDIRECT_-1204964483'), ('tmp_2565', u'INT_ADD_-1204965435'), (u'STORE_-1204965484', u'INDIRECT_-1204964510'), ('const-56', u'INT_ADD_-1204965015'), (u'INDIRECT_-1204964384', u'MULTIEQUAL_-1204964330'), ('const-0', u'STORE_-1204965438'), ('const-73', u'INT_ADD_-1204965452'), ('tmp_2563', u'LOAD_-1204965502'), ('const--8', u'INT_ADD_-1204964769'), (u'INDIRECT_-1204964292', u'MULTIEQUAL_-1204964250'), (u'CAST_-1204963882', u'LOAD_-1204964801'), (u'INT_ADD_-1204965407', u'CAST_-1204964283'), (u'MULTIEQUAL_-1204964162', u'MULTIEQUAL_-1204964365'), (u'CALLIND_-1204965113', u'INDIRECT_-1204964303'), (u'INDIRECT_-1204964384', u'INT_ADD_-1204964567'), (u'INT_ADD_-1204965090', u'CAST_-1204964087'), ('const-433', u'STORE_-1204965309'), ('const-4294967295', u'INT_ADD_-1204964763'), (u'CAST_-1204964096', u'LOAD_-1204965123'), ('tmp_2565', u'INT_ADD_-1204965316'), (u'MULTIEQUAL_-1204964112', u'MULTIEQUAL_-1204964286'), (u'LOAD_-1204964737', u'MULTIEQUAL_-1204964104'), (u'CAST_-1204964000', u'LOAD_-1204964779'), (u'CAST_-1204964128', u'CALL_-1204964737'), ('const-0', u'CALL_-1204965197'), (u'INDIRECT_-1204964329', u'INT_ADD_-1204965236'), ('tmp_674', u'CBRANCH_-1204964995'), ('tmp_340', u'CBRANCH_-1204965288'), (u'CALLIND_-1204965259', u'INDIRECT_-1204964388'), (u'STORE_-1204965016', u'INDIRECT_-1204964225'), ('tmp_797', u'CBRANCH_-1204964815'), (u'STORE_-1204965184', u'INDIRECT_-1204964325'), ('tmp_1239', u'BRANCH_-1204964563'), (u'CALL_-1204965387', u'INDIRECT_-1204964404'), ('const-18', u'CALLOTHER_-1204964771'), (u'INT_ADD_-1204965446', u'CAST_-1204964314'), (u'LOAD_-1204964788', u'MULTIEQUAL_-1204964153'), (u'INT_ADD_-1204965470', u'CAST_-1204964332')]
null
null
0032af30
x64
O2
(translation_unit "void FUN_0032af30(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0032af30(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0032af30(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */\n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_41;" type_identifier identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" * (cast_expression "(long *)(param_2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" * (cast_expression "(long *)(param_2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>,\n std::locale::facet const*, std::__numpunct_cache<char>*) */\n\nvoid std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2)\n\n{\n int *piVar1;\n ulong uVar2;\n undefined1 uVar3;\n char *pcVar4;\n int iVar5;\n long local_40 [2];\n \n uVar3 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar3;\n uVar3 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar3;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x10) = pcVar4;\n *(ulong *)(param_2 + 0x18) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n (**(code **)(*param_1 + 0x28))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x28) = pcVar4;\n *(ulong *)(param_2 + 0x30) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n (**(code **)(*param_1 + 0x30))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x38) = pcVar4;\n *(ulong *)(param_2 + 0x40) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n return;\n}\n\n" comment (declaration "void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2)\n\n{\n int *piVar1;" primitive_type (ERROR "std::__facet_shims::__numpunct_fill_cache<char>(long" identifier : : identifier : : identifier < primitive_type > ( long) (pointer_declarator "*param_1" * identifier) , (ERROR "long param_2)\n\n{\n int" identifier identifier ) { primitive_type) (pointer_declarator "*piVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "undefined1 uVar3;" type_identifier identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar3 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar3 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar3;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar3" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar3 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar3 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar3;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar3" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x10) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x10) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x10)" * (cast_expression "(char **)(param_2 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x18) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x18) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *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 (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x28) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x28) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x28)" * (cast_expression "(char **)(param_2 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x30) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x30) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *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 (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x38) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x38) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x38)" * (cast_expression "(char **)(param_2 + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x40) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x40) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x40)" * (cast_expression "(ulong *)(param_2 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *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 (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0032af30(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0032af30(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0032af30(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_41;" type_identifier identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" identifier = (call_expression "thunk_FUN_002ee780(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" * (cast_expression "(long *)(param_2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" * (cast_expression "(long *)(param_2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00464600" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) (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 = (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 (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 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 (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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + 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 ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + 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 ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_0032af30(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0032af30(long *param_1,long param_2)" (identifier "FUN_0032af30") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_002ee780(lVar3 + 1);\n FUN_00322090(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined1 uVar4;" (type_identifier "undefined1") (identifier "uVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined1 local_41;" (type_identifier "undefined1") (identifier "local_41") (; ";")) (declaration "long local_40 [2];" (sized_type_specifier "long" (long "long")) (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x10)" (* "*") (cast_expression "(code **)(*param_1 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x18)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x18)" (* "*") (cast_expression "(code **)(*param_1 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x18)" (( "(") (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x88)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x88)" (( "(") (binary_expression "param_2 + 0x88" (identifier "param_2") (+ "+") (number_literal "0x88")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x49)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x49)" (( "(") (binary_expression "param_2 + 0x49" (identifier "param_2") (+ "+") (number_literal "0x49")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x20)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x20)" (* "*") (cast_expression "(code **)(*param_1 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x20)" (( "(") (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_002ee780(lVar3 + 1)" (identifier "thunk_FUN_002ee780") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" (identifier "FUN_00322090") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_00464600" (& "&") (identifier "DAT_00464600"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_00457ee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_002eff50") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x28)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x28)" (* "*") (cast_expression "(code **)(*param_1 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x28)" (( "(") (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_002ee780(lVar3 + 1)" (identifier "thunk_FUN_002ee780") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" (identifier "FUN_00322090") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" (* "*") (cast_expression "(long *)(param_2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" (* "*") (cast_expression "(long *)(param_2 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_00464600" (& "&") (identifier "DAT_00464600"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_00457ee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_002eff50") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x30)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x30)" (* "*") (cast_expression "(code **)(*param_1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x30)" (( "(") (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_002ee780(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_002ee780(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_002ee780(lVar3 + 1)" (identifier "thunk_FUN_002ee780") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_00322090(local_40,lVar5,lVar3,0);" (call_expression "FUN_00322090(local_40,lVar5,lVar3,0)" (identifier "FUN_00322090") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" (* "*") (cast_expression "(long *)(param_2 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" (* "*") (cast_expression "(long *)(param_2 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) {\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_00464600" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_00464600" (& "&") (identifier "DAT_00464600"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_00457ee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_00457ee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_00457ee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_002eff50") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>, std::locale::facet const*, std::__numpunct_cache<char>*) */ void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long var_1) { int *piVar1; type_1 var_3; type_2 uVar3; char *pcVar4; int var_6; long local_40 [2]; uVar3 = (**(type_3 **)(*param_1 + 0x10))(); *(type_2 *)(var_1 + 0x48) = uVar3; uVar3 = (**(type_3 **)(*param_1 + 0x18))(param_1); *(type_2 *)(var_1 + 0x88) = 1; *(type_2 *)(var_1 + 0x49) = uVar3; *(type_4 *)(var_1 + 0x10) = 0; *(type_4 *)(var_1 + 0x28) = 0; *(type_4 *)(var_1 + 0x38) = 0; (**(type_3 **)(*param_1 + 0x20))((type_5 *)local_40,param_1); var_3 = *(type_1 *)(local_40[0] + -0x18); /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */ pcVar4 = (char *)var_2(var_3 + 1); std::string::var_4((type_5 *)local_40,pcVar4,var_3,0); pcVar4[var_3] = '\0'; *(char **)(var_1 + 0x10) = pcVar4; *(type_1 *)(var_1 + 0x18) = var_3; if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) { if (var_5 == (type_7 *)0x0) { var_6 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = var_6 + -1; } else { var_7(); piVar1 = (int *)(local_40[0] + -8); var_6 = *piVar1; *piVar1 = *piVar1 + -1; var_8(); } if (var_6 < 1) { std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18)); } } (**(type_3 **)(*param_1 + 0x28))((type_5 *)local_40,param_1); var_3 = *(type_1 *)(local_40[0] + -0x18); /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */ pcVar4 = (char *)var_2(var_3 + 1); std::string::var_4((type_5 *)local_40,pcVar4,var_3,0); pcVar4[var_3] = '\0'; *(char **)(var_1 + 0x28) = pcVar4; *(type_1 *)(var_1 + 0x30) = var_3; if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) { if (var_5 == (type_7 *)0x0) { var_6 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = var_6 + -1; } else { var_7(); piVar1 = (int *)(local_40[0] + -8); var_6 = *piVar1; *piVar1 = *piVar1 + -1; var_8(); } if (var_6 < 1) { std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18)); } } (**(type_3 **)(*param_1 + 0x30))((type_5 *)local_40,param_1); var_3 = *(type_1 *)(local_40[0] + -0x18); /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */ pcVar4 = (char *)var_2(var_3 + 1); std::string::var_4((type_5 *)local_40,pcVar4,var_3,0); pcVar4[var_3] = '\0'; *(char **)(var_1 + 0x38) = pcVar4; *(type_1 *)(var_1 + 0x40) = var_3; if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) { if (var_5 == (type_7 *)0x0) { var_6 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = var_6 + -1; } else { var_7(); piVar1 = (int *)(local_40[0] + -8); var_6 = *piVar1; *piVar1 = *piVar1 + -1; var_8(); } if (var_6 < 1) { std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18)); } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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))))) (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: (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (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) (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: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (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))))))))) (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 (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (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) (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: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (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))))))))) (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 (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (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) (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: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (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))))
null
void MASKED(long *param_1,long param_2) { int *piVar1; int iVar2; long lVar3; undefined1 uVar4; long lVar5; undefined1 local_41; long local_40 [2]; uVar4 = (**(code **)(*param_1 + 0x10))(); *(undefined1 *)(param_2 + 0x48) = uVar4; uVar4 = (**(code **)(*param_1 + 0x18))(param_1); *(undefined1 *)(param_2 + 0x88) = 1; *(undefined1 *)(param_2 + 0x49) = uVar4; *(undefined8 *)(param_2 + 0x10) = 0; *(undefined8 *)(param_2 + 0x28) = 0; *(undefined8 *)(param_2 + 0x38) = 0; (**(code **)(*param_1 + 0x20))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032af98 to 0032afaf has its CatchHandler @ 0032b153 */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x10) = lVar5; *(long *)(param_2 + 0x18) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } (**(code **)(*param_1 + 0x28))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032aff0 to 0032b007 has its CatchHandler @ 0032b14e */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x28) = lVar5; *(long *)(param_2 + 0x30) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } (**(code **)(*param_1 + 0x30))(local_40,param_1); lVar3 = *(long *)(local_40[0] + -0x18); /* try { // try from 0032b041 to 0032b058 has its CatchHandler @ 0032b158 */ lVar5 = thunk_FUN_002ee780(lVar3 + 1); FUN_00322090(local_40,lVar5,lVar3,0); *(undefined1 *)(lVar5 + lVar3) = 0; *(long *)(param_2 + 0x38) = lVar5; *(long *)(param_2 + 0x40) = lVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_00464600) { if (PTR___pthread_key_create_00457ee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002eff50((undefined8 *)(local_40[0] + -0x18),&local_41); } } return; }
165_powerpc-linux-gnuspe-addr2line_and_powerpc-linux-gnuspe-addr2line_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_-1206939270')]
[('const-1', u'RETURN_-1206939270')]
null
null
00109170
x64
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(); }
334_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
SSL_CTX_use_certificate_file
SSL_CTX_use_certificate_file
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type) { int iVar1; iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type) { int iVar1; iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)(); return iVar1; }
JMP qword ptr [0x0018fa98]
null
null
null
null
[(u'CAST_-1206917827', u'CALLIND_-1206917896'), (u'CALLIND_-1206917896', u'INDIRECT_-1206917832'), ('tmp_44', u'CAST_-1206917827'), (u'CALLIND_-1206917896', u'RETURN_-1206917893'), ('const-0', u'RETURN_-1206917893'), (u'INDIRECT_-1206917832', u'COPY_-1206917891')]
[(u'CAST_-1206917827', u'CALLIND_-1206917896'), (u'CALLIND_-1206917896', u'INDIRECT_-1206917832'), ('tmp_44', u'CAST_-1206917827'), (u'CALLIND_-1206917896', u'RETURN_-1206917893'), ('const-0', u'RETURN_-1206917893'), (u'INDIRECT_-1206917832', u'COPY_-1206917891')]
null
null
0010e4f0
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}\n\n" comment (function_definition "int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" primitive_type (function_declarator "SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)" identifier (parameter_list "(SSL_CTX *ctx,char *file,int type)" ( (parameter_declaration "SSL_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) , (parameter_declaration "int type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();" (assignment_expression "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" identifier = (call_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" (parenthesized_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)" ( (pointer_expression "*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" * (cast_expression "(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" ( (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 SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}\n\n" comment (function_definition "int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" primitive_type (function_declarator "SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)" identifier (parameter_list "(SSL_CTX *ctx,char *file,int type)" ( (parameter_declaration "SSL_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) , (parameter_declaration "int type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();" (assignment_expression "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" identifier = (call_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" (parenthesized_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)" ( (pointer_expression "*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" * (cast_expression "(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}\n\n" (function_definition "int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" primitive_type (function_declarator "SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)" identifier (parameter_list "(SSL_CTX *ctx,char *file,int type)" ( (parameter_declaration "SSL_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) , (parameter_declaration "int type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();" (assignment_expression "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" identifier = (call_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" (parenthesized_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)" ( (pointer_expression "*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" * (cast_expression "(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" ( (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)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "SSL_CTX_use_certificate_file(SSL_CTX *ctx,char *file,int type)" (identifier "SSL_CTX_use_certificate_file") (parameter_list "(SSL_CTX *ctx,char *file,int type)" (( "(") (parameter_declaration "SSL_CTX *ctx" (type_identifier "SSL_CTX") (pointer_declarator "*ctx" (* "*") (identifier "ctx"))) (, ",") (parameter_declaration "char *file" (primitive_type "char") (pointer_declarator "*file" (* "*") (identifier "file"))) (, ",") (parameter_declaration "int type" (primitive_type "int") (identifier "type")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)();" (assignment_expression "iVar1 = (*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)()" (parenthesized_expression "(*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98)" (( "(") (pointer_expression "*(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" (* "*") (cast_expression "(code *)PTR_SSL_CTX_use_certificate_file_0018fa98" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_SSL_CTX_use_certificate_file_0018fa98"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *ctx,char *file,int type) { int iVar1; iVar1 = (*(type_2 *)PTR_SSL_CTX_use_certificate_file_0018fa98)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(SSL_CTX *ctx,char *file,int type) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0018fa98)(); return iVar1; }
1087_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_initialize_xindex
FUN_00155960
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_true> * this) */ Xindex * __thiscall gold::Sized_relobj_dwo<64,_true>::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex"); }
void FUN_00155960(void) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex"); }
SUB RSP,0x8 LEA RDX,[0x36c430] MOV ESI,0x163 LEA RDI,[0x36b004] CALL 0x0017c650
null
null
null
null
[('const-3584004', u'COPY_-1207281254'), ('const-1', u'RETURN_-1207281263'), (u'COPY_-1207281254', u'CALL_-1207281268'), ('const-355', u'CALL_-1207281268'), ('const-3589168', u'COPY_-1207281253'), (u'COPY_-1207281253', u'CALL_-1207281268')]
[('const-1', u'RETURN_-1207281263'), ('const-3584004', u'COPY_-1207281255'), (u'COPY_-1207281254', u'CALL_-1207281268'), ('const-355', u'CALL_-1207281268'), ('const-3589168', u'COPY_-1207281254'), (u'COPY_-1207281255', u'CALL_-1207281268')]
null
null
00155960
x64
O2
(translation_unit "void FUN_00155960(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}\n\n" (function_definition "void FUN_00155960(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" primitive_type (function_declarator "FUN_00155960(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" { comment (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex")" identifier (argument_list "("../../gold/dwp.cc",0x163,"do_initialize_xindex")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_true> * this) */\n\nXindex * __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}\n\n" comment (ERROR "Xindex * __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" (binary_expression "Xindex * __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex")" (binary_expression "Xindex * __thiscall\ngold::Sized_relobj_dwo<64" (binary_expression "Xindex * __thiscall" identifier * identifier) (ERROR "gold::Sized_relobj_dwo" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this)\n\n{" : : (call_expression "do_initialize_xindex(Sized_relobj_dwo<64,_true> *this)" identifier (argument_list "(Sized_relobj_dwo<64,_true> *this)" ( (binary_expression "Sized_relobj_dwo<64" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) ))) {) comment (call_expression "do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex")" identifier (argument_list "("../../gold/dwp.cc",0x163,"do_initialize_xindex")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") )))) ; }))
(translation_unit "void FUN_00155960(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}\n\n" (function_definition "void FUN_00155960(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" primitive_type (function_declarator "FUN_00155960(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" { (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex")" identifier (argument_list "("../../gold/dwp.cc",0x163,"do_initialize_xindex")" ( (string_literal ""../../gold/dwp.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_00155960(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" (primitive_type "void") (function_declarator "FUN_00155960(void)" (identifier "FUN_00155960") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex")" (identifier "FUN_0017c650") (argument_list "("../../gold/dwp.cc",0x163,"do_initialize_xindex")" (( "(") (string_literal ""../../gold/dwp.cc"" (" """) (string_content "../../gold/dwp.cc") (" """)) (, ",") (number_literal "0x163") (, ",") (string_literal ""do_initialize_xindex"" (" """) (string_content "do_initialize_xindex") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_true> * this) */ Xindex * __thiscall gold::Sized_relobj_dwo<64,_true>::do_initialize_xindex(Sized_relobj_dwo<64,_true> *this) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/dwp.cc",0x163,"do_initialize_xindex"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex"); }
116_i686-linux-gnu-readelf_and_i686-linux-gnu-readelf_strip.c
request_dump_byname
FUN_00111510
void request_dump_byname(char *section,dump_type type) { dump_list_entry *pdVar1; char *pcVar2; pdVar1 = (dump_list_entry *)malloc(0x18); if (pdVar1 == (dump_list_entry *)0x0) { pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5); error(pcVar2); pcRam0000000000000000 = strdup(section); pcVar2 = pcRam0000000000000000; } else { pcVar2 = strdup(section); pdVar1->name = pcVar2; } if (pcVar2 == (char *)0x0) { pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5); error(pcVar2); } pdVar1->type = type; pdVar1->next = dump_sects_byname; dump_sects_byname = pdVar1; return; }
void FUN_00111510(char *param_1,undefined1 param_2) { undefined8 *puVar1; char *pcVar2; undefined8 uVar3; puVar1 = (undefined8 *)malloc(0x18); if (puVar1 == (undefined8 *)0x0) { uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar3); pcRam0000000000000000 = strdup(param_1); pcVar2 = pcRam0000000000000000; } else { pcVar2 = strdup(param_1); *puVar1 = pcVar2; } if (pcVar2 == (char *)0x0) { uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar3); } *(undefined1 *)(puVar1 + 1) = param_2; puVar1[2] = DAT_00193380; DAT_00193380 = puVar1; return; }
PUSH R12 MOV R12,RDI MOV EDI,0x18 PUSH RBP MOV EBP,ESI PUSH RBX CALL 0x001072e0 MOV RBX,RAX TEST RAX,RAX JZ 0x00111560 MOV RDI,R12 CALL 0x001073f0 MOV qword ptr [RBX],RAX TEST RAX,RAX JZ 0x00111590 MOV RAX,qword ptr [0x00193380] MOV byte ptr [RBX + 0x8],BPL MOV qword ptr [0x00193380],RBX MOV qword ptr [RBX + 0x10],RAX POP RBX POP RBP POP R12 RET MOV EDX,0x5 LEA RSI,[0x16e5a8] XOR EDI,EDI CALL 0x00107130 MOV RDI,RAX XOR EAX,EAX CALL 0x00154b80 MOV RDI,R12 CALL 0x001073f0 MOV qword ptr [RBX],RAX TEST RAX,RAX JNZ 0x0011153b NOP dword ptr [RAX] XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x16e5a8] CALL 0x00107130 MOV RDI,RAX XOR EAX,EAX CALL 0x00154b80 JMP 0x0011153b
null
null
null
null
[(u'CALL_-1207036409', u'COPY_-1207036116'), (u'INDIRECT_-1207036043', u'MULTIEQUAL_-1207036148'), ('const-0', u'CALL_-1207036445'), (u'MULTIEQUAL_-1207036080', u'MULTIEQUAL_-1207036200'), (u'CAST_-1207036161', u'PTRSUB_-1207036128'), (u'CALL_-1207036409', u'INDIRECT_-1207036086'), (u'CALL_-1207036589', u'INDIRECT_-1207036167'), (u'MULTIEQUAL_-1207036200', u'STORE_-1207036542'), ('const-8', u'PTRSUB_-1207036128'), ('const-0', u'PTRSUB_-1207036144'), (u'STORE_-1207036542', u'INDIRECT_-1207036130'), ('const-5', u'CALL_-1207036427'), (u'CALL_-1207036620', u'CAST_-1207036161'), (u'MULTIEQUAL_-1207036067', u'MULTIEQUAL_-1207036148'), ('tmp_382', u'CALL_-1207036589'), ('const-16', u'PTRSUB_-1207036116'), ('const-433', u'STORE_-1207036557'), (u'CALL_-1207036427', u'INDIRECT_-1207036054'), (u'INDIRECT_-1207036183', u'COPY_-1207036179'), (u'CALL_-1207036620', u'INDIRECT_-1207036240'), (u'INDIRECT_-1207036211', u'MULTIEQUAL_-1207036080'), (u'INT_EQUAL_-1207036390', u'CBRANCH_-1207036387'), (u'COPY_-1207036179', u'COPY_-1207036238'), ('const-433', u'STORE_-1207036586'), (u'CALL_-1207036445', u'INDIRECT_-1207036106'), ('const-1500584', u'COPY_-1207036152'), (u'CALL_-1207036445', u'CAST_-1207036080'), (u'CALL_-1207036589', u'INDIRECT_-1207036220'), ('tmp_382', u'CALL_-1207036409'), ('tmp_66', u'CBRANCH_-1207036600'), (u'INDIRECT_-1207036130', u'COPY_-1207036185'), (u'STORE_-1207036557', u'INDIRECT_-1207036142'), (u'STORE_-1207036586', u'INDIRECT_-1207036158'), (u'CAST_-1207036161', u'PTRSUB_-1207036116'), ('const-0', u'CALL_-1207036427'), (u'INDIRECT_-1207036158', u'MULTIEQUAL_-1207036067'), (u'CALL_-1207036427', u'INDIRECT_-1207036107'), (u'CAST_-1207036161', u'PTRSUB_-1207036144'), (u'CALL_-1207036589', u'MULTIEQUAL_-1207036066'), (u'CALL_-1207036403', u'INDIRECT_-1207036043'), (u'CAST_-1207036161', u'INT_EQUAL_-1207036602'), (u'CALL_-1207036409', u'INDIRECT_-1207036139'), (u'STORE_-1207036586', u'INDIRECT_-1207036211'), ('const-5', u'CALL_-1207036445'), (u'COPY_-1207036116', u'MULTIEQUAL_-1207036066'), ('const-24', u'CALL_-1207036620'), (u'PTRSUB_-1207036144', u'STORE_-1207036586'), (u'PTRSUB_-1207036128', u'STORE_-1207036557'), ('tmp_356', u'CBRANCH_-1207036387'), (u'CALL_-1207036589', u'STORE_-1207036586'), (u'INT_EQUAL_-1207036602', u'CBRANCH_-1207036600'), (u'CALL_-1207036620', u'INDIRECT_-1207036187'), (u'CALL_-1207036409', u'MULTIEQUAL_-1207036067'), (u'STORE_-1207036542', u'INDIRECT_-1207036183'), (u'CAST_-1207036161', u'COPY_-1207036180'), ('const-0', u'INT_EQUAL_-1207036390'), (u'CALL_-1207036403', u'INDIRECT_-1207036096'), (u'CALL_-1207036421', u'INDIRECT_-1207036148'), (u'CALL_-1207036445', u'INDIRECT_-1207036159'), ('const-0', u'INT_EQUAL_-1207036602'), ('tmp_383', u'STORE_-1207036557'), (u'CALL_-1207036421', u'INDIRECT_-1207036095'), ('const-1500584', u'COPY_-1207036103'), ('tmp_240', u'BRANCH_-1207036400'), (u'INDIRECT_-1207036139', u'MULTIEQUAL_-1207036080'), (u'PTRSUB_-1207036116', u'STORE_-1207036542'), (u'COPY_-1207036103', u'CALL_-1207036427'), (u'CAST_-1207036080', u'CALL_-1207036421'), ('const-433', u'STORE_-1207036542'), (u'COPY_-1207036152', u'CALL_-1207036445'), ('const-0', u'RETURN_-1207036512'), (u'CALL_-1207036427', u'CAST_-1207036031'), (u'INDIRECT_-1207036096', u'MULTIEQUAL_-1207036200'), (u'MULTIEQUAL_-1207036066', u'INT_EQUAL_-1207036390'), (u'CAST_-1207036031', u'CALL_-1207036403')]
[(u'CALL_-1207036427', u'CALL_-1207036403'), (u'INDIRECT_-1207036213', u'MULTIEQUAL_-1207036082'), (u'STORE_-1207036542', u'INDIRECT_-1207036185'), ('const-1500584', u'COPY_-1207036105'), (u'INDIRECT_-1207036141', u'MULTIEQUAL_-1207036082'), (u'CALL_-1207036403', u'INDIRECT_-1207036045'), (u'CALL_-1207036409', u'COPY_-1207036119'), (u'COPY_-1207036154', u'CALL_-1207036445'), ('const-1', u'PTRADD_-1207036132'), (u'CALL_-1207036421', u'INDIRECT_-1207036097'), ('tmp_885', u'CALL_-1207036589'), (u'COPY_-1207036182', u'COPY_-1207036240'), (u'STORE_-1207036542', u'INDIRECT_-1207036132'), ('tmp_1191', u'STORE_-1207036557'), (u'INDIRECT_-1207036098', u'MULTIEQUAL_-1207036202'), (u'INT_EQUAL_-1207036390', u'CBRANCH_-1207036387'), ('tmp_885', u'CALL_-1207036409'), ('const-5', u'CALL_-1207036427'), ('const-5', u'CALL_-1207036445'), (u'INDIRECT_-1207036132', u'COPY_-1207036187'), (u'CALL_-1207036403', u'INDIRECT_-1207036098'), ('const-8', u'PTRADD_-1207036132'), (u'CAST_-1207036164', u'STORE_-1207036586'), (u'PTRADD_-1207036132', u'CAST_-1207036127'), ('tmp_66', u'CBRANCH_-1207036600'), ('const-433', u'STORE_-1207036542'), (u'INDIRECT_-1207036160', u'MULTIEQUAL_-1207036069'), (u'PTRADD_-1207036120', u'STORE_-1207036542'), ('const-8', u'PTRADD_-1207036120'), (u'STORE_-1207036586', u'INDIRECT_-1207036213'), (u'CALL_-1207036620', u'INDIRECT_-1207036189'), ('const-0', u'CALL_-1207036445'), ('const-1500584', u'COPY_-1207036154'), (u'STORE_-1207036557', u'INDIRECT_-1207036144'), (u'CALL_-1207036589', u'INDIRECT_-1207036169'), (u'CALL_-1207036427', u'INDIRECT_-1207036056'), (u'CALL_-1207036409', u'INDIRECT_-1207036088'), (u'MULTIEQUAL_-1207036068', u'INT_EQUAL_-1207036390'), (u'CALL_-1207036445', u'CALL_-1207036421'), (u'CAST_-1207036127', u'STORE_-1207036557'), (u'CALL_-1207036445', u'INDIRECT_-1207036108'), ('const-433', u'STORE_-1207036557'), (u'MULTIEQUAL_-1207036069', u'MULTIEQUAL_-1207036150'), (u'CALL_-1207036409', u'INDIRECT_-1207036141'), (u'CALL_-1207036620', u'CAST_-1207036164'), (u'CALL_-1207036409', u'MULTIEQUAL_-1207036069'), ('tmp_356', u'CBRANCH_-1207036387'), (u'CALL_-1207036589', u'STORE_-1207036586'), (u'INT_EQUAL_-1207036602', u'CBRANCH_-1207036600'), ('const-0', u'INT_EQUAL_-1207036390'), (u'CALL_-1207036589', u'MULTIEQUAL_-1207036068'), (u'MULTIEQUAL_-1207036202', u'STORE_-1207036542'), ('const-24', u'CALL_-1207036620'), (u'MULTIEQUAL_-1207036082', u'MULTIEQUAL_-1207036202'), ('const-0', u'INT_EQUAL_-1207036602'), (u'COPY_-1207036105', u'CALL_-1207036427'), ('const-2', u'PTRADD_-1207036120'), (u'CAST_-1207036164', u'COPY_-1207036183'), (u'CALL_-1207036427', u'INDIRECT_-1207036109'), ('tmp_240', u'BRANCH_-1207036400'), ('const-0', u'CALL_-1207036427'), (u'INDIRECT_-1207036045', u'MULTIEQUAL_-1207036150'), (u'CALL_-1207036421', u'INDIRECT_-1207036150'), (u'CALL_-1207036620', u'INDIRECT_-1207036242'), (u'CAST_-1207036164', u'PTRADD_-1207036132'), (u'STORE_-1207036586', u'INDIRECT_-1207036160'), (u'CAST_-1207036164', u'INT_EQUAL_-1207036602'), (u'INDIRECT_-1207036185', u'COPY_-1207036182'), (u'CALL_-1207036445', u'INDIRECT_-1207036161'), ('const-433', u'STORE_-1207036586'), (u'CALL_-1207036589', u'INDIRECT_-1207036222'), (u'CAST_-1207036164', u'PTRADD_-1207036120'), ('const-0', u'RETURN_-1207036512'), (u'COPY_-1207036119', u'MULTIEQUAL_-1207036068')]
null
null
00111510
x64
O2
(translation_unit "void FUN_00111510(char *param_1,undefined1 param_2)\n\n{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}\n\n" (function_definition "void FUN_00111510(char *param_1,undefined1 param_2)\n\n{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" primitive_type (function_declarator "FUN_00111510(char *param_1,undefined1 param_2)" identifier (parameter_list "(char *param_1,undefined1 param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined8 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined8 *)malloc(0x18)" identifier = (cast_expression "(undefined8 *)malloc(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }" { (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (expression_statement "pcRam0000000000000000 = strdup(param_1);" (assignment_expression "pcRam0000000000000000 = strdup(param_1)" identifier = (call_expression "strdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "pcVar2 = pcRam0000000000000000;" (assignment_expression "pcVar2 = pcRam0000000000000000" identifier = identifier) ;) }) (else_clause "else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" else (compound_statement "{\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" { (expression_statement "pcVar2 = strdup(param_1);" (assignment_expression "pcVar2 = strdup(param_1)" identifier = (call_expression "strdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar1 = pcVar2;" (assignment_expression "*puVar1 = pcVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) }))) (if_statement "if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\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 uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) (expression_statement "*(undefined1 *)(puVar1 + 1) = param_2;" (assignment_expression "*(undefined1 *)(puVar1 + 1) = param_2" (pointer_expression "*(undefined1 *)(puVar1 + 1)" * (cast_expression "(undefined1 *)(puVar1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 1)" ( (binary_expression "puVar1 + 1" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar1[2] = DAT_00193380;" (assignment_expression "puVar1[2] = DAT_00193380" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_00193380 = puVar1;" (assignment_expression "DAT_00193380 = puVar1" identifier = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void request_dump_byname(char *section,dump_type type)\n\n{\n dump_list_entry *pdVar1;\n char *pcVar2;\n \n pdVar1 = (dump_list_entry *)malloc(0x18);\n if (pdVar1 == (dump_list_entry *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n pcRam0000000000000000 = strdup(section);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n }\n pdVar1->type = type;\n pdVar1->next = dump_sects_byname;\n dump_sects_byname = pdVar1;\n return;\n}\n\n" (function_definition "void request_dump_byname(char *section,dump_type type)\n\n{\n dump_list_entry *pdVar1;\n char *pcVar2;\n \n pdVar1 = (dump_list_entry *)malloc(0x18);\n if (pdVar1 == (dump_list_entry *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n pcRam0000000000000000 = strdup(section);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n }\n pdVar1->type = type;\n pdVar1->next = dump_sects_byname;\n dump_sects_byname = pdVar1;\n return;\n}" primitive_type (function_declarator "request_dump_byname(char *section,dump_type type)" identifier (parameter_list "(char *section,dump_type type)" ( (parameter_declaration "char *section" primitive_type (pointer_declarator "*section" * identifier)) , (parameter_declaration "dump_type type" type_identifier identifier) ))) (compound_statement "{\n dump_list_entry *pdVar1;\n char *pcVar2;\n \n pdVar1 = (dump_list_entry *)malloc(0x18);\n if (pdVar1 == (dump_list_entry *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n pcRam0000000000000000 = strdup(section);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n }\n pdVar1->type = type;\n pdVar1->next = dump_sects_byname;\n dump_sects_byname = pdVar1;\n return;\n}" { (declaration "dump_list_entry *pdVar1;" type_identifier (pointer_declarator "*pdVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "pdVar1 = (dump_list_entry *)malloc(0x18);" (assignment_expression "pdVar1 = (dump_list_entry *)malloc(0x18)" identifier = (cast_expression "(dump_list_entry *)malloc(0x18)" ( (type_descriptor "dump_list_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (pdVar1 == (dump_list_entry *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n pcRam0000000000000000 = strdup(section);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }" if (parenthesized_expression "(pdVar1 == (dump_list_entry *)0x0)" ( (binary_expression "pdVar1 == (dump_list_entry *)0x0" identifier == (cast_expression "(dump_list_entry *)0x0" ( (type_descriptor "dump_list_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n pcRam0000000000000000 = strdup(section);\n pcVar2 = pcRam0000000000000000;\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(pcVar2);" (call_expression "error(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) (expression_statement "pcRam0000000000000000 = strdup(section);" (assignment_expression "pcRam0000000000000000 = strdup(section)" identifier = (call_expression "strdup(section)" identifier (argument_list "(section)" ( identifier )))) ;) (expression_statement "pcVar2 = pcRam0000000000000000;" (assignment_expression "pcVar2 = pcRam0000000000000000" identifier = identifier) ;) }) (else_clause "else {\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }" else (compound_statement "{\n pcVar2 = strdup(section);\n pdVar1->name = pcVar2;\n }" { (expression_statement "pcVar2 = strdup(section);" (assignment_expression "pcVar2 = strdup(section)" identifier = (call_expression "strdup(section)" identifier (argument_list "(section)" ( identifier )))) ;) (expression_statement "pdVar1->name = pcVar2;" (assignment_expression "pdVar1->name = pcVar2" (field_expression "pdVar1->name" identifier -> field_identifier) = identifier) ;) }))) (if_statement "if (pcVar2 == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\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 pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(pcVar2);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(pcVar2);" (call_expression "error(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) })) (expression_statement "pdVar1->type = type;" (assignment_expression "pdVar1->type = type" (field_expression "pdVar1->type" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar1->next = dump_sects_byname;" (assignment_expression "pdVar1->next = dump_sects_byname" (field_expression "pdVar1->next" identifier -> field_identifier) = identifier) ;) (expression_statement "dump_sects_byname = pdVar1;" (assignment_expression "dump_sects_byname = pdVar1" identifier = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00111510(char *param_1,undefined1 param_2)\n\n{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}\n\n" (function_definition "void FUN_00111510(char *param_1,undefined1 param_2)\n\n{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" primitive_type (function_declarator "FUN_00111510(char *param_1,undefined1 param_2)" identifier (parameter_list "(char *param_1,undefined1 param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined8 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined8 *)malloc(0x18)" identifier = (cast_expression "(undefined8 *)malloc(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }" { (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (expression_statement "pcRam0000000000000000 = strdup(param_1);" (assignment_expression "pcRam0000000000000000 = strdup(param_1)" identifier = (call_expression "strdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "pcVar2 = pcRam0000000000000000;" (assignment_expression "pcVar2 = pcRam0000000000000000" identifier = identifier) ;) }) (else_clause "else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" else (compound_statement "{\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" { (expression_statement "pcVar2 = strdup(param_1);" (assignment_expression "pcVar2 = strdup(param_1)" identifier = (call_expression "strdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar1 = pcVar2;" (assignment_expression "*puVar1 = pcVar2" (pointer_expression "*puVar1" * identifier) = identifier) ;) }))) (if_statement "if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\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 uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }" { (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) (expression_statement "*(undefined1 *)(puVar1 + 1) = param_2;" (assignment_expression "*(undefined1 *)(puVar1 + 1) = param_2" (pointer_expression "*(undefined1 *)(puVar1 + 1)" * (cast_expression "(undefined1 *)(puVar1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 1)" ( (binary_expression "puVar1 + 1" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar1[2] = DAT_00193380;" (assignment_expression "puVar1[2] = DAT_00193380" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_00193380 = puVar1;" (assignment_expression "DAT_00193380 = puVar1" 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) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (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 ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 (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 IDENT = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00111510(char *param_1,undefined1 param_2)\n\n{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00111510(char *param_1,undefined1 param_2)" (identifier "FUN_00111510") (parameter_list "(char *param_1,undefined1 param_2)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined1 param_2" (type_identifier "undefined1") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n char *pcVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)malloc(0x18);\n if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }\n if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }\n *(undefined1 *)(puVar1 + 1) = param_2;\n puVar1[2] = DAT_00193380;\n DAT_00193380 = puVar1;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (expression_statement "puVar1 = (undefined8 *)malloc(0x18);" (assignment_expression "puVar1 = (undefined8 *)malloc(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)malloc(0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "malloc(0x18)" (identifier "malloc") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }\n else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" (if "if") (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 == (undefined8 *)0x0" (identifier "puVar1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n pcRam0000000000000000 = strdup(param_1);\n pcVar2 = pcRam0000000000000000;\n }" ({ "{") (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "uVar3") (= "=") (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "dcgettext") (argument_list "(0,"Out of memory allocating dump request table.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Out of memory allocating dump request table.\n"" (" """) (string_content "Out of memory allocating dump request table.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" (identifier "error") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "pcRam0000000000000000 = strdup(param_1);" (assignment_expression "pcRam0000000000000000 = strdup(param_1)" (identifier "pcRam0000000000000000") (= "=") (call_expression "strdup(param_1)" (identifier "strdup") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "pcVar2 = pcRam0000000000000000;" (assignment_expression "pcVar2 = pcRam0000000000000000" (identifier "pcVar2") (= "=") (identifier "pcRam0000000000000000")) (; ";")) (} "}")) (else_clause "else {\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" (else "else") (compound_statement "{\n pcVar2 = strdup(param_1);\n *puVar1 = pcVar2;\n }" ({ "{") (expression_statement "pcVar2 = strdup(param_1);" (assignment_expression "pcVar2 = strdup(param_1)" (identifier "pcVar2") (= "=") (call_expression "strdup(param_1)" (identifier "strdup") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*puVar1 = pcVar2;" (assignment_expression "*puVar1 = pcVar2" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "pcVar2")) (; ";")) (} "}")))) (if_statement "if (pcVar2 == (char *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }" (if "if") (parenthesized_expression "(pcVar2 == (char *)0x0)" (( "(") (binary_expression "pcVar2 == (char *)0x0" (identifier "pcVar2") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar3);\n }" ({ "{") (expression_statement "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "uVar3") (= "=") (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "dcgettext") (argument_list "(0,"Out of memory allocating dump request table.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Out of memory allocating dump request table.\n"" (" """) (string_content "Out of memory allocating dump request table.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar3);" (call_expression "error(uVar3)" (identifier "error") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined1 *)(puVar1 + 1) = param_2;" (assignment_expression "*(undefined1 *)(puVar1 + 1) = param_2" (pointer_expression "*(undefined1 *)(puVar1 + 1)" (* "*") (cast_expression "(undefined1 *)(puVar1 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 1)" (( "(") (binary_expression "puVar1 + 1" (identifier "puVar1") (+ "+") (number_literal "1")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "puVar1[2] = DAT_00193380;" (assignment_expression "puVar1[2] = DAT_00193380" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "DAT_00193380")) (; ";")) (expression_statement "DAT_00193380 = puVar1;" (assignment_expression "DAT_00193380 = puVar1" (identifier "DAT_00193380") (= "=") (identifier "puVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(char *section,type_1 type) { type_2 *var_2; char *var_6; var_2 = (type_2 *)var_1(0x18); if (var_2 == (type_2 *)0x0) { var_6 = (char *)var_3(0,"Out of memory allocating dump request table.\n",5); var_4(var_6); pcRam0000000000000000 = var_5(section); var_6 = pcRam0000000000000000; } else { var_6 = var_5(section); var_2->name = var_6; } if (var_6 == (char *)0x0) { var_6 = (char *)var_3(0,"Out of memory allocating dump request table.\n",5); var_4(var_6); } var_2->type = type; var_2->next = dump_sects_byname; dump_sects_byname = var_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)))) body: (compound_statement (declaration type: (type_identifier) 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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (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 (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 (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: (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: (identifier) right: (identifier))) (return_statement))))
null
void MASKED(char *param_1,undefined1 param_2) { undefined8 *puVar1; char *pcVar2; undefined8 uVar3; puVar1 = (undefined8 *)malloc(0x18); if (puVar1 == (undefined8 *)0x0) { uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar3); pcRam0000000000000000 = strdup(param_1); pcVar2 = pcRam0000000000000000; } else { pcVar2 = strdup(param_1); *puVar1 = pcVar2; } if (pcVar2 == (char *)0x0) { uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar3); } *(undefined1 *)(puVar1 + 1) = param_2; puVar1[2] = DAT_00193380; DAT_00193380 = puVar1; return; }
6784_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
ostream
FUN_00281c20
/* std::ostream::ostream(std::ostream&&) */ void __thiscall std::ostream::ostream(ostream *this,ostream *param_1) { ios_base *this_00; ios_base iVar1; long lVar2; undefined8 uVar3; ios_base *piVar4; this_00 = (ios_base *)(this + 8); ios_base::ios_base(this_00); *(undefined8 *)(this + 0xe0) = 0; *(undefined2 *)(this + 0xe8) = 0; *(undefined8 *)(this + 0xf0) = 0; *(undefined8 *)(this + 0xf8) = 0; *(undefined8 *)this = 0x3b87f8; *(undefined8 *)(this + 8) = 0x3b8820; lVar2 = *(long *)param_1; *(undefined8 *)(this + 0x100) = 0; *(undefined8 *)(this + 0x108) = 0; piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18)); ios_base::_M_move(this_00,piVar4); /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */ ios::_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8)); uVar3 = *(undefined8 *)(piVar4 + 0xd8); *(undefined8 *)(piVar4 + 0xd8) = 0; *(undefined8 *)(this + 0xe0) = uVar3; *(ios_base *)(this + 0xe8) = piVar4[0xe0]; iVar1 = piVar4[0xe1]; *(undefined8 *)(this + 0xf0) = 0; *(ios_base *)(this + 0xe9) = iVar1; return; }
void FUN_00281c20(undefined8 *param_1,long *param_2) { undefined8 *puVar1; undefined1 uVar2; undefined8 uVar3; long lVar4; puVar1 = param_1 + 1; FUN_002b4a80(puVar1); param_1[0x1c] = 0; *(undefined2 *)(param_1 + 0x1d) = 0; param_1[0x1e] = 0; param_1[0x1f] = 0; *param_1 = &PTR_FUN_003b87f8; param_1[1] = &PTR_FUN_003b8820; lVar4 = *param_2; param_1[0x20] = 0; param_1[0x21] = 0; lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18); FUN_002b4e50(puVar1,lVar4); /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */ FUN_0029cc70(puVar1,param_1 + 0x1b); uVar3 = *(undefined8 *)(lVar4 + 0xd8); *(undefined8 *)(lVar4 + 0xd8) = 0; param_1[0x1c] = uVar3; *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0); uVar2 = *(undefined1 *)(lVar4 + 0xe1); param_1[0x1e] = 0; *(undefined1 *)((long)param_1 + 0xe9) = uVar2; return; }
PUSH R12 LEA R12,[RDI + 0x8] PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI MOV RDI,R12 CALL 0x002b4a80 XOR EAX,EAX MOV RDI,R12 MOV qword ptr [RBX + 0xe0],0x0 MOV word ptr [RBX + 0xe8],AX LEA RAX,[0x3b87e0] MOV qword ptr [RBX + 0xf0],0x0 MOV qword ptr [RBX + 0xf8],0x0 LEA RDX,[RAX + 0x18] ADD RAX,0x40 MOV qword ptr [RBX],RDX MOV qword ptr [RBX + 0x8],RAX MOV RAX,qword ptr [RBP] MOV qword ptr [RBX + 0x100],0x0 MOV qword ptr [RBX + 0x108],0x0 ADD RBP,qword ptr [RAX + -0x18] MOV RSI,RBP CALL 0x002b4e50 LEA RSI,[RBX + 0xd8] MOV RDI,R12 CALL 0x0029cc70 MOV RAX,qword ptr [RBP + 0xd8] MOV qword ptr [RBP + 0xd8],0x0 MOV qword ptr [RBX + 0xe0],RAX MOVZX EAX,byte ptr [RBP + 0xe0] MOV byte ptr [RBX + 0xe8],AL MOVZX EAX,byte ptr [RBP + 0xe1] MOV qword ptr [RBX + 0xf0],0x0 MOV byte ptr [RBX + 0xe9],AL POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'CAST_-1204347559', u'STORE_-1204347812'), ('const-433', u'STORE_-1204347613'), ('const-256', u'PTRADD_-1204347655'), ('tmp_350', u'PTRADD_-1204347512'), ('const-433', u'STORE_-1204347734'), ('const-248', u'PTRADD_-1204347706'), ('const-433', u'STORE_-1204347780'), (u'CAST_-1204347461', u'CALL_-1204347662'), ('const-1', u'PTRADD_-1204347706'), (u'PTRADD_-1204347668', u'CAST_-1204347496'), ('const-1', u'PTRADD_-1204347553'), ('const-433', u'STORE_-1204347572'), (u'CAST_-1204347462', u'LOAD_-1204347685'), ('const-0', u'STORE_-1204347766'), (u'CAST_-1204347448', u'CALL_-1204347641'), (u'LOAD_-1204347639', u'STORE_-1204347613'), ('const-433', u'STORE_-1204347558'), ('const--24', u'INT_ADD_-1204347673'), ('const-1', u'PTRADD_-1204347752'), ('const-8', u'PTRADD_-1204347802'), ('const-433', u'STORE_-1204347701'), ('const-8', u'PTRADD_-1204347668'), (u'CAST_-1204347547', u'STORE_-1204347798'), ('tmp_350', u'PTRADD_-1204347752'), (u'PTRADD_-1204347567', u'CAST_-1204347423'), (u'CAST_-1204347474', u'STORE_-1204347701'), ('const-433', u'STORE_-1204347728'), ('const-1', u'PTRADD_-1204347802'), ('const-0', u'STORE_-1204347780'), (u'PTRADD_-1204347598', u'CAST_-1204347448'), (u'CAST_-1204347461', u'PTRADD_-1204347577'), ('const-1', u'PTRADD_-1204347738'), (u'PTRADD_-1204347621', u'CAST_-1204347461'), ('const-1', u'PTRADD_-1204347668'), ('const-1', u'PTRADD_-1204347567'), (u'PTRADD_-1204347752', u'CAST_-1204347559'), ('const-0', u'RETURN_-1204347526'), (u'PTRADD_-1204347577', u'CAST_-1204347431'), ('const-433', u'LOAD_-1204347639'), ('const-1', u'PTRADD_-1204347598'), (u'CAST_-1204347461', u'PTRADD_-1204347567'), (u'PTRADD_-1204347802', u'CAST_-1204347585'), (u'CAST_-1204347396', u'STORE_-1204347592'), (u'CAST_-1204347437', u'CALL_-1204347641'), (u'PTRADD_-1204347523', u'LOAD_-1204347585'), ('tmp_350', u'PTRADD_-1204347498'), ('const-1', u'PTRADD_-1204347523'), ('tmp_350', u'PTRADD_-1204347553'), ('const-433', u'STORE_-1204347766'), ('const-232', u'PTRADD_-1204347532'), ('const-433', u'STORE_-1204347812'), (u'PTRADD_-1204347641', u'CAST_-1204347474'), ('tmp_351', u'PTRADD_-1204347621'), (u'CAST_-1204347461', u'PTRADD_-1204347543'), ('tmp_350', u'PTRADD_-1204347532'), ('const-0', u'STORE_-1204347701'), (u'CAST_-1204347520', u'STORE_-1204347766'), ('const-433', u'STORE_-1204347798'), (u'PTRADD_-1204347543', u'LOAD_-1204347605'), ('const-1', u'PTRADD_-1204347532'), (u'CAST_-1204347532', u'STORE_-1204347780'), ('const-433', u'STORE_-1204347627'), ('const-216', u'PTRADD_-1204347577'), ('const-1', u'PTRADD_-1204347641'), ('tmp_350', u'PTRADD_-1204347706'), (u'PTRADD_-1204347655', u'CAST_-1204347486'), ('const-0', u'STORE_-1204347798'), ('const-1', u'PTRADD_-1204347498'), (u'LOAD_-1204347585', u'STORE_-1204347558'), (u'PTRADD_-1204347553', u'CAST_-1204347411'), (u'CAST_-1204347370', u'STORE_-1204347558'), ('const-433', u'LOAD_-1204347585'), ('const-1', u'PTRADD_-1204347720'), (u'CAST_-1204347486', u'STORE_-1204347715'), (u'CAST_-1204347411', u'STORE_-1204347613'), ('tmp_351', u'CAST_-1204347491'), (u'CAST_-1204347496', u'STORE_-1204347728'), ('const-433', u'STORE_-1204347592'), ('const-0', u'STORE_-1204347715'), (u'CAST_-1204347585', u'CALL_-1204347662'), ('const-240', u'PTRADD_-1204347512'), ('const-240', u'PTRADD_-1204347720'), ('const-3901472', u'STORE_-1204347728'), ('const-1', u'PTRADD_-1204347621'), ('const-1', u'PTRADD_-1204347512'), ('const-264', u'PTRADD_-1204347641'), ('const-0', u'STORE_-1204347627'), (u'INT_ADD_-1204347673', u'CAST_-1204347462'), ('tmp_350', u'PTRADD_-1204347738'), (u'CAST_-1204347431', u'LOAD_-1204347639'), ('tmp_350', u'PTRADD_-1204347720'), ('tmp_350', u'CAST_-1204347500'), (u'CAST_-1204347382', u'STORE_-1204347572'), ('const-216', u'PTRADD_-1204347598'), ('tmp_350', u'PTRADD_-1204347668'), (u'LOAD_-1204347685', u'PTRADD_-1204347621'), (u'CAST_-1204347585', u'CAST_-1204347437'), (u'PTRADD_-1204347720', u'CAST_-1204347532'), (u'LOAD_-1204347605', u'STORE_-1204347592'), (u'CAST_-1204347461', u'PTRADD_-1204347523'), ('tmp_350', u'PTRADD_-1204347802'), ('const-1', u'PTRADD_-1204347577'), ('const-3901432', u'STORE_-1204347734'), (u'LOAD_-1204347724', u'INT_ADD_-1204347673'), (u'CAST_-1204347585', u'CALL_-1204347832'), ('const-1', u'PTRADD_-1204347655'), ('tmp_350', u'PTRADD_-1204347598'), (u'PTRADD_-1204347706', u'CAST_-1204347520'), ('const-433', u'STORE_-1204347715'), ('const-433', u'LOAD_-1204347724'), ('tmp_350', u'PTRADD_-1204347641'), ('const-1', u'PTRADD_-1204347543'), (u'PTRADD_-1204347532', u'CAST_-1204347396'), ('const-224', u'PTRADD_-1204347543'), (u'CAST_-1204347423', u'STORE_-1204347627'), ('const-224', u'PTRADD_-1204347752'), ('const-224', u'PTRADD_-1204347553'), ('const-0', u'STORE_-1204347572'), (u'PTRADD_-1204347512', u'CAST_-1204347382'), (u'PTRADD_-1204347498', u'CAST_-1204347370'), (u'CAST_-1204347500', u'STORE_-1204347734'), (u'CAST_-1204347491', u'LOAD_-1204347724'), (u'PTRADD_-1204347738', u'CAST_-1204347547'), ('const-232', u'PTRADD_-1204347738'), ('const-225', u'PTRADD_-1204347523'), ('const-0', u'STORE_-1204347812'), ('const-216', u'PTRADD_-1204347567'), ('const-233', u'PTRADD_-1204347498'), ('tmp_350', u'PTRADD_-1204347655'), ('const-433', u'LOAD_-1204347685'), ('const-433', u'LOAD_-1204347605')]
[('const-433', u'STORE_-1204347558'), (u'CAST_-1204347386', u'LOAD_-1204347585'), (u'PTRADD_-1204347485', u'STORE_-1204347715'), (u'INT_ADD_-1204347667', u'INT_ADD_-1204347613'), (u'PTRADD_-1204347582', u'CALL_-1204347662'), (u'PTRSUB_-1204347503', u'STORE_-1204347734'), ('const-29', u'PTRADD_-1204347400'), (u'PTRADD_-1204347544', u'CAST_-1204347535'), ('tmp_517', u'PTRADD_-1204347556'), (u'LOAD_-1204347639', u'STORE_-1204347613'), (u'PTRADD_-1204347582', u'CALL_-1204347832'), ('const-433', u'LOAD_-1204347639'), ('const--24', u'INT_ADD_-1204347673'), ('const-0', u'STORE_-1204347812'), ('const-433', u'LOAD_-1204347685'), ('const-216', u'INT_ADD_-1204347623'), ('tmp_517', u'PTRADD_-1204347529'), ('const-433', u'LOAD_-1204347605'), ('const-30', u'PTRADD_-1204347386'), ('tmp_517', u'STORE_-1204347734'), ('const-30', u'PTRADD_-1204347529'), (u'PTRADD_-1204347449', u'CALL_-1204347641'), ('const-8', u'PTRADD_-1204347582'), ('tmp_517', u'CAST_-1204347367'), ('const-0', u'RETURN_-1204347526'), ('const-0', u'STORE_-1204347715'), (u'PTRADD_-1204347556', u'STORE_-1204347812'), (u'PTRADD_-1204347415', u'STORE_-1204347613'), ('const-433', u'STORE_-1204347715'), ('tmp_519', u'LOAD_-1204347724'), ('const-233', u'INT_ADD_-1204347544'), ('const-433', u'STORE_-1204347701'), (u'PTRSUB_-1204347499', u'STORE_-1204347728'), (u'CAST_-1204347401', u'LOAD_-1204347605'), ('const-0', u'STORE_-1204347798'), ('tmp_519', u'CAST_-1204347456'), ('const-433', u'STORE_-1204347734'), (u'PTRADD_-1204347582', u'CALL_-1204347641'), (u'CAST_-1204347428', u'LOAD_-1204347639'), ('const-29', u'PTRADD_-1204347544'), ('tmp_517', u'PTRADD_-1204347485'), (u'INT_ADD_-1204347623', u'CAST_-1204347428'), ('const-433', u'STORE_-1204347798'), ('const-28', u'PTRADD_-1204347556'), ('const-216', u'INT_ADD_-1204347613'), (u'CAST_-1204347393', u'STORE_-1204347592'), ('const-0', u'PTRSUB_-1204347499'), ('const-433', u'STORE_-1204347592'), ('const-0', u'PTRSUB_-1204347503'), ('tmp_517', u'PTRADD_-1204347582'), ('const-433', u'STORE_-1204347627'), ('const-8', u'PTRADD_-1204347517'), ('const-433', u'LOAD_-1204347724'), ('const-32', u'PTRADD_-1204347485'), ('const-8', u'PTRADD_-1204347449'), (u'INT_ADD_-1204347544', u'CAST_-1204347366'), ('const-433', u'LOAD_-1204347585'), (u'PTRADD_-1204347529', u'STORE_-1204347780'), (u'CAST_-1204347420', u'STORE_-1204347627'), ('const-433', u'STORE_-1204347613'), ('const-8', u'PTRADD_-1204347400'), ('tmp_517', u'PTRADD_-1204347473'), (u'LOAD_-1204347585', u'STORE_-1204347558'), ('const-8', u'PTRADD_-1204347415'), ('const-433', u'STORE_-1204347766'), (u'INT_ADD_-1204347667', u'INT_ADD_-1204347589'), ('const-0', u'STORE_-1204347780'), ('const-433', u'STORE_-1204347572'), (u'PTRADD_-1204347473', u'STORE_-1204347701'), (u'CAST_-1204347457', u'LOAD_-1204347685'), (u'CAST_-1204347456', u'INT_ADD_-1204347667'), ('tmp_517', u'PTRADD_-1204347415'), (u'INT_ADD_-1204347667', u'CALL_-1204347662'), ('const-0', u'STORE_-1204347701'), ('tmp_517', u'PTRADD_-1204347449'), (u'CAST_-1204347367', u'INT_ADD_-1204347544'), ('const-433', u'STORE_-1204347728'), ('const-27', u'PTRADD_-1204347449'), ('const-0', u'STORE_-1204347627'), ('tmp_517', u'PTRADD_-1204347544'), ('const-28', u'PTRADD_-1204347415'), (u'INT_ADD_-1204347589', u'CAST_-1204347401'), (u'LOAD_-1204347685', u'INT_ADD_-1204347667'), ('tmp_517', u'PTRADD_-1204347517'), (u'PTRADD_-1204347494', u'STORE_-1204347728'), ('const-3901432', u'PTRSUB_-1204347503'), ('const-0', u'STORE_-1204347766'), ('const-8', u'PTRADD_-1204347529'), ('const-31', u'PTRADD_-1204347517'), (u'CAST_-1204347535', u'STORE_-1204347798'), (u'LOAD_-1204347605', u'STORE_-1204347592'), ('const-8', u'PTRADD_-1204347544'), ('const-1', u'PTRADD_-1204347582'), ('const-3901472', u'PTRSUB_-1204347499'), ('const-224', u'INT_ADD_-1204347589'), ('const-33', u'PTRADD_-1204347473'), ('const-225', u'INT_ADD_-1204347569'), ('const-0', u'STORE_-1204347572'), ('tmp_517', u'PTRADD_-1204347494'), ('const-8', u'PTRADD_-1204347556'), (u'LOAD_-1204347724', u'INT_ADD_-1204347673'), (u'INT_ADD_-1204347569', u'CAST_-1204347386'), ('const-8', u'PTRADD_-1204347386'), ('tmp_517', u'PTRADD_-1204347386'), (u'INT_ADD_-1204347667', u'INT_ADD_-1204347623'), (u'PTRADD_-1204347400', u'CAST_-1204347393'), (u'PTRADD_-1204347517', u'STORE_-1204347766'), ('const-8', u'PTRADD_-1204347485'), ('const-1', u'PTRADD_-1204347494'), (u'PTRADD_-1204347386', u'STORE_-1204347572'), (u'CAST_-1204347366', u'STORE_-1204347558'), (u'INT_ADD_-1204347613', u'CAST_-1204347420'), ('const-8', u'PTRADD_-1204347473'), ('const-433', u'STORE_-1204347780'), ('const-8', u'PTRADD_-1204347494'), (u'INT_ADD_-1204347667', u'INT_ADD_-1204347569'), (u'INT_ADD_-1204347673', u'CAST_-1204347457'), ('const-433', u'STORE_-1204347812'), ('tmp_517', u'PTRADD_-1204347400')]
null
null
00281c20
x64
O2
(translation_unit "void FUN_00281c20(undefined8 *param_1,long *param_2)\n\n{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}\n\n" (function_definition "void FUN_00281c20(undefined8 *param_1,long *param_2)\n\n{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" primitive_type (function_declarator "FUN_00281c20(undefined8 *param_1,long *param_2)" identifier (parameter_list "(undefined8 *param_1,long *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined1 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "puVar1 = param_1 + 1;" (assignment_expression "puVar1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "FUN_002b4a80(puVar1);" (call_expression "FUN_002b4a80(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined2 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x1d)" * (cast_expression "(undefined2 *)(param_1 + 0x1d)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003b87f8;" (assignment_expression "*param_1 = &PTR_FUN_003b87f8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003b87f8" & identifier)) ;) (expression_statement "param_1[1] = &PTR_FUN_003b8820;" (assignment_expression "param_1[1] = &PTR_FUN_003b8820" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_003b8820" & identifier)) ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);" (assignment_expression "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18)" identifier = (binary_expression "(long)param_2 + *(long *)(lVar4 + -0x18)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar4 + -0x18)" * (cast_expression "(long *)(lVar4 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) )))))) ;) (expression_statement "FUN_002b4e50(puVar1,lVar4);" (call_expression "FUN_002b4e50(puVar1,lVar4)" identifier (argument_list "(puVar1,lVar4)" ( identifier , identifier ))) ;) comment (expression_statement "FUN_0029cc70(puVar1,param_1 + 0x1b);" (call_expression "FUN_0029cc70(puVar1,param_1 + 0x1b)" identifier (argument_list "(puVar1,param_1 + 0x1b)" ( identifier , (binary_expression "param_1 + 0x1b" identifier + number_literal) ))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar4 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1c] = uVar3;" (assignment_expression "param_1[0x1c] = uVar3" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined1 *)(param_1 + 0x1d)" * (cast_expression "(undefined1 *)(param_1 + 0x1d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = (pointer_expression "*(undefined1 *)(lVar4 + 0xe0)" * (cast_expression "(undefined1 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined1 *)(lVar4 + 0xe1);" (assignment_expression "uVar2 = *(undefined1 *)(lVar4 + 0xe1)" identifier = (pointer_expression "*(undefined1 *)(lVar4 + 0xe1)" * (cast_expression "(undefined1 *)(lVar4 + 0xe1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe1)" ( (binary_expression "lVar4 + 0xe1" identifier + number_literal) ))))) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xe9) = uVar2;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe9) = uVar2" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe9)" * (cast_expression "(undefined1 *)((long)param_1 + 0xe9)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xe9)" ( (binary_expression "(long)param_1 + 0xe9" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::ostream::ostream(std::ostream&&) */\n\nvoid __thiscall std::ostream::ostream(ostream *this,ostream *param_1)\n\n{\n ios_base *this_00;\n ios_base iVar1;\n long lVar2;\n undefined8 uVar3;\n ios_base *piVar4;\n \n this_00 = (ios_base *)(this + 8);\n ios_base::ios_base(this_00);\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined2 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)this = 0x3b87f8;\n *(undefined8 *)(this + 8) = 0x3b8820;\n lVar2 = *(long *)param_1;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18));\n ios_base::_M_move(this_00,piVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n ios::_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8));\n uVar3 = *(undefined8 *)(piVar4 + 0xd8);\n *(undefined8 *)(piVar4 + 0xd8) = 0;\n *(undefined8 *)(this + 0xe0) = uVar3;\n *(ios_base *)(this + 0xe8) = piVar4[0xe0];\n iVar1 = piVar4[0xe1];\n *(undefined8 *)(this + 0xf0) = 0;\n *(ios_base *)(this + 0xe9) = iVar1;\n return;\n}\n\n" comment (function_definition "void __thiscall std::ostream::ostream(ostream *this,ostream *param_1)\n\n{\n ios_base *this_00;\n ios_base iVar1;\n long lVar2;\n undefined8 uVar3;\n ios_base *piVar4;\n \n this_00 = (ios_base *)(this + 8);\n ios_base::ios_base(this_00);\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined2 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)this = 0x3b87f8;\n *(undefined8 *)(this + 8) = 0x3b8820;\n lVar2 = *(long *)param_1;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18));\n ios_base::_M_move(this_00,piVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n ios::_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8));\n uVar3 = *(undefined8 *)(piVar4 + 0xd8);\n *(undefined8 *)(piVar4 + 0xd8) = 0;\n *(undefined8 *)(this + 0xe0) = uVar3;\n *(ios_base *)(this + 0xe8) = piVar4[0xe0];\n iVar1 = piVar4[0xe1];\n *(undefined8 *)(this + 0xf0) = 0;\n *(ios_base *)(this + 0xe9) = iVar1;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ostream::" identifier : : identifier : :) (function_declarator "ostream(ostream *this,ostream *param_1)" identifier (parameter_list "(ostream *this,ostream *param_1)" ( (parameter_declaration "ostream *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "ostream *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ios_base *this_00;\n ios_base iVar1;\n long lVar2;\n undefined8 uVar3;\n ios_base *piVar4;\n \n this_00 = (ios_base *)(this + 8);\n ios_base::ios_base(this_00);\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined2 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)this = 0x3b87f8;\n *(undefined8 *)(this + 8) = 0x3b8820;\n lVar2 = *(long *)param_1;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18));\n ios_base::_M_move(this_00,piVar4);\n /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */\n ios::_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8));\n uVar3 = *(undefined8 *)(piVar4 + 0xd8);\n *(undefined8 *)(piVar4 + 0xd8) = 0;\n *(undefined8 *)(this + 0xe0) = uVar3;\n *(ios_base *)(this + 0xe8) = piVar4[0xe0];\n iVar1 = piVar4[0xe1];\n *(undefined8 *)(this + 0xf0) = 0;\n *(ios_base *)(this + 0xe9) = iVar1;\n return;\n}" { (declaration "ios_base *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "ios_base iVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "ios_base *piVar4;" type_identifier (pointer_declarator "*piVar4" * identifier) ;) (expression_statement "this_00 = (ios_base *)(this + 8);" (assignment_expression "this_00 = (ios_base *)(this + 8)" identifier = (cast_expression "(ios_base *)(this + 8)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) ;) (labeled_statement "ios_base::ios_base(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "ios_base(this_00);" (call_expression "ios_base(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (expression_statement "*(undefined8 *)(this + 0xe0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xe0) = 0" (pointer_expression "*(undefined8 *)(this + 0xe0)" * (cast_expression "(undefined8 *)(this + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined2 *)(this + 0xe8) = 0;" (assignment_expression "*(undefined2 *)(this + 0xe8) = 0" (pointer_expression "*(undefined2 *)(this + 0xe8)" * (cast_expression "(undefined2 *)(this + 0xe8)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf0) = 0" (pointer_expression "*(undefined8 *)(this + 0xf0)" * (cast_expression "(undefined8 *)(this + 0xf0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf0)" ( (binary_expression "this + 0xf0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf8) = 0" (pointer_expression "*(undefined8 *)(this + 0xf8)" * (cast_expression "(undefined8 *)(this + 0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)this = 0x3b87f8;" (assignment_expression "*(undefined8 *)this = 0x3b87f8" (pointer_expression "*(undefined8 *)this" * (cast_expression "(undefined8 *)this" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 8) = 0x3b8820;" (assignment_expression "*(undefined8 *)(this + 8) = 0x3b8820" (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar2 = *(long *)param_1;" (assignment_expression "lVar2 = *(long *)param_1" identifier = (pointer_expression "*(long *)param_1" * (cast_expression "(long *)param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined8 *)(this + 0x100) = 0;" (assignment_expression "*(undefined8 *)(this + 0x100) = 0" (pointer_expression "*(undefined8 *)(this + 0x100)" * (cast_expression "(undefined8 *)(this + 0x100)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x100)" ( (binary_expression "this + 0x100" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x108) = 0;" (assignment_expression "*(undefined8 *)(this + 0x108) = 0" (pointer_expression "*(undefined8 *)(this + 0x108)" * (cast_expression "(undefined8 *)(this + 0x108)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x108)" ( (binary_expression "this + 0x108" identifier + number_literal) )))) = number_literal) ;) (expression_statement "piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18));" (assignment_expression "piVar4 = (ios_base *)(param_1 + *(long *)(lVar2 + -0x18))" identifier = (cast_expression "(ios_base *)(param_1 + *(long *)(lVar2 + -0x18))" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + *(long *)(lVar2 + -0x18))" ( (binary_expression "param_1 + *(long *)(lVar2 + -0x18)" identifier + (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) )))) ;) (labeled_statement "ios_base::_M_move(this_00,piVar4);" statement_identifier : (ERROR ":" :) (expression_statement "_M_move(this_00,piVar4);" (call_expression "_M_move(this_00,piVar4)" identifier (argument_list "(this_00,piVar4)" ( identifier , identifier ))) ;)) comment (labeled_statement "ios::_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8));" statement_identifier : (ERROR ":" :) (expression_statement "_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8));" (call_expression "_M_cache_locale((ios *)this_00,(locale *)(this + 0xd8))" identifier (argument_list "((ios *)this_00,(locale *)(this + 0xd8))" ( (cast_expression "(ios *)this_00" ( (type_descriptor "ios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(locale *)(this + 0xd8)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd8)" ( (binary_expression "this + 0xd8" identifier + number_literal) ))) ))) ;)) (expression_statement "uVar3 = *(undefined8 *)(piVar4 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(piVar4 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(piVar4 + 0xd8)" * (cast_expression "(undefined8 *)(piVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar4 + 0xd8)" ( (binary_expression "piVar4 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(piVar4 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(piVar4 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(piVar4 + 0xd8)" * (cast_expression "(undefined8 *)(piVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar4 + 0xd8)" ( (binary_expression "piVar4 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xe0) = uVar3;" (assignment_expression "*(undefined8 *)(this + 0xe0) = uVar3" (pointer_expression "*(undefined8 *)(this + 0xe0)" * (cast_expression "(undefined8 *)(this + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ios_base *)(this + 0xe8) = piVar4[0xe0];" (assignment_expression "*(ios_base *)(this + 0xe8) = piVar4[0xe0]" (pointer_expression "*(ios_base *)(this + 0xe8)" * (cast_expression "(ios_base *)(this + 0xe8)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) )))) = (subscript_expression "piVar4[0xe0]" identifier [ number_literal ])) ;) (expression_statement "iVar1 = piVar4[0xe1];" (assignment_expression "iVar1 = piVar4[0xe1]" identifier = (subscript_expression "piVar4[0xe1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)(this + 0xf0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf0) = 0" (pointer_expression "*(undefined8 *)(this + 0xf0)" * (cast_expression "(undefined8 *)(this + 0xf0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf0)" ( (binary_expression "this + 0xf0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(ios_base *)(this + 0xe9) = iVar1;" (assignment_expression "*(ios_base *)(this + 0xe9) = iVar1" (pointer_expression "*(ios_base *)(this + 0xe9)" * (cast_expression "(ios_base *)(this + 0xe9)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe9)" ( (binary_expression "this + 0xe9" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00281c20(undefined8 *param_1,long *param_2)\n\n{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n \n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}\n\n" (function_definition "void FUN_00281c20(undefined8 *param_1,long *param_2)\n\n{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n \n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" primitive_type (function_declarator "FUN_00281c20(undefined8 *param_1,long *param_2)" identifier (parameter_list "(undefined8 *param_1,long *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n \n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined1 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "puVar1 = param_1 + 1;" (assignment_expression "puVar1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "FUN_002b4a80(puVar1);" (call_expression "FUN_002b4a80(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined2 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x1d)" * (cast_expression "(undefined2 *)(param_1 + 0x1d)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003b87f8;" (assignment_expression "*param_1 = &PTR_FUN_003b87f8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003b87f8" & identifier)) ;) (expression_statement "param_1[1] = &PTR_FUN_003b8820;" (assignment_expression "param_1[1] = &PTR_FUN_003b8820" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_003b8820" & identifier)) ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);" (assignment_expression "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18)" identifier = (binary_expression "(long)param_2 + *(long *)(lVar4 + -0x18)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(long *)(lVar4 + -0x18)" * (cast_expression "(long *)(lVar4 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) )))))) ;) (expression_statement "FUN_002b4e50(puVar1,lVar4);" (call_expression "FUN_002b4e50(puVar1,lVar4)" identifier (argument_list "(puVar1,lVar4)" ( identifier , identifier ))) ;) (expression_statement "FUN_0029cc70(puVar1,param_1 + 0x1b);" (call_expression "FUN_0029cc70(puVar1,param_1 + 0x1b)" identifier (argument_list "(puVar1,param_1 + 0x1b)" ( identifier , (binary_expression "param_1 + 0x1b" identifier + number_literal) ))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar4 + 0xd8)" identifier = (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" * (cast_expression "(undefined8 *)(lVar4 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xd8)" ( (binary_expression "lVar4 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1c] = uVar3;" (assignment_expression "param_1[0x1c] = uVar3" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined1 *)(param_1 + 0x1d)" * (cast_expression "(undefined1 *)(param_1 + 0x1d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = (pointer_expression "*(undefined1 *)(lVar4 + 0xe0)" * (cast_expression "(undefined1 *)(lVar4 + 0xe0)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe0)" ( (binary_expression "lVar4 + 0xe0" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined1 *)(lVar4 + 0xe1);" (assignment_expression "uVar2 = *(undefined1 *)(lVar4 + 0xe1)" identifier = (pointer_expression "*(undefined1 *)(lVar4 + 0xe1)" * (cast_expression "(undefined1 *)(lVar4 + 0xe1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0xe1)" ( (binary_expression "lVar4 + 0xe1" identifier + number_literal) ))))) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xe9) = uVar2;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe9) = uVar2" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe9)" * (cast_expression "(undefined1 *)((long)param_1 + 0xe9)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xe9)" ( (binary_expression "(long)param_1 + 0xe9" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) 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 (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( 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 (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 ]) = 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 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 (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00281c20(undefined8 *param_1,long *param_2)\n\n{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n \n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00281c20(undefined8 *param_1,long *param_2)" (identifier "FUN_00281c20") (parameter_list "(undefined8 *param_1,long *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined1 uVar2;\n undefined8 uVar3;\n long lVar4;\n \n puVar1 = param_1 + 1;\n FUN_002b4a80(puVar1);\n param_1[0x1c] = 0;\n *(undefined2 *)(param_1 + 0x1d) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *param_1 = &PTR_FUN_003b87f8;\n param_1[1] = &PTR_FUN_003b8820;\n lVar4 = *param_2;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);\n FUN_002b4e50(puVar1,lVar4);\n \n FUN_0029cc70(puVar1,param_1 + 0x1b);\n uVar3 = *(undefined8 *)(lVar4 + 0xd8);\n *(undefined8 *)(lVar4 + 0xd8) = 0;\n param_1[0x1c] = uVar3;\n *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);\n uVar2 = *(undefined1 *)(lVar4 + 0xe1);\n param_1[0x1e] = 0;\n *(undefined1 *)((long)param_1 + 0xe9) = uVar2;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined1 uVar2;" (type_identifier "undefined1") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "puVar1 = param_1 + 1;" (assignment_expression "puVar1 = param_1 + 1" (identifier "puVar1") (= "=") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_002b4a80(puVar1);" (call_expression "FUN_002b4a80(puVar1)" (identifier "FUN_002b4a80") (argument_list "(puVar1)" (( "(") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined2 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x1d)" (* "*") (cast_expression "(undefined2 *)(param_1 + 0x1d)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1d)" (( "(") (binary_expression "param_1 + 0x1d" (identifier "param_1") (+ "+") (number_literal "0x1d")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_003b87f8;" (assignment_expression "*param_1 = &PTR_FUN_003b87f8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003b87f8" (& "&") (identifier "PTR_FUN_003b87f8"))) (; ";")) (expression_statement "param_1[1] = &PTR_FUN_003b8820;" (assignment_expression "param_1[1] = &PTR_FUN_003b8820" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "&PTR_FUN_003b8820" (& "&") (identifier "PTR_FUN_003b8820"))) (; ";")) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" (identifier "lVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" (identifier "param_1") ([ "[") (number_literal "0x20") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" (identifier "param_1") ([ "[") (number_literal "0x21") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18);" (assignment_expression "lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18)" (identifier "lVar4") (= "=") (binary_expression "(long)param_2 + *(long *)(lVar4 + -0x18)" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (pointer_expression "*(long *)(lVar4 + -0x18)" (* "*") (cast_expression "(long *)(lVar4 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -0x18)" (( "(") (binary_expression "lVar4 + -0x18" (identifier "lVar4") (+ "+") (number_literal "-0x18")) () ")")))))) (; ";")) (expression_statement "FUN_002b4e50(puVar1,lVar4);" (call_expression "FUN_002b4e50(puVar1,lVar4)" (identifier "FUN_002b4e50") (argument_list "(puVar1,lVar4)" (( "(") (identifier "puVar1") (, ",") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "FUN_0029cc70(puVar1,param_1 + 0x1b);" (call_expression "FUN_0029cc70(puVar1,param_1 + 0x1b)" (identifier "FUN_0029cc70") (argument_list "(puVar1,param_1 + 0x1b)" (( "(") (identifier "puVar1") (, ",") (binary_expression "param_1 + 0x1b" (identifier "param_1") (+ "+") (number_literal "0x1b")) () ")"))) (; ";")) (expression_statement "uVar3 = *(undefined8 *)(lVar4 + 0xd8);" (assignment_expression "uVar3 = *(undefined8 *)(lVar4 + 0xd8)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xd8)" (( "(") (binary_expression "lVar4 + 0xd8" (identifier "lVar4") (+ "+") (number_literal "0xd8")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(lVar4 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(lVar4 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(lVar4 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xd8)" (( "(") (binary_expression "lVar4 + 0xd8" (identifier "lVar4") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1c] = uVar3;" (assignment_expression "param_1[0x1c] = uVar3" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0);" (assignment_expression "*(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0)" (pointer_expression "*(undefined1 *)(param_1 + 0x1d)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x1d)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1d)" (( "(") (binary_expression "param_1 + 0x1d" (identifier "param_1") (+ "+") (number_literal "0x1d")) () ")")))) (= "=") (pointer_expression "*(undefined1 *)(lVar4 + 0xe0)" (* "*") (cast_expression "(undefined1 *)(lVar4 + 0xe0)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe0)" (( "(") (binary_expression "lVar4 + 0xe0" (identifier "lVar4") (+ "+") (number_literal "0xe0")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined1 *)(lVar4 + 0xe1);" (assignment_expression "uVar2 = *(undefined1 *)(lVar4 + 0xe1)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined1 *)(lVar4 + 0xe1)" (* "*") (cast_expression "(undefined1 *)(lVar4 + 0xe1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0xe1)" (( "(") (binary_expression "lVar4 + 0xe1" (identifier "lVar4") (+ "+") (number_literal "0xe1")) () ")"))))) (; ";")) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)((long)param_1 + 0xe9) = uVar2;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe9) = uVar2" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe9)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 0xe9)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xe9)" (( "(") (binary_expression "(long)param_1 + 0xe9" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xe9")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::ostream::ostream(std::ostream&&) */ void __thiscall std::function_1::function_1(function_1 *var_1,function_1 *var_2) { type_1 *this_00; type_1 iVar1; long var_3; type_2 uVar3; type_1 *var_6; this_00 = (type_1 *)(var_1 + 8); ios_base::type_1(this_00); *(type_2 *)(var_1 + 0xe0) = 0; *(type_3 *)(var_1 + 0xe8) = 0; *(type_2 *)(var_1 + 0xf0) = 0; *(type_2 *)(var_1 + 0xf8) = 0; *(type_2 *)var_1 = 0x3b87f8; *(type_2 *)(var_1 + 8) = 0x3b8820; var_3 = *(long *)var_2; *(type_2 *)(var_1 + 0x100) = 0; *(type_2 *)(var_1 + 0x108) = 0; var_6 = (type_1 *)(var_2 + *(long *)(var_3 + -0x18)); ios_base::var_4(this_00,var_6); /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */ ios::var_5((type_4 *)this_00,(type_5 *)(var_1 + 0xd8)); uVar3 = *(type_2 *)(var_6 + 0xd8); *(type_2 *)(var_6 + 0xd8) = 0; *(type_2 *)(var_1 + 0xe0) = uVar3; *(type_1 *)(var_1 + 0xe8) = var_6[0xe0]; iVar1 = var_6[0xe1]; *(type_2 *)(var_1 + 0xf0) = 0; *(type_1 *)(var_1 + 0xe9) = iVar1; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (number_literal))) (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: (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: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,long *param_2) { undefined8 *puVar1; undefined1 uVar2; undefined8 uVar3; long lVar4; puVar1 = param_1 + 1; FUN_002b4a80(puVar1); param_1[0x1c] = 0; *(undefined2 *)(param_1 + 0x1d) = 0; param_1[0x1e] = 0; param_1[0x1f] = 0; *param_1 = &PTR_FUN_003b87f8; param_1[1] = &PTR_FUN_003b8820; lVar4 = *param_2; param_1[0x20] = 0; param_1[0x21] = 0; lVar4 = (long)param_2 + *(long *)(lVar4 + -0x18); FUN_002b4e50(puVar1,lVar4); /* try { // try from 00281ca9 to 00281cad has its CatchHandler @ 00281cf1 */ FUN_0029cc70(puVar1,param_1 + 0x1b); uVar3 = *(undefined8 *)(lVar4 + 0xd8); *(undefined8 *)(lVar4 + 0xd8) = 0; param_1[0x1c] = uVar3; *(undefined1 *)(param_1 + 0x1d) = *(undefined1 *)(lVar4 + 0xe0); uVar2 = *(undefined1 *)(lVar4 + 0xe1); param_1[0x1e] = 0; *(undefined1 *)((long)param_1 + 0xe9) = uVar2; return; }
3773_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
~_Hashtable
FUN_001d0320
/* DWARF original prototype: void ~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> * this, int __in_chrg) */ void __thiscall std:: _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *this,int __in_chrg) { _Hash_node_base *p_Var1; _Hash_node_base *p_Var2; p_Var2 = (this->_M_before_begin)._M_nxt; while (p_Var2 != (_Hash_node_base *)0x0) { p_Var1 = p_Var2->_M_nxt; operator_delete(p_Var2); p_Var2 = p_Var1; } memset(this->_M_buckets,0,this->_M_bucket_count * 8); this->_M_element_count = 0; (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0; if (this->_M_buckets != &this->_M_single_bucket) { operator_delete(this->_M_buckets); return; } return; }
void FUN_001d0320(undefined8 *param_1) { undefined8 *puVar1; puVar1 = (undefined8 *)param_1[2]; while (puVar1 != (undefined8 *)0x0) { puVar1 = (undefined8 *)*puVar1; FUN_00276d20(); } memset((void *)*param_1,0,param_1[1] * 8); param_1[3] = 0; param_1[2] = 0; if ((undefined8 *)*param_1 != param_1 + 6) { FUN_00276d20(); return; } return; }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV RDI,qword ptr [RDI + 0x10] TEST RDI,RDI JZ 0x001d0348 NOP word ptr [RAX + RAX*0x1] MOV RBP,qword ptr [RDI] CALL 0x00276d20 MOV RDI,RBP TEST RBP,RBP JNZ 0x001d0338 MOV RAX,qword ptr [RBX + 0x8] MOV RDI,qword ptr [RBX] XOR ESI,ESI ADD RBX,0x30 LEA RDX,[RAX*0x8] CALL 0x0013e100 MOV RDI,qword ptr [RBX + -0x30] MOV qword ptr [RBX + -0x18],0x0 MOV qword ptr [RBX + -0x20],0x0 CMP RDI,RBX JZ 0x001d0390 ADD RSP,0x8 POP RBX POP RBP JMP 0x00276d20 ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[('const-0', u'STORE_-1207827525'), ('const-0', u'PTRSUB_-1207827271'), ('const-0', u'INT_NOTEQUAL_-1207827632'), ('const-433', u'STORE_-1207827514'), ('const-433', u'LOAD_-1207827583'), (u'PTRSUB_-1207827286', u'LOAD_-1207827534'), ('const-0', u'PTRSUB_-1207827286'), ('const-8', u'PTRSUB_-1207827315'), (u'LOAD_-1207827534', u'INT_NOTEQUAL_-1207827491'), ('const-0', u'RETURN_-1207827417'), ('const-433', u'LOAD_-1207827534'), (u'PTRSUB_-1207827332', u'LOAD_-1207827623'), (u'PTRSUB_-1207827315', u'LOAD_-1207827589'), ('tmp_373', u'PTRSUB_-1207827272'), (u'INT_NOTEQUAL_-1207827491', u'CBRANCH_-1207827490'), ('const-16', u'PTRSUB_-1207827349'), ('const-0', u'CALL_-1207827536'), (u'LOAD_-1207827652', u'COPY_-1207827393'), ('tmp_373', u'PTRSUB_-1207827349'), (u'LOAD_-1207827534', u'CALL_-1207827462'), ('const-0', u'PTRSUB_-1207827310'), ('tmp_373', u'PTRSUB_-1207827286'), ('const-433', u'LOAD_-1207827652'), ('const-0', u'PTRSUB_-1207827332'), ('tmp_373', u'PTRSUB_-1207827310'), ('const-24', u'PTRSUB_-1207827281'), ('tmp_257', u'CBRANCH_-1207827490'), ('const-433', u'LOAD_-1207827623'), ('const-433', u'LOAD_-1207827589'), (u'MULTIEQUAL_-1207827338', u'PTRSUB_-1207827332'), (u'INT_MULT_-1207827523', u'CALL_-1207827536'), ('const-0', u'PTRSUB_-1207827348'), (u'MULTIEQUAL_-1207827338', u'CALL_-1207827611'), (u'LOAD_-1207827583', u'CALL_-1207827536'), ('const-16', u'PTRSUB_-1207827272'), (u'PTRSUB_-1207827304', u'INT_NOTEQUAL_-1207827491'), ('tmp_373', u'PTRSUB_-1207827304'), (u'PTRSUB_-1207827310', u'LOAD_-1207827583'), ('tmp_373', u'PTRSUB_-1207827315'), ('const-8', u'INT_MULT_-1207827523'), (u'PTRSUB_-1207827272', u'PTRSUB_-1207827271'), ('const-0', u'RETURN_-1207827458'), (u'COPY_-1207827370', u'MULTIEQUAL_-1207827338'), ('const-48', u'PTRSUB_-1207827304'), (u'PTRSUB_-1207827271', u'STORE_-1207827514'), (u'PTRSUB_-1207827349', u'PTRSUB_-1207827348'), (u'LOAD_-1207827589', u'INT_MULT_-1207827523'), (u'INT_NOTEQUAL_-1207827632', u'CBRANCH_-1207827631'), (u'COPY_-1207827393', u'MULTIEQUAL_-1207827338'), ('const-433', u'STORE_-1207827525'), ('tmp_373', u'PTRSUB_-1207827281'), (u'PTRSUB_-1207827281', u'STORE_-1207827525'), ('const-0', u'STORE_-1207827514'), (u'LOAD_-1207827623', u'COPY_-1207827370'), (u'MULTIEQUAL_-1207827338', u'INT_NOTEQUAL_-1207827632'), ('tmp_76', u'CBRANCH_-1207827631'), (u'PTRSUB_-1207827348', u'LOAD_-1207827652')]
[(u'PTRADD_-1207827278', u'STORE_-1207827514'), ('const-0', u'CALL_-1207827536'), ('const-0', u'INT_NOTEQUAL_-1207827632'), ('const-433', u'LOAD_-1207827652'), ('const-8', u'PTRADD_-1207827351'), (u'LOAD_-1207827583', u'CAST_-1207827306'), ('const-433', u'LOAD_-1207827534'), ('const-0', u'STORE_-1207827514'), (u'CAST_-1207827327', u'MULTIEQUAL_-1207827344'), ('const-433', u'LOAD_-1207827589'), ('const-0', u'RETURN_-1207827417'), (u'CAST_-1207827306', u'CALL_-1207827536'), (u'PTRADD_-1207827351', u'LOAD_-1207827652'), ('const-3', u'PTRADD_-1207827287'), (u'INT_NOTEQUAL_-1207827491', u'CBRANCH_-1207827490'), ('tmp_642', u'PTRADD_-1207827278'), ('const-0', u'STORE_-1207827525'), ('const-6', u'PTRADD_-1207827309'), ('const-8', u'PTRADD_-1207827319'), ('tmp_642', u'LOAD_-1207827534'), ('tmp_257', u'CBRANCH_-1207827490'), ('const-2', u'PTRADD_-1207827278'), (u'MULTIEQUAL_-1207827344', u'LOAD_-1207827623'), (u'LOAD_-1207827534', u'CAST_-1207827283'), ('const-433', u'STORE_-1207827525'), ('tmp_642', u'PTRADD_-1207827309'), (u'CAST_-1207827343', u'MULTIEQUAL_-1207827344'), (u'INT_MULT_-1207827523', u'CALL_-1207827536'), ('tmp_642', u'PTRADD_-1207827287'), (u'PTRADD_-1207827319', u'LOAD_-1207827589'), ('const-8', u'PTRADD_-1207827278'), (u'CAST_-1207827283', u'INT_NOTEQUAL_-1207827491'), (u'PTRADD_-1207827287', u'STORE_-1207827525'), ('const-8', u'PTRADD_-1207827309'), ('const-8', u'INT_MULT_-1207827523'), ('const-8', u'PTRADD_-1207827287'), ('const-0', u'RETURN_-1207827458'), (u'LOAD_-1207827623', u'CAST_-1207827327'), (u'LOAD_-1207827589', u'INT_MULT_-1207827523'), ('tmp_642', u'PTRADD_-1207827319'), (u'MULTIEQUAL_-1207827344', u'INT_NOTEQUAL_-1207827632'), (u'INT_NOTEQUAL_-1207827632', u'CBRANCH_-1207827631'), ('const-433', u'LOAD_-1207827583'), ('tmp_642', u'LOAD_-1207827583'), ('const-433', u'LOAD_-1207827623'), (u'PTRADD_-1207827309', u'INT_NOTEQUAL_-1207827491'), (u'LOAD_-1207827652', u'CAST_-1207827343'), ('const-433', u'STORE_-1207827514'), ('const-1', u'PTRADD_-1207827319'), ('tmp_642', u'PTRADD_-1207827351'), ('tmp_76', u'CBRANCH_-1207827631'), ('const-2', u'PTRADD_-1207827351')]
null
null
001d0320
x64
O2
(translation_unit "void FUN_001d0320(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001d0320(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001d0320(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[2];" (assignment_expression "puVar1 = (undefined8 *)param_1[2]" identifier = (cast_expression "(undefined8 *)param_1[2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" while (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" ( (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" { (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset((void *)*param_1,0,param_1[1] * 8);" (call_expression "memset((void *)*param_1,0,param_1[1] * 8)" identifier (argument_list "((void *)*param_1,0,param_1[1] * 8)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , number_literal , (binary_expression "param_1[1] * 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) * number_literal) ))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = 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 ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }" if (parenthesized_expression "((undefined8 *)*param_1 != param_1 + 6)" ( (binary_expression "(undefined8 *)*param_1 != param_1 + 6" (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != (binary_expression "param_1 + 6" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n return;\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void\n ~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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, int __in_chrg) */\n\nvoid __thiscall\nstd::\n_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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,int __in_chrg)\n\n{\n _Hash_node_base *p_Var1;\n _Hash_node_base *p_Var2;\n \n p_Var2 = (this->_M_before_begin)._M_nxt;\n while (p_Var2 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }\n memset(this->_M_buckets,0,this->_M_bucket_count * 8);\n this->_M_element_count = 0;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;\n if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n return;\n }\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\n_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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,int __in_chrg)\n\n{\n _Hash_node_base *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\n_Hashtable<std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , identifier (ERROR ">" >) , (ERROR "_std::pair<const_std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , identifier (ERROR ">" >) , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<const_std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , identifier (ERROR ">" >) , identifier (ERROR ">_>" > identifier >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::equal_to<std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , identifier (ERROR ">_>" > identifier >) , (ERROR "_gold::" identifier : :) identifier , (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 "<true" < true) , identifier , (ERROR "_true>_>\n::~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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,int __in_chrg)\n\n{\n _Hash_node_base" identifier > identifier > : : ~ (function_declarator "_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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,int __in_chrg)" identifier (parameter_list "(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_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,int __in_chrg)" ( (parameter_declaration "_Hashtable<std::pair<gold::Relobj*" type_identifier (ERROR "<std::pair<gold::Relobj" < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::pair<const_std::pair<gold::Relobj*" type_identifier (ERROR "::pair<const_std::pair<gold::Relobj" : : identifier < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_long_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<const_std::pair<gold::Relobj*" type_identifier (ERROR "::allocator<std::pair<const_std::pair<gold::Relobj" : : identifier < identifier : : identifier < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_long_unsigned_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::equal_to<std::pair<gold::Relobj*" type_identifier (ERROR "::equal_to<std::pair<gold::Relobj" : : identifier < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_unsigned_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_gold::Section_id_hash" type_identifier (ERROR "::" : :) identifier) , (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 "<true" < true) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_true>_>\n *this" type_identifier (ERROR ">_>" > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (expression_statement "p_Var2 = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var2 = (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)) ;) (while_statement "while (p_Var2 != (_Hash_node_base *)0x0) {\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }" 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)) )) (compound_statement "{\n p_Var1 = p_Var2->_M_nxt;\n operator_delete(p_Var2);\n p_Var2 = p_Var1;\n }" { (expression_statement "p_Var1 = p_Var2->_M_nxt;" (assignment_expression "p_Var1 = p_Var2->_M_nxt" identifier = (field_expression "p_Var2->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "operator_delete(p_Var2);" (call_expression "operator_delete(p_Var2)" identifier (argument_list "(p_Var2)" ( identifier ))) ;) (expression_statement "p_Var2 = p_Var1;" (assignment_expression "p_Var2 = p_Var1" identifier = identifier) ;) })) (expression_statement "memset(this->_M_buckets,0,this->_M_bucket_count * 8);" (call_expression "memset(this->_M_buckets,0,this->_M_bucket_count * 8)" identifier (argument_list "(this->_M_buckets,0,this->_M_bucket_count * 8)" ( (field_expression "this->_M_buckets" identifier -> field_identifier) , number_literal , (binary_expression "this->_M_bucket_count * 8" (field_expression "this->_M_bucket_count" identifier -> field_identifier) * number_literal) ))) ;) (expression_statement "this->_M_element_count = 0;" (assignment_expression "this->_M_element_count = 0" (field_expression "this->_M_element_count" identifier -> field_identifier) = number_literal) ;) (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 (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n return;\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 return;\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) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001d0320(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001d0320(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001d0320(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[2];" (assignment_expression "puVar1 = (undefined8 *)param_1[2]" identifier = (cast_expression "(undefined8 *)param_1[2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" while (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" ( (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" { (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" identifier = (cast_expression "(undefined8 *)*puVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset((void *)*param_1,0,param_1[1] * 8);" (call_expression "memset((void *)*param_1,0,param_1[1] * 8)" identifier (argument_list "((void *)*param_1,0,param_1[1] * 8)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , number_literal , (binary_expression "param_1[1] * 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) * number_literal) ))) ;) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" identifier [ number_literal ]) = 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 ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }" if (parenthesized_expression "((undefined8 *)*param_1 != param_1 + 6)" ( (binary_expression "(undefined8 *)*param_1 != param_1 + 6" (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != (binary_expression "param_1 + 6" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n return;\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , LIT , (binary_expression (subscript_expression IDENT [ LIT ]) * LIT) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_001d0320(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001d0320(undefined8 *param_1)" (identifier "FUN_001d0320") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)param_1[2];\n while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }\n memset((void *)*param_1,0,param_1[1] * 8);\n param_1[3] = 0;\n param_1[2] = 0;\n if ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)param_1[2];" (assignment_expression "puVar1 = (undefined8 *)param_1[2]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)param_1[2]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (while_statement "while (puVar1 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" (while "while") (parenthesized_expression "(puVar1 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 != (undefined8 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar1 = (undefined8 *)*puVar1;\n FUN_00276d20();\n }" ({ "{") (expression_statement "puVar1 = (undefined8 *)*puVar1;" (assignment_expression "puVar1 = (undefined8 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)*puVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";")) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "memset((void *)*param_1,0,param_1[1] * 8);" (call_expression "memset((void *)*param_1,0,param_1[1] * 8)" (identifier "memset") (argument_list "((void *)*param_1,0,param_1[1] * 8)" (( "(") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (number_literal "0") (, ",") (binary_expression "param_1[1] * 8" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (* "*") (number_literal "8")) () ")"))) (; ";")) (expression_statement "param_1[3] = 0;" (assignment_expression "param_1[3] = 0" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (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 ((undefined8 *)*param_1 != param_1 + 6) {\n FUN_00276d20();\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)*param_1 != param_1 + 6)" (( "(") (binary_expression "(undefined8 *)*param_1 != param_1 + 6" (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (!= "!=") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6"))) () ")")) (compound_statement "{\n FUN_00276d20();\n return;\n }" ({ "{") (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> * this, int __in_chrg) */ void __thiscall std:: _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_long_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *this,int __in_chrg) { type_1 *p_Var1; type_1 *var_1; var_1 = (this->_M_before_begin)._M_nxt; while (var_1 != (type_1 *)0x0) { p_Var1 = var_1->_M_nxt; var_2(var_1); var_1 = p_Var1; } var_3(this->_M_buckets,0,this->_M_bucket_count * 8); this->_M_element_count = 0; (this->_M_before_begin)._M_nxt = (type_1 *)0x0; if (this->_M_buckets != &this->_M_single_bucket) { var_2(this->_M_buckets); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (number_literal) (binary_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))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { undefined8 *puVar1; puVar1 = (undefined8 *)param_1[2]; while (puVar1 != (undefined8 *)0x0) { puVar1 = (undefined8 *)*puVar1; FUN_00276d20(); } memset((void *)*param_1,0,param_1[1] * 8); param_1[3] = 0; param_1[2] = 0; if ((undefined8 *)*param_1 != param_1 + 6) { FUN_00276d20(); return; } return; }
5056_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
operator()
FUN_00230db0
/* DWARF original prototype: bool operator()(Input_section_sorter * this, Input_section_info * isi1, Input_section_info * isi2) */ bool __thiscall gold::Input_section_sorter::operator() (Input_section_sorter *this,Input_section_info *isi1,Input_section_info *isi2) { pointer __s2; pointer __s1; size_t sVar1; bool bVar2; int iVar3; ulong uVar4; Relobj *pRVar5; Relobj *pRVar6; ulong __n; Sort_wildcard SVar7; ulong uVar8; SVar7 = this->section_sort_; if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) { uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p); uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p); if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) { return uVar8 < uVar4; } SVar7 = this->section_sort_; } if ((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME) { LAB_00230e20: sVar1 = (isi1->section_name_)._M_string_length; uVar8 = (isi2->section_name_)._M_string_length; __s2 = (isi2->section_name_)._M_dataplus._M_p; __s1 = (isi1->section_name_)._M_dataplus._M_p; if (sVar1 == uVar8) { if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99; LAB_00230de7: if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) { uVar8 = isi1->addralign_; goto LAB_00230eec; } goto LAB_00230df3; } uVar4 = uVar8; if (sVar1 <= uVar8) { uVar4 = sVar1; } if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99; uVar8 = sVar1 - uVar8; joined_r0x00230e58: bVar2 = false; if ((long)uVar8 < 0x80000000) { if (-0x80000001 < (long)uVar8) { return (bool)((byte)(uVar8 >> 0x1f) & 1); } bVar2 = true; } } else { if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) { if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20; goto LAB_00230de7; } uVar8 = isi1->addralign_; if (uVar8 == isi2->addralign_) goto LAB_00230e20; LAB_00230eec: if (uVar8 != isi2->addralign_) { return uVar8 < isi2->addralign_; } LAB_00230df3: if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) { pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_); pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_); sVar1 = (pRVar6->super_Object).name_._M_string_length; if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) || ((sVar1 != 0 && (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p, (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) { pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_); pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_); uVar4 = (pRVar5->super_Object).name_._M_string_length; uVar8 = (pRVar6->super_Object).name_._M_string_length; __n = uVar4; if (uVar8 <= uVar4) { __n = uVar8; } if ((__n != 0) && (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p, (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) { LAB_00230e99: return SUB41((uint)iVar3 >> 0x1f,0); } uVar8 = uVar8 - uVar4; goto joined_r0x00230e58; } } bVar2 = false; } return bVar2; }
ulong FUN_00230db0(int *param_1,long param_2,long param_3) { size_t sVar1; uint uVar2; int iVar3; long lVar4; long lVar5; ulong uVar6; ulong __n; uint uVar7; ulong uVar8; bool bVar9; uVar7 = param_1[1]; if (uVar7 == 5) { uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20)); uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20)); if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7; uVar7 = param_1[1]; } if ((uVar7 & 0xfffffffd) == 1) { LAB_00230e20: sVar1 = *(size_t *)(param_2 + 0x28); uVar8 = *(ulong *)(param_3 + 0x28); if (sVar1 == uVar8) { if ((sVar1 != 0) && (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)) goto LAB_00230e99; LAB_00230de7: if (uVar7 - 2 < 3) { uVar8 = *(ulong *)(param_2 + 0x48); goto LAB_00230eec; } goto LAB_00230df3; } uVar6 = uVar8; if (sVar1 <= uVar8) { uVar6 = sVar1; } if ((uVar6 != 0) && (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)) goto LAB_00230e99; uVar8 = sVar1 - uVar8; joined_r0x00230e58: uVar6 = 0; if ((long)uVar8 < 0x80000000) { if (-0x80000001 < (long)uVar8) { return uVar8 >> 0x1f & 1; } uVar6 = 1; } } else { if (uVar7 != 4) { if (uVar7 == 5) goto LAB_00230e20; goto LAB_00230de7; } uVar8 = *(ulong *)(param_2 + 0x48); if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20; LAB_00230eec: bVar9 = uVar8 < *(ulong *)(param_3 + 0x48); if (uVar8 != *(ulong *)(param_3 + 0x48)) { LAB_00230ef7: return (ulong)bVar9; } LAB_00230df3: if (*param_1 == 1) { lVar4 = FUN_001ee640(param_3); lVar5 = FUN_001ee640(param_2); sVar1 = *(size_t *)(lVar5 + 0x10); if ((sVar1 != *(size_t *)(lVar4 + 0x10)) || ((sVar1 != 0 && (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) { lVar4 = FUN_001ee640(param_3); lVar5 = FUN_001ee640(param_2); uVar6 = *(ulong *)(lVar4 + 0x10); uVar8 = *(ulong *)(lVar5 + 0x10); __n = uVar6; if (uVar8 <= uVar6) { __n = uVar8; } if ((__n != 0) && (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) { LAB_00230e99: return (ulong)(uVar2 >> 0x1f); } uVar8 = uVar8 - uVar6; goto joined_r0x00230e58; } } uVar6 = 0; } return uVar6; }
PUSH R15 PUSH R14 MOV R14,RDI PUSH R13 MOV R13,RSI PUSH R12 MOV R12,RDX PUSH RBP PUSH RBX SUB RSP,0x8 MOV EBX,dword ptr [RDI + 0x4] CMP EBX,0x5 JZ 0x00230eb0 MOV EAX,EBX AND EAX,0xfffffffd CMP EAX,0x1 JZ 0x00230e20 CMP EBX,0x4 JZ 0x00230e10 CMP EBX,0x5 JZ 0x00230e20 SUB EBX,0x2 CMP EBX,0x2 JBE 0x00230ee8 CMP dword ptr [R14],0x1 JZ 0x00230f10 XOR EAX,EAX ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RAX,qword ptr [R13 + 0x48] CMP RAX,qword ptr [R12 + 0x48] JNZ 0x00230eec NOP MOV RBP,qword ptr [R13 + 0x28] MOV R15,qword ptr [R12 + 0x28] MOV RSI,qword ptr [R12 + 0x20] MOV RDI,qword ptr [R13 + 0x20] CMP RBP,R15 JZ 0x00230e80 MOV RDX,R15 CMOVBE RDX,RBP TEST RDX,RDX JZ 0x00230e4c CALL 0x00144830 TEST EAX,EAX JNZ 0x00230e99 SUB RBP,R15 XOR EAX,EAX CMP RBP,0x7fffffff JG 0x00230dff CMP RBP,-0x80000000 JL 0x00230fa8 ADD RSP,0x8 SHR EBP,0x1f POP RBX MOV EAX,EBP POP RBP POP R12 POP R13 POP R14 POP R15 RET TEST RBP,RBP JZ 0x00230de7 MOV RDX,RBP CALL 0x00144830 TEST EAX,EAX JZ 0x00230de7 ADD RSP,0x8 SHR EAX,0x1f POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,qword ptr [RSI + 0x20] CALL 0x00230cd0 MOV RDI,qword ptr [R12 + 0x20] MOV RBX,RAX CALL 0x00230cd0 TEST RBX,RBX SETNZ CL TEST RAX,RAX SETNZ DL TEST CL,DL JZ 0x00230edb CMP RBX,RAX JNZ 0x00230ef7 MOV EBX,dword ptr [R14 + 0x4] JMP 0x00230dd3 MOV RAX,qword ptr [R13 + 0x48] CMP RAX,qword ptr [R12 + 0x48] JZ 0x00230df3 SETC AL ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,R12 CALL 0x001ee640 MOV RDI,R13 MOV RBX,RAX CALL 0x001ee640 MOV RDX,qword ptr [RAX + 0x10] CMP RDX,qword ptr [RBX + 0x10] JZ 0x00230f88 MOV RDI,R12 CALL 0x001ee640 MOV RDI,R13 MOV R12,RAX CALL 0x001ee640 MOV RBX,qword ptr [R12 + 0x10] MOV RBP,qword ptr [RAX + 0x10] MOV RDX,RBX CMP RBP,RBX CMOVBE RDX,RBP TEST RDX,RDX JZ 0x00230f6e MOV RSI,qword ptr [R12 + 0x8] MOV RDI,qword ptr [RAX + 0x8] CALL 0x00144830 TEST EAX,EAX JNZ 0x00230e99 SUB RBP,RBX XOR EAX,EAX CMP RBP,0x7fffffff JLE 0x00230e5a JMP 0x00230dff TEST RDX,RDX JZ 0x00230dfd MOV RSI,qword ptr [RBX + 0x8] MOV RDI,qword ptr [RAX + 0x8] CALL 0x00144830 TEST EAX,EAX JZ 0x00230dfd JMP 0x00230f2d MOV EAX,0x1 JMP 0x00230dff
null
null
null
null
[(u'LOAD_-1204023230', u'INT_EQUAL_-1204023194'), (u'CALL_-1204023299', u'PTRSUB_-1204021741'), ('const-8', u'PTRSUB_-1204021616'), (u'COPY_-1204022382', u'MULTIEQUAL_-1204022317'), ('const-433', u'LOAD_-1204023707'), ('const-0', u'PTRSUB_-1204021648'), (u'LOAD_-1204022951', u'CALL_-1204022933'), ('const-8', u'PTRSUB_-1204021705'), (u'PTRSUB_-1204021705', u'PTRSUB_-1204021691'), (u'PTRSUB_-1204021711', u'PTRSUB_-1204021684'), ('const-0', u'PTRSUB_-1204021999'), (u'PTRSUB_-1204021650', u'PTRSUB_-1204021622'), (u'INT_LESS_-1204023702', u'CBRANCH_-1204023711'), ('tmp_1954', u'PTRSUB_-1204021835'), (u'CALL_-1204023283', u'PTRSUB_-1204021705'), (u'LOAD_-1204023237', u'INT_EQUAL_-1204023194'), (u'PTRSUB_-1204021895', u'PTRSUB_-1204021862'), ('const-32', u'PTRSUB_-1204022048'), ('const-8', u'PTRSUB_-1204021745'), ('const-1', u'INT_EQUAL_-1204023692'), (u'LOAD_-1204023083', u'INT_LESS_-1204023068'), ('const-32', u'PTRSUB_-1204022042'), (u'LOAD_-1204023214', u'CALL_-1204023157'), ('tmp_1752', u'CBRANCH_-1204023116'), ('const-0', u'PTRSUB_-1204021617'), ('const-1', u'INT_AND_-1204022493'), ('tmp_1953', u'PTRSUB_-1204021849'), ('const-4294967293', u'INT_AND_-1204023775'), ('tmp_622', u'CBRANCH_-1204023226'), ('const-5', u'INT_EQUAL_-1204023812'), (u'LOAD_-1204023281', u'INT_SUB_-1204023164'), (u'INT_RIGHT_-1204021878', u'SUBPIECE_-1204022574'), ('const-4', u'INT_NOTEQUAL_-1204023758'), (u'INT_SLESS_-1204023087', u'CBRANCH_-1204023094'), ('const-0', u'PTRSUB_-1204021689'), ('const-0', u'INT_NOTEQUAL_-1204022947'), ('const-433', u'LOAD_-1204022951'), (u'BOOL_AND_-1204021909', u'CBRANCH_-1204022884'), ('const-0', u'RETURN_-1204023176'), (u'CAST_-1204021906', u'INT_SLESS_-1204023399'), ('const-0', u'PTRSUB_-1204021720'), ('tmp_1955', u'PTRSUB_-1204021732'), ('const-433', u'LOAD_-1204023281'), ('const-433', u'LOAD_-1204022941'), ('const-0', u'PTRSUB_-1204021677'), ('const-0', u'INT_NOTEQUAL_-1204022918'), ('tmp_1954', u'PTRSUB_-1204021896'), ('const-1', u'INT_EQUAL_-1204023775'), (u'CAST_-1204021916', u'INT_SLESS_-1204023087'), ('const-0', u'SUBPIECE_-1204022574'), ('const-433', u'LOAD_-1204023136'), ('tmp_1953', u'PTRSUB_-1204022141'), ('const-0', u'PTRSUB_-1204021993'), (u'MULTIEQUAL_-1204022377', u'INT_AND_-1204023775'), (u'INT_NOTEQUAL_-1204023312', u'CBRANCH_-1204023310'), (u'PTRSUB_-1204021701', u'CALL_-1204023299'), ('tmp_118', u'CBRANCH_-1204023810'), (u'CALL_-1204023204', u'MULTIEQUAL_-1204022150'), (u'COPY_-1204022541', u'RETURN_-1204022999'), (u'COPY_-1204022015', u'MULTIEQUAL_-1204022558'), ('tmp_1912', u'BRANCH_-1204022857'), ('tmp_594', u'CBRANCH_-1204023244'), (u'LOAD_-1204023335', u'CALL_-1204022921'), (u'INT_LESSEQUAL_-1204023234', u'CBRANCH_-1204023244'), ('const-8', u'PTRSUB_-1204021683'), ('const-0', u'INT_NOTEQUAL_-1204023042'), ('tmp_1868', u'CBRANCH_-1204022884'), (u'PTRSUB_-1204022034', u'PTRSUB_-1204021999'), (u'CALL_-1204023026', u'INT_NOTEQUAL_-1204023011'), (u'PTRSUB_-1204021896', u'PTRSUB_-1204021895'), ('const-0', u'PTRSUB_-1204021895'), (u'PTRSUB_-1204021689', u'CALL_-1204023283'), ('const-0', u'COPY_-1204022020'), (u'MULTIEQUAL_-1204022377', u'INT_NOTEQUAL_-1204023758'), ('tmp_1954', u'PTRSUB_-1204022028'), ('tmp_1900', u'CBRANCH_-1204022867'), (u'LOAD_-1204023230', u'INT_SUB_-1204023121'), (u'PTRSUB_-1204021862', u'LOAD_-1204022966'), (u'PTRSUB_-1204021852', u'LOAD_-1204022951'), ('const-0', u'INT_NOTEQUAL_-1204022901'), ('tmp_1954', u'PTRSUB_-1204022066'), (u'CALL_-1204023337', u'PTRSUB_-1204021643'), ('const-72', u'PTRSUB_-1204021835'), ('tmp_1518', u'CBRANCH_-1204023164'), (u'PTRSUB_-1204021728', u'LOAD_-1204023335'), (u'CALL_-1204023337', u'PTRSUB_-1204021774'), (u'LOAD_-1204023230', u'INT_LESSEQUAL_-1204022093'), ('const-0', u'PTRSUB_-1204021884'), (u'PTRSUB_-1204021768', u'PTRSUB_-1204021739'), (u'LOAD_-1204023273', u'COPY_-1204021740'), ('tmp_1003', u'BRANCH_-1204022997'), (u'PTRSUB_-1204022005', u'LOAD_-1204023230'), ('const-433', u'LOAD_-1204023225'), ('const-0', u'INT_NOTEQUAL_-1204022906'), (u'CALL_-1204023353', u'PTRSUB_-1204021768'), (u'INT_SLESS_-1204023399', u'CBRANCH_-1204023406'), ('tmp_332', u'CBRANCH_-1204023689'), ('tmp_1490', u'CBRANCH_-1204023182'), ('const-8', u'PTRSUB_-1204022005'), ('const-0', u'COPY_-1204022382'), (u'LOAD_-1204023237', u'INT_LESSEQUAL_-1204022093'), ('tmp_1954', u'PTRSUB_-1204022048'), (u'CALL_-1204022933', u'INT_NOTEQUAL_-1204022869'), ('tmp_517', u'CBRANCH_-1204023310'), (u'LOAD_-1204023273', u'INT_LESSEQUAL_-1204023234'), (u'LOAD_-1204023237', u'CALL_-1204023026'), (u'LOAD_-1204023237', u'INT_SUB_-1204023121'), ('const-0', u'PTRSUB_-1204022096'), ('const-433', u'LOAD_-1204022966'), (u'PTRSUB_-1204021734', u'PTRSUB_-1204021705'), ('const-0', u'RETURN_-1204022999'), (u'PTRSUB_-1204021745', u'PTRSUB_-1204021728'), (u'CALL_-1204022953', u'INT_NOTEQUAL_-1204022918'), ('const-0', u'PTRSUB_-1204021774'), ('tmp_1955', u'PTRSUB_-1204022035'), (u'INT_LESS_-1204022870', u'COPY_-1204021815'), ('tmp_1954', u'PTRSUB_-1204021689'), (u'PTRSUB_-1204021697', u'LOAD_-1204023281'), (u'PTRSUB_-1204021884', u'PTRSUB_-1204021852'), (u'PTRSUB_-1204021723', u'LOAD_-1204023328'), (u'PTRSUB_-1204021703', u'PTRSUB_-1204021677'), ('tmp_1670', u'CBRANCH_-1204023041'), ('const-0', u'PTRSUB_-1204021713'), (u'PTRSUB_-1204021830', u'LOAD_-1204023083'), ('const-0', u'PTRSUB_-1204021701'), (u'INT_NOTEQUAL_-1204023189', u'CBRANCH_-1204023188'), (u'INT_EQUAL_-1204023812', u'CBRANCH_-1204023810'), (u'PTRSUB_-1204022061', u'LOAD_-1204023136'), (u'PTRSUB_-1204021999', u'LOAD_-1204023222'), (u'CAST_-1204021835', u'INT_RIGHT_-1204021878'), (u'LOAD_-1204023281', u'COPY_-1204021741'), ('const-433', u'LOAD_-1204023230'), (u'PTRSUB_-1204021885', u'PTRSUB_-1204021884'), (u'PTRSUB_-1204021617', u'LOAD_-1204022934'), (u'CALL_-1204023353', u'PTRSUB_-1204021650'), (u'PTRSUB_-1204021691', u'LOAD_-1204023273'), ('const-0', u'PTRSUB_-1204021641'), (u'LOAD_-1204023083', u'INT_NOTEQUAL_-1204023067'), (u'LOAD_-1204023090', u'MULTIEQUAL_-1204022433'), ('const-4', u'PTRSUB_-1204022141'), ('const-32', u'PTRSUB_-1204021885'), (u'PTRSUB_-1204021616', u'PTRSUB_-1204021641'), ('const-8', u'PTRSUB_-1204021676'), (u'LOAD_-1204023230', u'COPY_-1204022016'), (u'CALL_-1204022933', u'INT_NOTEQUAL_-1204022901'), (u'COPY_-1204021815', u'RETURN_-1204021805'), ('const-433', u'LOAD_-1204023237'), (u'MULTIEQUAL_-1204021963', u'CAST_-1204021906'), ('const-433', u'LOAD_-1204023090'), ('const-0', u'RETURN_-1204023616'), (u'MULTIEQUAL_-1204022433', u'INT_LESS_-1204023068'), ('const-8', u'PTRSUB_-1204021723'), ('const-0', u'PTRSUB_-1204021741'), ('const-72', u'PTRSUB_-1204022066'), ('const-0', u'PTRSUB_-1204021768'), (u'PTRSUB_-1204021622', u'PTRSUB_-1204021648'), (u'LOAD_-1204023214', u'CALL_-1204023026'), (u'LOAD_-1204023136', u'INT_EQUAL_-1204023121'), (u'PTRSUB_-1204021705', u'PTRSUB_-1204021676'), ('const-32', u'PTRSUB_-1204022035'), ('const-0', u'PTRSUB_-1204022034'), (u'MULTIEQUAL_-1204022283', u'CALL_-1204023204'), (u'PTRSUB_-1204022096', u'LOAD_-1204023707'), ('const-0', u'SUBPIECE_-1204022140'), ('tmp_1954', u'PTRSUB_-1204021720'), (u'INT_NOTEQUAL_-1204023142', u'CBRANCH_-1204023141'), ('const-72', u'PTRSUB_-1204021830'), (u'LOAD_-1204023225', u'CALL_-1204023204'), (u'MULTIEQUAL_-1204021963', u'INT_RIGHT_-1204023359'), ('const-1', u'COPY_-1204021953'), (u'PTRSUB_-1204021835', u'LOAD_-1204023090'), (u'INT_NOTEQUAL_-1204023067', u'CBRANCH_-1204023064'), ('const-8', u'PTRSUB_-1204021739'), (u'PTRSUB_-1204021774', u'PTRSUB_-1204021745'), (u'INT_NOTEQUAL_-1204022918', u'BOOL_AND_-1204021909'), (u'CALL_-1204022953', u'INT_LESS_-1204022870'), ('const-433', u'LOAD_-1204023143'), ('tmp_1227', u'CBRANCH_-1204022946'), ('const-433', u'LOAD_-1204023217'), (u'MULTIEQUAL_-1204022377', u'INT_EQUAL_-1204023743'), (u'PTRSUB_-1204021677', u'LOAD_-1204023217'), ('tmp_1955', u'PTRSUB_-1204021885'), (u'LOAD_-1204023273', u'INT_SUB_-1204023164'), (u'SUBPIECE_-1204022574', u'RETURN_-1204023176'), (u'LOAD_-1204022941', u'CALL_-1204022921'), (u'INT_NOTEQUAL_-1204022906', u'CBRANCH_-1204022906'), (u'LOAD_-1204023143', u'INT_EQUAL_-1204023121'), ('const-0', u'PTRSUB_-1204021711'), ('const-0', u'PTRSUB_-1204021684'), ('tmp_1955', u'PTRSUB_-1204022061'), (u'LOAD_-1204023707', u'INT_EQUAL_-1204023692'), (u'CAST_-1204021895', u'RETURN_-1204023300'), (u'COPY_-1204022795', u'RETURN_-1204023616'), (u'CALL_-1204023299', u'PTRSUB_-1204021713'), ('tmp_178', u'CBRANCH_-1204023773'), ('const-5', u'INT_EQUAL_-1204023743'), ('const-0', u'PTRSUB_-1204021623'), (u'COPY_-1204021740', u'MULTIEQUAL_-1204022283'), (u'LOAD_-1204022866', u'MULTIEQUAL_-1204022377'), (u'PTRSUB_-1204022010', u'LOAD_-1204023237'), ('const-433', u'LOAD_-1204023083'), ('const-32', u'PTRSUB_-1204021896'), (u'PTRSUB_-1204021641', u'PTRSUB_-1204021617'), (u'PTRSUB_-1204022066', u'LOAD_-1204023143'), (u'COPY_-1204021953', u'MULTIEQUAL_-1204022317'), ('tmp_1554', u'CBRANCH_-1204023141'), (u'CALL_-1204022933', u'INT_LESS_-1204022870'), ('tmp_1479', u'CBRANCH_-1204023192'), (u'CALL_-1204023157', u'MULTIEQUAL_-1204022150'), (u'PTRSUB_-1204021712', u'PTRSUB_-1204021697'), (u'PTRSUB_-1204021732', u'CALL_-1204023353'), (u'INT_EQUAL_-1204023692', u'CBRANCH_-1204023689'), (u'PTRSUB_-1204021713', u'PTRSUB_-1204021683'), (u'SUBPIECE_-1204022140', u'INT_AND_-1204022493'), (u'INT_NOTEQUAL_-1204023227', u'CBRANCH_-1204023226'), ('const-32', u'PTRSUB_-1204022028'), (u'LOAD_-1204023832', u'INT_EQUAL_-1204023812'), ('const-31', u'INT_RIGHT_-1204021878'), (u'INT_LESSEQUAL_-1204022093', u'CBRANCH_-1204023182'), (u'LOAD_-1204022934', u'CALL_-1204022921'), (u'INT_AND_-1204022493', u'CAST_-1204021895'), ('const-0', u'PTRSUB_-1204021734'), (u'INT_SUB_-1204023721', u'INT_LESS_-1204023702'), (u'INT_LESS_-1204023068', u'COPY_-1204022541'), ('const-433', u'LOAD_-1204023222'), ('const-0', u'INT_NOTEQUAL_-1204023165'), (u'CALL_-1204023026', u'MULTIEQUAL_-1204022150'), ('const-433', u'LOAD_-1204023214'), (u'LOAD_-1204023217', u'CALL_-1204023204'), (u'INT_EQUAL_-1204023194', u'CBRANCH_-1204023192'), (u'MULTIEQUAL_-1204022558', u'CALL_-1204023157'), (u'MULTIEQUAL_-1204022150', u'CAST_-1204021835'), ('const-0', u'PTRSUB_-1204021703'), ('const-433', u'LOAD_-1204023335'), (u'PTRSUB_-1204021741', u'PTRSUB_-1204021712'), (u'COPY_-1204022020', u'MULTIEQUAL_-1204022317'), ('const-8', u'PTRSUB_-1204021691'), ('const-0', u'PTRSUB_-1204021705'), (u'LOAD_-1204023335', u'INT_NOTEQUAL_-1204023312'), (u'LOAD_-1204023281', u'INT_LESSEQUAL_-1204023234'), ('const-2147483648', u'INT_SLESS_-1204023087'), (u'LOAD_-1204023143', u'MULTIEQUAL_-1204022433'), (u'INT_NOTEQUAL_-1204022869', u'CBRANCH_-1204022867'), (u'MULTIEQUAL_-1204021963', u'CAST_-1204021916'), ('tmp_208', u'CBRANCH_-1204023757'), (u'INT_EQUAL_-1204023743', u'CBRANCH_-1204023741'), (u'INT_RIGHT_-1204023359', u'SUBPIECE_-1204022140'), ('tmp_1322', u'CBRANCH_-1204023064'), (u'INT_SUB_-1204023164', u'MULTIEQUAL_-1204021963'), ('const-433', u'LOAD_-1204023832'), (u'LOAD_-1204023222', u'CALL_-1204023026'), ('const-31', u'INT_RIGHT_-1204023359'), ('tmp_299', u'CBRANCH_-1204023711'), (u'LOAD_-1204023237', u'INT_NOTEQUAL_-1204023042'), ('const-433', u'LOAD_-1204023273'), (u'PTRSUB_-1204022048', u'PTRSUB_-1204022010'), (u'LOAD_-1204023222', u'CALL_-1204023157'), (u'LOAD_-1204022966', u'CALL_-1204022953'), (u'PTRSUB_-1204021623', u'LOAD_-1204022941'), ('tmp_796', u'CBRANCH_-1204023406'), ('const-0', u'PTRSUB_-1204021732'), (u'PTRSUB_-1204021739', u'PTRSUB_-1204021723'), (u'MULTIEQUAL_-1204022283', u'INT_NOTEQUAL_-1204023227'), ('const-8', u'PTRSUB_-1204021712'), ('const-0', u'PTRSUB_-1204021643'), ('const-2', u'INT_SUB_-1204023721'), (u'LOAD_-1204023237', u'COPY_-1204022015'), ('const-0', u'PTRSUB_-1204021852'), (u'PTRSUB_-1204022027', u'PTRSUB_-1204021993'), (u'PTRSUB_-1204021993', u'LOAD_-1204023214'), ('tmp_1953', u'PTRSUB_-1204022096'), (u'INT_NOTEQUAL_-1204023042', u'CBRANCH_-1204023041'), ('const-433', u'LOAD_-1204022866'), (u'MULTIEQUAL_-1204022317', u'COPY_-1204022795'), ('const-4', u'PTRSUB_-1204021849'), ('const-0', u'INT_NOTEQUAL_-1204023142'), ('tmp_1706', u'CBRANCH_-1204023011'), ('const-0', u'PTRSUB_-1204021650'), (u'PTRSUB_-1204022028', u'PTRSUB_-1204022027'), ('tmp_238', u'CBRANCH_-1204023741'), ('const-0', u'RETURN_-1204023300'), ('tmp_1955', u'PTRSUB_-1204022042'), (u'INT_NOTEQUAL_-1204023011', u'CBRANCH_-1204023011'), (u'INT_AND_-1204023775', u'INT_EQUAL_-1204023775'), (u'COPY_-1204021741', u'MULTIEQUAL_-1204022283'), (u'LOAD_-1204023832', u'MULTIEQUAL_-1204022377'), (u'PTRSUB_-1204022035', u'PTRSUB_-1204022034'), (u'PTRSUB_-1204022042', u'PTRSUB_-1204022005'), (u'PTRSUB_-1204021720', u'CALL_-1204023337'), (u'MULTIEQUAL_-1204022558', u'INT_NOTEQUAL_-1204023165'), ('tmp_1277', u'CBRANCH_-1204022906'), (u'INT_NOTEQUAL_-1204023165', u'CBRANCH_-1204023164'), ('const-0', u'PTRSUB_-1204021862'), ('const-8', u'PTRSUB_-1204021697'), (u'CALL_-1204023157', u'INT_NOTEQUAL_-1204023142'), (u'PTRSUB_-1204021676', u'PTRSUB_-1204021703'), ('const-433', u'LOAD_-1204023328'), ('const-8', u'PTRSUB_-1204022010'), ('const-72', u'PTRSUB_-1204022061'), (u'INT_NOTEQUAL_-1204023758', u'CBRANCH_-1204023757'), (u'PTRSUB_-1204021648', u'PTRSUB_-1204021623'), (u'MULTIEQUAL_-1204022433', u'INT_NOTEQUAL_-1204023067'), (u'CALL_-1204023283', u'PTRSUB_-1204021734'), ('const-0', u'INT_NOTEQUAL_-1204023189'), (u'INT_NOTEQUAL_-1204022947', u'CBRANCH_-1204022946'), ('tmp_1955', u'PTRSUB_-1204021701'), (u'PTRSUB_-1204021849', u'LOAD_-1204022866'), ('tmp_1955', u'PTRSUB_-1204021830'), (u'INT_SUB_-1204023121', u'MULTIEQUAL_-1204021963'), (u'MULTIEQUAL_-1204022377', u'INT_SUB_-1204023721'), (u'CALL_-1204022953', u'INT_NOTEQUAL_-1204022869'), (u'LOAD_-1204023328', u'INT_NOTEQUAL_-1204023312'), ('const-3', u'INT_LESS_-1204023702'), (u'INT_NOTEQUAL_-1204022901', u'BOOL_AND_-1204021909'), (u'CALL_-1204022921', u'INT_NOTEQUAL_-1204022906'), (u'PTRSUB_-1204021643', u'PTRSUB_-1204021616'), ('const-0', u'INT_NOTEQUAL_-1204023011'), (u'PTRSUB_-1204022141', u'LOAD_-1204023832'), ('const-433', u'LOAD_-1204022934'), (u'LOAD_-1204023335', u'INT_NOTEQUAL_-1204022947'), ('const-8', u'PTRSUB_-1204021728'), (u'INT_EQUAL_-1204023775', u'CBRANCH_-1204023773'), (u'CALL_-1204023204', u'INT_NOTEQUAL_-1204023189'), (u'INT_EQUAL_-1204023121', u'CBRANCH_-1204023116'), ('const-0', u'RETURN_-1204021805'), ('const-0', u'PTRSUB_-1204022027'), ('const--2147483649', u'INT_SLESS_-1204023399'), (u'PTRSUB_-1204021683', u'PTRSUB_-1204021711'), ('const-8', u'PTRSUB_-1204021622'), (u'COPY_-1204022016', u'MULTIEQUAL_-1204022558'), (u'PTRSUB_-1204021684', u'LOAD_-1204023225'), ('const-0', u'INT_NOTEQUAL_-1204023227'), ('tmp_1644', u'CBRANCH_-1204023094'), ('tmp_674', u'CBRANCH_-1204023188')]
[(u'LOAD_-1204023230', u'INT_EQUAL_-1204023194'), (u'INT_ADD_-1204023265', u'CAST_-1204021759'), (u'LOAD_-1204022951', u'CALL_-1204022933'), (u'INT_NOTEQUAL_-1204022918', u'BOOL_AND_-1204021926'), ('const-16', u'INT_ADD_-1204023312'), (u'INT_LESS_-1204023702', u'CBRANCH_-1204023711'), (u'INT_ADD_-1204022918', u'CAST_-1204021675'), (u'LOAD_-1204023237', u'INT_EQUAL_-1204023194'), ('const-4', u'PTRADD_-1204021882'), (u'CAST_-1204021675', u'LOAD_-1204022934'), (u'LOAD_-1204023083', u'INT_LESS_-1204023068'), (u'COPY_-1204023006', u'MULTIEQUAL_-1204022675'), (u'MULTIEQUAL_-1204022675', u'RETURN_-1204023616'), ('tmp_1752', u'CBRANCH_-1204023116'), (u'LOAD_-1204023214', u'CALL_-1204023157'), ('const-4294967293', u'INT_AND_-1204023775'), ('tmp_622', u'CBRANCH_-1204023226'), (u'INT_ADD_-1204023312', u'CAST_-1204021787'), ('const-433', u'LOAD_-1204023225'), (u'LOAD_-1204023281', u'INT_SUB_-1204023164'), ('const-72', u'INT_ADD_-1204023120'), (u'INT_SLESS_-1204023087', u'CBRANCH_-1204023094'), ('const-0', u'INT_NOTEQUAL_-1204022947'), (u'INT_ADD_-1204023067', u'CAST_-1204021848'), (u'CALL_-1204023353', u'INT_ADD_-1204022925'), ('const-0', u'RETURN_-1204023176'), ('tmp_4061', u'CALL_-1204023337'), (u'PTRADD_-1204021882', u'LOAD_-1204022866'), (u'CAST_-1204021848', u'LOAD_-1204023083'), ('tmp_4063', u'CALL_-1204023299'), ('const-8', u'INT_ADD_-1204023209'), ('const-433', u'LOAD_-1204023136'), ('const-2', u'INT_SUB_-1204023721'), (u'INT_ADD_-1204022935', u'CAST_-1204021907'), ('const-0', u'INT_NOTEQUAL_-1204022918'), ('tmp_4063', u'INT_ADD_-1204023120'), (u'MULTIEQUAL_-1204022017', u'CAST_-1204021977'), ('const-31', u'INT_RIGHT_-1204023231'), (u'INT_NOTEQUAL_-1204023312', u'CBRANCH_-1204023310'), ('tmp_4061', u'INT_ADD_-1204023074'), ('tmp_118', u'CBRANCH_-1204023810'), (u'MULTIEQUAL_-1204022281', u'CALL_-1204023204'), (u'CAST_-1204022046', u'LOAD_-1204023222'), ('const-433', u'LOAD_-1204023230'), ('tmp_1912', u'BRANCH_-1204022857'), ('tmp_594', u'CBRANCH_-1204023244'), (u'LOAD_-1204023335', u'CALL_-1204022921'), (u'INT_LESSEQUAL_-1204023234', u'CBRANCH_-1204023244'), ('const-433', u'LOAD_-1204023832'), (u'INT_ADD_-1204023198', u'CAST_-1204022040'), ('const-0', u'INT_NOTEQUAL_-1204023042'), ('tmp_1868', u'CBRANCH_-1204022884'), (u'CALL_-1204023026', u'INT_NOTEQUAL_-1204023011'), (u'INT_RIGHT_-1204023359', u'INT_AND_-1204022491'), (u'MULTIEQUAL_-1204022431', u'INT_LESS_-1204023068'), ('tmp_4059', u'PTRADD_-1204022159'), ('const-32', u'INT_ADD_-1204022950'), (u'INT_NOTEQUAL_-1204022901', u'BOOL_AND_-1204021926'), (u'MULTIEQUAL_-1204022236', u'INT_ZEXT_-1204022504'), ('tmp_1900', u'CBRANCH_-1204022867'), (u'LOAD_-1204023230', u'INT_SUB_-1204023121'), ('const-5', u'INT_EQUAL_-1204023743'), ('const-433', u'LOAD_-1204022941'), ('const-8', u'INT_ADD_-1204022918'), ('const-72', u'INT_ADD_-1204023127'), ('const-433', u'LOAD_-1204023328'), (u'INT_ADD_-1204023209', u'CAST_-1204021733'), ('const-40', u'INT_ADD_-1204023214'), ('const-0', u'INT_NOTEQUAL_-1204022901'), ('const-433', u'LOAD_-1204023222'), (u'INT_ADD_-1204023074', u'CAST_-1204021853'), (u'CAST_-1204022052', u'LOAD_-1204023230'), ('tmp_1518', u'CBRANCH_-1204023164'), (u'CALL_-1204023283', u'INT_ADD_-1204023201'), ('const-72', u'INT_ADD_-1204023074'), (u'INT_ADD_-1204023127', u'CAST_-1204022075'), ('tmp_4061', u'INT_ADD_-1204022950'), (u'MULTIEQUAL_-1204022431', u'INT_NOTEQUAL_-1204023067'), ('tmp_1003', u'BRANCH_-1204022997'), ('const-0', u'INT_NOTEQUAL_-1204022906'), (u'LOAD_-1204023237', u'COPY_-1204022099'), (u'INT_SLESS_-1204023399', u'CBRANCH_-1204023406'), ('tmp_332', u'CBRANCH_-1204023689'), (u'CALL_-1204023353', u'INT_ADD_-1204023312'), ('tmp_1490', u'CBRANCH_-1204023182'), (u'CALL_-1204023283', u'INT_ADD_-1204023257'), ('tmp_4063', u'INT_ADD_-1204022935'), (u'CALL_-1204022933', u'INT_NOTEQUAL_-1204022869'), ('tmp_517', u'CBRANCH_-1204023310'), (u'LOAD_-1204023273', u'INT_LESSEQUAL_-1204023234'), (u'INT_ADD_-1204023257', u'CAST_-1204021753'), ('const-433', u'LOAD_-1204023237'), (u'LOAD_-1204023237', u'CALL_-1204023026'), (u'LOAD_-1204023237', u'INT_SUB_-1204023121'), ('const-2147483648', u'INT_SLESS_-1204023087'), ('const-0', u'RETURN_-1204022999'), (u'CALL_-1204023204', u'MULTIEQUAL_-1204022153'), (u'CAST_-1204021792', u'LOAD_-1204023335'), (u'CALL_-1204022953', u'INT_NOTEQUAL_-1204022918'), (u'INT_ADD_-1204023201', u'CAST_-1204021727'), (u'COPY_-1204021824', u'MULTIEQUAL_-1204022281'), ('const-433', u'LOAD_-1204023281'), ('tmp_1670', u'CBRANCH_-1204023041'), (u'INT_NOTEQUAL_-1204023189', u'CBRANCH_-1204023188'), (u'INT_EQUAL_-1204023812', u'CBRANCH_-1204023810'), (u'MULTIEQUAL_-1204022375', u'INT_AND_-1204023775'), ('const-40', u'INT_ADD_-1204023221'), ('tmp_4061', u'INT_ADD_-1204023198'), (u'CAST_-1204021680', u'LOAD_-1204022941'), ('const-3', u'INT_LESS_-1204023702'), (u'LOAD_-1204023083', u'INT_NOTEQUAL_-1204023067'), (u'INT_ADD_-1204023221', u'CAST_-1204022057'), ('const-8', u'INT_ADD_-1204022925'), (u'CALL_-1204022933', u'INT_NOTEQUAL_-1204022901'), (u'CALL_-1204023337', u'INT_ADD_-1204022918'), ('const-0', u'RETURN_-1204023616'), ('const-433', u'LOAD_-1204023214'), (u'LOAD_-1204023214', u'CALL_-1204023026'), (u'LOAD_-1204023136', u'INT_EQUAL_-1204023121'), (u'CALL_-1204023026', u'MULTIEQUAL_-1204022153'), (u'MULTIEQUAL_-1204022017', u'INT_RIGHT_-1204023359'), (u'MULTIEQUAL_-1204022153', u'INT_RIGHT_-1204023231'), (u'INT_NOTEQUAL_-1204023142', u'CBRANCH_-1204023141'), (u'MULTIEQUAL_-1204022556', u'CALL_-1204023157'), (u'CAST_-1204021753', u'LOAD_-1204023273'), (u'LOAD_-1204023273', u'COPY_-1204021824'), (u'LOAD_-1204023225', u'CALL_-1204023204'), (u'INT_NOTEQUAL_-1204023067', u'CBRANCH_-1204023064'), (u'COPY_-1204022099', u'MULTIEQUAL_-1204022556'), ('const-433', u'LOAD_-1204023143'), (u'CALL_-1204022953', u'INT_LESS_-1204022870'), (u'MULTIEQUAL_-1204022017', u'CAST_-1204021987'), ('const-433', u'LOAD_-1204023335'), ('tmp_1227', u'CBRANCH_-1204022946'), (u'INT_RIGHT_-1204023231', u'INT_ZEXT_-1204022578'), (u'LOAD_-1204023273', u'INT_SUB_-1204023164'), ('const--2147483649', u'INT_SLESS_-1204023399'), (u'INT_LESSEQUAL_-1204022110', u'CBRANCH_-1204023182'), (u'LOAD_-1204022941', u'CALL_-1204022921'), (u'INT_NOTEQUAL_-1204022906', u'CBRANCH_-1204022906'), (u'LOAD_-1204023143', u'INT_EQUAL_-1204023121'), ('const-433', u'LOAD_-1204023083'), ('tmp_4063', u'INT_ADD_-1204023206'), ('const-433', u'LOAD_-1204023090'), (u'MULTIEQUAL_-1204022375', u'INT_NOTEQUAL_-1204023758'), (u'CAST_-1204021853', u'LOAD_-1204023090'), (u'COPY_-1204023259', u'RETURN_-1204023176'), (u'LOAD_-1204023707', u'INT_EQUAL_-1204023692'), ('const-0', u'COPY_-1204022764'), ('const-433', u'LOAD_-1204022866'), (u'LOAD_-1204022866', u'MULTIEQUAL_-1204022375'), ('tmp_178', u'CBRANCH_-1204023773'), ('const-16', u'INT_ADD_-1204023265'), ('const-0', u'COPY_-1204022074'), ('const-16', u'INT_ADD_-1204023319'), (u'CAST_-1204022040', u'LOAD_-1204023214'), (u'COPY_-1204022100', u'MULTIEQUAL_-1204022556'), (u'INT_SUB_-1204023121', u'MULTIEQUAL_-1204022017'), ('const-433', u'LOAD_-1204023217'), (u'INT_AND_-1204022491', u'COPY_-1204023343'), (u'INT_ADD_-1204022950', u'CAST_-1204021917'), ('tmp_1554', u'CBRANCH_-1204023141'), (u'CALL_-1204022933', u'INT_LESS_-1204022870'), (u'LOAD_-1204023230', u'COPY_-1204022100'), ('tmp_1479', u'CBRANCH_-1204023192'), ('tmp_4061', u'CALL_-1204023283'), ('tmp_4063', u'INT_ADD_-1204023214'), ('tmp_4061', u'INT_ADD_-1204023127'), (u'INT_EQUAL_-1204023692', u'CBRANCH_-1204023689'), (u'INT_NOTEQUAL_-1204023227', u'CBRANCH_-1204023226'), (u'CAST_-1204022057', u'LOAD_-1204023237'), (u'CAST_-1204021907', u'LOAD_-1204022951'), (u'LOAD_-1204023832', u'INT_EQUAL_-1204023812'), (u'LOAD_-1204022934', u'CALL_-1204022921'), ('const-1', u'INT_EQUAL_-1204023692'), (u'INT_ADD_-1204023120', u'CAST_-1204022070'), ('const-4', u'PTRADD_-1204022159'), ('const-72', u'INT_ADD_-1204023067'), ('const-16', u'INT_ADD_-1204023257'), (u'CAST_-1204021727', u'LOAD_-1204023217'), (u'INT_SUB_-1204023721', u'INT_LESS_-1204023702'), (u'INT_ADD_-1204023319', u'CAST_-1204021792'), ('const-0', u'INT_NOTEQUAL_-1204023165'), (u'LOAD_-1204023217', u'CALL_-1204023204'), (u'INT_EQUAL_-1204023194', u'CBRANCH_-1204023192'), ('tmp_4059', u'PTRADD_-1204021882'), (u'INT_ADD_-1204023206', u'CAST_-1204022046'), (u'LOAD_-1204023335', u'INT_NOTEQUAL_-1204023312'), (u'LOAD_-1204023281', u'INT_LESSEQUAL_-1204023234'), (u'MULTIEQUAL_-1204022281', u'INT_NOTEQUAL_-1204023227'), (u'MULTIEQUAL_-1204022556', u'INT_NOTEQUAL_-1204023165'), ('const-433', u'LOAD_-1204023273'), (u'INT_NOTEQUAL_-1204022869', u'CBRANCH_-1204022867'), ('const-5', u'INT_EQUAL_-1204023812'), ('const-4', u'INT_NOTEQUAL_-1204023758'), ('tmp_208', u'CBRANCH_-1204023757'), (u'INT_EQUAL_-1204023743', u'CBRANCH_-1204023741'), (u'CALL_-1204023299', u'INT_ADD_-1204023209'), (u'CAST_-1204022075', u'LOAD_-1204023143'), ('tmp_1322', u'CBRANCH_-1204023064'), ('const-32', u'INT_ADD_-1204022935'), (u'MULTIEQUAL_-1204022375', u'INT_EQUAL_-1204023743'), (u'CALL_-1204023299', u'INT_ADD_-1204023265'), (u'CAST_-1204021987', u'INT_SLESS_-1204023087'), (u'LOAD_-1204023222', u'CALL_-1204023026'), (u'CAST_-1204021787', u'LOAD_-1204023328'), ('tmp_299', u'CBRANCH_-1204023711'), (u'LOAD_-1204023237', u'INT_NOTEQUAL_-1204023042'), (u'LOAD_-1204023222', u'CALL_-1204023157'), (u'LOAD_-1204022966', u'CALL_-1204022953'), ('const-32', u'INT_ADD_-1204023206'), (u'LOAD_-1204023237', u'INT_LESSEQUAL_-1204022110'), ('tmp_796', u'CBRANCH_-1204023406'), ('const-1', u'PTRADD_-1204021882'), (u'CALL_-1204023337', u'INT_ADD_-1204023319'), (u'INT_ZEXT_-1204022504', u'RETURN_-1204022999'), (u'PTRADD_-1204022159', u'LOAD_-1204023832'), ('const-8', u'INT_ADD_-1204023201'), (u'INT_NOTEQUAL_-1204023042', u'CBRANCH_-1204023041'), ('tmp_4063', u'CALL_-1204023353'), (u'LOAD_-1204023143', u'MULTIEQUAL_-1204022431'), (u'CAST_-1204021917', u'LOAD_-1204022966'), ('const-0', u'INT_NOTEQUAL_-1204023142'), ('tmp_1706', u'CBRANCH_-1204023011'), (u'INT_ADD_-1204022925', u'CAST_-1204021680'), ('tmp_238', u'CBRANCH_-1204023741'), ('const-0', u'RETURN_-1204023300'), (u'INT_NOTEQUAL_-1204023011', u'CBRANCH_-1204023011'), (u'INT_AND_-1204023775', u'INT_EQUAL_-1204023775'), (u'LOAD_-1204023090', u'MULTIEQUAL_-1204022431'), (u'CAST_-1204022070', u'LOAD_-1204023136'), ('tmp_4061', u'INT_ADD_-1204023221'), ('const-1', u'INT_AND_-1204022491'), ('tmp_1277', u'CBRANCH_-1204022906'), ('const-32', u'INT_ADD_-1204023198'), (u'INT_NOTEQUAL_-1204023165', u'CBRANCH_-1204023164'), ('const-1', u'PTRADD_-1204022159'), (u'LOAD_-1204023281', u'COPY_-1204021825'), (u'CALL_-1204023157', u'INT_NOTEQUAL_-1204023142'), (u'INT_ADD_-1204023214', u'CAST_-1204022052'), ('const-433', u'LOAD_-1204022934'), ('tmp_4059', u'LOAD_-1204023707'), (u'CALL_-1204023157', u'MULTIEQUAL_-1204022153'), (u'INT_NOTEQUAL_-1204023758', u'CBRANCH_-1204023757'), (u'INT_LESS_-1204022870', u'MULTIEQUAL_-1204022236'), (u'CAST_-1204021977', u'INT_SLESS_-1204023399'), ('const-0', u'INT_NOTEQUAL_-1204023189'), (u'LOAD_-1204023832', u'MULTIEQUAL_-1204022375'), (u'INT_NOTEQUAL_-1204022947', u'CBRANCH_-1204022946'), (u'COPY_-1204023343', u'RETURN_-1204023300'), (u'COPY_-1204022074', u'MULTIEQUAL_-1204022675'), (u'INT_LESS_-1204023068', u'MULTIEQUAL_-1204022236'), (u'CAST_-1204021733', u'LOAD_-1204023225'), (u'COPY_-1204021825', u'MULTIEQUAL_-1204022281'), (u'CALL_-1204022953', u'INT_NOTEQUAL_-1204022869'), (u'LOAD_-1204023328', u'INT_NOTEQUAL_-1204023312'), ('const-31', u'INT_RIGHT_-1204023359'), (u'CALL_-1204022921', u'INT_NOTEQUAL_-1204022906'), ('const-0', u'INT_NOTEQUAL_-1204023011'), ('const-1', u'COPY_-1204023006'), ('const-433', u'LOAD_-1204023707'), (u'LOAD_-1204023230', u'INT_LESSEQUAL_-1204022110'), (u'COPY_-1204022764', u'MULTIEQUAL_-1204022675'), (u'LOAD_-1204023335', u'INT_NOTEQUAL_-1204022947'), (u'INT_EQUAL_-1204023775', u'CBRANCH_-1204023773'), (u'MULTIEQUAL_-1204022375', u'INT_SUB_-1204023721'), (u'CAST_-1204021759', u'LOAD_-1204023281'), (u'CALL_-1204023204', u'INT_NOTEQUAL_-1204023189'), (u'INT_SUB_-1204023164', u'MULTIEQUAL_-1204022017'), (u'BOOL_AND_-1204021926', u'CBRANCH_-1204022884'), (u'INT_EQUAL_-1204023121', u'CBRANCH_-1204023116'), ('const-1', u'INT_EQUAL_-1204023775'), ('tmp_4063', u'INT_ADD_-1204023067'), ('const-433', u'LOAD_-1204022951'), (u'INT_ZEXT_-1204022578', u'COPY_-1204023259'), ('const-433', u'LOAD_-1204022966'), ('const-0', u'INT_NOTEQUAL_-1204023227'), ('tmp_1644', u'CBRANCH_-1204023094'), ('tmp_674', u'CBRANCH_-1204023188')]
null
null
00230db0
x64
O2
(translation_unit "ulong FUN_00230db0(int *param_1,long param_2,long param_3)\n\n{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}\n\n" (function_definition "ulong FUN_00230db0(int *param_1,long param_2,long param_3)\n\n{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" type_identifier (function_declarator "FUN_00230db0(int *param_1,long param_2,long param_3)" identifier (parameter_list "(int *param_1,long param_2,long param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "ulong __n;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" if (parenthesized_expression "(uVar7 == 5)" ( (binary_expression "uVar7 == 5" identifier == number_literal) )) (compound_statement "{\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" { (expression_statement "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));" (assignment_expression "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" identifier = (call_expression "FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_2 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_2 + 0x20)" * (cast_expression "(undefined8 *)(param_2 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) )))) ;) (expression_statement "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));" (assignment_expression "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" identifier = (call_expression "FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_3 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_3 + 0x20)" * (cast_expression "(undefined8 *)(param_3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) )))) ;) (if_statement "if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;" if (parenthesized_expression "((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6))" ( (binary_expression "(uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)" (parenthesized_expression "(uVar8 != 0 && uVar6 != 0)" ( (binary_expression "uVar8 != 0 && uVar6 != 0" (binary_expression "uVar8 != 0" identifier != number_literal) && (binary_expression "uVar6 != 0" identifier != number_literal)) )) && (parenthesized_expression "(bVar9 = uVar8 < uVar6, uVar8 != uVar6)" ( (comma_expression "bVar9 = uVar8 < uVar6, uVar8 != uVar6" (assignment_expression "bVar9 = uVar8 < uVar6" identifier = (binary_expression "uVar8 < uVar6" identifier < identifier)) , (binary_expression "uVar8 != uVar6" identifier != identifier)) ))) )) (goto_statement "goto LAB_00230ef7;" goto statement_identifier ;)) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) })) (if_statement "if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" if (parenthesized_expression "((uVar7 & 0xfffffffd) == 1)" ( (binary_expression "(uVar7 & 0xfffffffd) == 1" (parenthesized_expression "(uVar7 & 0xfffffffd)" ( (binary_expression "uVar7 & 0xfffffffd" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }" { (labeled_statement "LAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);" statement_identifier : (expression_statement "sVar1 = *(size_t *)(param_2 + 0x28);" (assignment_expression "sVar1 = *(size_t *)(param_2 + 0x28)" identifier = (pointer_expression "*(size_t *)(param_2 + 0x28)" * (cast_expression "(size_t *)(param_2 + 0x28)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;)) (expression_statement "uVar8 = *(ulong *)(param_3 + 0x28);" (assignment_expression "uVar8 = *(ulong *)(param_3 + 0x28)" identifier = (pointer_expression "*(ulong *)(param_3 + 0x28)" * (cast_expression "(ulong *)(param_3 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" if (parenthesized_expression "(sVar1 == uVar8)" ( (binary_expression "sVar1 == uVar8" identifier == identifier) )) (compound_statement "{\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" { (if_statement "if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;" if (parenthesized_expression "((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))" ( (binary_expression "(sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" (parenthesized_expression "(sVar1 != 0)" ( (binary_expression "sVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" identifier = (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" identifier (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" ( (pointer_expression "*(void **)(param_2 + 0x20)" * (cast_expression "(void **)(param_2 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(void **)(param_3 + 0x20)" * (cast_expression "(void **)(param_3 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (labeled_statement "LAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" statement_identifier : (if_statement "if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" if (parenthesized_expression "(uVar7 - 2 < 3)" ( (binary_expression "uVar7 - 2 < 3" (binary_expression "uVar7 - 2" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" { (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x48)" * (cast_expression "(ulong *)(param_2 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00230eec;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00230df3;" goto statement_identifier ;) })) (expression_statement "uVar6 = uVar8;" (assignment_expression "uVar6 = uVar8" identifier = identifier) ;) (if_statement "if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }" if (parenthesized_expression "(sVar1 <= uVar8)" ( (binary_expression "sVar1 <= uVar8" identifier <= identifier) )) (compound_statement "{\n uVar6 = sVar1;\n }" { (expression_statement "uVar6 = sVar1;" (assignment_expression "uVar6 = sVar1" identifier = identifier) ;) })) (if_statement "if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;" if (parenthesized_expression "((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))" ( (binary_expression "(uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" (parenthesized_expression "(uVar6 != 0)" ( (binary_expression "uVar6 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" identifier = (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" identifier (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" ( (pointer_expression "*(void **)(param_2 + 0x20)" * (cast_expression "(void **)(param_2 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(void **)(param_3 + 0x20)" * (cast_expression "(void **)(param_3 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (expression_statement "uVar8 = sVar1 - uVar8;" (assignment_expression "uVar8 = sVar1 - uVar8" identifier = (binary_expression "sVar1 - uVar8" identifier - identifier)) ;) (labeled_statement "joined_r0x00230e58:\n uVar6 = 0;" statement_identifier : (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;)) (if_statement "if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" if (parenthesized_expression "((long)uVar8 < 0x80000000)" ( (binary_expression "(long)uVar8 < 0x80000000" (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" { (if_statement "if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }" if (parenthesized_expression "(-0x80000001 < (long)uVar8)" ( (binary_expression "-0x80000001 < (long)uVar8" number_literal < (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n return uVar8 >> 0x1f & 1;\n }" { (return_statement "return uVar8 >> 0x1f & 1;" return (binary_expression "uVar8 >> 0x1f & 1" (binary_expression "uVar8 >> 0x1f" identifier >> number_literal) & number_literal) ;) })) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) })) }) (else_clause "else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" else (compound_statement "{\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" { (if_statement "if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" if (parenthesized_expression "(uVar7 != 4)" ( (binary_expression "uVar7 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" { (if_statement "if (uVar7 == 5) goto LAB_00230e20;" if (parenthesized_expression "(uVar7 == 5)" ( (binary_expression "uVar7 == 5" identifier == number_literal) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (goto_statement "goto LAB_00230de7;" goto statement_identifier ;) })) (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x48)" * (cast_expression "(ulong *)(param_2 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;" if (parenthesized_expression "(uVar8 == *(ulong *)(param_3 + 0x48))" ( (binary_expression "uVar8 == *(ulong *)(param_3 + 0x48)" identifier == (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (labeled_statement "LAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" statement_identifier : (expression_statement "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" (assignment_expression "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48)" identifier = (binary_expression "uVar8 < *(ulong *)(param_3 + 0x48)" identifier < (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))))) ;)) (if_statement "if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }" if (parenthesized_expression "(uVar8 != *(ulong *)(param_3 + 0x48))" ( (binary_expression "uVar8 != *(ulong *)(param_3 + 0x48)" identifier != (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_00230ef7:\n return (ulong)bVar9;\n }" { (labeled_statement "LAB_00230ef7:\n return (ulong)bVar9;" statement_identifier : (return_statement "return (ulong)bVar9;" return (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) ;)) })) (labeled_statement "LAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" statement_identifier : (if_statement "if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" if (parenthesized_expression "(*param_1 == 1)" ( (binary_expression "*param_1 == 1" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" { (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" identifier = (call_expression "FUN_001ee640(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" identifier = (call_expression "FUN_001ee640(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "sVar1 = *(size_t *)(lVar5 + 0x10);" (assignment_expression "sVar1 = *(size_t *)(lVar5 + 0x10)" identifier = (pointer_expression "*(size_t *)(lVar5 + 0x10)" * (cast_expression "(size_t *)(lVar5 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" if (parenthesized_expression "((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))))" ( (binary_expression "(sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" (parenthesized_expression "(sVar1 != *(size_t *)(lVar4 + 0x10))" ( (binary_expression "sVar1 != *(size_t *)(lVar4 + 0x10)" identifier != (pointer_expression "*(size_t *)(lVar4 + 0x10)" * (cast_expression "(size_t *)(lVar4 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) )) || (parenthesized_expression "((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" ( (parenthesized_expression "(sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))" ( (binary_expression "sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" (binary_expression "sVar1 != 0" identifier != number_literal) && (parenthesized_expression "(iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0" (assignment_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" identifier = (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" identifier (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" ( (pointer_expression "*(void **)(lVar5 + 8)" * (cast_expression "(void **)(lVar5 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 8)" ( (binary_expression "lVar5 + 8" identifier + number_literal) )))) , (pointer_expression "*(void **)(lVar4 + 8)" * (cast_expression "(void **)(lVar4 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) ))) )) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" { (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" identifier = (call_expression "FUN_001ee640(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" identifier = (call_expression "FUN_001ee640(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar6 = *(ulong *)(lVar4 + 0x10);" (assignment_expression "uVar6 = *(ulong *)(lVar4 + 0x10)" identifier = (pointer_expression "*(ulong *)(lVar4 + 0x10)" * (cast_expression "(ulong *)(lVar4 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = *(ulong *)(lVar5 + 0x10);" (assignment_expression "uVar8 = *(ulong *)(lVar5 + 0x10)" identifier = (pointer_expression "*(ulong *)(lVar5 + 0x10)" * (cast_expression "(ulong *)(lVar5 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "__n = uVar6;" (assignment_expression "__n = uVar6" identifier = identifier) ;) (if_statement "if (uVar8 <= uVar6) {\n __n = uVar8;\n }" if (parenthesized_expression "(uVar8 <= uVar6)" ( (binary_expression "uVar8 <= uVar6" identifier <= identifier) )) (compound_statement "{\n __n = uVar8;\n }" { (expression_statement "__n = uVar8;" (assignment_expression "__n = uVar8" identifier = identifier) ;) })) (if_statement "if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" if (parenthesized_expression "((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0))" ( (binary_expression "(__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" identifier = (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" identifier (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" ( (pointer_expression "*(void **)(lVar5 + 8)" * (cast_expression "(void **)(lVar5 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 8)" ( (binary_expression "lVar5 + 8" identifier + number_literal) )))) , (pointer_expression "*(void **)(lVar4 + 8)" * (cast_expression "(void **)(lVar4 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (compound_statement "{\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" { (labeled_statement "LAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);" statement_identifier : (return_statement "return (ulong)(uVar2 >> 0x1f);" return (call_expression "(ulong)(uVar2 >> 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 >> 0x1f)" ( (binary_expression "uVar2 >> 0x1f" identifier >> number_literal) ))) ;)) })) (expression_statement "uVar8 = uVar8 - uVar6;" (assignment_expression "uVar8 = uVar8 - uVar6" identifier = (binary_expression "uVar8 - uVar6" identifier - identifier)) ;) (goto_statement "goto joined_r0x00230e58;" goto statement_identifier ;) })) }))) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) }))) (return_statement "return uVar6;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: bool operator()(Input_section_sorter * this, Input_section_info * isi1,\n Input_section_info * isi2) */\n\nbool __thiscall\ngold::Input_section_sorter::operator()\n (Input_section_sorter *this,Input_section_info *isi1,Input_section_info *isi2)\n\n{\n pointer __s2;\n pointer __s1;\n size_t sVar1;\n bool bVar2;\n int iVar3;\n ulong uVar4;\n Relobj *pRVar5;\n Relobj *pRVar6;\n ulong __n;\n Sort_wildcard SVar7;\n ulong uVar8;\n \n SVar7 = this->section_sort_;\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) {\n uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);\n uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);\n if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }\n SVar7 = this->section_sort_;\n }\n if ((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME) {\nLAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;\n uVar8 = (isi2->section_name_)._M_string_length;\n __s2 = (isi2->section_name_)._M_dataplus._M_p;\n __s1 = (isi1->section_name_)._M_dataplus._M_p;\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar4 = uVar8;\n if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }\n if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n bVar2 = false;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }\n }\n else {\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }\n return bVar2;\n}\n\n" comment (function_definition "bool __thiscall\ngold::Input_section_sorter::operator()\n (Input_section_sorter *this,Input_section_info *isi1,Input_section_info *isi2)\n\n{\n pointer __s2;\n pointer __s1;\n size_t sVar1;\n bool bVar2;\n int iVar3;\n ulong uVar4;\n Relobj *pRVar5;\n Relobj *pRVar6;\n ulong __n;\n Sort_wildcard SVar7;\n ulong uVar8;\n \n SVar7 = this->section_sort_;\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) {\n uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);\n uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);\n if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }\n SVar7 = this->section_sort_;\n }\n if ((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME) {\nLAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;\n uVar8 = (isi2->section_name_)._M_string_length;\n __s2 = (isi2->section_name_)._M_dataplus._M_p;\n __s1 = (isi1->section_name_)._M_dataplus._M_p;\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar4 = uVar8;\n if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }\n if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n bVar2 = false;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }\n }\n else {\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }\n return bVar2;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Input_section_sorter::" identifier : : identifier : :) (function_declarator "operator()\n (Input_section_sorter *this,Input_section_info *isi1,Input_section_info *isi2)" (function_declarator "operator()" identifier (parameter_list "()" ( ))) (parameter_list "(Input_section_sorter *this,Input_section_info *isi1,Input_section_info *isi2)" ( (parameter_declaration "Input_section_sorter *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Input_section_info *isi1" type_identifier (pointer_declarator "*isi1" * identifier)) , (parameter_declaration "Input_section_info *isi2" type_identifier (pointer_declarator "*isi2" * identifier)) ))) (compound_statement "{\n pointer __s2;\n pointer __s1;\n size_t sVar1;\n bool bVar2;\n int iVar3;\n ulong uVar4;\n Relobj *pRVar5;\n Relobj *pRVar6;\n ulong __n;\n Sort_wildcard SVar7;\n ulong uVar8;\n \n SVar7 = this->section_sort_;\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) {\n uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);\n uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);\n if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }\n SVar7 = this->section_sort_;\n }\n if ((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME) {\nLAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;\n uVar8 = (isi2->section_name_)._M_string_length;\n __s2 = (isi2->section_name_)._M_dataplus._M_p;\n __s1 = (isi1->section_name_)._M_dataplus._M_p;\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar4 = uVar8;\n if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }\n if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n bVar2 = false;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }\n }\n else {\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }\n return bVar2;\n}" { (declaration "pointer __s2;" type_identifier identifier ;) (declaration "pointer __s1;" type_identifier identifier ;) (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "Relobj *pRVar5;" type_identifier (pointer_declarator "*pRVar5" * identifier) ;) (declaration "Relobj *pRVar6;" type_identifier (pointer_declarator "*pRVar6" * identifier) ;) (declaration "ulong __n;" type_identifier identifier ;) (declaration "Sort_wildcard SVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (expression_statement "SVar7 = this->section_sort_;" (assignment_expression "SVar7 = this->section_sort_" identifier = (field_expression "this->section_sort_" identifier -> field_identifier)) ;) (if_statement "if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) {\n uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);\n uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);\n if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }\n SVar7 = this->section_sort_;\n }" if (parenthesized_expression "(SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY)" ( (binary_expression "SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY" identifier == identifier) )) (compound_statement "{\n uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);\n uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);\n if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }\n SVar7 = this->section_sort_;\n }" { (expression_statement "uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p);" (assignment_expression "uVar8 = get_init_priority((isi1->section_name_)._M_dataplus._M_p)" identifier = (call_expression "get_init_priority((isi1->section_name_)._M_dataplus._M_p)" identifier (argument_list "((isi1->section_name_)._M_dataplus._M_p)" ( (field_expression "(isi1->section_name_)._M_dataplus._M_p" (field_expression "(isi1->section_name_)._M_dataplus" (parenthesized_expression "(isi1->section_name_)" ( (field_expression "isi1->section_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier) )))) ;) (expression_statement "uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p);" (assignment_expression "uVar4 = get_init_priority((isi2->section_name_)._M_dataplus._M_p)" identifier = (call_expression "get_init_priority((isi2->section_name_)._M_dataplus._M_p)" identifier (argument_list "((isi2->section_name_)._M_dataplus._M_p)" ( (field_expression "(isi2->section_name_)._M_dataplus._M_p" (field_expression "(isi2->section_name_)._M_dataplus" (parenthesized_expression "(isi2->section_name_)" ( (field_expression "isi2->section_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier) )))) ;) (if_statement "if ((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)) {\n return uVar8 < uVar4;\n }" if (parenthesized_expression "((uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4))" ( (binary_expression "(uVar8 != 0 && uVar4 != 0) && (uVar8 != uVar4)" (parenthesized_expression "(uVar8 != 0 && uVar4 != 0)" ( (binary_expression "uVar8 != 0 && uVar4 != 0" (binary_expression "uVar8 != 0" identifier != number_literal) && (binary_expression "uVar4 != 0" identifier != number_literal)) )) && (parenthesized_expression "(uVar8 != uVar4)" ( (binary_expression "uVar8 != uVar4" identifier != identifier) ))) )) (compound_statement "{\n return uVar8 < uVar4;\n }" { (return_statement "return uVar8 < uVar4;" return (binary_expression "uVar8 < uVar4" identifier < identifier) ;) })) (expression_statement "SVar7 = this->section_sort_;" (assignment_expression "SVar7 = this->section_sort_" identifier = (field_expression "this->section_sort_" identifier -> field_identifier)) ;) })) (if_statement "if ((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME) {\nLAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;\n uVar8 = (isi2->section_name_)._M_string_length;\n __s2 = (isi2->section_name_)._M_dataplus._M_p;\n __s1 = (isi1->section_name_)._M_dataplus._M_p;\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar4 = uVar8;\n if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }\n if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n bVar2 = false;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }\n }\n else {\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }" if (parenthesized_expression "((SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME)" ( (binary_expression "(SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT) == SORT_WILDCARD_BY_NAME" (parenthesized_expression "(SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT)" ( (binary_expression "SVar7 & ~SORT_WILDCARD_BY_ALIGNMENT" identifier & (unary_expression "~SORT_WILDCARD_BY_ALIGNMENT" ~ identifier)) )) == identifier) )) (compound_statement "{\nLAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;\n uVar8 = (isi2->section_name_)._M_string_length;\n __s2 = (isi2->section_name_)._M_dataplus._M_p;\n __s1 = (isi1->section_name_)._M_dataplus._M_p;\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar4 = uVar8;\n if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }\n if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n bVar2 = false;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }\n }" { (labeled_statement "LAB_00230e20:\n sVar1 = (isi1->section_name_)._M_string_length;" statement_identifier : (expression_statement "sVar1 = (isi1->section_name_)._M_string_length;" (assignment_expression "sVar1 = (isi1->section_name_)._M_string_length" identifier = (field_expression "(isi1->section_name_)._M_string_length" (parenthesized_expression "(isi1->section_name_)" ( (field_expression "isi1->section_name_" identifier -> field_identifier) )) . field_identifier)) ;)) (expression_statement "uVar8 = (isi2->section_name_)._M_string_length;" (assignment_expression "uVar8 = (isi2->section_name_)._M_string_length" identifier = (field_expression "(isi2->section_name_)._M_string_length" (parenthesized_expression "(isi2->section_name_)" ( (field_expression "isi2->section_name_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "__s2 = (isi2->section_name_)._M_dataplus._M_p;" (assignment_expression "__s2 = (isi2->section_name_)._M_dataplus._M_p" identifier = (field_expression "(isi2->section_name_)._M_dataplus._M_p" (field_expression "(isi2->section_name_)._M_dataplus" (parenthesized_expression "(isi2->section_name_)" ( (field_expression "isi2->section_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__s1 = (isi1->section_name_)._M_dataplus._M_p;" (assignment_expression "__s1 = (isi1->section_name_)._M_dataplus._M_p" identifier = (field_expression "(isi1->section_name_)._M_dataplus._M_p" (field_expression "(isi1->section_name_)._M_dataplus" (parenthesized_expression "(isi1->section_name_)" ( (field_expression "isi1->section_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (sVar1 == uVar8) {\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" if (parenthesized_expression "(sVar1 == uVar8)" ( (binary_expression "sVar1 == uVar8" identifier == identifier) )) (compound_statement "{\n if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;\nLAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" { (if_statement "if ((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)) goto LAB_00230e99;" if (parenthesized_expression "((sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0))" ( (binary_expression "(sVar1 != 0) && (iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)" (parenthesized_expression "(sVar1 != 0)" ( (binary_expression "sVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp(__s1,__s2,sVar1), iVar3 != 0" (assignment_expression "iVar3 = memcmp(__s1,__s2,sVar1)" identifier = (call_expression "memcmp(__s1,__s2,sVar1)" identifier (argument_list "(__s1,__s2,sVar1)" ( identifier , identifier , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (labeled_statement "LAB_00230de7:\n if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }" statement_identifier : (if_statement "if (SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3) {\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }" if (parenthesized_expression "(SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3)" ( (binary_expression "SVar7 - SORT_WILDCARD_BY_ALIGNMENT < 3" (binary_expression "SVar7 - SORT_WILDCARD_BY_ALIGNMENT" identifier - identifier) < number_literal) )) (compound_statement "{\n uVar8 = isi1->addralign_;\n goto LAB_00230eec;\n }" { (expression_statement "uVar8 = isi1->addralign_;" (assignment_expression "uVar8 = isi1->addralign_" identifier = (field_expression "isi1->addralign_" identifier -> field_identifier)) ;) (goto_statement "goto LAB_00230eec;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00230df3;" goto statement_identifier ;) })) (expression_statement "uVar4 = uVar8;" (assignment_expression "uVar4 = uVar8" identifier = identifier) ;) (if_statement "if (sVar1 <= uVar8) {\n uVar4 = sVar1;\n }" if (parenthesized_expression "(sVar1 <= uVar8)" ( (binary_expression "sVar1 <= uVar8" identifier <= identifier) )) (compound_statement "{\n uVar4 = sVar1;\n }" { (expression_statement "uVar4 = sVar1;" (assignment_expression "uVar4 = sVar1" identifier = identifier) ;) })) (if_statement "if ((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)) goto LAB_00230e99;" if (parenthesized_expression "((uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0))" ( (binary_expression "(uVar4 != 0) && (iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)" (parenthesized_expression "(uVar4 != 0)" ( (binary_expression "uVar4 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp(__s1,__s2,uVar4), iVar3 != 0" (assignment_expression "iVar3 = memcmp(__s1,__s2,uVar4)" identifier = (call_expression "memcmp(__s1,__s2,uVar4)" identifier (argument_list "(__s1,__s2,uVar4)" ( identifier , identifier , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (expression_statement "uVar8 = sVar1 - uVar8;" (assignment_expression "uVar8 = sVar1 - uVar8" identifier = (binary_expression "sVar1 - uVar8" identifier - identifier)) ;) (labeled_statement "joined_r0x00230e58:\n bVar2 = false;" statement_identifier : (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;)) (if_statement "if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }" if (parenthesized_expression "((long)uVar8 < 0x80000000)" ( (binary_expression "(long)uVar8 < 0x80000000" (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }\n bVar2 = true;\n }" { (if_statement "if (-0x80000001 < (long)uVar8) {\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }" if (parenthesized_expression "(-0x80000001 < (long)uVar8)" ( (binary_expression "-0x80000001 < (long)uVar8" number_literal < (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n return (bool)((byte)(uVar8 >> 0x1f) & 1);\n }" { (return_statement "return (bool)((byte)(uVar8 >> 0x1f) & 1);" return (cast_expression "(bool)((byte)(uVar8 >> 0x1f) & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "((byte)(uVar8 >> 0x1f) & 1)" ( (binary_expression "(byte)(uVar8 >> 0x1f) & 1" (call_expression "(byte)(uVar8 >> 0x1f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar8 >> 0x1f)" ( (binary_expression "uVar8 >> 0x1f" identifier >> number_literal) ))) & number_literal) ))) ;) })) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) })) }) (else_clause "else {\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }" else (compound_statement "{\n if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = isi1->addralign_;\n if (uVar8 == isi2->addralign_) goto LAB_00230e20;\nLAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }\nLAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }\n bVar2 = false;\n }" { (if_statement "if (SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME) {\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }" if (parenthesized_expression "(SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME)" ( (binary_expression "SVar7 != SORT_WILDCARD_BY_ALIGNMENT_BY_NAME" identifier != identifier) )) (compound_statement "{\n if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;\n goto LAB_00230de7;\n }" { (if_statement "if (SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY) goto LAB_00230e20;" if (parenthesized_expression "(SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY)" ( (binary_expression "SVar7 == SORT_WILDCARD_BY_INIT_PRIORITY" identifier == identifier) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (goto_statement "goto LAB_00230de7;" goto statement_identifier ;) })) (expression_statement "uVar8 = isi1->addralign_;" (assignment_expression "uVar8 = isi1->addralign_" identifier = (field_expression "isi1->addralign_" identifier -> field_identifier)) ;) (if_statement "if (uVar8 == isi2->addralign_) goto LAB_00230e20;" if (parenthesized_expression "(uVar8 == isi2->addralign_)" ( (binary_expression "uVar8 == isi2->addralign_" identifier == (field_expression "isi2->addralign_" identifier -> field_identifier)) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (labeled_statement "LAB_00230eec:\n if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }" statement_identifier : (if_statement "if (uVar8 != isi2->addralign_) {\n return uVar8 < isi2->addralign_;\n }" if (parenthesized_expression "(uVar8 != isi2->addralign_)" ( (binary_expression "uVar8 != isi2->addralign_" identifier != (field_expression "isi2->addralign_" identifier -> field_identifier)) )) (compound_statement "{\n return uVar8 < isi2->addralign_;\n }" { (return_statement "return uVar8 < isi2->addralign_;" return (binary_expression "uVar8 < isi2->addralign_" identifier < (field_expression "isi2->addralign_" identifier -> field_identifier)) ;) }))) (labeled_statement "LAB_00230df3:\n if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }" statement_identifier : (if_statement "if (this->filename_sort_ == SORT_WILDCARD_BY_NAME) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }" if (parenthesized_expression "(this->filename_sort_ == SORT_WILDCARD_BY_NAME)" ( (binary_expression "this->filename_sort_ == SORT_WILDCARD_BY_NAME" (field_expression "this->filename_sort_" identifier -> field_identifier) == identifier) )) (compound_statement "{\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n sVar1 = (pRVar6->super_Object).name_._M_string_length;\n if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }\n }" { (ERROR "pRVar5 = Output_section::" (assignment_expression "pRVar5 = Output_section" identifier = identifier) : :) (labeled_statement "Input_section::relobj(&isi2->input_section_);" statement_identifier : (ERROR ":" :) (expression_statement "relobj(&isi2->input_section_);" (call_expression "relobj(&isi2->input_section_)" identifier (argument_list "(&isi2->input_section_)" ( (pointer_expression "&isi2->input_section_" & (field_expression "isi2->input_section_" identifier -> field_identifier)) ))) ;)) (ERROR "pRVar6 = Output_section::" (assignment_expression "pRVar6 = Output_section" identifier = identifier) : :) (labeled_statement "Input_section::relobj(&isi1->input_section_);" statement_identifier : (ERROR ":" :) (expression_statement "relobj(&isi1->input_section_);" (call_expression "relobj(&isi1->input_section_)" identifier (argument_list "(&isi1->input_section_)" ( (pointer_expression "&isi1->input_section_" & (field_expression "isi1->input_section_" identifier -> field_identifier)) ))) ;)) (expression_statement "sVar1 = (pRVar6->super_Object).name_._M_string_length;" (assignment_expression "sVar1 = (pRVar6->super_Object).name_._M_string_length" identifier = (field_expression "(pRVar6->super_Object).name_._M_string_length" (field_expression "(pRVar6->super_Object).name_" (parenthesized_expression "(pRVar6->super_Object)" ( (field_expression "pRVar6->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))) {\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }" if (parenthesized_expression "((sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0))))" ( (binary_expression "(sVar1 != (pRVar5->super_Object).name_._M_string_length) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))" (parenthesized_expression "(sVar1 != (pRVar5->super_Object).name_._M_string_length)" ( (binary_expression "sVar1 != (pRVar5->super_Object).name_._M_string_length" identifier != (field_expression "(pRVar5->super_Object).name_._M_string_length" (field_expression "(pRVar5->super_Object).name_" (parenthesized_expression "(pRVar5->super_Object)" ( (field_expression "pRVar5->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier)) )) || (parenthesized_expression "((sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)))" ( (parenthesized_expression "(sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0))" ( (binary_expression "sVar1 != 0 &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)" (binary_expression "sVar1 != 0" identifier != number_literal) && (parenthesized_expression "(iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1), iVar3 != 0" (assignment_expression "iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1)" identifier = (call_expression "memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1)" identifier (argument_list "((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,sVar1)" ( (field_expression "(pRVar6->super_Object).name_._M_dataplus._M_p" (field_expression "(pRVar6->super_Object).name_._M_dataplus" (field_expression "(pRVar6->super_Object).name_" (parenthesized_expression "(pRVar6->super_Object)" ( (field_expression "pRVar6->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) , (field_expression "(pRVar5->super_Object).name_._M_dataplus._M_p" (field_expression "(pRVar5->super_Object).name_._M_dataplus" (field_expression "(pRVar5->super_Object).name_" (parenthesized_expression "(pRVar5->super_Object)" ( (field_expression "pRVar5->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) ))) )) (compound_statement "{\n pRVar5 = Output_section::Input_section::relobj(&isi2->input_section_);\n pRVar6 = Output_section::Input_section::relobj(&isi1->input_section_);\n uVar4 = (pRVar5->super_Object).name_._M_string_length;\n uVar8 = (pRVar6->super_Object).name_._M_string_length;\n __n = uVar4;\n if (uVar8 <= uVar4) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }\n uVar8 = uVar8 - uVar4;\n goto joined_r0x00230e58;\n }" { (ERROR "pRVar5 = Output_section::" (assignment_expression "pRVar5 = Output_section" identifier = identifier) : :) (labeled_statement "Input_section::relobj(&isi2->input_section_);" statement_identifier : (ERROR ":" :) (expression_statement "relobj(&isi2->input_section_);" (call_expression "relobj(&isi2->input_section_)" identifier (argument_list "(&isi2->input_section_)" ( (pointer_expression "&isi2->input_section_" & (field_expression "isi2->input_section_" identifier -> field_identifier)) ))) ;)) (ERROR "pRVar6 = Output_section::" (assignment_expression "pRVar6 = Output_section" identifier = identifier) : :) (labeled_statement "Input_section::relobj(&isi1->input_section_);" statement_identifier : (ERROR ":" :) (expression_statement "relobj(&isi1->input_section_);" (call_expression "relobj(&isi1->input_section_)" identifier (argument_list "(&isi1->input_section_)" ( (pointer_expression "&isi1->input_section_" & (field_expression "isi1->input_section_" identifier -> field_identifier)) ))) ;)) (expression_statement "uVar4 = (pRVar5->super_Object).name_._M_string_length;" (assignment_expression "uVar4 = (pRVar5->super_Object).name_._M_string_length" identifier = (field_expression "(pRVar5->super_Object).name_._M_string_length" (field_expression "(pRVar5->super_Object).name_" (parenthesized_expression "(pRVar5->super_Object)" ( (field_expression "pRVar5->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar8 = (pRVar6->super_Object).name_._M_string_length;" (assignment_expression "uVar8 = (pRVar6->super_Object).name_._M_string_length" identifier = (field_expression "(pRVar6->super_Object).name_._M_string_length" (field_expression "(pRVar6->super_Object).name_" (parenthesized_expression "(pRVar6->super_Object)" ( (field_expression "pRVar6->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = uVar4;" (assignment_expression "__n = uVar4" identifier = identifier) ;) (if_statement "if (uVar8 <= uVar4) {\n __n = uVar8;\n }" if (parenthesized_expression "(uVar8 <= uVar4)" ( (binary_expression "uVar8 <= uVar4" identifier <= identifier) )) (compound_statement "{\n __n = uVar8;\n }" { (expression_statement "__n = uVar8;" (assignment_expression "__n = uVar8" identifier = identifier) ;) })) (if_statement "if ((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)) {\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }" if (parenthesized_expression "((__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0))" ( (binary_expression "(__n != 0) &&\n (iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)" (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n), iVar3 != 0" (assignment_expression "iVar3 = memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n)" identifier = (call_expression "memcmp((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n)" identifier (argument_list "((pRVar6->super_Object).name_._M_dataplus._M_p,\n (pRVar5->super_Object).name_._M_dataplus._M_p,__n)" ( (field_expression "(pRVar6->super_Object).name_._M_dataplus._M_p" (field_expression "(pRVar6->super_Object).name_._M_dataplus" (field_expression "(pRVar6->super_Object).name_" (parenthesized_expression "(pRVar6->super_Object)" ( (field_expression "pRVar6->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) , (field_expression "(pRVar5->super_Object).name_._M_dataplus._M_p" (field_expression "(pRVar5->super_Object).name_._M_dataplus" (field_expression "(pRVar5->super_Object).name_" (parenthesized_expression "(pRVar5->super_Object)" ( (field_expression "pRVar5->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (compound_statement "{\nLAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);\n }" { (labeled_statement "LAB_00230e99:\n return SUB41((uint)iVar3 >> 0x1f,0);" statement_identifier : (return_statement "return SUB41((uint)iVar3 >> 0x1f,0);" return (call_expression "SUB41((uint)iVar3 >> 0x1f,0)" identifier (argument_list "((uint)iVar3 >> 0x1f,0)" ( (binary_expression "(uint)iVar3 >> 0x1f" (cast_expression "(uint)iVar3" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) , number_literal ))) ;)) })) (expression_statement "uVar8 = uVar8 - uVar4;" (assignment_expression "uVar8 = uVar8 - uVar4" identifier = (binary_expression "uVar8 - uVar4" identifier - identifier)) ;) (goto_statement "goto joined_r0x00230e58;" goto statement_identifier ;) })) }))) (expression_statement "bVar2 = false;" (assignment_expression "bVar2 = false" identifier = false) ;) }))) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit "ulong FUN_00230db0(int *param_1,long param_2,long param_3)\n\n{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}\n\n" (function_definition "ulong FUN_00230db0(int *param_1,long param_2,long param_3)\n\n{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" type_identifier (function_declarator "FUN_00230db0(int *param_1,long param_2,long param_3)" identifier (parameter_list "(int *param_1,long param_2,long param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "ulong __n;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" if (parenthesized_expression "(uVar7 == 5)" ( (binary_expression "uVar7 == 5" identifier == number_literal) )) (compound_statement "{\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" { (expression_statement "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));" (assignment_expression "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" identifier = (call_expression "FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_2 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_2 + 0x20)" * (cast_expression "(undefined8 *)(param_2 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) )))) ;) (expression_statement "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));" (assignment_expression "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" identifier = (call_expression "FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" identifier (argument_list "(*(undefined8 *)(param_3 + 0x20))" ( (pointer_expression "*(undefined8 *)(param_3 + 0x20)" * (cast_expression "(undefined8 *)(param_3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) )))) ;) (if_statement "if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;" if (parenthesized_expression "((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6))" ( (binary_expression "(uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)" (parenthesized_expression "(uVar8 != 0 && uVar6 != 0)" ( (binary_expression "uVar8 != 0 && uVar6 != 0" (binary_expression "uVar8 != 0" identifier != number_literal) && (binary_expression "uVar6 != 0" identifier != number_literal)) )) && (parenthesized_expression "(bVar9 = uVar8 < uVar6, uVar8 != uVar6)" ( (comma_expression "bVar9 = uVar8 < uVar6, uVar8 != uVar6" (assignment_expression "bVar9 = uVar8 < uVar6" identifier = (binary_expression "uVar8 < uVar6" identifier < identifier)) , (binary_expression "uVar8 != uVar6" identifier != identifier)) ))) )) (goto_statement "goto LAB_00230ef7;" goto statement_identifier ;)) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) })) (if_statement "if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" if (parenthesized_expression "((uVar7 & 0xfffffffd) == 1)" ( (binary_expression "(uVar7 & 0xfffffffd) == 1" (parenthesized_expression "(uVar7 & 0xfffffffd)" ( (binary_expression "uVar7 & 0xfffffffd" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }" { (labeled_statement "LAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);" statement_identifier : (expression_statement "sVar1 = *(size_t *)(param_2 + 0x28);" (assignment_expression "sVar1 = *(size_t *)(param_2 + 0x28)" identifier = (pointer_expression "*(size_t *)(param_2 + 0x28)" * (cast_expression "(size_t *)(param_2 + 0x28)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;)) (expression_statement "uVar8 = *(ulong *)(param_3 + 0x28);" (assignment_expression "uVar8 = *(ulong *)(param_3 + 0x28)" identifier = (pointer_expression "*(ulong *)(param_3 + 0x28)" * (cast_expression "(ulong *)(param_3 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" if (parenthesized_expression "(sVar1 == uVar8)" ( (binary_expression "sVar1 == uVar8" identifier == identifier) )) (compound_statement "{\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" { (if_statement "if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;" if (parenthesized_expression "((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))" ( (binary_expression "(sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" (parenthesized_expression "(sVar1 != 0)" ( (binary_expression "sVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" identifier = (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" identifier (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" ( (pointer_expression "*(void **)(param_2 + 0x20)" * (cast_expression "(void **)(param_2 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(void **)(param_3 + 0x20)" * (cast_expression "(void **)(param_3 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (labeled_statement "LAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" statement_identifier : (if_statement "if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" if (parenthesized_expression "(uVar7 - 2 < 3)" ( (binary_expression "uVar7 - 2 < 3" (binary_expression "uVar7 - 2" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" { (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x48)" * (cast_expression "(ulong *)(param_2 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00230eec;" goto statement_identifier ;) }))) (goto_statement "goto LAB_00230df3;" goto statement_identifier ;) })) (expression_statement "uVar6 = uVar8;" (assignment_expression "uVar6 = uVar8" identifier = identifier) ;) (if_statement "if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }" if (parenthesized_expression "(sVar1 <= uVar8)" ( (binary_expression "sVar1 <= uVar8" identifier <= identifier) )) (compound_statement "{\n uVar6 = sVar1;\n }" { (expression_statement "uVar6 = sVar1;" (assignment_expression "uVar6 = sVar1" identifier = identifier) ;) })) (if_statement "if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;" if (parenthesized_expression "((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))" ( (binary_expression "(uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" (parenthesized_expression "(uVar6 != 0)" ( (binary_expression "uVar6 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" identifier = (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" identifier (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" ( (pointer_expression "*(void **)(param_2 + 0x20)" * (cast_expression "(void **)(param_2 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(void **)(param_3 + 0x20)" * (cast_expression "(void **)(param_3 + 0x20)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (goto_statement "goto LAB_00230e99;" goto statement_identifier ;)) (expression_statement "uVar8 = sVar1 - uVar8;" (assignment_expression "uVar8 = sVar1 - uVar8" identifier = (binary_expression "sVar1 - uVar8" identifier - identifier)) ;) (labeled_statement "joined_r0x00230e58:\n uVar6 = 0;" statement_identifier : (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;)) (if_statement "if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" if (parenthesized_expression "((long)uVar8 < 0x80000000)" ( (binary_expression "(long)uVar8 < 0x80000000" (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" { (if_statement "if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }" if (parenthesized_expression "(-0x80000001 < (long)uVar8)" ( (binary_expression "-0x80000001 < (long)uVar8" number_literal < (cast_expression "(long)uVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n return uVar8 >> 0x1f & 1;\n }" { (return_statement "return uVar8 >> 0x1f & 1;" return (binary_expression "uVar8 >> 0x1f & 1" (binary_expression "uVar8 >> 0x1f" identifier >> number_literal) & number_literal) ;) })) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) })) }) (else_clause "else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" else (compound_statement "{\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" { (if_statement "if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" if (parenthesized_expression "(uVar7 != 4)" ( (binary_expression "uVar7 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" { (if_statement "if (uVar7 == 5) goto LAB_00230e20;" if (parenthesized_expression "(uVar7 == 5)" ( (binary_expression "uVar7 == 5" identifier == number_literal) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (goto_statement "goto LAB_00230de7;" goto statement_identifier ;) })) (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x48)" * (cast_expression "(ulong *)(param_2 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;" if (parenthesized_expression "(uVar8 == *(ulong *)(param_3 + 0x48))" ( (binary_expression "uVar8 == *(ulong *)(param_3 + 0x48)" identifier == (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) )) (goto_statement "goto LAB_00230e20;" goto statement_identifier ;)) (labeled_statement "LAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" statement_identifier : (expression_statement "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" (assignment_expression "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48)" identifier = (binary_expression "uVar8 < *(ulong *)(param_3 + 0x48)" identifier < (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))))) ;)) (if_statement "if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }" if (parenthesized_expression "(uVar8 != *(ulong *)(param_3 + 0x48))" ( (binary_expression "uVar8 != *(ulong *)(param_3 + 0x48)" identifier != (pointer_expression "*(ulong *)(param_3 + 0x48)" * (cast_expression "(ulong *)(param_3 + 0x48)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_00230ef7:\n return (ulong)bVar9;\n }" { (labeled_statement "LAB_00230ef7:\n return (ulong)bVar9;" statement_identifier : (return_statement "return (ulong)bVar9;" return (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) ;)) })) (labeled_statement "LAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" statement_identifier : (if_statement "if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" if (parenthesized_expression "(*param_1 == 1)" ( (binary_expression "*param_1 == 1" (pointer_expression "*param_1" * identifier) == number_literal) )) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" { (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" identifier = (call_expression "FUN_001ee640(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" identifier = (call_expression "FUN_001ee640(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "sVar1 = *(size_t *)(lVar5 + 0x10);" (assignment_expression "sVar1 = *(size_t *)(lVar5 + 0x10)" identifier = (pointer_expression "*(size_t *)(lVar5 + 0x10)" * (cast_expression "(size_t *)(lVar5 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" if (parenthesized_expression "((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))))" ( (binary_expression "(sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" (parenthesized_expression "(sVar1 != *(size_t *)(lVar4 + 0x10))" ( (binary_expression "sVar1 != *(size_t *)(lVar4 + 0x10)" identifier != (pointer_expression "*(size_t *)(lVar4 + 0x10)" * (cast_expression "(size_t *)(lVar4 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) )) || (parenthesized_expression "((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" ( (parenthesized_expression "(sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))" ( (binary_expression "sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" (binary_expression "sVar1 != 0" identifier != number_literal) && (parenthesized_expression "(iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" ( (comma_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0" (assignment_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" identifier = (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" identifier (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" ( (pointer_expression "*(void **)(lVar5 + 8)" * (cast_expression "(void **)(lVar5 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 8)" ( (binary_expression "lVar5 + 8" identifier + number_literal) )))) , (pointer_expression "*(void **)(lVar4 + 8)" * (cast_expression "(void **)(lVar4 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) ))) )) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" { (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" identifier = (call_expression "FUN_001ee640(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" identifier = (call_expression "FUN_001ee640(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar6 = *(ulong *)(lVar4 + 0x10);" (assignment_expression "uVar6 = *(ulong *)(lVar4 + 0x10)" identifier = (pointer_expression "*(ulong *)(lVar4 + 0x10)" * (cast_expression "(ulong *)(lVar4 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = *(ulong *)(lVar5 + 0x10);" (assignment_expression "uVar8 = *(ulong *)(lVar5 + 0x10)" identifier = (pointer_expression "*(ulong *)(lVar5 + 0x10)" * (cast_expression "(ulong *)(lVar5 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "__n = uVar6;" (assignment_expression "__n = uVar6" identifier = identifier) ;) (if_statement "if (uVar8 <= uVar6) {\n __n = uVar8;\n }" if (parenthesized_expression "(uVar8 <= uVar6)" ( (binary_expression "uVar8 <= uVar6" identifier <= identifier) )) (compound_statement "{\n __n = uVar8;\n }" { (expression_statement "__n = uVar8;" (assignment_expression "__n = uVar8" identifier = identifier) ;) })) (if_statement "if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" if (parenthesized_expression "((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0))" ( (binary_expression "(__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" ( (comma_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" identifier = (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" identifier (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" ( (pointer_expression "*(void **)(lVar5 + 8)" * (cast_expression "(void **)(lVar5 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar5 + 8)" ( (binary_expression "lVar5 + 8" identifier + number_literal) )))) , (pointer_expression "*(void **)(lVar4 + 8)" * (cast_expression "(void **)(lVar4 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "uVar2 != 0" identifier != number_literal)) ))) )) (compound_statement "{\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" { (labeled_statement "LAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);" statement_identifier : (return_statement "return (ulong)(uVar2 >> 0x1f);" return (call_expression "(ulong)(uVar2 >> 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 >> 0x1f)" ( (binary_expression "uVar2 >> 0x1f" identifier >> number_literal) ))) ;)) })) (expression_statement "uVar8 = uVar8 - uVar6;" (assignment_expression "uVar8 = uVar8 - uVar6" identifier = (binary_expression "uVar8 - uVar6" identifier - identifier)) ;) (goto_statement "goto joined_r0x00230e58;" goto statement_identifier ;) })) }))) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) }))) (return_statement "return uVar6;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 = (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 (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT < IDENT)) , (binary_expression IDENT != IDENT)) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_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 (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 == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) , (binary_expression IDENT != LIT)) ))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_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 IDENT + LIT) ))))) ;) (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) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) , (binary_expression IDENT != LIT)) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (compound_statement { (return_statement return (binary_expression (binary_expression IDENT >> LIT) & LIT) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (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 ;)) (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 == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (goto_statement goto statement_identifier ;)) (labeled_statement 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 IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (labeled_statement statement_identifier : (return_statement return (cast_expression ( (type_descriptor TYPE) ) IDENT) ;)) })) (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 = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) , (binary_expression IDENT != LIT)) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (labeled_statement statement_identifier : (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (return_statement return IDENT ;) })))
(function_definition "ulong FUN_00230db0(int *param_1,long param_2,long param_3)\n\n{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" (type_identifier "ulong") (function_declarator "FUN_00230db0(int *param_1,long param_2,long param_3)" (identifier "FUN_00230db0") (parameter_list "(int *param_1,long param_2,long param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n size_t sVar1;\n uint uVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n ulong __n;\n uint uVar7;\n ulong uVar8;\n bool bVar9;\n \n uVar7 = param_1[1];\n if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }\n if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }\n return uVar6;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "ulong __n;" (type_identifier "ulong") (identifier "__n") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "ulong uVar8;" (type_identifier "ulong") (identifier "uVar8") (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" (identifier "uVar7") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (uVar7 == 5) {\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" (if "if") (parenthesized_expression "(uVar7 == 5)" (( "(") (binary_expression "uVar7 == 5" (identifier "uVar7") (== "==") (number_literal "5")) () ")")) (compound_statement "{\n uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));\n uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));\n if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;\n uVar7 = param_1[1];\n }" ({ "{") (expression_statement "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20));" (assignment_expression "uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" (identifier "uVar8") (= "=") (call_expression "FUN_00230cd0(*(undefined8 *)(param_2 + 0x20))" (identifier "FUN_00230cd0") (argument_list "(*(undefined8 *)(param_2 + 0x20))" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20));" (assignment_expression "uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" (identifier "uVar6") (= "=") (call_expression "FUN_00230cd0(*(undefined8 *)(param_3 + 0x20))" (identifier "FUN_00230cd0") (argument_list "(*(undefined8 *)(param_3 + 0x20))" (( "(") (pointer_expression "*(undefined8 *)(param_3 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) () ")")))) (; ";")) (if_statement "if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7;" (if "if") (parenthesized_expression "((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6))" (( "(") (binary_expression "(uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)" (parenthesized_expression "(uVar8 != 0 && uVar6 != 0)" (( "(") (binary_expression "uVar8 != 0 && uVar6 != 0" (binary_expression "uVar8 != 0" (identifier "uVar8") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "uVar6 != 0" (identifier "uVar6") (!= "!=") (number_literal "0"))) () ")")) (&& "&&") (parenthesized_expression "(bVar9 = uVar8 < uVar6, uVar8 != uVar6)" (( "(") (comma_expression "bVar9 = uVar8 < uVar6, uVar8 != uVar6" (assignment_expression "bVar9 = uVar8 < uVar6" (identifier "bVar9") (= "=") (binary_expression "uVar8 < uVar6" (identifier "uVar8") (< "<") (identifier "uVar6"))) (, ",") (binary_expression "uVar8 != uVar6" (identifier "uVar8") (!= "!=") (identifier "uVar6"))) () ")"))) () ")")) (goto_statement "goto LAB_00230ef7;" (goto "goto") (statement_identifier "LAB_00230ef7") (; ";"))) (expression_statement "uVar7 = param_1[1];" (assignment_expression "uVar7 = param_1[1]" (identifier "uVar7") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}"))) (if_statement "if ((uVar7 & 0xfffffffd) == 1) {\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }\n else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" (if "if") (parenthesized_expression "((uVar7 & 0xfffffffd) == 1)" (( "(") (binary_expression "(uVar7 & 0xfffffffd) == 1" (parenthesized_expression "(uVar7 & 0xfffffffd)" (( "(") (binary_expression "uVar7 & 0xfffffffd" (identifier "uVar7") (& "&") (number_literal "0xfffffffd")) () ")")) (== "==") (number_literal "1")) () ")")) (compound_statement "{\nLAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);\n uVar8 = *(ulong *)(param_3 + 0x28);\n if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }\n uVar6 = uVar8;\n if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }\n if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;\n uVar8 = sVar1 - uVar8;\njoined_r0x00230e58:\n uVar6 = 0;\n if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }\n }" ({ "{") (labeled_statement "LAB_00230e20:\n sVar1 = *(size_t *)(param_2 + 0x28);" (statement_identifier "LAB_00230e20") (: ":") (expression_statement "sVar1 = *(size_t *)(param_2 + 0x28);" (assignment_expression "sVar1 = *(size_t *)(param_2 + 0x28)" (identifier "sVar1") (= "=") (pointer_expression "*(size_t *)(param_2 + 0x28)" (* "*") (cast_expression "(size_t *)(param_2 + 0x28)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) (; ";"))) (expression_statement "uVar8 = *(ulong *)(param_3 + 0x28);" (assignment_expression "uVar8 = *(ulong *)(param_3 + 0x28)" (identifier "uVar8") (= "=") (pointer_expression "*(ulong *)(param_3 + 0x28)" (* "*") (cast_expression "(ulong *)(param_3 + 0x28)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x28)" (( "(") (binary_expression "param_3 + 0x28" (identifier "param_3") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (sVar1 == uVar8) {\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" (if "if") (parenthesized_expression "(sVar1 == uVar8)" (( "(") (binary_expression "sVar1 == uVar8" (identifier "sVar1") (== "==") (identifier "uVar8")) () ")")) (compound_statement "{\n if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;\nLAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }\n goto LAB_00230df3;\n }" ({ "{") (if_statement "if ((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))\n goto LAB_00230e99;" (if "if") (parenthesized_expression "((sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0))" (( "(") (binary_expression "(sVar1 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" (parenthesized_expression "(sVar1 != 0)" (( "(") (binary_expression "sVar1 != 0" (identifier "sVar1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)" (( "(") (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" (identifier "uVar2") (= "=") (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" (identifier "memcmp") (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1)" (( "(") (pointer_expression "*(void **)(param_2 + 0x20)" (* "*") (cast_expression "(void **)(param_2 + 0x20)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(void **)(param_3 + 0x20)" (* "*") (cast_expression "(void **)(param_3 + 0x20)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (identifier "sVar1") () ")")))) (, ",") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (goto_statement "goto LAB_00230e99;" (goto "goto") (statement_identifier "LAB_00230e99") (; ";"))) (labeled_statement "LAB_00230de7:\n if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" (statement_identifier "LAB_00230de7") (: ":") (if_statement "if (uVar7 - 2 < 3) {\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" (if "if") (parenthesized_expression "(uVar7 - 2 < 3)" (( "(") (binary_expression "uVar7 - 2 < 3" (binary_expression "uVar7 - 2" (identifier "uVar7") (- "-") (number_literal "2")) (< "<") (number_literal "3")) () ")")) (compound_statement "{\n uVar8 = *(ulong *)(param_2 + 0x48);\n goto LAB_00230eec;\n }" ({ "{") (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" (identifier "uVar8") (= "=") (pointer_expression "*(ulong *)(param_2 + 0x48)" (* "*") (cast_expression "(ulong *)(param_2 + 0x48)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (goto_statement "goto LAB_00230eec;" (goto "goto") (statement_identifier "LAB_00230eec") (; ";")) (} "}")))) (goto_statement "goto LAB_00230df3;" (goto "goto") (statement_identifier "LAB_00230df3") (; ";")) (} "}"))) (expression_statement "uVar6 = uVar8;" (assignment_expression "uVar6 = uVar8" (identifier "uVar6") (= "=") (identifier "uVar8")) (; ";")) (if_statement "if (sVar1 <= uVar8) {\n uVar6 = sVar1;\n }" (if "if") (parenthesized_expression "(sVar1 <= uVar8)" (( "(") (binary_expression "sVar1 <= uVar8" (identifier "sVar1") (<= "<=") (identifier "uVar8")) () ")")) (compound_statement "{\n uVar6 = sVar1;\n }" ({ "{") (expression_statement "uVar6 = sVar1;" (assignment_expression "uVar6 = sVar1" (identifier "uVar6") (= "=") (identifier "sVar1")) (; ";")) (} "}"))) (if_statement "if ((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))\n goto LAB_00230e99;" (if "if") (parenthesized_expression "((uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0))" (( "(") (binary_expression "(uVar6 != 0) &&\n (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" (parenthesized_expression "(uVar6 != 0)" (( "(") (binary_expression "uVar6 != 0" (identifier "uVar6") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)" (( "(") (comma_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" (identifier "uVar2") (= "=") (call_expression "memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" (identifier "memcmp") (argument_list "(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6)" (( "(") (pointer_expression "*(void **)(param_2 + 0x20)" (* "*") (cast_expression "(void **)(param_2 + 0x20)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(void **)(param_3 + 0x20)" (* "*") (cast_expression "(void **)(param_3 + 0x20)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (identifier "uVar6") () ")")))) (, ",") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (goto_statement "goto LAB_00230e99;" (goto "goto") (statement_identifier "LAB_00230e99") (; ";"))) (expression_statement "uVar8 = sVar1 - uVar8;" (assignment_expression "uVar8 = sVar1 - uVar8" (identifier "uVar8") (= "=") (binary_expression "sVar1 - uVar8" (identifier "sVar1") (- "-") (identifier "uVar8"))) (; ";")) (labeled_statement "joined_r0x00230e58:\n uVar6 = 0;" (statement_identifier "joined_r0x00230e58") (: ":") (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";"))) (if_statement "if ((long)uVar8 < 0x80000000) {\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" (if "if") (parenthesized_expression "((long)uVar8 < 0x80000000)" (( "(") (binary_expression "(long)uVar8 < 0x80000000" (cast_expression "(long)uVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar8")) (< "<") (number_literal "0x80000000")) () ")")) (compound_statement "{\n if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }\n uVar6 = 1;\n }" ({ "{") (if_statement "if (-0x80000001 < (long)uVar8) {\n return uVar8 >> 0x1f & 1;\n }" (if "if") (parenthesized_expression "(-0x80000001 < (long)uVar8)" (( "(") (binary_expression "-0x80000001 < (long)uVar8" (number_literal "-0x80000001") (< "<") (cast_expression "(long)uVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar8"))) () ")")) (compound_statement "{\n return uVar8 >> 0x1f & 1;\n }" ({ "{") (return_statement "return uVar8 >> 0x1f & 1;" (return "return") (binary_expression "uVar8 >> 0x1f & 1" (binary_expression "uVar8 >> 0x1f" (identifier "uVar8") (>> ">>") (number_literal "0x1f")) (& "&") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" (identifier "uVar6") (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" (else "else") (compound_statement "{\n if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }\n uVar8 = *(ulong *)(param_2 + 0x48);\n if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;\nLAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);\n if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }\nLAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }\n uVar6 = 0;\n }" ({ "{") (if_statement "if (uVar7 != 4) {\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" (if "if") (parenthesized_expression "(uVar7 != 4)" (( "(") (binary_expression "uVar7 != 4" (identifier "uVar7") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n if (uVar7 == 5) goto LAB_00230e20;\n goto LAB_00230de7;\n }" ({ "{") (if_statement "if (uVar7 == 5) goto LAB_00230e20;" (if "if") (parenthesized_expression "(uVar7 == 5)" (( "(") (binary_expression "uVar7 == 5" (identifier "uVar7") (== "==") (number_literal "5")) () ")")) (goto_statement "goto LAB_00230e20;" (goto "goto") (statement_identifier "LAB_00230e20") (; ";"))) (goto_statement "goto LAB_00230de7;" (goto "goto") (statement_identifier "LAB_00230de7") (; ";")) (} "}"))) (expression_statement "uVar8 = *(ulong *)(param_2 + 0x48);" (assignment_expression "uVar8 = *(ulong *)(param_2 + 0x48)" (identifier "uVar8") (= "=") (pointer_expression "*(ulong *)(param_2 + 0x48)" (* "*") (cast_expression "(ulong *)(param_2 + 0x48)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (if_statement "if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20;" (if "if") (parenthesized_expression "(uVar8 == *(ulong *)(param_3 + 0x48))" (( "(") (binary_expression "uVar8 == *(ulong *)(param_3 + 0x48)" (identifier "uVar8") (== "==") (pointer_expression "*(ulong *)(param_3 + 0x48)" (* "*") (cast_expression "(ulong *)(param_3 + 0x48)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (goto_statement "goto LAB_00230e20;" (goto "goto") (statement_identifier "LAB_00230e20") (; ";"))) (labeled_statement "LAB_00230eec:\n bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" (statement_identifier "LAB_00230eec") (: ":") (expression_statement "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48);" (assignment_expression "bVar9 = uVar8 < *(ulong *)(param_3 + 0x48)" (identifier "bVar9") (= "=") (binary_expression "uVar8 < *(ulong *)(param_3 + 0x48)" (identifier "uVar8") (< "<") (pointer_expression "*(ulong *)(param_3 + 0x48)" (* "*") (cast_expression "(ulong *)(param_3 + 0x48)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")")))))) (; ";"))) (if_statement "if (uVar8 != *(ulong *)(param_3 + 0x48)) {\nLAB_00230ef7:\n return (ulong)bVar9;\n }" (if "if") (parenthesized_expression "(uVar8 != *(ulong *)(param_3 + 0x48))" (( "(") (binary_expression "uVar8 != *(ulong *)(param_3 + 0x48)" (identifier "uVar8") (!= "!=") (pointer_expression "*(ulong *)(param_3 + 0x48)" (* "*") (cast_expression "(ulong *)(param_3 + 0x48)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (compound_statement "{\nLAB_00230ef7:\n return (ulong)bVar9;\n }" ({ "{") (labeled_statement "LAB_00230ef7:\n return (ulong)bVar9;" (statement_identifier "LAB_00230ef7") (: ":") (return_statement "return (ulong)bVar9;" (return "return") (cast_expression "(ulong)bVar9" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar9")) (; ";"))) (} "}"))) (labeled_statement "LAB_00230df3:\n if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" (statement_identifier "LAB_00230df3") (: ":") (if_statement "if (*param_1 == 1) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" (if "if") (parenthesized_expression "(*param_1 == 1)" (( "(") (binary_expression "*param_1 == 1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n sVar1 = *(size_t *)(lVar5 + 0x10);\n if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }\n }" ({ "{") (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" (identifier "lVar4") (= "=") (call_expression "FUN_001ee640(param_3)" (identifier "FUN_001ee640") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" (identifier "lVar5") (= "=") (call_expression "FUN_001ee640(param_2)" (identifier "FUN_001ee640") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "sVar1 = *(size_t *)(lVar5 + 0x10);" (assignment_expression "sVar1 = *(size_t *)(lVar5 + 0x10)" (identifier "sVar1") (= "=") (pointer_expression "*(size_t *)(lVar5 + 0x10)" (* "*") (cast_expression "(size_t *)(lVar5 + 0x10)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x10)" (( "(") (binary_expression "lVar5 + 0x10" (identifier "lVar5") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) {\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" (if "if") (parenthesized_expression "((sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))))" (( "(") (binary_expression "(sVar1 != *(size_t *)(lVar4 + 0x10)) ||\n ((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" (parenthesized_expression "(sVar1 != *(size_t *)(lVar4 + 0x10))" (( "(") (binary_expression "sVar1 != *(size_t *)(lVar4 + 0x10)" (identifier "sVar1") (!= "!=") (pointer_expression "*(size_t *)(lVar4 + 0x10)" (* "*") (cast_expression "(size_t *)(lVar4 + 0x10)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (|| "||") (parenthesized_expression "((sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))" (( "(") (parenthesized_expression "(sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0))" (( "(") (binary_expression "sVar1 != 0 &&\n (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" (binary_expression "sVar1 != 0" (identifier "sVar1") (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)" (( "(") (comma_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0" (assignment_expression "iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" (identifier "iVar3") (= "=") (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" (identifier "memcmp") (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1)" (( "(") (pointer_expression "*(void **)(lVar5 + 8)" (* "*") (cast_expression "(void **)(lVar5 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar5 + 8)" (( "(") (binary_expression "lVar5 + 8" (identifier "lVar5") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(void **)(lVar4 + 8)" (* "*") (cast_expression "(void **)(lVar4 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "sVar1") () ")")))) (, ",") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n lVar4 = FUN_001ee640(param_3);\n lVar5 = FUN_001ee640(param_2);\n uVar6 = *(ulong *)(lVar4 + 0x10);\n uVar8 = *(ulong *)(lVar5 + 0x10);\n __n = uVar6;\n if (uVar8 <= uVar6) {\n __n = uVar8;\n }\n if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }\n uVar8 = uVar8 - uVar6;\n goto joined_r0x00230e58;\n }" ({ "{") (expression_statement "lVar4 = FUN_001ee640(param_3);" (assignment_expression "lVar4 = FUN_001ee640(param_3)" (identifier "lVar4") (= "=") (call_expression "FUN_001ee640(param_3)" (identifier "FUN_001ee640") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "lVar5 = FUN_001ee640(param_2);" (assignment_expression "lVar5 = FUN_001ee640(param_2)" (identifier "lVar5") (= "=") (call_expression "FUN_001ee640(param_2)" (identifier "FUN_001ee640") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar6 = *(ulong *)(lVar4 + 0x10);" (assignment_expression "uVar6 = *(ulong *)(lVar4 + 0x10)" (identifier "uVar6") (= "=") (pointer_expression "*(ulong *)(lVar4 + 0x10)" (* "*") (cast_expression "(ulong *)(lVar4 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar8 = *(ulong *)(lVar5 + 0x10);" (assignment_expression "uVar8 = *(ulong *)(lVar5 + 0x10)" (identifier "uVar8") (= "=") (pointer_expression "*(ulong *)(lVar5 + 0x10)" (* "*") (cast_expression "(ulong *)(lVar5 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x10)" (( "(") (binary_expression "lVar5 + 0x10" (identifier "lVar5") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "__n = uVar6;" (assignment_expression "__n = uVar6" (identifier "__n") (= "=") (identifier "uVar6")) (; ";")) (if_statement "if (uVar8 <= uVar6) {\n __n = uVar8;\n }" (if "if") (parenthesized_expression "(uVar8 <= uVar6)" (( "(") (binary_expression "uVar8 <= uVar6" (identifier "uVar8") (<= "<=") (identifier "uVar6")) () ")")) (compound_statement "{\n __n = uVar8;\n }" ({ "{") (expression_statement "__n = uVar8;" (assignment_expression "__n = uVar8" (identifier "__n") (= "=") (identifier "uVar8")) (; ";")) (} "}"))) (if_statement "if ((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) {\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" (if "if") (parenthesized_expression "((__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0))" (( "(") (binary_expression "(__n != 0) &&\n (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" (parenthesized_expression "(__n != 0)" (( "(") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)" (( "(") (comma_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0" (assignment_expression "uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" (identifier "uVar2") (= "=") (call_expression "memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" (identifier "memcmp") (argument_list "(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n)" (( "(") (pointer_expression "*(void **)(lVar5 + 8)" (* "*") (cast_expression "(void **)(lVar5 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar5 + 8)" (( "(") (binary_expression "lVar5 + 8" (identifier "lVar5") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(void **)(lVar4 + 8)" (* "*") (cast_expression "(void **)(lVar4 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "__n") () ")")))) (, ",") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\nLAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);\n }" ({ "{") (labeled_statement "LAB_00230e99:\n return (ulong)(uVar2 >> 0x1f);" (statement_identifier "LAB_00230e99") (: ":") (return_statement "return (ulong)(uVar2 >> 0x1f);" (return "return") (call_expression "(ulong)(uVar2 >> 0x1f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar2 >> 0x1f)" (( "(") (binary_expression "uVar2 >> 0x1f" (identifier "uVar2") (>> ">>") (number_literal "0x1f")) () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar8 = uVar8 - uVar6;" (assignment_expression "uVar8 = uVar8 - uVar6" (identifier "uVar8") (= "=") (binary_expression "uVar8 - uVar6" (identifier "uVar8") (- "-") (identifier "uVar6"))) (; ";")) (goto_statement "goto joined_r0x00230e58;" (goto "goto") (statement_identifier "joined_r0x00230e58") (; ";")) (} "}"))) (} "}")))) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (} "}")))) (return_statement "return uVar6;" (return "return") (identifier "uVar6") (; ";")) (} "}")))
/* DWARF original prototype: bool operator()(Input_section_sorter * this, Input_section_info * isi1, Input_section_info * isi2) */ bool __thiscall gold::type_1::function_1() (type_1 *this,type_2 *isi1,type_2 *isi2) { type_3 __s2; type_3 __s1; size_t var_7; bool bVar2; int var_9; type_4 var_5; type_5 *pRVar5; type_5 *pRVar6; type_4 var_13; type_6 var_1; type_4 var_4; var_1 = this->section_sort_; if (var_1 == var_2) { var_4 = var_3((isi1->section_name_)._M_dataplus._M_p); var_5 = var_3((isi2->section_name_)._M_dataplus._M_p); if ((var_4 != 0 && var_5 != 0) && (var_4 != var_5)) { return var_4 < var_5; } var_1 = this->section_sort_; } if ((var_1 & ~var_10) == var_6) { LAB_00230e20: var_7 = (isi1->section_name_)._M_string_length; var_4 = (isi2->section_name_)._M_string_length; __s2 = (isi2->section_name_)._M_dataplus._M_p; __s1 = (isi1->section_name_)._M_dataplus._M_p; if (var_7 == var_4) { if ((var_7 != 0) && (var_9 = var_8(__s1,__s2,var_7), var_9 != 0)) goto LAB_00230e99; LAB_00230de7: if (var_1 - var_10 < 3) { var_4 = isi1->addralign_; goto LAB_00230eec; } goto LAB_00230df3; } var_5 = var_4; if (var_7 <= var_4) { var_5 = var_7; } if ((var_5 != 0) && (var_9 = var_8(__s1,__s2,var_5), var_9 != 0)) goto LAB_00230e99; var_4 = var_7 - var_4; joined_r0x00230e58: bVar2 = false; if ((long)var_4 < 0x80000000) { if (-0x80000001 < (long)var_4) { return (bool)((byte)(var_4 >> 0x1f) & 1); } bVar2 = true; } } else { if (var_1 != var_11) { if (var_1 == var_2) goto LAB_00230e20; goto LAB_00230de7; } var_4 = isi1->addralign_; if (var_4 == isi2->addralign_) goto LAB_00230e20; LAB_00230eec: if (var_4 != isi2->addralign_) { return var_4 < isi2->addralign_; } LAB_00230df3: if (this->filename_sort_ == var_6) { pRVar5 = Output_section::Input_section::var_12(&isi2->input_section_); pRVar6 = Output_section::Input_section::var_12(&isi1->input_section_); var_7 = (pRVar6->super_Object).name_._M_string_length; if ((var_7 != (pRVar5->super_Object).name_._M_string_length) || ((var_7 != 0 && (var_9 = var_8((pRVar6->super_Object).name_._M_dataplus._M_p, (pRVar5->super_Object).name_._M_dataplus._M_p,var_7), var_9 != 0)))) { pRVar5 = Output_section::Input_section::var_12(&isi2->input_section_); pRVar6 = Output_section::Input_section::var_12(&isi1->input_section_); var_5 = (pRVar5->super_Object).name_._M_string_length; var_4 = (pRVar6->super_Object).name_._M_string_length; var_13 = var_5; if (var_4 <= var_5) { var_13 = var_4; } if ((var_13 != 0) && (var_9 = var_8((pRVar6->super_Object).name_._M_dataplus._M_p, (pRVar5->super_Object).name_._M_dataplus._M_p,var_13), var_9 != 0)) { LAB_00230e99: return var_14((type_7)var_9 >> 0x1f,0); } var_4 = var_4 - var_5; goto joined_r0x00230e58; } } bVar2 = false; } return bVar2; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) 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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))) right: (binary_expression left: (identifier) right: (identifier)))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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: (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 (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (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))))) (identifier)))) right: (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: (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: (identifier) right: (number_literal))))))) (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: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (compound_statement (return_statement (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_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)) 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: (goto_statement label: (statement_identifier))) (labeled_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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (return_statement (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (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: (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: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (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))))) (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))))) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (return_statement (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: (identifier) right: (identifier)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
null
ulong MASKED(int *param_1,long param_2,long param_3) { size_t sVar1; uint uVar2; int iVar3; long lVar4; long lVar5; ulong uVar6; ulong __n; uint uVar7; ulong uVar8; bool bVar9; uVar7 = param_1[1]; if (uVar7 == 5) { uVar8 = FUN_00230cd0(*(undefined8 *)(param_2 + 0x20)); uVar6 = FUN_00230cd0(*(undefined8 *)(param_3 + 0x20)); if ((uVar8 != 0 && uVar6 != 0) && (bVar9 = uVar8 < uVar6, uVar8 != uVar6)) goto LAB_00230ef7; uVar7 = param_1[1]; } if ((uVar7 & 0xfffffffd) == 1) { LAB_00230e20: sVar1 = *(size_t *)(param_2 + 0x28); uVar8 = *(ulong *)(param_3 + 0x28); if (sVar1 == uVar8) { if ((sVar1 != 0) && (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),sVar1), uVar2 != 0)) goto LAB_00230e99; LAB_00230de7: if (uVar7 - 2 < 3) { uVar8 = *(ulong *)(param_2 + 0x48); goto LAB_00230eec; } goto LAB_00230df3; } uVar6 = uVar8; if (sVar1 <= uVar8) { uVar6 = sVar1; } if ((uVar6 != 0) && (uVar2 = memcmp(*(void **)(param_2 + 0x20),*(void **)(param_3 + 0x20),uVar6), uVar2 != 0)) goto LAB_00230e99; uVar8 = sVar1 - uVar8; joined_r0x00230e58: uVar6 = 0; if ((long)uVar8 < 0x80000000) { if (-0x80000001 < (long)uVar8) { return uVar8 >> 0x1f & 1; } uVar6 = 1; } } else { if (uVar7 != 4) { if (uVar7 == 5) goto LAB_00230e20; goto LAB_00230de7; } uVar8 = *(ulong *)(param_2 + 0x48); if (uVar8 == *(ulong *)(param_3 + 0x48)) goto LAB_00230e20; LAB_00230eec: bVar9 = uVar8 < *(ulong *)(param_3 + 0x48); if (uVar8 != *(ulong *)(param_3 + 0x48)) { LAB_00230ef7: return (ulong)bVar9; } LAB_00230df3: if (*param_1 == 1) { lVar4 = FUN_001ee640(param_3); lVar5 = FUN_001ee640(param_2); sVar1 = *(size_t *)(lVar5 + 0x10); if ((sVar1 != *(size_t *)(lVar4 + 0x10)) || ((sVar1 != 0 && (iVar3 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),sVar1), iVar3 != 0)))) { lVar4 = FUN_001ee640(param_3); lVar5 = FUN_001ee640(param_2); uVar6 = *(ulong *)(lVar4 + 0x10); uVar8 = *(ulong *)(lVar5 + 0x10); __n = uVar6; if (uVar8 <= uVar6) { __n = uVar8; } if ((__n != 0) && (uVar2 = memcmp(*(void **)(lVar5 + 8),*(void **)(lVar4 + 8),__n), uVar2 != 0)) { LAB_00230e99: return (ulong)(uVar2 >> 0x1f); } uVar8 = uVar8 - uVar6; goto joined_r0x00230e58; } } uVar6 = 0; } return uVar6; }
4496_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
get_name
FUN_001f9700
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: string get_name(Scan_relocs * this) */ string * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__,Scan_relocs *this) { std::operator+<char,_std::char_traits<char>,_std::allocator<char>_> (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_); return __return_storage_ptr__; }
undefined8 FUN_001f9700(undefined8 param_1,long param_2) { FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8); return param_1; }
PUSH RBX MOV RDX,qword ptr [RSI + 0x48] MOV RBX,RDI LEA RSI,[0x31bc60] ADD RDX,0x8 CALL 0x00192d80 MOV RAX,RBX POP RBX RET
null
null
null
null
[('const-72', u'PTRSUB_-1207920782'), (u'PTRSUB_-1207920767', u'PTRSUB_-1207920765'), ('const-433', u'LOAD_-1207920889'), ('tmp_80', u'CALL_-1207920851'), ('tmp_80', u'COPY_-1207920851'), (u'COPY_-1207920830', u'CALL_-1207920851'), (u'PTRSUB_-1207920782', u'LOAD_-1207920889'), (u'COPY_-1207920851', u'RETURN_-1207920831'), ('const-8', u'PTRSUB_-1207920765'), (u'LOAD_-1207920889', u'PTRSUB_-1207920767'), ('const-0', u'RETURN_-1207920831'), ('tmp_81', u'PTRSUB_-1207920782'), ('const-0', u'PTRSUB_-1207920767'), (u'PTRSUB_-1207920765', u'CALL_-1207920851'), ('const-3259488', u'COPY_-1207920830')]
[('tmp_124', u'INT_ADD_-1207920873'), ('tmp_125', u'CALL_-1207920851'), ('tmp_125', u'COPY_-1207920851'), ('const-72', u'INT_ADD_-1207920873'), (u'COPY_-1207920851', u'RETURN_-1207920831'), (u'INT_ADD_-1207920873', u'CAST_-1207920783'), (u'INT_ADD_-1207920852', u'CALL_-1207920851'), ('const-0', u'RETURN_-1207920831'), (u'LOAD_-1207920889', u'INT_ADD_-1207920852'), (u'CAST_-1207920783', u'LOAD_-1207920889'), ('const-433', u'LOAD_-1207920889'), ('const-8', u'INT_ADD_-1207920852'), (u'COPY_-1207920829', u'CALL_-1207920851'), ('const-3259488', u'COPY_-1207920829')]
null
null
001f9700
x64
O2
(translation_unit "undefined8 FUN_001f9700(undefined8 param_1,long param_2)\n\n{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_001f9700(undefined8 param_1,long param_2)\n\n{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" type_identifier (function_declarator "FUN_001f9700(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" { (expression_statement "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);" (call_expression "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" identifier (argument_list "(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" ( identifier , (string_literal ""Scan_relocs "" " string_content ") , (binary_expression "*(long *)(param_2 + 0x48) + 8" (pointer_expression "*(long *)(param_2 + 0x48)" * (cast_expression "(long *)(param_2 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) + number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: string get_name(Scan_relocs * this) */\n\nstring * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__,Scan_relocs *this)\n\n{\n std::operator+<char,_std::char_traits<char>,_std::allocator<char>_>\n (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_);\n return __return_storage_ptr__;\n}\n\n" comment comment (ERROR "string * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__,Scan_relocs *this)" (binary_expression "string * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__,Scan_relocs *this" (binary_expression "string * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Scan_relocs::get_name(string" identifier : : identifier : : identifier ( identifier) * identifier) (ERROR ",Scan_relocs" , identifier) * identifier) )) (compound_statement "{\n std::operator+<char,_std::char_traits<char>,_std::allocator<char>_>\n (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_);\n return __return_storage_ptr__;\n}" { (ERROR "std::operator+<char,_std::char_traits<char>,_std::" (comma_expression "std::operator+<char,_std" (binary_expression "std::operator+<char" identifier (ERROR "::operator+" : : identifier +) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (expression_statement "allocator<char>_>\n (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_);" (binary_expression "allocator<char>_>\n (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_)" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (parenthesized_expression "(__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_)" ( (comma_expression "__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_" identifier , (comma_expression ""Scan_relocs ",&(this->object_->super_Object).name_" (string_literal ""Scan_relocs "" " string_content ") , (pointer_expression "&(this->object_->super_Object).name_" & (field_expression "(this->object_->super_Object).name_" (parenthesized_expression "(this->object_->super_Object)" ( (field_expression "this->object_->super_Object" (field_expression "this->object_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)))) ))) ;) (return_statement "return __return_storage_ptr__;" return identifier ;) }))
(translation_unit "undefined8 FUN_001f9700(undefined8 param_1,long param_2)\n\n{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_001f9700(undefined8 param_1,long param_2)\n\n{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" type_identifier (function_declarator "FUN_001f9700(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" { (expression_statement "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);" (call_expression "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" identifier (argument_list "(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" ( identifier , (string_literal ""Scan_relocs "" " string_content ") , (binary_expression "*(long *)(param_2 + 0x48) + 8" (pointer_expression "*(long *)(param_2 + 0x48)" * (cast_expression "(long *)(param_2 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) + number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined8 FUN_001f9700(undefined8 param_1,long param_2)\n\n{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_001f9700(undefined8 param_1,long param_2)" (identifier "FUN_001f9700") (parameter_list "(undefined8 param_1,long param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);\n return param_1;\n}" ({ "{") (expression_statement "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8);" (call_expression "FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" (identifier "FUN_00192d80") (argument_list "(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8)" (( "(") (identifier "param_1") (, ",") (string_literal ""Scan_relocs "" (" """) (string_content "Scan_relocs ") (" """)) (, ",") (binary_expression "*(long *)(param_2 + 0x48) + 8" (pointer_expression "*(long *)(param_2 + 0x48)" (* "*") (cast_expression "(long *)(param_2 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (+ "+") (number_literal "8")) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: string get_name(Scan_relocs * this) */ string * __thiscall gold::Scan_relocs::get_name(string *__return_storage_ptr__,Scan_relocs *this) { std::operator+<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> (__return_storage_ptr__,"Scan_relocs ",&(this->object_->super_Object).name_); return __return_storage_ptr__; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (return_statement (identifier)))))
null
undefined8 MASKED(undefined8 param_1,long param_2) { FUN_00192d80(param_1,"Scan_relocs ",*(long *)(param_2 + 0x48) + 8); return param_1; }
975_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
xrealloc
xrealloc
/* WARNING: Control flow encountered bad instruction data */ void xrealloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void xrealloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1204522502')]
[('const-1', u'RETURN_-1204522502')]
null
null
002b71f0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (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(); }
4319_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_plt_address_for_global
FUN_0023ae60
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Struct "Arm_input_section<true>": ignoring overlapping field "original_addralign_" */ /* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_plt_address_for_global(Target_arm<true> * this, Symbol * gsym) */ uint64_t __thiscall anon_unknown.dwarf_9b9b16::Target_arm<true>::do_plt_address_for_global (Target_arm<true> *this,Symbol *gsym) { uint32_t uVar1; if (this->plt_ != (Output_data_plt_arm<true> *)0x0) { uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym); return (ulong)uVar1; } /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section"); }
undefined4 FUN_0023ae60(long param_1) { undefined4 uVar1; if (*(long *)(param_1 + 0x28) != 0) { uVar1 = FUN_0023ad70(); return uVar1; } /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section"); }
SUB RSP,0x8 MOV RDI,qword ptr [RDI + 0x28] TEST RDI,RDI JZ 0x0023ae79 CALL 0x0023ad70 ADD RSP,0x8 MOV EAX,EAX RET LEA RDX,[0x550150] MOV ESI,0xb14 LEA RDI,[0x54dce6] CALL 0x00352af0
null
null
null
null
[(u'CALL_-1203982708', u'INT_ZEXT_-1203982654'), ('const-5570896', u'COPY_-1203982616'), ('tmp_132', u'CALL_-1203982708'), (u'LOAD_-1203982736', u'INT_NOTEQUAL_-1203982716'), ('const-0', u'INT_NOTEQUAL_-1203982716'), (u'INT_NOTEQUAL_-1203982716', u'CBRANCH_-1203982715'), (u'PTRSUB_-1203982590', u'LOAD_-1203982736'), (u'INT_ZEXT_-1203982654', u'COPY_-1203982694'), ('const-40', u'PTRSUB_-1203982590'), ('tmp_131', u'PTRSUB_-1203982590'), (u'COPY_-1203982694', u'RETURN_-1203982680'), ('const-2836', u'CALL_-1203982657'), (u'COPY_-1203982616', u'CALL_-1203982657'), ('const-433', u'LOAD_-1203982736'), ('const-0', u'RETURN_-1203982680'), (u'COPY_-1203982617', u'CALL_-1203982657'), ('const-1', u'RETURN_-1203982652'), ('tmp_58', u'CBRANCH_-1203982715'), ('const-5561574', u'COPY_-1203982617'), (u'LOAD_-1203982736', u'CALL_-1203982708')]
[('const-5570896', u'COPY_-1203982617'), ('const-40', u'INT_ADD_-1203982720'), (u'LOAD_-1203982736', u'INT_NOTEQUAL_-1203982716'), ('const-0', u'INT_NOTEQUAL_-1203982716'), (u'INT_NOTEQUAL_-1203982716', u'CBRANCH_-1203982715'), (u'COPY_-1203982618', u'CALL_-1203982657'), (u'INT_ADD_-1203982720', u'CAST_-1203982593'), (u'CAST_-1203982593', u'LOAD_-1203982736'), ('const-2836', u'CALL_-1203982657'), ('const-433', u'LOAD_-1203982736'), (u'COPY_-1203982641', u'RETURN_-1203982680'), ('const-0', u'RETURN_-1203982680'), (u'COPY_-1203982617', u'CALL_-1203982657'), ('const-1', u'RETURN_-1203982652'), ('tmp_58', u'CBRANCH_-1203982715'), (u'CALL_-1203982708', u'COPY_-1203982641'), ('const-5561574', u'COPY_-1203982618'), ('tmp_223', u'INT_ADD_-1203982720')]
null
null
0023ae60
x64
O2
(translation_unit "undefined4 FUN_0023ae60(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}\n\n" (function_definition "undefined4 FUN_0023ae60(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" type_identifier (function_declarator "FUN_0023ae60(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" ( (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" { (expression_statement "uVar1 = FUN_0023ad70();" (assignment_expression "uVar1 = FUN_0023ad70()" identifier = (call_expression "FUN_0023ad70()" identifier (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) comment (expression_statement "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section")" identifier (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" ( (string_literal ""../../gold/arm.cc"" " string_content ") , number_literal , (string_literal ""plt_section"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Struct "Arm_input_section<true>": ignoring overlapping field "original_addralign_" */\n/* WARNING: Enum "<anon>": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_plt_address_for_global(Target_arm<true> * this, Symbol *\n gsym) */\n\nuint64_t __thiscall\nanon_unknown.dwarf_9b9b16::Target_arm<true>::do_plt_address_for_global\n (Target_arm<true> *this,Symbol *gsym)\n\n{\n uint32_t uVar1;\n \n if (this->plt_ != (Output_data_plt_arm<true> *)0x0) {\n uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);\n return (ulong)uVar1;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section");\n}\n\n" comment comment comment comment (function_definition "uint64_t __thiscall\nanon_unknown.dwarf_9b9b16::Target_arm<true>::do_plt_address_for_global\n (Target_arm<true> *this,Symbol *gsym)\n\n{\n uint32_t uVar1;\n \n if (this->plt_ != (Output_data_plt_arm<true> *)0x0) {\n uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);\n return (ulong)uVar1;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_9b9b16::Target_arm<true>::" identifier . identifier : : identifier < true > : :) (function_declarator "do_plt_address_for_global\n (Target_arm<true> *this,Symbol *gsym)" identifier (parameter_list "(Target_arm<true> *this,Symbol *gsym)" ( (parameter_declaration "Target_arm<true> *this" type_identifier (ERROR "<true>" < true >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) ))) (compound_statement "{\n uint32_t uVar1;\n \n if (this->plt_ != (Output_data_plt_arm<true> *)0x0) {\n uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);\n return (ulong)uVar1;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section");\n}" { (declaration "uint32_t uVar1;" primitive_type identifier ;) (if_statement "if (this->plt_ != (Output_data_plt_arm<true> *)0x0) {\n uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);\n return (ulong)uVar1;\n }" if (parenthesized_expression "(this->plt_ != (Output_data_plt_arm<true> *)0x0)" ( (binary_expression "this->plt_ != (Output_data_plt_arm<true> *)0x0)" (field_expression "this->plt_" identifier -> field_identifier) != (parenthesized_expression "(Output_data_plt_arm<true> *)0x0)" ( (binary_expression "Output_data_plt_arm<true> *)0x0" (binary_expression "Output_data_plt_arm<true" identifier < true) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) ))) )) (compound_statement "{\n uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);\n return (ulong)uVar1;\n }" { (expression_statement "uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym);" (assignment_expression "uVar1 = Output_data_plt_arm<true>::address_for_global(this->plt_,gsym)" identifier = (binary_expression "Output_data_plt_arm<true>::address_for_global(this->plt_,gsym)" (binary_expression "Output_data_plt_arm<true" identifier < true) > (ERROR "::" : :) (call_expression "address_for_global(this->plt_,gsym)" identifier (argument_list "(this->plt_,gsym)" ( (field_expression "this->plt_" identifier -> field_identifier) , identifier ))))) ;) (return_statement "return (ulong)uVar1;" return (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ;) })) comment (labeled_statement "gold::do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "do_gold_unreachable("../../gold/arm.cc",0xb14,"plt_section")" identifier (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" ( (string_literal ""../../gold/arm.cc"" " string_content ") , number_literal , (string_literal ""plt_section"" " string_content ") ))) ;)) })))
(translation_unit "undefined4 FUN_0023ae60(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n \n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}\n\n" (function_definition "undefined4 FUN_0023ae60(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n \n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" type_identifier (function_declarator "FUN_0023ae60(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n \n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" ( (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" { (expression_statement "uVar1 = FUN_0023ad70();" (assignment_expression "uVar1 = FUN_0023ad70()" identifier = (call_expression "FUN_0023ad70()" identifier (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (expression_statement "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section")" identifier (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" ( (string_literal ""../../gold/arm.cc"" " string_content ") , number_literal , (string_literal ""plt_section"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "undefined4 FUN_0023ae60(long param_1)\n\n{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n \n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" (type_identifier "undefined4") (function_declarator "FUN_0023ae60(long param_1)" (identifier "FUN_0023ae60") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }\n \n FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = FUN_0023ad70();\n return uVar1;\n }" ({ "{") (expression_statement "uVar1 = FUN_0023ad70();" (assignment_expression "uVar1 = FUN_0023ad70()" (identifier "uVar1") (= "=") (call_expression "FUN_0023ad70()" (identifier "FUN_0023ad70") (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section");" (call_expression "FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section")" (identifier "FUN_00352af0") (argument_list "("../../gold/arm.cc",0xb14,"plt_section")" (( "(") (string_literal ""../../gold/arm.cc"" (" """) (string_content "../../gold/arm.cc") (" """)) (, ",") (number_literal "0xb14") (, ",") (string_literal ""plt_section"" (" """) (string_content "plt_section") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Struct "Arm_input_section<true>": ignoring overlapping field "original_addralign_" */ /* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_plt_address_for_global(Target_arm<true> * this, Symbol * gsym) */ uint64_t __thiscall anon_unknown.dwarf_9b9b16::type_1<true>::function_1 (type_1<true> *this,type_2 *gsym) { uint32_t uVar1; if (this->plt_ != (var_1<true> *)0x0) { uVar1 = var_1<true>::var_2(this->plt_,gsym); return (type_3)uVar1; } /* WARNING: Subroutine does not return */ gold::var_3("../../gold/arm.cc",0xb14,"plt_section"); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
undefined4 MASKED(long param_1) { undefined4 uVar1; if (*(long *)(param_1 + 0x28) != 0) { uVar1 = FUN_0023ad70(); return uVar1; } /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/arm.cc",0xb14,"plt_section"); }
10628_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
_M_insert_float<long_double>
FUN_00389b60
/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::_M_insert_float<long double>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t, char, long double) const */ undefined1 [16] std::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>:: _M_insert_float<long_double> (num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *param_1, long *param_2,undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6, undefined8 param_7,undefined8 param_8) { wchar_t wVar1; code *pcVar2; ulong uVar3; num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *pnVar4; locale *plVar5; long lVar6; ctype *pcVar7; void *pvVar8; __locale_struct *p_Var9; wchar_t *pwVar10; __locale_struct **pp_Var11; long lVar12; char *pcVar13; undefined1 *puVar14; undefined1 *puVar15; undefined1 *puVar16; int iVar17; __locale_struct **pp_Var18; __locale_struct **pp_Var19; char cVar20; long lVar21; __locale_struct **pp_Var22; bool bVar23; undefined1 auVar24 [16]; undefined8 auStack_e0 [3]; undefined1 auStack_c8 [8]; char local_c0 [48]; undefined8 uStack_90; int local_88; wchar_t local_84; __locale_struct **local_80; num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *local_78; undefined8 local_70; locale *local_68; __locale_struct **local_60; __use_cache<std::__numpunct_cache<wchar_t>> local_55; int local_54; __locale_struct *local_50; char local_48 [24]; local_68 = (locale *)(param_4 + 0xd0); uStack_90 = 0x389b9d; local_84 = param_5; local_78 = param_1; local_70 = param_3; lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68); lVar21 = *(long *)(param_4 + 8); if (lVar21 < 0) { lVar21 = 6; } local_60 = (__locale_struct **)local_48; uStack_90 = 0x389bc7; __num_base::_S_format_float(param_4,(char *)local_60,param_6); puVar14 = auStack_c8; pcVar13 = local_c0; if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) { auStack_e0[2] = 0x389e55; local_50 = (__locale_struct *)locale::facet::_S_get_c_locale(); auStack_e0[2] = param_8; auStack_e0[1] = param_7; auStack_e0[0] = 0x389e79; local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60); if (0x35 < local_54) { local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1); lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0); puVar14 = auStack_c8 + lVar21; *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1; p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale(); pcVar13 = local_c0 + lVar21; *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8; pp_Var11 = local_60; iVar17 = (int)local_80; *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7; local_50 = p_Var9; *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8; local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11); } } else { auStack_e0[2] = 0x389bf0; local_50 = (__locale_struct *)locale::facet::_S_get_c_locale(); auStack_e0[2] = param_8; local_80 = &local_50; auStack_e0[1] = param_7; auStack_e0[0] = 0x389c18; local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21); puVar14 = auStack_c8; if (0x35 < local_54) { local_88 = local_54 + 1; lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0); puVar14 = auStack_c8 + lVar12; *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39; p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale(); pcVar13 = local_c0 + lVar12; *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8; pp_Var22 = local_60; iVar17 = local_88; *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7; pp_Var11 = local_80; local_50 = p_Var9; *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64; local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21); } } plVar5 = local_68; *(undefined8 *)(puVar14 + -8) = 0x389c2f; pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5); lVar12 = (long)local_54; lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0); puVar15 = puVar14 + lVar21; puVar16 = puVar14 + lVar21; pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0); pcVar2 = *(code **)(*(long *)pcVar7 + 0x58); local_60 = pp_Var22; *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62; (*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22); pp_Var11 = (__locale_struct **)(long)local_54; if (pp_Var11 == (__locale_struct **)0x0) { pp_Var18 = local_60; if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1; pwVar10 = (wchar_t *)0x0; pp_Var18 = local_60; iVar17 = local_54; LAB_00389d7d: lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0); puVar16 = puVar14 + lVar12 + lVar21; puVar15 = puVar14 + lVar12 + lVar21; pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0); bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0; pp_Var11 = pp_Var19; if (bVar23) { pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4); local_54 = iVar17 + -1; *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22; pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4); } wVar1 = *(wchar_t *)(lVar6 + 0x4c); uVar3 = *(ulong *)(lVar6 + 0x18); pcVar13 = *(char **)(lVar6 + 0x10); *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54; *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18; pnVar4 = local_78; local_60 = pp_Var19; *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5; _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11, *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10), *(int **)(puVar14 + lVar12 + lVar21 + -8)); local_54 = (uint)bVar23 + local_54; lVar21 = *(long *)(param_4 + 0x10); pp_Var11 = (__locale_struct **)(long)local_54; pp_Var18 = local_60; if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2; } else { local_80 = local_60; local_68 = (locale *)CONCAT44(local_68._4_4_,local_54); local_60 = pp_Var11; *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91; pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11); cVar20 = *(char *)(lVar6 + 0x20); pp_Var11 = local_60; pp_Var18 = local_80; iVar17 = (int)local_68; if (pvVar8 != (void *)0x0) { pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4); *pwVar10 = *(wchar_t *)(lVar6 + 0x48); if (cVar20 == '\0') goto LAB_00389cc1; goto LAB_00389d7d; } if ((cVar20 != '\0') && ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 || (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))))) goto LAB_00389d7d; LAB_00389cc1: lVar21 = *(long *)(param_4 + 0x10); if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2; } pnVar4 = local_78; wVar1 = local_84; lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0); puVar15 = puVar16 + lVar6; *(int **)(puVar16 + lVar6 + -0x10) = &local_54; *(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40; _M_pad(pnVar4,wVar1,lVar21,param_4, (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18, *(int **)(puVar16 + lVar6 + -0x10)); pp_Var11 = (__locale_struct **)(long)local_54; pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0); LAB_00389cd2: *(undefined8 *)(param_4 + 0x10) = 0; cVar20 = (char)local_70; if (cVar20 == '\0') { pcVar2 = *(code **)(*param_2 + 0x60); *(undefined8 *)(puVar15 + -8) = 0x389cf5; pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11); if (pp_Var22 != pp_Var11) { cVar20 = '\x01'; } } auVar24[8] = cVar20; auVar24._0_8_ = param_2; auVar24._9_7_ = 0; return auVar24; }
undefined1 [16] FUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5, char param_6,undefined8 param_7,undefined8 param_8) { undefined4 uVar1; code *pcVar2; undefined8 uVar3; undefined8 uVar4; long lVar5; long *plVar6; void *pvVar7; undefined8 uVar8; undefined4 *puVar9; undefined8 *puVar10; long lVar11; ulong uVar12; char *__s; undefined1 *puVar13; undefined1 *puVar14; undefined1 *puVar15; int iVar16; undefined8 *puVar17; undefined8 *puVar18; char cVar19; long lVar20; undefined8 *puVar21; bool bVar22; undefined1 auVar23 [16]; undefined8 auStack_e0 [3]; undefined1 auStack_c8 [8]; char local_c0 [48]; undefined8 uStack_90; int local_88; undefined4 local_84; undefined8 *local_80; undefined8 local_78; undefined8 local_70; long local_68; undefined8 *local_60; undefined1 local_55; int local_54; undefined8 local_50; undefined1 local_48 [24]; local_68 = param_4 + 0xd0; uStack_90 = 0x389b9d; local_84 = param_5; local_78 = param_1; local_70 = param_3; lVar5 = FUN_003889e0(&local_55,local_68); lVar20 = *(long *)(param_4 + 8); if (lVar20 < 0) { lVar20 = 6; } local_60 = (undefined8 *)local_48; uStack_90 = 0x389bc7; FUN_00380ee0(param_4,local_60,(int)param_6); puVar13 = auStack_c8; __s = local_c0; if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) { auStack_e0[2] = 0x389e55; local_50 = FUN_0033ad50(); auStack_e0[2] = param_8; auStack_e0[1] = param_7; auStack_e0[0] = 0x389e79; local_54 = FUN_00348470(&local_50,__s,0x36,local_60); if (0x35 < local_54) { local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1); lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0); puVar13 = auStack_c8 + lVar20; *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1; uVar8 = FUN_0033ad50(); __s = local_c0 + lVar20; *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8; puVar10 = local_60; uVar12 = (ulong)local_80 & 0xffffffff; *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7; local_50 = uVar8; *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8; local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10); } } else { auStack_e0[2] = 0x389bf0; local_50 = FUN_0033ad50(); auStack_e0[2] = param_8; local_80 = &local_50; auStack_e0[1] = param_7; auStack_e0[0] = 0x389c18; local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20); puVar13 = auStack_c8; if (0x35 < local_54) { local_88 = local_54 + 1; lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0); puVar13 = auStack_c8 + lVar11; *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39; uVar8 = FUN_0033ad50(); __s = local_c0 + lVar11; *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8; puVar21 = local_60; iVar16 = local_88; *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7; puVar10 = local_80; local_50 = uVar8; *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64; local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20); } } lVar20 = local_68; *(undefined8 *)(puVar13 + -8) = 0x389c2f; plVar6 = (long *)FUN_00385410(lVar20); lVar11 = (long)local_54; lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0); puVar14 = puVar13 + lVar20; puVar15 = puVar13 + lVar20; puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0); pcVar2 = *(code **)(*plVar6 + 0x58); local_60 = puVar21; *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62; (*pcVar2)(plVar6,__s,__s + lVar11,puVar21); puVar10 = (undefined8 *)(long)local_54; if (puVar10 == (undefined8 *)0x0) { puVar17 = local_60; if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1; puVar9 = (undefined4 *)0x0; puVar17 = local_60; iVar16 = local_54; LAB_00389d7d: lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0); puVar15 = puVar13 + lVar11 + lVar20; puVar14 = puVar13 + lVar11 + lVar20; puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0); bVar22 = (*__s - 0x2bU & 0xfd) == 0; puVar10 = puVar18; if (bVar22) { local_54 = iVar16 + -1; puVar17 = (undefined8 *)((long)puVar21 + 4); *(undefined4 *)puVar18 = *(undefined4 *)puVar21; puVar10 = (undefined8 *)((long)puVar18 + 4); } uVar1 = *(undefined4 *)(lVar5 + 0x4c); uVar8 = *(undefined8 *)(lVar5 + 0x18); uVar3 = *(undefined8 *)(lVar5 + 0x10); *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54; *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17; uVar4 = local_78; local_60 = puVar18; *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5; FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10); local_54 = (uint)bVar22 + local_54; lVar20 = *(long *)(param_4 + 0x10); puVar10 = (undefined8 *)(long)local_54; puVar17 = local_60; if (lVar20 <= (long)puVar10) goto LAB_00389cd2; } else { local_80 = local_60; local_68 = CONCAT44(local_68._4_4_,local_54); local_60 = puVar10; *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91; pvVar7 = memchr(__s,0x2e,(size_t)puVar10); cVar19 = *(char *)(lVar5 + 0x20); puVar10 = local_60; puVar17 = local_80; iVar16 = (int)local_68; if (pvVar7 != (void *)0x0) { puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4); *puVar9 = *(undefined4 *)(lVar5 + 0x48); if (cVar19 == '\0') goto LAB_00389cc1; goto LAB_00389d7d; } if ((cVar19 != '\0') && ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 || (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d; LAB_00389cc1: lVar20 = *(long *)(param_4 + 0x10); if (lVar20 <= (long)puVar10) goto LAB_00389cd2; } uVar8 = local_78; uVar1 = local_84; lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0); puVar14 = puVar15 + lVar5; *(int **)(puVar15 + lVar5 + -0x10) = &local_54; *(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40; FUN_003885b0(uVar8,uVar1,lVar20,param_4, (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17); puVar10 = (undefined8 *)(long)local_54; puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0); LAB_00389cd2: *(undefined8 *)(param_4 + 0x10) = 0; cVar19 = (char)local_70; if (cVar19 == '\0') { pcVar2 = *(code **)(*param_2 + 0x60); *(undefined8 *)(puVar14 + -8) = 0x389cf5; puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10); if (puVar21 != puVar10) { cVar19 = '\x01'; } } auVar23[8] = cVar19; auVar23._0_8_ = param_2; auVar23._9_7_ = 0; return auVar23; }
PUSH RBP LEA RAX,[RCX + 0xd0] MOV RBP,RSP PUSH R15 MOV R15,RSI MOV RSI,RAX PUSH R14 PUSH R13 PUSH R12 MOV R12,RCX PUSH RBX MOV EBX,R9D SUB RSP,0x58 MOV qword ptr [RBP + -0x70],RDI LEA RDI,[RBP + -0x4d] MOV qword ptr [RBP + -0x68],RDX MOV dword ptr [RBP + -0x7c],R8D MOV qword ptr [RBP + -0x60],RAX CALL 0x003889e0 MOV R13,qword ptr [R12 + 0x8] MOVSX EDX,BL MOV RDI,R12 MOV R14,RAX MOV EAX,0x6 TEST R13,R13 CMOVS R13,RAX LEA RAX,[RBP + -0x40] MOV RSI,RAX MOV qword ptr [RBP + -0x58],RAX CALL 0x00380ee0 MOV ESI,dword ptr [R12 + 0x18] SUB RSP,0x40 LEA RBX,[RSP + 0xf] AND ESI,0x104 AND RBX,-0x10 CMP ESI,0x104 JZ 0x00389e50 CALL 0x0033ad50 PUSH qword ptr [RBP + 0x18] MOV RCX,qword ptr [RBP + -0x58] LEA RDI,[RBP + -0x48] PUSH qword ptr [RBP + 0x10] MOV RSI,RBX MOV R8,R13 MOV EDX,0x36 MOV qword ptr [RBP + -0x48],RAX XOR EAX,EAX MOV qword ptr [RBP + -0x78],RDI CALL 0x00348470 POP RCX POP RSI MOV dword ptr [RBP + -0x4c],EAX CMP EAX,0x35 JG 0x00389d20 MOV RDI,qword ptr [RBP + -0x60] CALL 0x00385410 MOVSXD RDX,dword ptr [RBP + -0x4c] MOV RSI,RBX MOV R8,qword ptr [RAX] MOV RDI,RAX LEA RCX,[0x17 + RDX*0x4] ADD RDX,RBX AND RCX,-0x10 SUB RSP,RCX LEA R13,[RSP + 0xf] AND R13,-0x10 MOV RCX,R13 MOV qword ptr [RBP + -0x58],R13 CALL qword ptr [R8 + 0x58] MOVSXD RCX,dword ptr [RBP + -0x4c] MOV R10,qword ptr [RBP + -0x58] TEST RCX,RCX MOV R9,RCX JZ 0x00389d70 MOV RDX,RCX MOV ESI,0x2e MOV RDI,RBX MOV qword ptr [RBP + -0x78],R10 MOV dword ptr [RBP + -0x60],ECX MOV qword ptr [RBP + -0x58],RCX CALL 0x001501b0 MOVZX EDX,byte ptr [R14 + 0x20] MOV RCX,qword ptr [RBP + -0x58] TEST RAX,RAX MOV R9D,dword ptr [RBP + -0x60] MOV R10,qword ptr [RBP + -0x78] JZ 0x00389ed8 SUB RAX,RBX MOV ESI,dword ptr [R14 + 0x48] LEA RAX,[R13 + RAX*0x4] MOV dword ptr [RAX],ESI TEST DL,DL JNZ 0x00389d7d MOV RDX,qword ptr [R12 + 0x10] MOV RBX,RCX CMP RCX,RDX JL 0x00389e0a MOV qword ptr [R12 + 0x10],0x0 MOV RAX,qword ptr [RBP + -0x68] MOV R12D,EAX TEST AL,AL JNZ 0x00389d01 MOV RAX,qword ptr [R15] MOV RDX,RBX MOV RSI,R10 MOV RDI,R15 CALL qword ptr [RAX + 0x60] CMP RAX,RBX MOV EAX,0x1 CMOVNZ R12D,EAX LEA RSP,[RBP + -0x28] XOR EDX,EDX MOV RAX,R15 POP RBX MOV DL,R12B POP R12 POP R13 POP R14 POP R15 POP RBP RET LEA EDX,[RAX + 0x1] MOVSXD RAX,EDX MOV dword ptr [RBP + -0x80],EDX ADD RAX,0x17 AND RAX,-0x10 SUB RSP,RAX CALL 0x0033ad50 LEA RBX,[RSP + 0xf] PUSH qword ptr [RBP + 0x18] MOV EDX,dword ptr [RBP + -0x80] MOV RCX,qword ptr [RBP + -0x58] PUSH qword ptr [RBP + 0x10] AND RBX,-0x10 MOV R8,R13 MOV RDI,qword ptr [RBP + -0x78] MOV qword ptr [RBP + -0x48],RAX MOV RSI,RBX XOR EAX,EAX CALL 0x00348470 POP RCX POP RSI MOV dword ptr [RBP + -0x4c],EAX JMP 0x00389c26 CMP byte ptr [R14 + 0x20],0x0 JZ 0x00389cc1 XOR EAX,EAX LEA RDX,[0x17 + RCX*0x8] AND RDX,-0x10 SUB RSP,RDX MOVZX EDX,byte ptr [RBX] LEA R11,[RSP + 0xf] SUB EDX,0x2b AND R11,-0x10 AND EDX,0xfd JNZ 0x00389f20 MOV EDX,dword ptr [R13] LEA EBX,[R9 + -0x1] LEA R10,[R13 + 0x4] MOV dword ptr [RBP + -0x4c],EBX LEA R9,[R11 + 0x4] MOV EBX,0x1 MOV dword ptr [R11],EDX LEA RDI,[RBP + -0x4c] MOV ECX,dword ptr [R14 + 0x4c] MOV RDX,qword ptr [R14 + 0x18] MOV R8,RAX MOV RSI,qword ptr [R14 + 0x10] PUSH RDI PUSH R10 MOV RDI,qword ptr [RBP + -0x70] MOV qword ptr [RBP + -0x58],R11 CALL 0x00387350 ADD EBX,dword ptr [RBP + -0x4c] MOV R11,qword ptr [RBP + -0x58] MOV RDX,qword ptr [R12 + 0x10] MOVSXD RCX,EBX POP R9 MOV dword ptr [RBP + -0x4c],ECX POP R10 MOV RBX,RCX MOV R10,R11 CMP RCX,RDX JGE 0x00389cd2 MOV RDI,qword ptr [RBP + -0x70] MOV ESI,dword ptr [RBP + -0x7c] MOV R9,R10 MOV RCX,R12 LEA RAX,[0x17 + RDX*0x4] AND RAX,-0x10 SUB RSP,RAX LEA RAX,[RBP + -0x4c] LEA R13,[RSP + 0xf] SUB RSP,0x8 PUSH RAX AND R13,-0x10 MOV R8,R13 CALL 0x003885b0 POP RDI MOVSXD RBX,dword ptr [RBP + -0x4c] MOV R10,R13 POP R8 JMP 0x00389cd2 CALL 0x0033ad50 PUSH qword ptr [RBP + 0x18] LEA R13,[RBP + -0x48] MOV RCX,qword ptr [RBP + -0x58] PUSH qword ptr [RBP + 0x10] MOV EDX,0x36 MOV RSI,RBX MOV RDI,R13 MOV qword ptr [RBP + -0x48],RAX XOR EAX,EAX CALL 0x00348470 POP R11 POP RDX MOV dword ptr [RBP + -0x4c],EAX CMP EAX,0x35 JLE 0x00389c26 LEA EDX,[RAX + 0x1] MOVSXD RAX,EDX MOV dword ptr [RBP + -0x78],EDX ADD RAX,0x17 AND RAX,-0x10 SUB RSP,RAX CALL 0x0033ad50 LEA RBX,[RSP + 0xf] PUSH qword ptr [RBP + 0x18] MOV EDX,dword ptr [RBP + -0x78] AND RBX,-0x10 MOV RCX,qword ptr [RBP + -0x58] PUSH qword ptr [RBP + 0x10] MOV RDI,R13 MOV qword ptr [RBP + -0x48],RAX MOV RSI,RBX XOR EAX,EAX CALL 0x00348470 MOV dword ptr [RBP + -0x4c],EAX POP RAX POP RDX JMP 0x00389c26 TEST DL,DL JZ 0x00389cc1 CMP R9D,0x2 JLE 0x00389d7d MOVZX EDX,byte ptr [RBX + 0x1] CMP DL,0x39 JG 0x00389cc1 MOVZX ESI,byte ptr [RBX + 0x2] SUB ESI,0x30 CMP SIL,0x9 JA 0x00389cc1 CMP DL,0x2f JLE 0x00389cc1 JMP 0x00389d7d MOV R9,R11 XOR EBX,EBX JMP 0x00389dc2
null
null
null
null
[('const--16', u'INT_AND_-1205362628'), (u'STORE_-1205362656', u'INDIRECT_-1205360503'), (u'INT_AND_-1205362723', u'CAST_-1205360022'), (u'INDIRECT_-1205360686', u'MULTIEQUAL_-1205360929'), (u'INDIRECT_-1205360684', u'MULTIEQUAL_-1205361019'), (u'COPY_-1205360317', u'PIECE_-1205361494'), (u'STORE_-1205362636', u'INDIRECT_-1205360815'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205363222'), (u'CALL_-1205363597', u'INDIRECT_-1205361146'), (u'CALL_-1205363520', u'INDIRECT_-1205361381'), (u'INT_SEXT_-1205362100', u'INT_ADD_-1205362087'), ('const-433', u'STORE_-1205363197'), (u'STORE_-1205363283', u'INDIRECT_-1205361204'), (u'INDIRECT_-1205360638', u'MULTIEQUAL_-1205360570'), (u'CALL_-1205363520', u'INT_ADD_-1205362624'), (u'INT_SLESS_-1205362231', u'CBRANCH_-1205362238'), (u'INDIRECT_-1205360639', u'MULTIEQUAL_-1205360974'), ('const-1', u'PTRADD_-1205360266'), (u'INDIRECT_-1205360869', u'MULTIEQUAL_-1205361112'), (u'CAST_-1205360409', u'STORE_-1205363471'), ('const-3709999', u'STORE_-1205363471'), ('const-1', u'PTRADD_-1205363222'), (u'CALL_-1205363466', u'INDIRECT_-1205361079'), ('const-1', u'PTRADD_-1205362574'), ('const-1', u'PTRADD_-1205360107'), (u'INT_AND_-1205363629', u'INT_EQUAL_-1205363613'), (u'INDIRECT_-1205360742', u'COPY_-1205360268'), ('const-260', u'INT_AND_-1205363629'), (u'CALL_-1205362580', u'INDIRECT_-1205360953'), (u'CAST_-1205359801', u'STORE_-1205362066'), ('tmp_5428', u'PTRSUB_-1205360629'), (u'INDIRECT_-1205360909', u'MULTIEQUAL_-1205361190'), (u'STORE_-1205363283', u'INDIRECT_-1205360928'), (u'CALL_-1205362162', u'INT_ADD_-1205362105'), (u'INT_LESS_-1205362186', u'CBRANCH_-1205362194'), (u'INT_ADD_-1205360257', u'CAST_-1205360127'), (u'CALL_-1205362631', u'INDIRECT_-1205360639'), (u'PTRADD_-1205363300', u'CAST_-1205360352'), (u'INDIRECT_-1205360819', u'MULTIEQUAL_-1205361098'), (u'INT_SLESS_-1205363477', u'CBRANCH_-1205363484'), (u'INDIRECT_-1205360957', u'MULTIEQUAL_-1205361236'), (u'MULTIEQUAL_-1205361451', u'CAST_-1205359833'), (u'CALL_-1205362488', u'MULTIEQUAL_-1205360959'), (u'CAST_-1205360150', u'COPY_-1205360195'), (u'INDIRECT_-1205360936', u'COPY_-1205360177'), (u'PIECE_-1205360998', u'CAST_-1205360310'), (u'COPY_-1205360198', u'MULTIEQUAL_-1205361866'), (u'STORE_-1205361981', u'INDIRECT_-1205360347'), (u'COPY_-1205359907', u'CAST_-1205359755'), (u'MULTIEQUAL_-1205361916', u'INT_NOTEQUAL_-1205363063'), ('tmp_5428', u'PTRSUB_-1205360699'), ('const--16', u'INT_AND_-1205362683'), (u'MULTIEQUAL_-1205360806', u'MULTIEQUAL_-1205360480'), (u'STORE_-1205362656', u'INDIRECT_-1205360458'), (u'INT_SEXT_-1205362607', u'CAST_-1205359826'), ('const-16', u'PTRADD_-1205363080'), (u'MULTIEQUAL_-1205361521', u'STORE_-1205362631'), ('tmp_5428', u'PTRSUB_-1205360677'), (u'CALL_-1205362488', u'INDIRECT_-1205361002'), (u'INDIRECT_-1205360864', u'MULTIEQUAL_-1205361143'), (u'INDIRECT_-1205361182', u'MULTIEQUAL_-1205361461'), (u'INDIRECT_-1205361291', u'MULTIEQUAL_-1205361236'), (u'INDIRECT_-1205360283', u'MULTIEQUAL_-1205360914'), ('const--80', u'PTRSUB_-1205360629'), (u'CAST_-1205359847', u'STORE_-1205362656'), (u'INDIRECT_-1205361060', u'MULTIEQUAL_-1205361007'), (u'STORE_-1205362613', u'INDIRECT_-1205360765'), (u'PTRADD_-1205363080', u'CAST_-1205360192'), (u'STORE_-1205362567', u'INDIRECT_-1205361108'), (u'CALL_-1205363520', u'INDIRECT_-1205361291'), ('const--16', u'INT_ADD_-1205360113'), (u'INDIRECT_-1205361101', u'CAST_-1205360441'), (u'STORE_-1205362613', u'INDIRECT_-1205361038'), (u'LOAD_-1205363276', u'INT_EQUAL_-1205363182'), (u'STORE_-1205362048', u'INDIRECT_-1205360378'), (u'STORE_-1205363082', u'INDIRECT_-1205361056'), (u'STORE_-1205362631', u'INDIRECT_-1205360824'), (u'STORE_-1205362048', u'INDIRECT_-1205360744'), (u'INDIRECT_-1205361210', u'MULTIEQUAL_-1205361128'), (u'INDIRECT_-1205361302', u'MULTIEQUAL_-1205360984'), (u'CALL_-1205362232', u'INDIRECT_-1205360585'), (u'LOAD_-1205363086', u'CALLIND_-1205363076'), (u'INT_ADD_-1205362105', u'INT_SEXT_-1205362100'), ('const--200', u'PTRSUB_-1205359883'), (u'INDIRECT_-1205360912', u'MULTIEQUAL_-1205361247'), (u'PTRSUB_-1205359992', u'CALL_-1205361976'), (u'CALL_-1205362608', u'INDIRECT_-1205360502'), ('const--8', u'INT_ADD_-1205360166'), (u'CALL_-1205363686', u'INDIRECT_-1205361240'), (u'INDIRECT_-1205361336', u'MULTIEQUAL_-1205361281'), (u'INDIRECT_-1205361027', u'MULTIEQUAL_-1205360945'), (u'INT_AND_-1205363363', u'CAST_-1205360365'), (u'INDIRECT_-1205360546', u'MULTIEQUAL_-1205360881'), ('const-3710197', u'STORE_-1205363082'), ('const-433', u'STORE_-1205363140'), (u'CAST_-1205360295', u'LOAD_-1205363276'), ('const-433', u'LOAD_-1205363365'), (u'STORE_-1205362636', u'INDIRECT_-1205360587'), (u'CALL_-1205362488', u'INDIRECT_-1205361137'), ('const-433', u'LOAD_-1205363175'), (u'INT_SEXT_-1205362559', u'CAST_-1205359915'), (u'INT_ADD_-1205363198', u'CAST_-1205360263'), (u'CAST_-1205359915', u'CAST_-1205359895'), ('tmp_1977', u'CBRANCH_-1205362172'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360922'), (u'INT_ADD_-1205360265', u'PTRADD_-1205360267'), (u'INT_ADD_-1205360179', u'PTRADD_-1205362574'), (u'PTRADD_-1205362520', u'CAST_-1205359921'), ('const-15', u'INT_ADD_-1205360250'), (u'CALL_-1205363597', u'INDIRECT_-1205361422'), (u'INT_ADD_-1205362584', u'INT_SEXT_-1205362559'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360268'), ('const-3710308', u'STORE_-1205362493'), ('const-433', u'LOAD_-1205363684'), ('const-88', u'INT_ADD_-1205363349'), (u'CALL_-1205362580', u'INDIRECT_-1205360725'), ('const-8', u'INT_ADD_-1205360259'), ('const-433', u'STORE_-1205362613'), (u'MULTIEQUAL_-1205361637', u'CALL_-1205362631'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360196'), (u'STORE_-1205363361', u'INDIRECT_-1205361206'), ('tmp_5428', u'PTRSUB_-1205359992'), (u'CALL_-1205362061', u'CAST_-1205359800'), (u'CALL_-1205362162', u'INDIRECT_-1205360455'), (u'INDIRECT_-1205360957', u'MULTIEQUAL_-1205361292'), ('const-43', u'INT_SUB_-1205360285'), (u'INT_ADD_-1205360090', u'PTRADD_-1205362616'), (u'INDIRECT_-1205360638', u'MULTIEQUAL_-1205361190'), ('const-23', u'INT_ADD_-1205362794'), (u'INDIRECT_-1205360914', u'COPY_-1205360262'), (u'INDIRECT_-1205360979', u'MULTIEQUAL_-1205360707'), (u'INT_NOTEQUAL_-1205362292', u'CBRANCH_-1205362292'), (u'INDIRECT_-1205361345', u'MULTIEQUAL_-1205361263'), (u'CAST_-1205359968', u'LOAD_-1205362663'), (u'SUBPIECE_-1205360975', u'INT_SLESS_-1205362262'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361150'), (u'PTRADD_-1205360592', u'MULTIEQUAL_-1205361602'), (u'COPY_-1205360066', u'CALL_-1205362631'), (u'CALL_-1205363758', u'INT_ADD_-1205362567'), (u'CALL_-1205362232', u'CAST_-1205359880'), ('const-3709976', u'COPY_-1205363527'), (u'STORE_-1205362631', u'INDIRECT_-1205360959'), (u'STORE_-1205362656', u'INDIRECT_-1205360548'), (u'COPY_-1205363716', u'MULTIEQUAL_-1205362008'), (u'CALL_-1205363466', u'INDIRECT_-1205361034'), (u'STORE_-1205362048', u'INDIRECT_-1205360609'), (u'MULTIEQUAL_-1205361602', u'PTRADD_-1205360090'), ('const--224', u'PTRSUB_-1205359848'), (u'STORE_-1205362013', u'INDIRECT_-1205360318'), ('const--200', u'PTRSUB_-1205359925'), (u'CALL_-1205363686', u'INDIRECT_-1205361423'), (u'CAST_-1205360101', u'CALL_-1205362488'), ('const-0', u'COPY_-1205360317'), (u'INDIRECT_-1205361026', u'MULTIEQUAL_-1205360896'), (u'STORE_-1205362013', u'INDIRECT_-1205360594'), (u'SUBPIECE_-1205361420', u'MULTIEQUAL_-1205361475'), (u'SUBPIECE_-1205360589', u'COPY_-1205359910'), (u'CAST_-1205359937', u'STORE_-1205362613'), (u'INDIRECT_-1205360914', u'MULTIEQUAL_-1205360846'), (u'CALL_-1205362608', u'INDIRECT_-1205360824'), (u'INT_ADD_-1205359889', u'INT_ADD_-1205359887'), (u'INT_ADD_-1205360588', u'PTRADD_-1205363334'), ('const-1', u'PTRADD_-1205362552'), (u'CALL_-1205363520', u'INT_SLESS_-1205363477'), (u'CAST_-1205360352', u'STORE_-1205363361'), ('const-1', u'PTRADD_-1205360090'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361257'), (u'STORE_-1205362613', u'INDIRECT_-1205360993'), (u'MULTIEQUAL_-1205360945', u'MULTIEQUAL_-1205360618'), (u'PTRSUB_-1205359883', u'PTRADD_-1205359883'), ('const-0', u'STORE_-1205363140'), (u'STORE_-1205362013', u'INDIRECT_-1205360456'), (u'INT_NOTEQUAL_-1205363247', u'CBRANCH_-1205363231'), (u'STORE_-1205362635', u'INDIRECT_-1205360778'), (u'CALL_-1205362488', u'INDIRECT_-1205360864'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361105'), (u'STORE_-1205363283', u'INDIRECT_-1205361249'), (u'PIECE_-1205361494', u'RETURN_-1205362979'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205363300'), (u'CAST_-1205360022', u'COPY_-1205360156'), (u'STORE_-1205363471', u'INDIRECT_-1205361211'), (u'PTRADD_-1205363622', u'CAST_-1205360530'), (u'STORE_-1205363283', u'INDIRECT_-1205361111'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360784'), (u'STORE_-1205362493', u'INDIRECT_-1205361118'), (u'INDIRECT_-1205361004', u'MULTIEQUAL_-1205360936'), (u'PTRADD_-1205360089', u'CAST_-1205359835'), ('const-433', u'LOAD_-1205362644'), (u'MULTIEQUAL_-1205361083', u'MULTIEQUAL_-1205361067'), (u'STORE_-1205362567', u'INDIRECT_-1205360880'), (u'INT_SLESS_-1205363716', u'CBRANCH_-1205363713'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205363334'), (u'INDIRECT_-1205360456', u'INT_SEXT_-1205362607'), (u'MULTIEQUAL_-1205361913', u'PTRADD_-1205363021'), (u'CAST_-1205360441', u'CALL_-1205363520'), (u'INT_ADD_-1205362584', u'COPY_-1205362564'), (u'PTRADD_-1205359925', u'MULTIEQUAL_-1205362083'), (u'COPY_-1205359964', u'MULTIEQUAL_-1205361896'), (u'INT_2COMP_-1205361457', u'INT_ADD_-1205360265'), (u'INDIRECT_-1205361117', u'MULTIEQUAL_-1205360845'), (u'STORE_-1205362656', u'INDIRECT_-1205360779'), ('const-1', u'PTRADD_-1205359925'), ('const-0', u'SUBPIECE_-1205360589'), (u'CALL_-1205362580', u'INDIRECT_-1205360770'), (u'STORE_-1205362545', u'INDIRECT_-1205360776'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360269'), (u'CALL_-1205363466', u'INDIRECT_-1205360943'), ('const-433', u'LOAD_-1205362776'), (u'CALL_-1205361976', u'MULTIEQUAL_-1205360959'), ('const-4', u'SUBPIECE_-1205360998'), (u'STORE_-1205362656', u'INDIRECT_-1205360869'), ('const--8', u'INT_ADD_-1205360571'), (u'CALL_-1205362488', u'INDIRECT_-1205361047'), (u'INT_SLESSEQUAL_-1205362520', u'CBRANCH_-1205362528'), (u'STORE_-1205363283', u'INDIRECT_-1205361066'), (u'CAST_-1205360139', u'STORE_-1205362567'), (u'CALL_-1205362631', u'INDIRECT_-1205360410'), (u'INDIRECT_-1205360686', u'MULTIEQUAL_-1205361236'), ('const-1', u'PTRADD_-1205362202'), (u'CALL_-1205362580', u'INDIRECT_-1205361046'), ('const-54', u'CALL_-1205362162'), ('tmp_9149', u'COPY_-1205363593'), (u'INT_ADD_-1205360268', u'INT_ADD_-1205360167'), ('const-1', u'PTRADD_-1205363080'), ('const--85', u'PTRSUB_-1205360747'), (u'CALL_-1205363466', u'INDIRECT_-1205361172'), (u'COPY_-1205360182', u'COPY_-1205360179'), (u'INT_2COMP_-1205361178', u'INT_ADD_-1205360079'), (u'INT_2COMP_-1205361178', u'INT_ADD_-1205360090'), (u'INT_2COMP_-1205361046', u'PTRADD_-1205359925'), (u'CAST_-1205360102', u'STORE_-1205362493'), ('const--72', u'PTRSUB_-1205360699'), (u'MULTIEQUAL_-1205361866', u'CAST_-1205360050'), (u'CAST_-1205359936', u'LOAD_-1205362151'), (u'STORE_-1205362613', u'INDIRECT_-1205360720'), (u'STORE_-1205362545', u'INDIRECT_-1205361142'), (u'CALL_-1205363597', u'INDIRECT_-1205361332'), (u'STORE_-1205362631', u'INDIRECT_-1205360869'), ('const-3710528', u'STORE_-1205362636'), (u'STORE_-1205362631', u'INDIRECT_-1205361004'), (u'INDIRECT_-1205360548', u'INT_ADD_-1205362584'), (u'CALLIND_-1205363355', u'INDIRECT_-1205360890'), (u'PTRADD_-1205362202', u'LOAD_-1205362264'), (u'INT_SLESS_-1205362165', u'CBRANCH_-1205362172'), (u'INT_AND_-1205360270', u'INT_EQUAL_-1205362723'), (u'INDIRECT_-1205360501', u'MULTIEQUAL_-1205360836'), (u'LOAD_-1205362655', u'CALL_-1205362608'), ('const-4', u'INT_ADD_-1205362670'), (u'STORE_-1205362613', u'INDIRECT_-1205360675'), (u'CALL_-1205363466', u'INDIRECT_-1205361217'), (u'INDIRECT_-1205361392', u'MULTIEQUAL_-1205361263'), ('const-1', u'PTRADD_-1205360594'), ('const-4', u'INT_MULT_-1205362691'), (u'CALL_-1205363278', u'INDIRECT_-1205360889'), (u'CALL_-1205362232', u'INDIRECT_-1205360492'), ('const-0', u'INT_EQUAL_-1205363329'), (u'STORE_-1205361981', u'INDIRECT_-1205360713'), (u'CALL_-1205362488', u'INDIRECT_-1205360819'), ('tmp_5428', u'PTRSUB_-1205360274'), (u'COPY_-1205360379', u'MULTIEQUAL_-1205362055'), ('const-72', u'INT_ADD_-1205363198'), (u'PTRADD_-1205359891', u'MULTIEQUAL_-1205362087'), ('const-54', u'CALL_-1205363520'), (u'CALL_-1205363520', u'INDIRECT_-1205361243'), (u'STORE_-1205362656', u'INDIRECT_-1205360412'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361119'), (u'STORE_-1205362048', u'INDIRECT_-1205360333'), (u'INT_2COMP_-1205361457', u'INT_ADD_-1205360259'), (u'COPY_-1205360156', u'MULTIEQUAL_-1205361546'), ('tmp_814', u'CBRANCH_-1205363231'), (u'CALL_-1205363758', u'INDIRECT_-1205361511'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360270'), (u'CAST_-1205359963', u'LOAD_-1205362655'), (u'CALL_-1205362631', u'INDIRECT_-1205360501'), (u'INDIRECT_-1205360824', u'MULTIEQUAL_-1205361067'), (u'INT_EQUAL_-1205362723', u'CBRANCH_-1205362717'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360266'), (u'STORE_-1205363471', u'INDIRECT_-1205361259'), (u'INT_ADD_-1205363427', u'INT_AND_-1205363395'), (u'CALL_-1205363597', u'CAST_-1205360482'), ('tmp_5438', u'COPY_-1205360653'), ('const-433', u'LOAD_-1205362149'), (u'MULTIEQUAL_-1205361322', u'INT_ADD_-1205362689'), (u'CALL_-1205361976', u'INDIRECT_-1205360740'), (u'CALL_-1205361976', u'INDIRECT_-1205360605'), (u'SUBPIECE_-1205360615', u'PIECE_-1205360615'), (u'INDIRECT_-1205361049', u'MULTIEQUAL_-1205361292'), ('tmp_5428', u'PTRSUB_-1205359899'), ('const-1', u'PTRADD_-1205359891'), (u'INDIRECT_-1205360934', u'COPY_-1205360379'), (u'INT_MULT_-1205362691', u'INT_ADD_-1205362703'), (u'STORE_-1205361981', u'INDIRECT_-1205360668'), ('tmp_1342', u'BRANCH_-1205362606'), (u'CALL_-1205362162', u'INDIRECT_-1205360731'), (u'CAST_-1205360396', u'LOAD_-1205363454'), (u'STORE_-1205362585', u'INDIRECT_-1205360708'), ('tmp_714', u'CBRANCH_-1205363323'), (u'STORE_-1205363082', u'INDIRECT_-1205360780'), (u'PTRADD_-1205363021', u'CAST_-1205360158'), (u'INT_ADD_-1205360267', u'INT_ADD_-1205360166'), (u'PTRSUB_-1205360274', u'PTRADD_-1205360274'), (u'STORE_-1205363283', u'INDIRECT_-1205361294'), (u'STORE_-1205361981', u'INDIRECT_-1205360440'), (u'INT_2COMP_-1205361046', u'INT_ADD_-1205359894'), (u'INT_ADD_-1205362689', u'COPY_-1205362692'), (u'STORE_-1205362585', u'INDIRECT_-1205360984'), (u'INDIRECT_-1205361072', u'MULTIEQUAL_-1205360801'), (u'STORE_-1205362545', u'INDIRECT_-1205360686'), ('const-433', u'LOAD_-1205363104'), ('tmp_2301', u'BRANCH_-1205362469'), ('const-0', u'COPY_-1205359964'), (u'CAST_-1205360192', u'STORE_-1205363140'), (u'STORE_-1205362567', u'INDIRECT_-1205361018'), (u'STORE_-1205362013', u'INDIRECT_-1205360729'), (u'STORE_-1205363471', u'INDIRECT_-1205361121'), ('const-0', u'INT_NOTEQUAL_-1205363247'), (u'CAST_-1205359996', u'INT_ADD_-1205362682'), (u'STORE_-1205362631', u'INDIRECT_-1205360502'), (u'CALL_-1205363278', u'INDIRECT_-1205360843'), (u'STORE_-1205362636', u'INDIRECT_-1205360725'), ('const--16', u'INT_ADD_-1205360114'), (u'CALL_-1205362608', u'INDIRECT_-1205360593'), (u'INT_MULT_-1205363177', u'INT_ADD_-1205363189'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360270'), ('const-96', u'INT_ADD_-1205363070'), ('const--200', u'PTRSUB_-1205360274'), (u'INDIRECT_-1205360821', u'MULTIEQUAL_-1205361371'), (u'CALL_-1205362608', u'INDIRECT_-1205360548'), (u'INDIRECT_-1205360776', u'MULTIEQUAL_-1205361019'), (u'MULTIEQUAL_-1205362087', u'CAST_-1205360267'), (u'CALL_-1205363466', u'INDIRECT_-1205360989'), (u'CAST_-1205360575', u'LOAD_-1205363756'), (u'COPY_-1205362692', u'MULTIEQUAL_-1205360550'), (u'INT_ADD_-1205360270', u'INT_ADD_-1205360250'), (u'CAST_-1205359921', u'LOAD_-1205362582'), (u'CALL_-1205363466', u'INDIRECT_-1205361127'), ('const-260', u'INT_EQUAL_-1205363613'), (u'CALL_-1205363520', u'MULTIEQUAL_-1205360959'), ('tmp_5428', u'PTRSUB_-1205359841'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360874'), (u'COPY_-1205360377', u'MULTIEQUAL_-1205361587'), (u'COPY_-1205360368', u'MULTIEQUAL_-1205361451'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361347'), ('const--200', u'PTRSUB_-1205360258'), (u'CALL_-1205363520', u'INDIRECT_-1205361336'), ('const-1', u'PTRADD_-1205362616'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361392'), (u'STORE_-1205363283', u'INDIRECT_-1205361021'), ('tmp_5428', u'PTRSUB_-1205360266'), (u'INT_AND_-1205363395', u'INT_2COMP_-1205361710'), (u'PTRADD_-1205360274', u'CAST_-1205360151'), (u'CAST_-1205360157', u'INT_NOTEQUAL_-1205363063'), (u'CALL_-1205362608', u'INDIRECT_-1205360869'), (u'CALL_-1205363686', u'INDIRECT_-1205361192'), (u'STORE_-1205362585', u'INDIRECT_-1205360753'), ('const-53', u'INT_SLESS_-1205362119'), (u'CALL_-1205362061', u'INDIRECT_-1205360825'), (u'LOAD_-1205363684', u'INT_AND_-1205363629'), (u'INDIRECT_-1205361074', u'MULTIEQUAL_-1205360945'), ('tmp_5428', u'PTRSUB_-1205360043'), (u'INT_SEXT_-1205363447', u'PTRADD_-1205363369'), ('const-4', u'INT_MULT_-1205363177'), (u'LOAD_-1205363365', u'CALLIND_-1205363355'), (u'INT_ADD_-1205360266', u'PTRADD_-1205360268'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360267'), ('const-1', u'PTRADD_-1205362520'), (u'INT_ADD_-1205359887', u'CAST_-1205359773'), (u'CAST_-1205359834', u'CALL_-1205362631'), (u'CALL_-1205361976', u'INDIRECT_-1205360374'), (u'CALL_-1205362580', u'INDIRECT_-1205361136'), (u'INT_EQUAL_-1205363613', u'CBRANCH_-1205363608'), (u'CAST_-1205359789', u'STORE_-1205362048'), (u'CAST_-1205359756', u'STORE_-1205361981'), (u'INDIRECT_-1205360934', u'MULTIEQUAL_-1205360851'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360266'), (u'STORE_-1205362635', u'INDIRECT_-1205360961'), (u'INDIRECT_-1205360936', u'MULTIEQUAL_-1205360617'), (u'STORE_-1205363283', u'INDIRECT_-1205360883'), (u'INT_ADD_-1205362639', u'CAST_-1205359963'), (u'SUBPIECE_-1205360998', u'PIECE_-1205360998'), (u'INT_ADD_-1205360167', u'PTRADD_-1205362552'), (u'STORE_-1205362066', u'INDIRECT_-1205360389'), (u'STORE_-1205362048', u'INDIRECT_-1205360516'), (u'STORE_-1205362567', u'INDIRECT_-1205360835'), (u'INDIRECT_-1205361210', u'MULTIEQUAL_-1205360939'), (u'CALL_-1205363597', u'INDIRECT_-1205361239'), (u'CALL_-1205363278', u'INDIRECT_-1205361117'), (u'CAST_-1205359843', u'CALL_-1205362162'), (u'CAST_-1205359845', u'INT_AND_-1205362628'), (u'CALL_-1205362061', u'INDIRECT_-1205360735'), (u'INT_EQUAL_-1205362568', u'CBRANCH_-1205362564'), (u'STORE_-1205362585', u'INDIRECT_-1205361074'), (u'INT_ADD_-1205362794', u'INT_AND_-1205362774'), ('const-1', u'INT_ADD_-1205362105'), (u'STORE_-1205362066', u'INDIRECT_-1205360665'), (u'STORE_-1205361981', u'INDIRECT_-1205360578'), ('const-433', u'STORE_-1205362631'), ('const-433', u'STORE_-1205362656'), ('const-3710097', u'STORE_-1205363283'), (u'CALL_-1205363466', u'INDIRECT_-1205361445'), (u'CALL_-1205362061', u'INDIRECT_-1205360645'), (u'INT_ADD_-1205362670', u'CAST_-1205359986'), ('const-16', u'PTRADD_-1205363113'), ('tmp_5429', u'CALL_-1205363686'), (u'INDIRECT_-1205360650', u'MULTIEQUAL_-1205361281'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360588'), ('tmp_9148', u'STORE_-1205362545'), (u'PTRADD_-1205359883', u'CAST_-1205359789'), (u'CAST_-1205360076', u'LOAD_-1205362583'), ('const-1', u'PTRADD_-1205360592'), (u'CALL_-1205362608', u'INDIRECT_-1205360914'), (u'INT_EQUAL_-1205362723', u'INT_ZEXT_-1205361288'), (u'MULTIEQUAL_-1205361602', u'PTRADD_-1205360107'), (u'CALL_-1205363597', u'INDIRECT_-1205361194'), (u'INDIRECT_-1205361198', u'MULTIEQUAL_-1205361143'), (u'MULTIEQUAL_-1205362055', u'MULTIEQUAL_-1205361916'), (u'STORE_-1205362493', u'INDIRECT_-1205360890'), (u'PTRSUB_-1205360674', u'MULTIEQUAL_-1205362083'), (u'STORE_-1205363082', u'INDIRECT_-1205361146'), (u'STORE_-1205361981', u'INDIRECT_-1205360256'), (u'COPY_-1205360275', u'CALL_-1205362488'), (u'CALL_-1205362061', u'INDIRECT_-1205360323'), (u'INDIRECT_-1205360936', u'INT_SEXT_-1205363338'), (u'STORE_-1205362636', u'INDIRECT_-1205360677'), (u'STORE_-1205362656', u'INDIRECT_-1205360914'), (u'CALL_-1205362631', u'INDIRECT_-1205360912'), (u'CALL_-1205361976', u'INDIRECT_-1205360650'), (u'CALL_-1205363597', u'INDIRECT_-1205361467'), (u'PTRADD_-1205359899', u'CAST_-1205359801'), (u'INT_ADD_-1205360265', u'CAST_-1205360102'), (u'CAST_-1205360257', u'STORE_-1205363197'), (u'CALL_-1205363466', u'INDIRECT_-1205361265'), (u'STORE_-1205362567', u'INDIRECT_-1205360925'), (u'INDIRECT_-1205360638', u'SUBPIECE_-1205360615'), ('const-433', u'STORE_-1205362567'), (u'STORE_-1205362613', u'INDIRECT_-1205360491'), (u'MULTIEQUAL_-1205361602', u'PTRADD_-1205362575'), (u'INT_MULT_-1205362782', u'INT_ADD_-1205362794'), (u'INDIRECT_-1205360959', u'MULTIEQUAL_-1205361202'), (u'STORE_-1205362656', u'INDIRECT_-1205360596'), ('const--80', u'PTRSUB_-1205359992'), ('const-1', u'PTRADD_-1205359883'), ('const-0', u'SUBPIECE_-1205360975'), (u'INT_2COMP_-1205361178', u'PTRADD_-1205360107'), (u'INT_EQUAL_-1205363182', u'CBRANCH_-1205363180'), (u'PTRADD_-1205362552', u'CAST_-1205359937'), (u'CAST_-1205360127', u'STORE_-1205362545'), ('const--224', u'PTRSUB_-1205360219'), ('const--16', u'INT_ADD_-1205360078'), (u'MULTIEQUAL_-1205361128', u'MULTIEQUAL_-1205361112'), (u'CALL_-1205362162', u'INDIRECT_-1205360911'), (u'INDIRECT_-1205361119', u'MULTIEQUAL_-1205360801'), ('const-0', u'RETURN_-1205362979'), ('const-23', u'INT_ADD_-1205362606'), (u'INDIRECT_-1205360731', u'COPY_-1205360119'), (u'INDIRECT_-1205361302', u'MULTIEQUAL_-1205361173'), ('tmp_5428', u'PTRSUB_-1205359925'), (u'CAST_-1205360347', u'COPY_-1205360198'), (u'STORE_-1205362631', u'INDIRECT_-1205360731'), (u'STORE_-1205362493', u'INDIRECT_-1205360616'), (u'STORE_-1205362493', u'INDIRECT_-1205360938'), ('tmp_5429', u'PTRADD_-1205363622'), (u'INDIRECT_-1205361347', u'MULTIEQUAL_-1205361029'), (u'PTRADD_-1205363803', u'CAST_-1205360636'), (u'SUBPIECE_-1205360975', u'COPY_-1205360376'), (u'CALL_-1205363466', u'INDIRECT_-1205361490'), ('const-0', u'INT_EQUAL_-1205363182'), (u'STORE_-1205363361', u'INDIRECT_-1205361068'), (u'INDIRECT_-1205361092', u'MULTIEQUAL_-1205361371'), (u'INDIRECT_-1205360593', u'COPY_-1205360055'), (u'PTRADD_-1205363410', u'CAST_-1205360409'), (u'INT_2COMP_-1205361046', u'INT_ADD_-1205359947'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361074'), (u'CALL_-1205362488', u'INDIRECT_-1205360726'), (u'INDIRECT_-1205361345', u'MULTIEQUAL_-1205361074'), (u'LOAD_-1205363454', u'INT_ADD_-1205363349'), (u'MULTIEQUAL_-1205361034', u'MULTIEQUAL_-1205361019'), (u'STORE_-1205362613', u'INDIRECT_-1205360627'), (u'CAST_-1205359950', u'STORE_-1205362635'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360269'), ('tmp_2461', u'CBRANCH_-1205362126'), (u'INT_2COMP_-1205361457', u'INT_ADD_-1205360306'), (u'CALL_-1205363278', u'INDIRECT_-1205360934'), (u'CALL_-1205361976', u'INDIRECT_-1205360467'), ('const-10', u'INT_LESS_-1205362186'), (u'INDIRECT_-1205361426', u'MULTIEQUAL_-1205361371'), (u'STORE_-1205362635', u'INDIRECT_-1205360916'), (u'MULTIEQUAL_-1205361637', u'INT_MULT_-1205362691'), (u'CAST_-1205360022', u'CAST_-1205359976'), ('const-3710549', u'COPY_-1205362239'), (u'INT_2COMP_-1205361046', u'INT_ADD_-1205359931'), (u'INDIRECT_-1205361300', u'MULTIEQUAL_-1205361029'), ('tmp_5548', u'COPY_-1205360655'), (u'INDIRECT_-1205360777', u'MULTIEQUAL_-1205361112'), ('tmp_5428', u'PTRSUB_-1205359891'), ('tmp_5431', u'LOAD_-1205363104'), (u'COPY_-1205360549', u'CALL_-1205363466'), ('const-433', u'LOAD_-1205362655'), ('const-433', u'LOAD_-1205362233'), (u'MULTIEQUAL_-1205361263', u'MULTIEQUAL_-1205361247'), ('const-0', u'SUBPIECE_-1205361420'), (u'CAST_-1205359934', u'CALL_-1205362608'), (u'CALL_-1205362061', u'INDIRECT_-1205360507'), ('const-433', u'STORE_-1205362066'), (u'CALL_-1205363758', u'INDIRECT_-1205361466'), (u'LOAD_-1205363276', u'INT_NOTEQUAL_-1205362292'), (u'STORE_-1205362048', u'INDIRECT_-1205360423'), (u'CALL_-1205361976', u'INDIRECT_-1205360329'), (u'STORE_-1205362636', u'INDIRECT_-1205360449'), (u'INDIRECT_-1205361257', u'MULTIEQUAL_-1205360939'), (u'STORE_-1205362585', u'INDIRECT_-1205360798'), (u'LOAD_-1205362663', u'CALL_-1205362608'), (u'COPY_-1205360177', u'COPY_-1205360174'), (u'CALL_-1205362162', u'INDIRECT_-1205360866'), ('tmp_5429', u'PTRADD_-1205363803'), (u'MULTIEQUAL_-1205360896', u'MULTIEQUAL_-1205360570'), ('tmp_5428', u'PTRSUB_-1205360747'), (u'MULTIEQUAL_-1205360929', u'SUBPIECE_-1205361420'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361060'), ('tmp_5428', u'PTRSUB_-1205359848'), (u'CALL_-1205363758', u'INT_ADD_-1205362639'), (u'CALL_-1205362162', u'INDIRECT_-1205360364'), ('const-0', u'INT_EQUAL_-1205362723'), (u'CALL_-1205362631', u'INDIRECT_-1205360957'), ('const-8', u'PTRADD_-1205363694'), (u'CAST_-1205360267', u'INT_SUB_-1205363207'), (u'INT_2COMP_-1205361178', u'INT_ADD_-1205360078'), (u'CAST_-1205359800', u'COPY_-1205359838'), (u'PTRADD_-1205362171', u'LOAD_-1205362233'), (u'INDIRECT_-1205360890', u'MULTIEQUAL_-1205360761'), (u'CAST_-1205360263', u'LOAD_-1205363214'), (u'INDIRECT_-1205360548', u'MULTIEQUAL_-1205361098'), (u'STORE_-1205363361', u'INDIRECT_-1205360930'), ('const--192', u'PTRSUB_-1205360658'), (u'PTRSUB_-1205359841', u'CAST_-1205359774'), (u'MULTIEQUAL_-1205361602', u'PTRADD_-1205362616'), (u'INT_ADD_-1205360079', u'PTRADD_-1205360090'), ('tmp_5429', u'PTRADD_-1205363080'), (u'INDIRECT_-1205360456', u'MULTIEQUAL_-1205360791'), (u'STORE_-1205363471', u'INDIRECT_-1205360937'), ('const-433', u'STORE_-1205362673'), (u'INT_AND_-1205362628', u'CAST_-1205359834'), (u'MULTIEQUAL_-1205362087', u'LOAD_-1205362776'), (u'INT_2COMP_-1205361710', u'PTRADD_-1205360592'), ('const-53', u'INT_SLESS_-1205363477'), (u'CAST_-1205360005', u'LOAD_-1205362713'), (u'CAST_-1205360366', u'INT_AND_-1205363363'), ('const--200', u'PTRSUB_-1205360304'), ('const-48', u'INT_SUB_-1205362206'), (u'COPY_-1205361539', u'MULTIEQUAL_-1205361475'), (u'INT_ADD_-1205362628', u'CAST_-1205359955'), (u'CAST_-1205360365', u'CALLIND_-1205363355'), (u'INT_2COMP_-1205361457', u'INT_ADD_-1205360322'), (u'MULTIEQUAL_-1205362087', u'PTRADD_-1205363369'), ('const-6', u'COPY_-1205363716'), (u'STORE_-1205362635', u'INDIRECT_-1205360826'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360967'), (u'CALL_-1205362631', u'INDIRECT_-1205360594'), ('const-3', u'INT_SLESS_-1205362262'), ('const--16', u'INT_AND_-1205363395'), (u'INT_EQUAL_-1205363106', u'CBRANCH_-1205363104'), (u'CAST_-1205359976', u'STORE_-1205362673'), (u'PTRSUB_-1205360043', u'STORE_-1205362656'), (u'CALL_-1205363758', u'INDIRECT_-1205361421'), ('const-433', u'STORE_-1205362635'), ('tmp_9149', u'STORE_-1205362567'), (u'CALL_-1205362631', u'INDIRECT_-1205360777'), (u'MULTIEQUAL_-1205362087', u'PTRADD_-1205362202'), (u'CALL_-1205363758', u'INDIRECT_-1205361373'), ('const--16', u'INT_ADD_-1205360079'), (u'CALL_-1205363758', u'INDIRECT_-1205361235'), (u'CALL_-1205362580', u'CAST_-1205360150'), (u'PIECE_-1205360615', u'CAST_-1205359816'), (u'CALL_-1205363686', u'INDIRECT_-1205361468'), ('const-433', u'LOAD_-1205362583'), (u'CALL_-1205362232', u'INDIRECT_-1205360537'), (u'STORE_-1205362635', u'INDIRECT_-1205360871'), (u'STORE_-1205362493', u'INDIRECT_-1205360845'), (u'CALL_-1205362061', u'INDIRECT_-1205360870'), (u'CAST_-1205360022', u'COPY_-1205362621'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361026'), ('tmp_2714', u'BRANCH_-1205361957'), ('const-1', u'PTRADD_-1205363334'), (u'INT_ADD_-1205360166', u'PTRADD_-1205362087'), (u'CAST_-1205360347', u'CAST_-1205360301'), ('const--16', u'INT_AND_-1205363363'), (u'CALL_-1205362232', u'INDIRECT_-1205360630'), (u'INT_ADD_-1205362703', u'INT_AND_-1205362683'), ('const-76', u'INT_ADD_-1205362647'), (u'CAST_-1205359986', u'COPY_-1205360127'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361437'), (u'INDIRECT_-1205361471', u'MULTIEQUAL_-1205361416'), ('const--200', u'PTRSUB_-1205360677'), (u'CALL_-1205362232', u'INDIRECT_-1205360768'), (u'INT_AND_-1205362628', u'CAST_-1205359844'), (u'CAST_-1205360353', u'LOAD_-1205363365'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361302'), (u'COPY_-1205362564', u'MULTIEQUAL_-1205360480'), ('const--8', u'INT_ADD_-1205360322'), (u'STORE_-1205362567', u'INDIRECT_-1205361063'), ('const-433', u'STORE_-1205362545'), (u'INDIRECT_-1205361049', u'MULTIEQUAL_-1205360981'), ('tmp_5428', u'PTRSUB_-1205360658'), (u'MULTIEQUAL_-1205360851', u'MULTIEQUAL_-1205360525'), (u'PTRSUB_-1205360211', u'CAST_-1205360128'), (u'INDIRECT_-1205360989', u'INT_SEXT_-1205363447'), ('const-0', u'INT_EQUAL_-1205363106'), ('const-0', u'COPY_-1205361979'), (u'CALL_-1205363686', u'INDIRECT_-1205361378'), (u'INT_ADD_-1205362682', u'CAST_-1205359995'), (u'CAST_-1205359664', u'INT_LESS_-1205362186'), (u'CALL_-1205363278', u'INDIRECT_-1205361300'), (u'MULTIEQUAL_-1205360663', u'COPY_-1205360066'), ('tmp_5428', u'PTRSUB_-1205360304'), ('tmp_9148', u'COPY_-1205362207'), (u'STORE_-1205363082', u'INDIRECT_-1205360918'), ('tmp_5428', u'PTRSUB_-1205360219'), (u'STORE_-1205362636', u'INDIRECT_-1205360403'), (u'INDIRECT_-1205361072', u'MULTIEQUAL_-1205360990'), (u'INDIRECT_-1205360593', u'MULTIEQUAL_-1205360836'), (u'STORE_-1205363082', u'INDIRECT_-1205360963'), (u'STORE_-1205363471', u'INDIRECT_-1205361166'), (u'STORE_-1205362493', u'INDIRECT_-1205360983'), (u'MULTIEQUAL_-1205360990', u'MULTIEQUAL_-1205360663'), (u'CALL_-1205363278', u'INDIRECT_-1205361255'), (u'CAST_-1205360151', u'STORE_-1205362585'), (u'CAST_-1205359826', u'MULTIEQUAL_-1205361916'), (u'INT_ADD_-1205362624', u'INT_SEXT_-1205362619'), (u'INT_ADD_-1205359894', u'CAST_-1205359756'), (u'INT_ADD_-1205359931', u'PTRADD_-1205359883'), ('tmp_499', u'CBRANCH_-1205363484'), (u'INDIRECT_-1205361117', u'MULTIEQUAL_-1205361034'), (u'CAST_-1205360257', u'MULTIEQUAL_-1205361896'), (u'STORE_-1205362013', u'INDIRECT_-1205360684'), (u'MULTIEQUAL_-1205362008', u'CALL_-1205363520'), (u'INT_ADD_-1205360197', u'INT_ADD_-1205360114'), (u'CALL_-1205363520', u'INDIRECT_-1205361426'), (u'CALL_-1205363520', u'INDIRECT_-1205360969'), ('const--84', u'PTRSUB_-1205360148'), ('tmp_9148', u'STORE_-1205362013'), ('tmp_5428', u'PTRSUB_-1205360674'), (u'STORE_-1205362567', u'INDIRECT_-1205360697'), ('tmp_1868', u'CBRANCH_-1205362238'), (u'STORE_-1205362631', u'INDIRECT_-1205360776'), ('const-433', u'STORE_-1205363471'), (u'STORE_-1205363082', u'INDIRECT_-1205361191'), (u'STORE_-1205362613', u'INDIRECT_-1205360537'), (u'STORE_-1205362631', u'INDIRECT_-1205360638'), (u'PTRSUB_-1205359992', u'CALL_-1205362162'), (u'INT_ADD_-1205359947', u'PTRADD_-1205359899'), (u'PTRADD_-1205363369', u'CALLIND_-1205363355'), (u'MULTIEQUAL_-1205361173', u'MULTIEQUAL_-1205361157'), (u'INDIRECT_-1205361018', u'COPY_-1205360275'), (u'COPY_-1205360378', u'MULTIEQUAL_-1205361776'), (u'CALL_-1205362061', u'INDIRECT_-1205360597'), ('const-8', u'INT_MULT_-1205362782'), (u'CAST_-1205360347', u'MULTIEQUAL_-1205362055'), (u'INDIRECT_-1205361437', u'MULTIEQUAL_-1205361308'), ('const-1', u'PTRADD_-1205363113'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360738'), (u'CALL_-1205363686', u'INDIRECT_-1205361147'), (u'INDIRECT_-1205360914', u'MULTIEQUAL_-1205361157'), ('const-1', u'INT_ADD_-1205362624'), (u'CAST_-1205360103', u'INT_ADD_-1205360265'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361240'), (u'INDIRECT_-1205360455', u'MULTIEQUAL_-1205361007'), (u'CALL_-1205363278', u'INDIRECT_-1205361072'), ('const-433', u'LOAD_-1205363276'), ('const-1', u'COPY_-1205361539'), (u'LOAD_-1205362264', u'INT_SLESS_-1205362231'), ('tmp_5428', u'PTRSUB_-1205359883'), (u'PTRSUB_-1205360258', u'PTRADD_-1205360258'), ('const-32', u'INT_ADD_-1205362567'), (u'STORE_-1205362545', u'INDIRECT_-1205360824'), (u'INT_SLESS_-1205362262', u'CBRANCH_-1205362269'), (u'CAST_-1205359844', u'COPY_-1205359983'), (u'PTRADD_-1205363694', u'CAST_-1205360575'), (u'INT_SEXT_-1205362619', u'INT_ADD_-1205362606'), (u'STORE_-1205362545', u'INDIRECT_-1205361097'), ('const-1', u'PTRADD_-1205363410'), (u'LOAD_-1205362233', u'INT_SUB_-1205362206'), ('const-433', u'LOAD_-1205362582'), (u'INDIRECT_-1205360502', u'MULTIEQUAL_-1205360745'), (u'INT_ADD_-1205360259', u'INT_ADD_-1205360257'), (u'CAST_-1205359755', u'CALL_-1205361976'), ('const-1', u'PTRADD_-1205362171'), (u'STORE_-1205362048', u'INDIRECT_-1205360654'), (u'INDIRECT_-1205360981', u'COPY_-1205360182'), (u'COPY_-1205360543', u'MULTIEQUAL_-1205362083'), ('const-4', u'INT_ADD_-1205362682'), (u'MULTIEQUAL_-1205361308', u'MULTIEQUAL_-1205361292'), (u'INT_ADD_-1205362606', u'INT_AND_-1205362585'), (u'COPY_-1205360127', u'MULTIEQUAL_-1205361546'), (u'STORE_-1205362545', u'INDIRECT_-1205360914'), (u'CAST_-1205360536', u'CALL_-1205363686'), (u'INDIRECT_-1205360979', u'MULTIEQUAL_-1205360896'), (u'MULTIEQUAL_-1205360761', u'MULTIEQUAL_-1205360434'), ('const--8', u'PTRADD_-1205363021'), (u'INDIRECT_-1205360911', u'MULTIEQUAL_-1205361461'), (u'MULTIEQUAL_-1205361218', u'MULTIEQUAL_-1205360891'), (u'STORE_-1205361981', u'INDIRECT_-1205360530'), (u'LOAD_-1205362776', u'INT_SUB_-1205360285'), (u'CALL_-1205363758', u'INDIRECT_-1205361328'), (u'INDIRECT_-1205361105', u'MULTIEQUAL_-1205361052'), (u'CAST_-1205360159', u'LOAD_-1205363086'), ('tmp_5428', u'PTRSUB_-1205360211'), (u'INDIRECT_-1205360936', u'MULTIEQUAL_-1205360806'), (u'STORE_-1205362636', u'INDIRECT_-1205360950'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360592'), (u'CALL_-1205361976', u'INDIRECT_-1205360557'), (u'MULTIEQUAL_-1205362087', u'PTRADD_-1205362171'), (u'STORE_-1205362567', u'INDIRECT_-1205360787'), (u'LOAD_-1205363214', u'STORE_-1205363197'), ('const-433', u'STORE_-1205363361'), (u'CALL_-1205363278', u'INDIRECT_-1205361390'), (u'MULTIEQUAL_-1205360896', u'MULTIEQUAL_-1205360881'), (u'INDIRECT_-1205360731', u'MULTIEQUAL_-1205361281'), (u'CALLIND_-1205363355', u'INDIRECT_-1205360981'), (u'MULTIEQUAL_-1205361776', u'COPY_-1205360368'), ('const-24', u'PTRADD_-1205363622'), (u'STORE_-1205361981', u'INDIRECT_-1205360623'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205362087'), (u'LOAD_-1205362264', u'INT_SLESS_-1205362165'), (u'INDIRECT_-1205360981', u'COPY_-1205360194'), (u'LOAD_-1205362583', u'INT_EQUAL_-1205362568'), (u'STORE_-1205362545', u'INDIRECT_-1205360731'), (u'INDIRECT_-1205360512', u'MULTIEQUAL_-1205361143'), ('const-1', u'PTRADD_-1205360267'), ('const-1', u'PTRADD_-1205360189'), (u'PTRSUB_-1205360699', u'CAST_-1205360548'), (u'CALL_-1205363758', u'INT_ADD_-1205362628'), (u'INT_ZEXT_-1205361288', u'INT_ADD_-1205362584'), (u'COPY_-1205360366', u'MULTIEQUAL_-1205361762'), (u'CALL_-1205362061', u'INDIRECT_-1205360690'), ('const-1', u'PTRADD_-1205362087'), ('const-1', u'PTRADD_-1205360268'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361164'), (u'CAST_-1205360158', u'STORE_-1205363082'), (u'CALL_-1205362580', u'INDIRECT_-1205360863'), ('const-1', u'PTRADD_-1205360188'), (u'CALL_-1205363520', u'INDIRECT_-1205361060'), (u'LOAD_-1205362582', u'INT_SLESSEQUAL_-1205362520'), (u'INDIRECT_-1205360731', u'MULTIEQUAL_-1205360663'), (u'INDIRECT_-1205361347', u'MULTIEQUAL_-1205361218'), (u'CALL_-1205362162', u'INT_SLESS_-1205362119'), ('tmp_5431', u'COPY_-1205360315'), (u'INDIRECT_-1205360374', u'MULTIEQUAL_-1205361007'), (u'STORE_-1205363361', u'INDIRECT_-1205361158'), (u'LOAD_-1205363756', u'INT_SLESS_-1205363716'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360197'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360267'), ('const-433', u'STORE_-1205362493'), (u'INDIRECT_-1205360843', u'MULTIEQUAL_-1205360572'), (u'INDIRECT_-1205360830', u'MULTIEQUAL_-1205361461'), (u'CAST_-1205360023', u'INT_AND_-1205362723'), (u'STORE_-1205362631', u'INDIRECT_-1205360686'), ('tmp_182', u'CBRANCH_-1205363713'), (u'INT_ADD_-1205363070', u'CAST_-1205360159'), (u'INT_ADD_-1205360114', u'PTRADD_-1205360189'), (u'STORE_-1205362545', u'INDIRECT_-1205360869'), (u'CALL_-1205362488', u'INDIRECT_-1205360635'), ('const-433', u'LOAD_-1205363086'), ('const-3709936', u'COPY_-1205363604'), (u'STORE_-1205362613', u'INDIRECT_-1205360948'), (u'CALL_-1205362580', u'INDIRECT_-1205360679'), (u'CALL_-1205362488', u'INDIRECT_-1205360957'), ('tmp_9149', u'STORE_-1205362048'), (u'INT_SEXT_-1205363338', u'CAST_-1205360347'), (u'INDIRECT_-1205361153', u'MULTIEQUAL_-1205361098'), (u'STORE_-1205362013', u'INDIRECT_-1205360774'), (u'CALL_-1205362162', u'INDIRECT_-1205360548'), (u'CALL_-1205362631', u'INDIRECT_-1205360684'), (u'MULTIEQUAL_-1205361546', u'CAST_-1205359934'), ('const-15', u'INT_ADD_-1205360588'), (u'PTRADD_-1205363334', u'CAST_-1205360366'), ('const--192', u'PTRSUB_-1205359891'), (u'INDIRECT_-1205360889', u'MULTIEQUAL_-1205360806'), (u'CALL_-1205363520', u'INDIRECT_-1205361105'), (u'INDIRECT_-1205361004', u'MULTIEQUAL_-1205361247'), (u'STORE_-1205362635', u'INDIRECT_-1205360504'), (u'MULTIEQUAL_-1205361218', u'MULTIEQUAL_-1205361202'), (u'STORE_-1205362545', u'INDIRECT_-1205361007'), (u'INDIRECT_-1205361165', u'MULTIEQUAL_-1205361083'), ('const-433', u'STORE_-1205361981'), (u'STORE_-1205362545', u'INDIRECT_-1205361052'), (u'STORE_-1205362048', u'INDIRECT_-1205360699'), (u'MULTIEQUAL_-1205360756', u'COPY_-1205360070'), (u'STORE_-1205362585', u'INDIRECT_-1205360936'), ('const--8', u'INT_ADD_-1205360179'), (u'STORE_-1205362613', u'INDIRECT_-1205360903'), (u'STORE_-1205362656', u'INDIRECT_-1205360641'), (u'INT_2COMP_-1205361178', u'INT_ADD_-1205360072'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360268'), (u'CALL_-1205363466', u'INDIRECT_-1205361355'), (u'INDIRECT_-1205360981', u'COPY_-1205363304'), (u'CAST_-1205360268', u'INT_SUB_-1205363207'), (u'CALL_-1205362580', u'INDIRECT_-1205361091'), (u'INT_SUB_-1205360285', u'INT_AND_-1205360270'), ('const--8', u'INT_ADD_-1205360306'), ('const-16', u'PTRADD_-1205362520'), ('const--8', u'INT_ADD_-1205359947'), ('const--224', u'PTRSUB_-1205359841'), (u'STORE_-1205362066', u'INDIRECT_-1205360527'), (u'STORE_-1205362585', u'INDIRECT_-1205361119'), (u'CAST_-1205359835', u'LOAD_-1205362056'), ('const-1', u'PTRADD_-1205362202'), (u'CAST_-1205359935', u'LOAD_-1205362149'), (u'LOAD_-1205362582', u'MULTIEQUAL_-1205361637'), (u'CALL_-1205362488', u'INDIRECT_-1205360909'), ('const-433', u'LOAD_-1205363454'), (u'PTRSUB_-1205360658', u'CALL_-1205363520'), (u'CALL_-1205361976', u'INDIRECT_-1205360695'), (u'PTRADD_-1205360266', u'MULTIEQUAL_-1205362087'), (u'PIECE_-1205361363', u'PIECE_-1205361494'), (u'INDIRECT_-1205360866', u'MULTIEQUAL_-1205361416'), (u'INDIRECT_-1205360969', u'MULTIEQUAL_-1205360914'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205363410'), (u'STORE_-1205362493', u'INDIRECT_-1205360752'), ('tmp_5428', u'PTRSUB_-1205360148'), ('tmp_1820', u'CBRANCH_-1205362269'), ('const-433', u'STORE_-1205363082'), ('const--16', u'INT_AND_-1205362774'), ('const-3710265', u'STORE_-1205362585'), (u'CAST_-1205360050', u'INT_MULT_-1205362782'), (u'COPY_-1205360119', u'CALL_-1205362608'), (u'INDIRECT_-1205360979', u'SUBPIECE_-1205360975'), (u'CAST_-1205360128', u'INT_ADD_-1205360257'), (u'PTRADD_-1205359891', u'CALL_-1205361976'), (u'STORE_-1205362493', u'INDIRECT_-1205360707'), (u'CAST_-1205360302', u'STORE_-1205363283'), (u'CALL_-1205363686', u'INDIRECT_-1205361330'), (u'INT_SUB_-1205362206', u'CAST_-1205359664'), (u'CALL_-1205362631', u'INDIRECT_-1205360822'), (u'INT_ADD_-1205360113', u'PTRADD_-1205360188'), (u'PTRADD_-1205362616', u'CAST_-1205359845'), (u'COPY_-1205359910', u'CALL_-1205361976'), (u'PTRSUB_-1205359848', u'CAST_-1205359757'), (u'MULTIEQUAL_-1205360945', u'MULTIEQUAL_-1205360929'), (u'INDIRECT_-1205360843', u'MULTIEQUAL_-1205360761'), (u'STORE_-1205363361', u'INDIRECT_-1205360975'), (u'INDIRECT_-1205360419', u'MULTIEQUAL_-1205361052'), (u'STORE_-1205362013', u'INDIRECT_-1205360639'), ('const-433', u'STORE_-1205362013'), (u'STORE_-1205363471', u'INDIRECT_-1205361349'), (u'STORE_-1205362635', u'INDIRECT_-1205360733'), (u'COPY_-1205360055', u'MULTIEQUAL_-1205361762'), (u'STORE_-1205362656', u'INDIRECT_-1205360686'), (u'CALL_-1205362631', u'INDIRECT_-1205360732'), (u'PTRSUB_-1205360747', u'CALL_-1205363758'), (u'CAST_-1205359836', u'STORE_-1205362636'), (u'STORE_-1205362013', u'INDIRECT_-1205360408'), (u'INDIRECT_-1205361381', u'MULTIEQUAL_-1205361326'), (u'CALL_-1205363520', u'INDIRECT_-1205361198'), (u'STORE_-1205362013', u'INDIRECT_-1205360546'), (u'PTRADD_-1205362707', u'CAST_-1205360023'), (u'STORE_-1205363471', u'INDIRECT_-1205361394'), ('const-433', u'LOAD_-1205362056'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361012'), (u'INT_ADD_-1205360306', u'PTRADD_-1205360258'), (u'CALL_-1205363758', u'INT_ADD_-1205362647'), ('const-1', u'PTRADD_-1205362575'), (u'STORE_-1205362635', u'INDIRECT_-1205360688'), (u'MULTIEQUAL_-1205360806', u'MULTIEQUAL_-1205360791'), ('tmp_9228', u'CALL_-1205363686'), (u'INT_ADD_-1205360078', u'PTRADD_-1205360089'), (u'CALL_-1205362061', u'INDIRECT_-1205360459'), (u'CALL_-1205363686', u'INDIRECT_-1205361285'), ('const--84', u'PTRSUB_-1205360043'), ('const--200', u'PTRSUB_-1205359899'), ('const-32', u'INT_ADD_-1205363260'), ('const-47', u'INT_SLESS_-1205362165'), (u'MULTIEQUAL_-1205361916', u'CALLIND_-1205363076'), ('const-3710437', u'STORE_-1205362613'), (u'CALL_-1205362488', u'INDIRECT_-1205361182'), ('tmp_9149', u'COPY_-1205362228'), (u'MULTIEQUAL_-1205360990', u'MULTIEQUAL_-1205360974'), (u'MULTIEQUAL_-1205361083', u'MULTIEQUAL_-1205360756'), (u'PTRSUB_-1205360266', u'PTRADD_-1205360266'), (u'CALL_-1205362162', u'INDIRECT_-1205360821'), (u'STORE_-1205361981', u'INDIRECT_-1205360803'), ('tmp_5429', u'PTRADD_-1205363694'), (u'PTRADD_-1205360594', u'MULTIEQUAL_-1205361913'), (u'INDIRECT_-1205360605', u'MULTIEQUAL_-1205361236'), (u'PTRADD_-1205363113', u'CAST_-1205360240'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205362707'), (u'INDIRECT_-1205360785', u'MULTIEQUAL_-1205361416'), ('const-208', u'PTRADD_-1205363803'), (u'INDIRECT_-1205361002', u'MULTIEQUAL_-1205361281'), (u'STORE_-1205362493', u'INDIRECT_-1205361163'), (u'INDIRECT_-1205360890', u'MULTIEQUAL_-1205360572'), (u'STORE_-1205362636', u'INDIRECT_-1205360539'), (u'INDIRECT_-1205360731', u'MULTIEQUAL_-1205360974'), (u'INT_ADD_-1205363189', u'CAST_-1205360257'), ('const-0', u'INT_EQUAL_-1205362568'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360265'), (u'STORE_-1205362013', u'INDIRECT_-1205360501'), (u'INDIRECT_-1205361212', u'MULTIEQUAL_-1205360894'), (u'CAST_-1205359915', u'MULTIEQUAL_-1205361916'), ('const-3709895', u'COPY_-1205363693'), (u'INDIRECT_-1205360771', u'MULTIEQUAL_-1205361052'), (u'COPY_-1205360055', u'MULTIEQUAL_-1205361451'), ('const-1', u'PTRADD_-1205363369'), (u'INT_AND_-1205362683', u'INT_2COMP_-1205361178'), ('const-1', u'PTRADD_-1205363694'), (u'INT_2COMP_-1205361457', u'PTRADD_-1205360266'), (u'STORE_-1205362636', u'INDIRECT_-1205360494'), (u'STORE_-1205362636', u'INDIRECT_-1205360860'), (u'PTRADD_-1205362575', u'CAST_-1205359836'), (u'STORE_-1205362048', u'INDIRECT_-1205360471'), (u'COPY_-1205360315', u'PIECE_-1205361363'), (u'PTRADD_-1205362574', u'CAST_-1205359950'), (u'MULTIEQUAL_-1205361587', u'MULTIEQUAL_-1205361521'), (u'CAST_-1205359895', u'INT_SLESSEQUAL_-1205362520'), (u'CAST_-1205359948', u'STORE_-1205362631'), (u'INDIRECT_-1205360467', u'MULTIEQUAL_-1205361098'), (u'INDIRECT_-1205361074', u'MULTIEQUAL_-1205360756'), (u'CALL_-1205362608', u'INDIRECT_-1205360686'), (u'CALL_-1205361976', u'INDIRECT_-1205360512'), (u'PTRSUB_-1205359899', u'PTRADD_-1205359899'), (u'INT_ADD_-1205360269', u'INT_ADD_-1205360179'), (u'STORE_-1205362613', u'INDIRECT_-1205360582'), ('const-0', u'INT_SLESS_-1205363716'), (u'INT_ADD_-1205360571', u'PTRADD_-1205363300'), (u'INT_ADD_-1205360524', u'PTRADD_-1205363222'), (u'INT_ADD_-1205362087', u'INT_AND_-1205362066'), (u'CALL_-1205362608', u'INDIRECT_-1205361049'), (u'CALL_-1205362608', u'INDIRECT_-1205361004'), ('const--24', u'INT_ADD_-1205360072'), (u'STORE_-1205363361', u'INDIRECT_-1205361341'), (u'CALL_-1205363466', u'CALLIND_-1205363355'), (u'CAST_-1205359955', u'LOAD_-1205362644'), (u'INT_2COMP_-1205361046', u'INT_ADD_-1205359889'), (u'INDIRECT_-1205360776', u'MULTIEQUAL_-1205361326'), (u'PTRSUB_-1205360148', u'STORE_-1205362635'), (u'CALL_-1205362631', u'INDIRECT_-1205360456'), (u'CALL_-1205362061', u'INDIRECT_-1205360369'), (u'INT_2COMP_-1205361046', u'PTRADD_-1205359891'), (u'INDIRECT_-1205361137', u'MULTIEQUAL_-1205361416'), ('tmp_2014', u'CBRANCH_-1205362564'), (u'STORE_-1205363361', u'INDIRECT_-1205361251'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360196'), (u'STORE_-1205361981', u'INDIRECT_-1205360302'), ('const-23', u'INT_ADD_-1205363427'), (u'INDIRECT_-1205360502', u'MULTIEQUAL_-1205360434'), (u'INT_EQUAL_-1205363329', u'CBRANCH_-1205363323'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360829'), (u'INDIRECT_-1205360593', u'MULTIEQUAL_-1205361143'), ('const--16', u'INT_AND_-1205362066'), (u'MULTIEQUAL_-1205362087', u'CALLIND_-1205363355'), (u'CALL_-1205363278', u'INDIRECT_-1205361027'), (u'CALL_-1205363278', u'CAST_-1205360268'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361285'), (u'CAST_-1205360347', u'INT_EQUAL_-1205363329'), (u'INDIRECT_-1205360492', u'CAST_-1205359843'), ('tmp_328', u'CBRANCH_-1205363608'), (u'INDIRECT_-1205361255', u'MULTIEQUAL_-1205361173'), ('const-4294967295', u'INT_ADD_-1205362689'), (u'COPY_-1205360262', u'CALL_-1205362488'), (u'STORE_-1205362585', u'INDIRECT_-1205361029'), (u'CAST_-1205359757', u'INT_ADD_-1205359894'), (u'STORE_-1205363471', u'INDIRECT_-1205361073'), (u'MULTIEQUAL_-1205361263', u'MULTIEQUAL_-1205360936'), (u'SUBPIECE_-1205361420', u'INT_EQUAL_-1205363106'), (u'PTRADD_-1205360107', u'MULTIEQUAL_-1205361913'), (u'INDIRECT_-1205360686', u'MULTIEQUAL_-1205360618'), (u'INT_SEXT_-1205363447', u'INT_MULT_-1205363415'), (u'STORE_-1205362493', u'INDIRECT_-1205360800'), (u'MULTIEQUAL_-1205360761', u'MULTIEQUAL_-1205360745'), ('tmp_5429', u'PTRADD_-1205363113'), ('tmp_1048', u'CBRANCH_-1205363052'), ('const-23', u'INT_ADD_-1205362087'), (u'INDIRECT_-1205361047', u'MULTIEQUAL_-1205361326'), (u'CALL_-1205362162', u'INDIRECT_-1205360686'), ('tmp_5431', u'CALLIND_-1205363076'), (u'CALL_-1205362061', u'INDIRECT_-1205360780'), (u'CALL_-1205362608', u'INDIRECT_-1205360638'), (u'LOAD_-1205362151', u'CALL_-1205362608'), (u'STORE_-1205362613', u'INDIRECT_-1205360813'), (u'COPY_-1205362564', u'MULTIEQUAL_-1205360791'), ('const-1', u'PTRADD_-1205360274'), (u'COPY_-1205360316', u'PIECE_-1205361363'), (u'LOAD_-1205363756', u'MULTIEQUAL_-1205362008'), (u'CALL_-1205362580', u'INDIRECT_-1205361226'), (u'MULTIEQUAL_-1205362055', u'CAST_-1205360228'), (u'COPY_-1205360194', u'MULTIEQUAL_-1205361776'), (u'STORE_-1205363283', u'INDIRECT_-1205360837'), (u'INDIRECT_-1205361392', u'MULTIEQUAL_-1205361074'), (u'INDIRECT_-1205361255', u'MULTIEQUAL_-1205360984'), (u'CALL_-1205362580', u'INDIRECT_-1205361181'), (u'INDIRECT_-1205360889', u'MULTIEQUAL_-1205360617'), ('const-1', u'PTRADD_-1205362707'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360189'), ('const-23', u'INT_ADD_-1205362703'), (u'INDIRECT_-1205360500', u'MULTIEQUAL_-1205361052'), (u'INDIRECT_-1205360593', u'MULTIEQUAL_-1205360525'), (u'CALL_-1205362061', u'INDIRECT_-1205360414'), (u'INDIRECT_-1205360364', u'MULTIEQUAL_-1205360914'), (u'LOAD_-1205363175', u'MULTIEQUAL_-1205361637'), (u'MULTIEQUAL_-1205361896', u'CALL_-1205362608'), (u'INDIRECT_-1205361164', u'MULTIEQUAL_-1205360845'), ('const--200', u'PTRSUB_-1205360674'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360524'), (u'STORE_-1205363082', u'INDIRECT_-1205361101'), (u'PTRADD_-1205360266', u'CALL_-1205362488'), (u'STORE_-1205362066', u'INDIRECT_-1205360710'), (u'PTRADD_-1205363222', u'CAST_-1205360302'), (u'INDIRECT_-1205360740', u'MULTIEQUAL_-1205361371'), (u'INDIRECT_-1205360981', u'MULTIEQUAL_-1205360851'), (u'CAST_-1205360636', u'CALL_-1205363758'), (u'INDIRECT_-1205360726', u'MULTIEQUAL_-1205361007'), (u'STORE_-1205362048', u'INDIRECT_-1205360561'), (u'INDIRECT_-1205360822', u'MULTIEQUAL_-1205361157'), (u'CALL_-1205363758', u'INT_ADD_-1205363260'), (u'COPY_-1205361979', u'MULTIEQUAL_-1205361896'), (u'CALL_-1205362608', u'INDIRECT_-1205360731'), (u'INDIRECT_-1205361300', u'MULTIEQUAL_-1205361218'), (u'INDIRECT_-1205360867', u'MULTIEQUAL_-1205361202'), (u'INT_2COMP_-1205361710', u'PTRADD_-1205360594'), (u'INDIRECT_-1205361243', u'MULTIEQUAL_-1205361190'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360268'), (u'MULTIEQUAL_-1205360617', u'MULTIEQUAL_-1205360550'), ('const-4', u'INT_MULT_-1205363415'), ('const-433', u'LOAD_-1205362151'), (u'CAST_-1205359987', u'INT_ADD_-1205362670'), ('const--8', u'INT_ADD_-1205359931'), (u'STORE_-1205362567', u'INDIRECT_-1205360742'), (u'CALL_-1205362488', u'INDIRECT_-1205360681'), ('const-433', u'STORE_-1205362048'), ('const-24', u'INT_ADD_-1205362639'), (u'MULTIEQUAL_-1205361308', u'MULTIEQUAL_-1205360981'), (u'MULTIEQUAL_-1205360851', u'MULTIEQUAL_-1205360836'), (u'INDIRECT_-1205361165', u'MULTIEQUAL_-1205360894'), (u'STORE_-1205362013', u'INDIRECT_-1205360363'), (u'CALL_-1205363597', u'INDIRECT_-1205361101'), ('const-433', u'LOAD_-1205363756'), (u'CAST_-1205359833', u'CALL_-1205362631'), (u'STORE_-1205362636', u'INDIRECT_-1205360770'), (u'INT_NOTEQUAL_-1205363063', u'CBRANCH_-1205363052'), (u'INDIRECT_-1205360936', u'PIECE_-1205360998'), (u'PTRADD_-1205360090', u'CAST_-1205359847'), (u'CALL_-1205363278', u'INT_NOTEQUAL_-1205363247'), (u'CALL_-1205362162', u'INDIRECT_-1205360638'), (u'STORE_-1205363471', u'INDIRECT_-1205361304'), (u'STORE_-1205363361', u'INDIRECT_-1205360884'), (u'INDIRECT_-1205360635', u'MULTIEQUAL_-1205360914'), (u'STORE_-1205363361', u'INDIRECT_-1205361020'), (u'PTRADD_-1205360258', u'CAST_-1205360139'), (u'CALL_-1205363758', u'INDIRECT_-1205361283'), (u'PTRSUB_-1205360658', u'MULTIEQUAL_-1205362087'), (u'STORE_-1205362636', u'INDIRECT_-1205360632'), (u'STORE_-1205362545', u'INDIRECT_-1205360962'), (u'CALL_-1205363466', u'INDIRECT_-1205361400'), (u'STORE_-1205361981', u'INDIRECT_-1205360392'), (u'CALL_-1205362488', u'INDIRECT_-1205360771'), (u'INDIRECT_-1205361026', u'MULTIEQUAL_-1205360707'), (u'INDIRECT_-1205361257', u'MULTIEQUAL_-1205361128'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205362574'), (u'STORE_-1205362585', u'INDIRECT_-1205360846'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360571'), (u'COPY_-1205360179', u'MULTIEQUAL_-1205361587'), (u'STORE_-1205363471', u'INDIRECT_-1205361028'), (u'STORE_-1205363082', u'INDIRECT_-1205360870'), (u'STORE_-1205363082', u'INDIRECT_-1205360734'), (u'COPY_-1205360376', u'MULTIEQUAL_-1205361322'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361195'), (u'INT_SUB_-1205363207', u'INT_MULT_-1205363177'), (u'STORE_-1205362631', u'INDIRECT_-1205360548'), (u'INT_ADD_-1205362105', u'PIECE_-1205360615'), ('const--8', u'PTRADD_-1205363410'), (u'CALL_-1205362162', u'INDIRECT_-1205360500'), (u'INT_MULT_-1205363415', u'INT_ADD_-1205363427'), (u'CALL_-1205362232', u'INDIRECT_-1205360723'), (u'STORE_-1205363361', u'INDIRECT_-1205361113'), (u'CAST_-1205360365', u'CAST_-1205360258'), (u'STORE_-1205363283', u'INDIRECT_-1205360973'), (u'STORE_-1205361981', u'INDIRECT_-1205360485'), (u'STORE_-1205362613', u'INDIRECT_-1205360858'), ('const--224', u'PTRSUB_-1205360211'), (u'LOAD_-1205362713', u'STORE_-1205362673'), (u'PTRSUB_-1205360219', u'CAST_-1205360103'), (u'CAST_-1205360365', u'CAST_-1205360005'), (u'INT_ADD_-1205360072', u'PTRADD_-1205362575'), ('const-3709853', u'COPY_-1205363765'), ('const-3710585', u'COPY_-1205362169'), ('const-433', u'STORE_-1205362636'), (u'LOAD_-1205363175', u'INT_SLESSEQUAL_-1205363139'), (u'CALL_-1205363520', u'INDIRECT_-1205361153'), ('const-1', u'PTRADD_-1205360089'), (u'LOAD_-1205362056', u'CALL_-1205362631'), ('const-433', u'LOAD_-1205362264'), (u'INDIRECT_-1205361212', u'MULTIEQUAL_-1205361083'), (u'LOAD_-1205362644', u'CALL_-1205362608'), (u'CALL_-1205362488', u'INDIRECT_-1205361092'), (u'LOAD_-1205363104', u'INT_ADD_-1205363070'), (u'STORE_-1205362636', u'INDIRECT_-1205360905'), ('const-1', u'PTRADD_-1205360258'), (u'PTRSUB_-1205359925', u'PTRADD_-1205359925'), (u'CAST_-1205360548', u'CAST_-1205360536'), (u'CALL_-1205363597', u'INDIRECT_-1205361377'), (u'STORE_-1205362635', u'INDIRECT_-1205360550'), (u'INDIRECT_-1205360557', u'MULTIEQUAL_-1205361190'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360265'), (u'MULTIEQUAL_-1205361034', u'MULTIEQUAL_-1205360708'), (u'INT_SLESS_-1205362119', u'CBRANCH_-1205362126'), (u'MULTIEQUAL_-1205361128', u'MULTIEQUAL_-1205360801'), (u'CALL_-1205362232', u'INDIRECT_-1205360858'), ('const-4', u'SUBPIECE_-1205360615'), ('const-433', u'STORE_-1205362585'), ('tmp_891', u'CBRANCH_-1205363180'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361212'), (u'CAST_-1205360365', u'COPY_-1205360454'), (u'PTRSUB_-1205360658', u'CALL_-1205362162'), (u'INDIRECT_-1205361437', u'MULTIEQUAL_-1205361119'), (u'INDIRECT_-1205360959', u'MULTIEQUAL_-1205360891'), (u'INDIRECT_-1205360869', u'MULTIEQUAL_-1205360801'), ('const--16', u'INT_AND_-1205362723'), (u'STORE_-1205362066', u'INDIRECT_-1205360572'), (u'INDIRECT_-1205361390', u'MULTIEQUAL_-1205361308'), (u'COPY_-1205359983', u'MULTIEQUAL_-1205361762'), (u'STORE_-1205362585', u'INDIRECT_-1205360662'), ('tmp_5437', u'COPY_-1205360654'), (u'INT_2COMP_-1205361359', u'INT_ADD_-1205360197'), (u'MULTIEQUAL_-1205361173', u'MULTIEQUAL_-1205360846'), (u'PTRADD_-1205362087', u'CAST_-1205359935'), (u'STORE_-1205363082', u'INDIRECT_-1205360825'), (u'CALLIND_-1205363076', u'CAST_-1205360157'), ('const--16', u'INT_AND_-1205362585'), ('const-1', u'PTRADD_-1205363021'), (u'CALL_-1205363466', u'INDIRECT_-1205361310'), ('const-58', u'INT_SLESS_-1205362231'), (u'CALL_-1205361976', u'INDIRECT_-1205360283'), (u'CALL_-1205363520', u'INDIRECT_-1205361471'), (u'CALL_-1205362162', u'MULTIEQUAL_-1205360959'), (u'STORE_-1205362066', u'INDIRECT_-1205360298'), (u'COPY_-1205360174', u'MULTIEQUAL_-1205361322'), (u'INDIRECT_-1205361516', u'MULTIEQUAL_-1205361461'), ('const-46', u'CALL_-1205363278'), ('const-15', u'INT_ADD_-1205360090'), (u'CALL_-1205361976', u'INDIRECT_-1205360785'), ('const-16', u'INT_ADD_-1205362628'), (u'CALL_-1205362608', u'INDIRECT_-1205360959'), (u'CAST_-1205359774', u'INT_ADD_-1205359887'), (u'CALLIND_-1205363355', u'INDIRECT_-1205360936'), ('const-433', u'STORE_-1205363283'), (u'CALL_-1205363278', u'INDIRECT_-1205360979'), (u'STORE_-1205362631', u'INDIRECT_-1205360914'), (u'INDIRECT_-1205361164', u'MULTIEQUAL_-1205361034'), ('tmp_1493', u'CBRANCH_-1205362717'), (u'PTRADD_-1205360267', u'MULTIEQUAL_-1205361913'), (u'LOAD_-1205362149', u'CALL_-1205362608'), ('tmp_9148', u'COPY_-1205363572'), (u'CAST_-1205360301', u'CALL_-1205363278'), (u'MULTIEQUAL_-1205362087', u'CALL_-1205363278'), (u'PTRSUB_-1205359891', u'PTRADD_-1205359891'), (u'INDIRECT_-1205360410', u'MULTIEQUAL_-1205360745'), (u'INT_ADD_-1205360196', u'INT_ADD_-1205360113'), (u'INT_ADD_-1205362567', u'CAST_-1205360076'), (u'STORE_-1205363471', u'INDIRECT_-1205360983'), (u'INDIRECT_-1205360776', u'MULTIEQUAL_-1205360708'), (u'CALL_-1205363758', u'INT_ADD_-1205363198'), (u'STORE_-1205362066', u'INDIRECT_-1205360482'), (u'INDIRECT_-1205360695', u'MULTIEQUAL_-1205361326'), (u'CALL_-1205361976', u'INDIRECT_-1205360830'), (u'INT_ADD_-1205360322', u'PTRADD_-1205360274'), (u'MULTIEQUAL_-1205361602', u'PTRADD_-1205360089'), (u'INDIRECT_-1205360378', u'COPY_-1205359907'), (u'CALL_-1205362162', u'INDIRECT_-1205360593'), ('const--8', u'INT_ADD_-1205360524'), (u'STORE_-1205362656', u'INDIRECT_-1205360734'), (u'MULTIEQUAL_-1205361475', u'COPY_-1205360316'), ('const-433', u'LOAD_-1205363214'), (u'INDIRECT_-1205360824', u'MULTIEQUAL_-1205360756'), ('tmp_1729', u'CBRANCH_-1205362528'), (u'INDIRECT_-1205360638', u'MULTIEQUAL_-1205360881'), (u'CALL_-1205362061', u'INDIRECT_-1205360552'), (u'INDIRECT_-1205361026', u'SUBPIECE_-1205360998'), (u'STORE_-1205362493', u'INDIRECT_-1205360662'), (u'COPY_-1205360268', u'CAST_-1205360101'), (u'INT_AND_-1205362774', u'INT_2COMP_-1205361359'), (u'MULTIEQUAL_-1205361776', u'COPY_-1205360366'), (u'PTRADD_-1205360188', u'CAST_-1205359936'), ('tmp_982', u'CBRANCH_-1205363104'), (u'CAST_-1205360347', u'COPY_-1205360407'), (u'STORE_-1205362493', u'INDIRECT_-1205361028'), (u'STORE_-1205362066', u'INDIRECT_-1205360755'), ('const-8', u'INT_ADD_-1205359889'), ('const-1', u'PTRADD_-1205360304'), (u'CAST_-1205360530', u'LOAD_-1205363684'), (u'INT_AND_-1205362585', u'INT_2COMP_-1205361457'), (u'CALL_-1205362608', u'INDIRECT_-1205360776'), (u'COPY_-1205360379', u'MULTIEQUAL_-1205361866'), ('tmp_934', u'CBRANCH_-1205363147'), (u'STORE_-1205363283', u'INDIRECT_-1205361159'), (u'CALL_-1205362232', u'INDIRECT_-1205360675'), (u'CALL_-1205361976', u'INDIRECT_-1205360419'), ('const-1', u'PTRADD_-1205359899'), (u'INDIRECT_-1205361027', u'MULTIEQUAL_-1205360756'), (u'COPY_-1205360070', u'CALL_-1205362631'), (u'INDIRECT_-1205360732', u'MULTIEQUAL_-1205361067'), (u'INT_ADD_-1205362647', u'CAST_-1205359968'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360594'), (u'STORE_-1205362493', u'INDIRECT_-1205361073'), (u'INT_ADD_-1205360250', u'PTRADD_-1205362707'), (u'STORE_-1205362656', u'INDIRECT_-1205360824'), ('const-2', u'PTRADD_-1205362171'), (u'CAST_-1205360258', u'INT_ADD_-1205363189'), (u'STORE_-1205362585', u'INDIRECT_-1205360891'), (u'INT_AND_-1205362066', u'INT_2COMP_-1205361046'), (u'STORE_-1205361981', u'INDIRECT_-1205360758'), (u'PTRADD_-1205360304', u'MULTIEQUAL_-1205362083'), ('const-3710050', u'STORE_-1205363361'), (u'INDIRECT_-1205361119', u'MULTIEQUAL_-1205360990'), (u'CALL_-1205362631', u'INDIRECT_-1205360546'), (u'CALL_-1205362580', u'INDIRECT_-1205360815'), (u'STORE_-1205362066', u'INDIRECT_-1205360344'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205360188'), (u'CALL_-1205363520', u'INDIRECT_-1205361516'), ('const-433', u'LOAD_-1205362663'), ('const-3710625', u'STORE_-1205362066'), ('tmp_5429', u'CALL_-1205362631'), (u'CALL_-1205363278', u'INDIRECT_-1205361165'), ('const-3710664', u'STORE_-1205361981'), (u'CALL_-1205363278', u'INDIRECT_-1205361345'), (u'MULTIEQUAL_-1205362008', u'CALL_-1205362488'), (u'STORE_-1205362567', u'INDIRECT_-1205360973'), (u'CALL_-1205362232', u'INDIRECT_-1205360813'), ('const-433', u'LOAD_-1205362713'), ('const-0', u'INT_NOTEQUAL_-1205362292'), (u'CALL_-1205363278', u'INDIRECT_-1205361210'), ('const--192', u'PTRSUB_-1205360266'), ('tmp_5428', u'PTRSUB_-1205360258'), (u'STORE_-1205363082', u'INDIRECT_-1205361008'), (u'CAST_-1205360022', u'CAST_-1205359987'), (u'PTRADD_-1205360268', u'MULTIEQUAL_-1205361602'), (u'INDIRECT_-1205360594', u'MULTIEQUAL_-1205360929'), (u'INT_2COMP_-1205361457', u'PTRADD_-1205360304'), (u'MULTIEQUAL_-1205362083', u'PTRADD_-1205362552'), ('tmp_5429', u'PTRADD_-1205362520'), (u'CALL_-1205363466', u'CAST_-1205360396'), (u'PTRSUB_-1205360677', u'COPY_-1205360543'), (u'INT_2COMP_-1205361710', u'INT_ADD_-1205360267'), (u'CALL_-1205362162', u'INDIRECT_-1205360776'), (u'PTRADD_-1205360189', u'CAST_-1205359948'), ('const-1', u'PTRADD_-1205363803'), (u'CAST_-1205360228', u'INT_SLESSEQUAL_-1205363139'), (u'STORE_-1205362066', u'INDIRECT_-1205360620'), (u'INT_ADD_-1205363349', u'CAST_-1205360353'), (u'CAST_-1205359995', u'MULTIEQUAL_-1205361521'), (u'MULTIEQUAL_-1205361052', u'COPY_-1205360549'), (u'INDIRECT_-1205361390', u'MULTIEQUAL_-1205361119'), (u'CALL_-1205362631', u'INDIRECT_-1205360867'), (u'COPY_-1205360378', u'COPY_-1205360377'), ('const-1', u'PTRADD_-1205363622'), ('const--24', u'INT_ADD_-1205360167'), (u'CAST_-1205360365', u'CAST_-1205359996'), ('const-1', u'PTRADD_-1205363300'), ('tmp_1784', u'CBRANCH_-1205362292'), (u'INDIRECT_-1205360561', u'SUBPIECE_-1205360589'), (u'MULTIEQUAL_-1205361762', u'CALLIND_-1205363076'), (u'CAST_-1205359773', u'STORE_-1205362013'), (u'CALL_-1205362580', u'INDIRECT_-1205361001'), (u'PTRSUB_-1205360304', u'PTRADD_-1205360304'), (u'INT_ADD_-1205363260', u'CAST_-1205360295'), (u'STORE_-1205363361', u'INDIRECT_-1205361296'), (u'STORE_-1205362066', u'INDIRECT_-1205360434'), ('tmp_1941', u'CBRANCH_-1205362194'), (u'CAST_-1205360240', u'LOAD_-1205363175'), (u'PTRSUB_-1205360629', u'CALL_-1205363520'), (u'INT_SLESSEQUAL_-1205363139', u'CBRANCH_-1205363147'), (u'STORE_-1205362635', u'INDIRECT_-1205360640'), (u'INDIRECT_-1205361117', u'COPY_-1205360378'), ('const-253', u'INT_AND_-1205360270'), (u'CALL_-1205362580', u'INDIRECT_-1205360908')]
[('const-1', u'PTRADD_-1205363021'), (u'STORE_-1205362048', u'INDIRECT_-1205360384'), (u'INDIRECT_-1205360771', u'MULTIEQUAL_-1205361108'), ('const--16', u'INT_AND_-1205362628'), (u'CALL_-1205363597', u'INDIRECT_-1205361457'), (u'STORE_-1205363361', u'INDIRECT_-1205360937'), (u'CALL_-1205362232', u'INDIRECT_-1205360541'), ('const-53', u'INT_SLESS_-1205362119'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205363300'), (u'CALL_-1205363278', u'INDIRECT_-1205360983'), (u'INT_ADD_-1205360163', u'PTRADD_-1205362616'), (u'INT_SEXT_-1205362100', u'INT_ADD_-1205362087'), (u'STORE_-1205363283', u'INDIRECT_-1205361327'), (u'STORE_-1205362613', u'INDIRECT_-1205360763'), (u'CALL_-1205362162', u'INDIRECT_-1205360679'), (u'CALL_-1205363520', u'INT_ADD_-1205362624'), (u'MULTIEQUAL_-1205362094', u'PTRADD_-1205362202'), (u'INT_2COMP_-1205361200', u'INT_ADD_-1205360153'), (u'INT_SLESS_-1205362231', u'CBRANCH_-1205362238'), (u'CALL_-1205362580', u'INDIRECT_-1205361169'), ('tmp_5447', u'PTRSUB_-1205360221'), (u'MULTIEQUAL_-1205361253', u'MULTIEQUAL_-1205360926'), ('const--192', u'PTRSUB_-1205359965'), (u'STORE_-1205363283', u'INDIRECT_-1205360890'), ('const-3709999', u'STORE_-1205363471'), (u'STORE_-1205362636', u'INDIRECT_-1205360893'), (u'INT_AND_-1205363629', u'INT_EQUAL_-1205363613'), ('const-260', u'INT_AND_-1205363629'), ('tmp_5447', u'PTRSUB_-1205360750'), (u'INT_AND_-1205362585', u'INT_2COMP_-1205361473'), (u'INDIRECT_-1205361284', u'MULTIEQUAL_-1205361233'), (u'PTRSUB_-1205360340', u'PTRADD_-1205360340'), (u'MULTIEQUAL_-1205361920', u'PTRADD_-1205363021'), (u'STORE_-1205363361', u'INDIRECT_-1205361245'), ('const-0', u'INT_EQUAL_-1205362723'), (u'COPY_-1205361981', u'MULTIEQUAL_-1205361897'), ('const-433', u'LOAD_-1205363756'), (u'CALL_-1205362162', u'INT_ADD_-1205362105'), (u'STORE_-1205362013', u'INDIRECT_-1205360719'), (u'INT_LESS_-1205362186', u'CBRANCH_-1205362194'), ('const-1', u'PTRADD_-1205362202'), (u'CALL_-1205362631', u'INDIRECT_-1205360639'), (u'INT_SLESS_-1205363477', u'CBRANCH_-1205363484'), (u'PTRSUB_-1205360377', u'PTRADD_-1205360377'), (u'INDIRECT_-1205361380', u'MULTIEQUAL_-1205361253'), (u'INDIRECT_-1205361337', u'MULTIEQUAL_-1205361210'), (u'INT_ADD_-1205362584', u'MULTIEQUAL_-1205360533'), (u'CAST_-1205359858', u'INT_ADD_-1205359967'), (u'CALL_-1205363466', u'INDIRECT_-1205361304'), (u'STORE_-1205362635', u'INDIRECT_-1205360819'), (u'INDIRECT_-1205360644', u'MULTIEQUAL_-1205361277'), ('const-433', u'LOAD_-1205362713'), ('const--16', u'INT_AND_-1205362683'), (u'CALL_-1205361976', u'INDIRECT_-1205360816'), (u'INT_2COMP_-1205361473', u'PTRADD_-1205360340'), (u'CALL_-1205362580', u'INDIRECT_-1205361040'), (u'STORE_-1205362013', u'INDIRECT_-1205360369'), (u'INDIRECT_-1205360602', u'CAST_-1205359870'), (u'CALL_-1205362580', u'INDIRECT_-1205361212'), (u'INT_EQUAL_-1205362723', u'INT_ZEXT_-1205361308'), (u'STORE_-1205362013', u'INDIRECT_-1205360455'), (u'MULTIEQUAL_-1205360945', u'MULTIEQUAL_-1205360619'), (u'CAST_-1205360238', u'STORE_-1205362585'), (u'INDIRECT_-1205361073', u'MULTIEQUAL_-1205360756'), (u'CAST_-1205360113', u'INT_AND_-1205362723'), (u'CALL_-1205363466', u'INDIRECT_-1205361083'), (u'STORE_-1205362493', u'INDIRECT_-1205360888'), (u'STORE_-1205362613', u'INDIRECT_-1205360806'), (u'INDIRECT_-1205361030', u'COPY_-1205360263'), (u'INDIRECT_-1205361162', u'MULTIEQUAL_-1205361035'), ('const-1', u'PTRADD_-1205362574'), ('tmp_5456', u'COPY_-1205360735'), (u'CALL_-1205362162', u'INDIRECT_-1205360725'), (u'LOAD_-1205363276', u'INT_EQUAL_-1205363182'), (u'INDIRECT_-1205360639', u'MULTIEQUAL_-1205360976'), (u'CALL_-1205362488', u'INDIRECT_-1205360775'), (u'LOAD_-1205363086', u'CALLIND_-1205363076'), ('const-1', u'PTRADD_-1205360659'), (u'INT_ADD_-1205362105', u'INT_SEXT_-1205362100'), ('tmp_9145', u'COPY_-1205362207'), (u'CAST_-1205360077', u'INT_ADD_-1205362670'), (u'COPY_-1205360397', u'PIECE_-1205361502'), (u'CALL_-1205361976', u'INDIRECT_-1205360555'), ('const-3710197', u'STORE_-1205363082'), (u'STORE_-1205362545', u'INDIRECT_-1205361001'), (u'PTRSUB_-1205359973', u'PTRADD_-1205359973'), (u'PTRSUB_-1205360702', u'CALL_-1205363520'), (u'CAST_-1205360008', u'CAST_-1205359988'), ('tmp_5448', u'INT_ADD_-1205362566'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205362570'), ('const-16', u'INT_ADD_-1205363126'), (u'STORE_-1205362066', u'INDIRECT_-1205360745'), ('tmp_9278', u'COPY_-1205360736'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360340'), (u'INT_SEXT_-1205362559', u'CAST_-1205360008'), ('const-433', u'STORE_-1205363140'), (u'MULTIEQUAL_-1205360992', u'MULTIEQUAL_-1205360665'), (u'CALL_-1205363278', u'INDIRECT_-1205360940'), (u'INDIRECT_-1205360427', u'COPY_-1205359988'), ('tmp_1977', u'CBRANCH_-1205362172'), (u'INT_ADD_-1205360005', u'PTRADD_-1205359957'), (u'CAST_-1205360190', u'STORE_-1205362493'), (u'STORE_-1205362613', u'INDIRECT_-1205360588'), (u'INDIRECT_-1205360599', u'INT_ADD_-1205362584'), (u'PTRADD_-1205360177', u'MULTIEQUAL_-1205361920'), (u'INT_ADD_-1205360239', u'PTRADD_-1205362552'), (u'INT_ADD_-1205362584', u'INT_SEXT_-1205362559'), (u'STORE_-1205361981', u'INDIRECT_-1205360396'), ('const-3710308', u'STORE_-1205362493'), ('const-88', u'INT_ADD_-1205363349'), ('const-433', u'LOAD_-1205363365'), (u'STORE_-1205362635', u'INDIRECT_-1205360776'), ('tmp_5447', u'PTRSUB_-1205360820'), (u'CALL_-1205362488', u'INDIRECT_-1205361082'), (u'PTRSUB_-1205360332', u'PTRADD_-1205360332'), (u'COPY_-1205360260', u'MULTIEQUAL_-1205361595'), ('const-1', u'PTRADD_-1205360177'), ('const-8', u'INT_ADD_-1205363740'), ('const-23', u'INT_ADD_-1205362794'), (u'CAST_-1205360165', u'LOAD_-1205362583'), (u'INT_NOTEQUAL_-1205362292', u'CBRANCH_-1205362292'), (u'STORE_-1205362545', u'INDIRECT_-1205361087'), (u'INDIRECT_-1205360817', u'MULTIEQUAL_-1205361062'), (u'CALL_-1205363758', u'INT_ADD_-1205362567'), ('const-3709976', u'COPY_-1205363527'), (u'COPY_-1205360150', u'CALL_-1205362631'), (u'INDIRECT_-1205360423', u'MULTIEQUAL_-1205361058'), (u'INT_ADD_-1205362682', u'CAST_-1205360085'), ('const-4294967295', u'INT_AND_-1205361539'), (u'STORE_-1205363471', u'INDIRECT_-1205361427'), ('const--200', u'PTRSUB_-1205359973'), (u'CALL_-1205362631', u'INDIRECT_-1205360550'), (u'INT_ADD_-1205363668', u'CAST_-1205360612'), (u'INDIRECT_-1205360593', u'MULTIEQUAL_-1205361145'), (u'CALL_-1205363597', u'INDIRECT_-1205361500'), (u'CALL_-1205363597', u'INDIRECT_-1205361414'), ('const-433', u'STORE_-1205362631'), (u'STORE_-1205362066', u'INDIRECT_-1205360438'), ('const-433', u'LOAD_-1205362264'), (u'COPY_-1205361553', u'MULTIEQUAL_-1205361489'), (u'CALL_-1205363520', u'INDIRECT_-1205361022'), (u'COPY_-1205360447', u'MULTIEQUAL_-1205361770'), (u'CALL_-1205362580', u'INDIRECT_-1205360951'), (u'CALL_-1205363520', u'INT_SLESS_-1205363477'), (u'INDIRECT_-1205360642', u'COPY_-1205360136'), (u'STORE_-1205362567', u'INDIRECT_-1205360834'), (u'STORE_-1205362567', u'INDIRECT_-1205360791'), (u'CALL_-1205363520', u'INDIRECT_-1205361330'), ('const--192', u'PTRSUB_-1205360731'), (u'INDIRECT_-1205361115', u'MULTIEQUAL_-1205360846'), (u'INT_NOTEQUAL_-1205363247', u'CBRANCH_-1205363231'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205363410'), (u'CALL_-1205362488', u'INDIRECT_-1205360864'), (u'MULTIEQUAL_-1205361868', u'CAST_-1205360140'), (u'CALL_-1205361976', u'INDIRECT_-1205360336'), ('const-4', u'SUBPIECE_-1205361045'), ('tmp_5447', u'PTRSUB_-1205360117'), (u'STORE_-1205362048', u'INDIRECT_-1205360427'), (u'INDIRECT_-1205360512', u'MULTIEQUAL_-1205361145'), (u'CALL_-1205362608', u'INDIRECT_-1205360949'), (u'INT_2COMP_-1205361473', u'INT_ADD_-1205360380'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360597'), (u'CALLIND_-1205363076', u'CAST_-1205360253'), (u'INDIRECT_-1205360906', u'MULTIEQUAL_-1205360840'), (u'CAST_-1205360227', u'STORE_-1205362567'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360878'), ('const-433', u'STORE_-1205363361'), (u'MULTIEQUAL_-1205360670', u'MULTIEQUAL_-1205360603'), (u'STORE_-1205362567', u'INDIRECT_-1205360880'), (u'COPY_-1205360208', u'MULTIEQUAL_-1205361554'), (u'STORE_-1205362613', u'INDIRECT_-1205360631'), (u'STORE_-1205362493', u'INDIRECT_-1205361020'), (u'INT_SLESS_-1205363716', u'CBRANCH_-1205363713'), (u'STORE_-1205362567', u'INDIRECT_-1205361141'), ('tmp_5448', u'INT_ADD_-1205363740'), (u'PIECE_-1205360656', u'CAST_-1205359900'), (u'CALL_-1205363278', u'CAST_-1205360358'), (u'STORE_-1205362545', u'INDIRECT_-1205360912'), (u'CALL_-1205362608', u'INDIRECT_-1205360685'), (u'STORE_-1205361981', u'INDIRECT_-1205360660'), (u'CAST_-1205360112', u'COPY_-1205360147'), (u'STORE_-1205362545', u'INDIRECT_-1205360823'), (u'MULTIEQUAL_-1205362094', u'LOAD_-1205362776'), ('tmp_5448', u'INT_ADD_-1205363126'), (u'INT_SLESSEQUAL_-1205362520', u'CBRANCH_-1205362528'), (u'STORE_-1205363283', u'INDIRECT_-1205361066'), (u'MULTIEQUAL_-1205361644', u'INT_MULT_-1205362691'), (u'CALL_-1205362488', u'INDIRECT_-1205360996'), (u'INT_2COMP_-1205361200', u'INT_ADD_-1205360163'), (u'INT_ADD_-1205360144', u'PTRADD_-1205362575'), ('const--224', u'PTRSUB_-1205360293'), (u'CALL_-1205363466', u'INDIRECT_-1205361172'), (u'MULTIEQUAL_-1205362016', u'CALL_-1205363520'), (u'CALL_-1205362488', u'INDIRECT_-1205361168'), (u'INT_ADD_-1205363070', u'CAST_-1205360255'), (u'STORE_-1205362636', u'INDIRECT_-1205360718'), ('const-16', u'INT_ADD_-1205362566'), (u'STORE_-1205362585', u'INDIRECT_-1205360934'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361073'), (u'CAST_-1205360255', u'LOAD_-1205363086'), ('const-1', u'PTRADD_-1205360348'), (u'STORE_-1205362013', u'INDIRECT_-1205360633'), (u'CALL_-1205363466', u'INDIRECT_-1205361390'), ('const-53', u'INT_SLESS_-1205363477'), (u'INDIRECT_-1205361423', u'MULTIEQUAL_-1205361296'), ('const--200', u'PTRSUB_-1205359957'), (u'STORE_-1205361981', u'INDIRECT_-1205360746'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361142'), (u'STORE_-1205362613', u'INDIRECT_-1205360720'), (u'INDIRECT_-1205360636', u'MULTIEQUAL_-1205361188'), ('const-3710528', u'STORE_-1205362636'), (u'INT_2COMP_-1205361070', u'INT_ADD_-1205360021'), (u'PTRSUB_-1205360348', u'PTRADD_-1205360348'), (u'INDIRECT_-1205361158', u'MULTIEQUAL_-1205360888'), (u'STORE_-1205362613', u'INDIRECT_-1205360895'), (u'INDIRECT_-1205360504', u'MULTIEQUAL_-1205361058'), (u'STORE_-1205362567', u'INDIRECT_-1205361012'), (u'INDIRECT_-1205361247', u'MULTIEQUAL_-1205361167'), (u'INDIRECT_-1205361158', u'MULTIEQUAL_-1205361077'), (u'INT_ADD_-1205360380', u'PTRADD_-1205360332'), (u'PTRADD_-1205362202', u'LOAD_-1205362264'), ('const-15', u'INT_ADD_-1205360323'), (u'INT_SLESS_-1205362165', u'CBRANCH_-1205362172'), (u'INDIRECT_-1205360555', u'MULTIEQUAL_-1205361188'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360921'), (u'LOAD_-1205362655', u'CALL_-1205362608'), (u'CALL_-1205361976', u'INDIRECT_-1205360773'), ('const-4', u'INT_ADD_-1205362670'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361162'), ('const-433', u'LOAD_-1205363104'), (u'STORE_-1205361981', u'INDIRECT_-1205360832'), (u'CALL_-1205362232', u'INDIRECT_-1205360848'), (u'COPY_-1205360147', u'CALL_-1205362631'), (u'STORE_-1205361981', u'INDIRECT_-1205360703'), (u'INDIRECT_-1205361072', u'MULTIEQUAL_-1205360992'), ('const-4', u'INT_MULT_-1205362691'), ('const-0', u'INT_EQUAL_-1205363329'), (u'INDIRECT_-1205360817', u'MULTIEQUAL_-1205360751'), (u'CALL_-1205363466', u'INDIRECT_-1205361215'), (u'STORE_-1205362656', u'INDIRECT_-1205360552'), (u'PTRADD_-1205359973', u'CAST_-1205359885'), (u'STORE_-1205362613', u'INDIRECT_-1205360674'), ('const-72', u'INT_ADD_-1205363198'), (u'STORE_-1205362585', u'INDIRECT_-1205361109'), (u'CAST_-1205360385', u'LOAD_-1205363276'), (u'CAST_-1205359857', u'STORE_-1205362013'), (u'INDIRECT_-1205361115', u'MULTIEQUAL_-1205361035'), (u'STORE_-1205362545', u'INDIRECT_-1205361130'), (u'CALL_-1205362061', u'INDIRECT_-1205360899'), (u'INDIRECT_-1205360816', u'MULTIEQUAL_-1205361449'), (u'CALL_-1205362608', u'INDIRECT_-1205360599'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361119'), ('const-4294967295', u'INT_ADD_-1205362689'), (u'STORE_-1205362066', u'INDIRECT_-1205360788'), (u'INT_ADD_-1205362689', u'MULTIEQUAL_-1205360603'), ('tmp_814', u'CBRANCH_-1205363231'), (u'CALL_-1205362061', u'INDIRECT_-1205360420'), (u'INT_EQUAL_-1205362723', u'CBRANCH_-1205362717'), (u'CALL_-1205363466', u'INDIRECT_-1205361040'), (u'CAST_-1205359885', u'STORE_-1205362066'), (u'INT_ADD_-1205363427', u'INT_AND_-1205363395'), (u'INDIRECT_-1205361294', u'MULTIEQUAL_-1205360978'), (u'STORE_-1205363471', u'INDIRECT_-1205360990'), (u'CAST_-1205359874', u'STORE_-1205362048'), (u'INDIRECT_-1205361337', u'MULTIEQUAL_-1205361021'), (u'INDIRECT_-1205360987', u'PIECE_-1205361045'), ('const-1', u'PTRADD_-1205362616'), (u'CAST_-1205360045', u'LOAD_-1205362644'), ('const-8', u'INT_ADD_-1205360337'), ('const-1', u'PTRADD_-1205360340'), ('const-433', u'LOAD_-1205362663'), ('const--72', u'PTRSUB_-1205360772'), (u'INDIRECT_-1205361251', u'MULTIEQUAL_-1205360935'), ('tmp_5447', u'PTRSUB_-1205360293'), (u'INT_MULT_-1205362691', u'INT_ADD_-1205362703'), ('tmp_1342', u'BRANCH_-1205362606'), (u'STORE_-1205362656', u'INDIRECT_-1205360465'), (u'INDIRECT_-1205361078', u'MULTIEQUAL_-1205361012'), (u'STORE_-1205362066', u'INDIRECT_-1205360613'), ('tmp_714', u'CBRANCH_-1205363323'), (u'INDIRECT_-1205361158', u'COPY_-1205360458'), ('const-433', u'STORE_-1205362545'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360342'), ('const-1', u'PTRADD_-1205363300'), (u'MULTIEQUAL_-1205360816', u'MULTIEQUAL_-1205360800'), ('tmp_5447', u'PTRSUB_-1205359973'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360343'), ('const-433', u'STORE_-1205362585'), ('tmp_2301', u'BRANCH_-1205362469'), (u'STORE_-1205362656', u'INDIRECT_-1205360727'), ('tmp_5447', u'PTRSUB_-1205360772'), ('const-0', u'INT_NOTEQUAL_-1205363247'), (u'CAST_-1205360038', u'STORE_-1205362631'), ('tmp_9146', u'COPY_-1205362228'), ('tmp_9146', u'COPY_-1205363593'), (u'CALL_-1205363758', u'INDIRECT_-1205361546'), (u'STORE_-1205363283', u'INDIRECT_-1205361241'), (u'INT_ADD_-1205360337', u'INT_ADD_-1205360335'), (u'STORE_-1205361981', u'INDIRECT_-1205360789'), (u'STORE_-1205363283', u'INDIRECT_-1205361152'), (u'INT_MULT_-1205363177', u'INT_ADD_-1205363189'), ('const-96', u'INT_ADD_-1205363070'), (u'CALL_-1205362061', u'INDIRECT_-1205360595'), (u'PTRSUB_-1205359999', u'PTRADD_-1205359999'), (u'CAST_-1205360436', u'CAST_-1205360391'), (u'CALL_-1205363686', u'INDIRECT_-1205361239'), (u'PTRSUB_-1205360221', u'STORE_-1205362635'), (u'CALL_-1205363466', u'CAST_-1205360497'), (u'INDIRECT_-1205360987', u'MULTIEQUAL_-1205360670'), (u'INDIRECT_-1205361030', u'COPY_-1205363304'), (u'MULTIEQUAL_-1205360708', u'COPY_-1205360147'), (u'STORE_-1205362585', u'INDIRECT_-1205360715'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205363222'), (u'INDIRECT_-1205361162', u'MULTIEQUAL_-1205360846'), ('const--192', u'PTRSUB_-1205360340'), (u'PTRSUB_-1205360750', u'COPY_-1205360624'), (u'STORE_-1205362545', u'INDIRECT_-1205361044'), (u'STORE_-1205363283', u'INDIRECT_-1205360934'), (u'COPY_-1205360459', u'MULTIEQUAL_-1205361868'), (u'STORE_-1205361981', u'INDIRECT_-1205360309'), (u'CALL_-1205362488', u'INDIRECT_-1205361211'), (u'CALL_-1205362162', u'INDIRECT_-1205360417'), (u'INDIRECT_-1205361125', u'MULTIEQUAL_-1205361406'), (u'PTRADD_-1205363300', u'CAST_-1205360441'), (u'STORE_-1205362545', u'INDIRECT_-1205360955'), (u'STORE_-1205362013', u'INDIRECT_-1205360412'), (u'INT_ADD_-1205360339', u'CAST_-1205360190'), ('tmp_5447', u'PTRSUB_-1205359999'), (u'INDIRECT_-1205361416', u'MULTIEQUAL_-1205361363'), (u'CALL_-1205362061', u'INDIRECT_-1205360727'), (u'PTRSUB_-1205360772', u'CAST_-1205360629'), (u'PTRADD_-1205362570', u'CAST_-1205360038'), (u'CALL_-1205362580', u'COPY_-1205360275'), (u'CAST_-1205360436', u'INT_EQUAL_-1205363329'), (u'PTRADD_-1205363222', u'CAST_-1205360392'), (u'LOAD_-1205363684', u'INT_AND_-1205363629'), (u'STORE_-1205362636', u'INDIRECT_-1205360500'), ('const-0', u'COPY_-1205360032'), (u'COPY_-1205360458', u'COPY_-1205360457'), (u'CALL_-1205362488', u'INDIRECT_-1205361039'), (u'CAST_-1205359870', u'INT_AND_-1205361539'), (u'STORE_-1205362656', u'INDIRECT_-1205360684'), (u'INT_SEXT_-1205363447', u'PTRADD_-1205363369'), ('const-4', u'INT_MULT_-1205363177'), (u'MULTIEQUAL_-1205361923', u'INT_NOTEQUAL_-1205363063'), (u'LOAD_-1205363365', u'CALLIND_-1205363355'), (u'INDIRECT_-1205361545', u'MULTIEQUAL_-1205361492'), (u'INT_ADD_-1205360341', u'INT_ADD_-1205360250'), (u'MULTIEQUAL_-1205361077', u'MULTIEQUAL_-1205361062'), (u'INT_ADD_-1205360338', u'PTRADD_-1205360335'), (u'STORE_-1205362048', u'INDIRECT_-1205360777'), (u'INT_EQUAL_-1205363613', u'CBRANCH_-1205363608'), (u'CALL_-1205361976', u'INDIRECT_-1205360687'), ('const-433', u'STORE_-1205362048'), (u'CALL_-1205363758', u'INDIRECT_-1205361503'), (u'INT_AND_-1205362683', u'INT_2COMP_-1205361200'), (u'COPY_-1205360458', u'MULTIEQUAL_-1205361784'), (u'STORE_-1205363361', u'INDIRECT_-1205360981'), (u'CAST_-1205359940', u'STORE_-1205362656'), (u'INDIRECT_-1205361241', u'MULTIEQUAL_-1205361188'), (u'STORE_-1205362567', u'INDIRECT_-1205361098'), (u'STORE_-1205362635', u'INDIRECT_-1205360601'), ('const-433', u'STORE_-1205362673'), ('const-433', u'LOAD_-1205362582'), (u'STORE_-1205362066', u'INDIRECT_-1205360702'), (u'INDIRECT_-1205360992', u'MULTIEQUAL_-1205360926'), ('const--8', u'INT_ADD_-1205360252'), (u'STORE_-1205362048', u'INDIRECT_-1205360516'), (u'CALL_-1205362608', u'INDIRECT_-1205360863'), (u'CALL_-1205363597', u'INDIRECT_-1205361239'), (u'PIECE_-1205361389', u'PIECE_-1205361502'), (u'STORE_-1205362635', u'INDIRECT_-1205360951'), (u'CAST_-1205359988', u'INT_SLESSEQUAL_-1205362520'), (u'INT_EQUAL_-1205362568', u'CBRANCH_-1205362564'), ('const--84', u'PTRSUB_-1205360221'), ('const-24', u'INT_ADD_-1205363668'), (u'CALL_-1205362580', u'INDIRECT_-1205360819'), (u'CALL_-1205362580', u'INDIRECT_-1205360776'), (u'INT_ADD_-1205362794', u'INT_AND_-1205362774'), (u'INT_ZEXT_-1205361308', u'INT_ADD_-1205362584'), (u'INDIRECT_-1205361078', u'MULTIEQUAL_-1205361323'), (u'LOAD_-1205363756', u'MULTIEQUAL_-1205362016'), ('tmp_9145', u'STORE_-1205362013'), (u'STORE_-1205361981', u'INDIRECT_-1205360439'), ('const-3710097', u'STORE_-1205363283'), (u'INDIRECT_-1205360996', u'MULTIEQUAL_-1205361277'), (u'PTRADD_-1205359965', u'MULTIEQUAL_-1205362094'), (u'CALL_-1205362162', u'INDIRECT_-1205360768'), ('const--200', u'PTRSUB_-1205360747'), (u'CALL_-1205362232', u'INDIRECT_-1205360716'), (u'STORE_-1205362613', u'INDIRECT_-1205361024'), (u'CALL_-1205362488', u'INDIRECT_-1205360907'), (u'STORE_-1205362636', u'INDIRECT_-1205360456'), (u'CALL_-1205363466', u'INDIRECT_-1205361126'), (u'STORE_-1205362631', u'INDIRECT_-1205360817'), (u'INDIRECT_-1205361026', u'SUBPIECE_-1205361022'), (u'MULTIEQUAL_-1205360859', u'MULTIEQUAL_-1205360844'), (u'CALL_-1205362232', u'INDIRECT_-1205360584'), (u'INDIRECT_-1205360863', u'MULTIEQUAL_-1205361108'), (u'CAST_-1205360347', u'MULTIEQUAL_-1205361897'), (u'INDIRECT_-1205361376', u'MULTIEQUAL_-1205361296'), (u'PTRADD_-1205359999', u'MULTIEQUAL_-1205362090'), (u'CAST_-1205360357', u'INT_SUB_-1205363207'), (u'MULTIEQUAL_-1205361770', u'CALLIND_-1205363076'), (u'STORE_-1205362545', u'INDIRECT_-1205360737'), (u'CAST_-1205359929', u'STORE_-1205362636'), (u'CAST_-1205359937', u'CALL_-1205362631'), ('const--8', u'INT_ADD_-1205360644'), ('const--8', u'INT_ADD_-1205360597'), ('const-1', u'PTRADD_-1205362552'), (u'MULTIEQUAL_-1205360976', u'SUBPIECE_-1205361446'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360644'), (u'STORE_-1205362013', u'INDIRECT_-1205360544'), (u'INDIRECT_-1205360943', u'MULTIEQUAL_-1205360627'), (u'CALL_-1205362488', u'INDIRECT_-1205360950'), (u'INDIRECT_-1205360731', u'MULTIEQUAL_-1205360665'), (u'CALL_-1205362580', u'INDIRECT_-1205360994'), (u'CALL_-1205363520', u'INDIRECT_-1205361241'), (u'INT_MULT_-1205362782', u'INT_ADD_-1205362794'), (u'INDIRECT_-1205361419', u'MULTIEQUAL_-1205361339'), (u'INDIRECT_-1205360940', u'MULTIEQUAL_-1205361492'), (u'MULTIEQUAL_-1205361609', u'PTRADD_-1205362595'), (u'INDIRECT_-1205360541', u'CALL_-1205362162'), (u'CALL_-1205362631', u'INDIRECT_-1205360857'), (u'PTRADD_-1205359965', u'CALL_-1205361976'), (u'INT_ADD_-1205360323', u'PTRADD_-1205362707'), ('const--224', u'PTRSUB_-1205359922'), (u'STORE_-1205362585', u'INDIRECT_-1205361023'), (u'INT_EQUAL_-1205363182', u'CBRANCH_-1205363180'), (u'INDIRECT_-1205361119', u'MULTIEQUAL_-1205360803'), ('const-1', u'PTRADD_-1205360336'), ('const-0', u'RETURN_-1205362979'), (u'PTRADD_-1205360332', u'CAST_-1205360227'), ('const-23', u'INT_ADD_-1205362606'), (u'CAST_-1205360454', u'CAST_-1205360095'), (u'CAST_-1205360254', u'STORE_-1205363082'), (u'PTRADD_-1205360340', u'CALL_-1205362488'), (u'STORE_-1205362631', u'INDIRECT_-1205360731'), (u'PTRADD_-1205362707', u'CAST_-1205360113'), (u'CALL_-1205362488', u'MULTIEQUAL_-1205361012'), ('const--85', u'PTRSUB_-1205360820'), (u'STORE_-1205362493', u'INDIRECT_-1205361192'), (u'STORE_-1205362585', u'INDIRECT_-1205360977'), (u'PTRSUB_-1205360066', u'CALL_-1205361976'), (u'INT_ADD_-1205360644', u'PTRADD_-1205363300'), (u'CALL_-1205363520', u'INDIRECT_-1205361373'), (u'CAST_-1205360330', u'LOAD_-1205363175'), (u'CALL_-1205362580', u'INDIRECT_-1205361083'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360338'), ('const-0', u'INT_EQUAL_-1205363182'), (u'CALL_-1205361976', u'COPY_-1205361974'), (u'CALL_-1205363520', u'INDIRECT_-1205361545'), (u'STORE_-1205362631', u'INDIRECT_-1205360906'), (u'STORE_-1205362636', u'INDIRECT_-1205360936'), (u'CALL_-1205362631', u'INDIRECT_-1205360900'), (u'CAST_-1205360436', u'MULTIEQUAL_-1205362057'), (u'MULTIEQUAL_-1205361253', u'MULTIEQUAL_-1205361237'), (u'LOAD_-1205363454', u'INT_ADD_-1205363349'), ('const-0', u'COPY_-1205360397'), (u'PTRADD_-1205359957', u'CAST_-1205359874'), ('tmp_2461', u'CBRANCH_-1205362126'), (u'INDIRECT_-1205360731', u'MULTIEQUAL_-1205360976'), ('const--16', u'INT_ADD_-1205360250'), (u'CALL_-1205363520', u'INDIRECT_-1205361109'), (u'INDIRECT_-1205360682', u'MULTIEQUAL_-1205361019'), (u'COPY_-1205360255', u'MULTIEQUAL_-1205361340'), (u'INDIRECT_-1205361459', u'MULTIEQUAL_-1205361406'), ('const-433', u'STORE_-1205363197'), (u'INDIRECT_-1205361333', u'MULTIEQUAL_-1205361253'), (u'CALL_-1205362631', u'INDIRECT_-1205360986'), (u'STORE_-1205363283', u'INDIRECT_-1205361109'), (u'INDIRECT_-1205361204', u'MULTIEQUAL_-1205360935'), ('const-3710549', u'COPY_-1205362239'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361030'), ('const-54', u'CALL_-1205363520'), (u'CAST_-1205360053', u'LOAD_-1205362655'), ('tmp_9281', u'INT_SEXT_-1205363733'), (u'INT_AND_-1205362723', u'CAST_-1205360112'), (u'INT_ADD_-1205359967', u'CAST_-1205359857'), ('const--8', u'INT_ADD_-1205360021'), ('const-433', u'LOAD_-1205362583'), (u'STORE_-1205363082', u'INDIRECT_-1205361095'), (u'LOAD_-1205363276', u'INT_NOTEQUAL_-1205362292'), (u'INDIRECT_-1205360987', u'MULTIEQUAL_-1205360859'), (u'INT_ADD_-1205360343', u'INT_ADD_-1205360323'), (u'MULTIEQUAL_-1205361609', u'PTRADD_-1205362616'), (u'COPY_-1205360449', u'MULTIEQUAL_-1205361459'), (u'MULTIEQUAL_-1205360859', u'MULTIEQUAL_-1205360533'), (u'LOAD_-1205362663', u'CALL_-1205362608'), ('const-47', u'INT_SLESS_-1205362165'), (u'PTRADD_-1205363410', u'CAST_-1205360498'), (u'COPY_-1205360396', u'PIECE_-1205361389'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361380'), (u'CAST_-1205360014', u'LOAD_-1205362582'), (u'MULTIEQUAL_-1205360945', u'MULTIEQUAL_-1205360930'), (u'CALL_-1205363758', u'INT_ADD_-1205362639'), (u'STORE_-1205362635', u'INDIRECT_-1205360994'), (u'COPY_-1205360343', u'CALL_-1205362488'), ('tmp_5447', u'PTRSUB_-1205360340'), (u'COPY_-1205360032', u'MULTIEQUAL_-1205361897'), ('tmp_9145', u'STORE_-1205362545'), (u'INDIRECT_-1205361211', u'MULTIEQUAL_-1205361492'), (u'PTRADD_-1205362171', u'LOAD_-1205362233'), ('const-1', u'PTRADD_-1205360377'), ('tmp_5447', u'PTRSUB_-1205360731'), (u'CALL_-1205362162', u'INDIRECT_-1205360547'), (u'STORE_-1205362585', u'INDIRECT_-1205361152'), (u'INT_ADD_-1205360153', u'PTRADD_-1205362595'), (u'MULTIEQUAL_-1205361167', u'MULTIEQUAL_-1205360840'), (u'COPY_-1205360275', u'MULTIEQUAL_-1205361784'), (u'STORE_-1205362656', u'INDIRECT_-1205360773'), ('const-0', u'STORE_-1205363140'), ('const-0', u'SUBPIECE_-1205361022'), (u'STORE_-1205361981', u'INDIRECT_-1205360353'), (u'STORE_-1205362493', u'INDIRECT_-1205360799'), (u'PTRSUB_-1205360747', u'MULTIEQUAL_-1205362090'), (u'STORE_-1205362493', u'INDIRECT_-1205360756'), (u'STORE_-1205361981', u'INDIRECT_-1205360528'), (u'INDIRECT_-1205361072', u'MULTIEQUAL_-1205360803'), ('const--84', u'PTRSUB_-1205360117'), (u'STORE_-1205361981', u'INDIRECT_-1205360571'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205360661'), (u'INDIRECT_-1205360896', u'MULTIEQUAL_-1205360627'), (u'CALL_-1205363597', u'INDIRECT_-1205361282'), (u'STORE_-1205363082', u'INDIRECT_-1205361181'), (u'INT_2COMP_-1205361473', u'PTRADD_-1205360377'), ('const--8', u'PTRADD_-1205363021'), ('const-1', u'PTRADD_-1205362575'), ('const-433', u'STORE_-1205363471'), (u'STORE_-1205362013', u'INDIRECT_-1205360587'), (u'INDIRECT_-1205360811', u'MULTIEQUAL_-1205361363'), (u'PTRSUB_-1205360289', u'CAST_-1205360216'), (u'STORE_-1205362613', u'INDIRECT_-1205360544'), (u'CALL_-1205362061', u'INDIRECT_-1205360506'), ('const-433', u'STORE_-1205362013'), (u'STORE_-1205363471', u'INDIRECT_-1205361034'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360967'), (u'COPY_-1205360136', u'MULTIEQUAL_-1205361459'), ('const--16', u'INT_AND_-1205363395'), (u'INT_EQUAL_-1205363106', u'CBRANCH_-1205363104'), (u'SUBPIECE_-1205361022', u'COPY_-1205360456'), ('const-433', u'LOAD_-1205363684'), ('const-433', u'LOAD_-1205363454'), (u'INT_ADD_-1205362105', u'PIECE_-1205360656'), ('const-1', u'COPY_-1205361553'), ('const-1', u'PTRADD_-1205360661'), (u'STORE_-1205363082', u'INDIRECT_-1205360917'), (u'STORE_-1205362545', u'INDIRECT_-1205361173'), (u'CALL_-1205363278', u'INDIRECT_-1205361419'), (u'PIECE_-1205361502', u'RETURN_-1205362979'), (u'STORE_-1205362585', u'INDIRECT_-1205360759'), ('const--8', u'INT_ADD_-1205360380'), (u'CALL_-1205362608', u'INDIRECT_-1205360992'), (u'STORE_-1205362613', u'INDIRECT_-1205360938'), ('const-46', u'CALL_-1205363278'), (u'CAST_-1205360058', u'LOAD_-1205362663'), ('tmp_5447', u'PTRSUB_-1205360289'), ('const-0', u'INT_EQUAL_-1205362568'), (u'STORE_-1205362613', u'INDIRECT_-1205360981'), (u'MULTIEQUAL_-1205361077', u'MULTIEQUAL_-1205360751'), (u'PTRSUB_-1205360820', u'CALL_-1205363758'), (u'MULTIEQUAL_-1205361459', u'CALL_-1205362631'), (u'CALL_-1205363686', u'INDIRECT_-1205361460'), (u'STORE_-1205362631', u'INDIRECT_-1205360863'), (u'INDIRECT_-1205361373', u'MULTIEQUAL_-1205361320'), (u'STORE_-1205362493', u'INDIRECT_-1205360845'), (u'COPY_-1205360459', u'MULTIEQUAL_-1205362057'), (u'INDIRECT_-1205361247', u'MULTIEQUAL_-1205360978'), (u'CAST_-1205360040', u'STORE_-1205362635'), ('tmp_2714', u'BRANCH_-1205361957'), ('const--16', u'INT_AND_-1205363363'), (u'CALL_-1205362232', u'INDIRECT_-1205360630'), (u'PTRSUB_-1205360731', u'CALL_-1205362162'), (u'CAST_-1205360612', u'LOAD_-1205363684'), (u'INT_ADD_-1205362703', u'INT_AND_-1205362683'), ('const-76', u'INT_ADD_-1205362647'), (u'STORE_-1205362567', u'INDIRECT_-1205360748'), ('const--8', u'PTRADD_-1205363410'), (u'INDIRECT_-1205360907', u'MULTIEQUAL_-1205361188'), (u'CALL_-1205362608', u'INDIRECT_-1205360774'), (u'INT_2COMP_-1205361473', u'INT_ADD_-1205360339'), (u'INT_ADD_-1205363159', u'CAST_-1205360330'), (u'INDIRECT_-1205361330', u'MULTIEQUAL_-1205361277'), (u'CALL_-1205362608', u'INDIRECT_-1205361078'), (u'INDIRECT_-1205360685', u'MULTIEQUAL_-1205360619'), (u'STORE_-1205362048', u'INDIRECT_-1205360734'), (u'INDIRECT_-1205361150', u'CALL_-1205363520'), ('const-0', u'INT_EQUAL_-1205363106'), (u'CALL_-1205362061', u'INDIRECT_-1205360376'), (u'STORE_-1205362066', u'INDIRECT_-1205360351'), (u'LOAD_-1205362582', u'MULTIEQUAL_-1205361644'), (u'INDIRECT_-1205361333', u'MULTIEQUAL_-1205361064'), (u'INDIRECT_-1205361423', u'MULTIEQUAL_-1205361107'), (u'STORE_-1205363082', u'INDIRECT_-1205360963'), (u'STORE_-1205363471', u'INDIRECT_-1205361166'), (u'INT_ADD_-1205360335', u'CAST_-1205360215'), (u'CAST_-1205359922', u'MULTIEQUAL_-1205361923'), (u'INT_ADD_-1205362624', u'INT_SEXT_-1205362619'), (u'INDIRECT_-1205360685', u'MULTIEQUAL_-1205360930'), (u'STORE_-1205362613', u'INDIRECT_-1205360852'), (u'INT_2COMP_-1205361200', u'INT_ADD_-1205360144'), ('tmp_499', u'CBRANCH_-1205363484'), (u'STORE_-1205362493', u'INDIRECT_-1205361149'), (u'INDIRECT_-1205360949', u'MULTIEQUAL_-1205360883'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205360336'), (u'PTRADD_-1205362575', u'CAST_-1205359929'), ('tmp_1868', u'CBRANCH_-1205362238'), (u'CALL_-1205363520', u'INDIRECT_-1205361152'), (u'MULTIEQUAL_-1205361644', u'CALL_-1205362631'), (u'MULTIEQUAL_-1205361609', u'PTRADD_-1205362575'), (u'PTRADD_-1205363369', u'CALLIND_-1205363355'), (u'CALL_-1205363758', u'INDIRECT_-1205361282'), (u'CALL_-1205363758', u'INDIRECT_-1205361414'), (u'CALL_-1205363686', u'INDIRECT_-1205361328'), (u'CALL_-1205363520', u'INDIRECT_-1205361416'), (u'CALL_-1205363466', u'INDIRECT_-1205360996'), (u'MULTIEQUAL_-1205361296', u'MULTIEQUAL_-1205361280'), (u'MULTIEQUAL_-1205361210', u'MULTIEQUAL_-1205361194'), ('const-8', u'INT_MULT_-1205362782'), ('const-433', u'STORE_-1205363082'), ('tmp_5450', u'LOAD_-1205363104'), (u'INDIRECT_-1205361035', u'MULTIEQUAL_-1205361280'), ('const-15', u'INT_ADD_-1205360661'), ('const-433', u'LOAD_-1205363086'), (u'MULTIEQUAL_-1205362094', u'CALL_-1205363278'), ('const--200', u'PTRSUB_-1205360750'), (u'CAST_-1205359937', u'COPY_-1205360064'), ('tmp_5447', u'PTRSUB_-1205360747'), (u'CALL_-1205363278', u'INDIRECT_-1205361072'), (u'CALL_-1205362162', u'INDIRECT_-1205360811'), ('tmp_5448', u'CALL_-1205362631'), (u'LOAD_-1205362264', u'INT_SLESS_-1205362231'), ('tmp_5450', u'CALLIND_-1205363076'), (u'INT_2COMP_-1205361070', u'INT_ADD_-1205360005'), ('const-32', u'INT_ADD_-1205362567'), (u'INT_SLESS_-1205362262', u'CBRANCH_-1205362269'), (u'INT_SEXT_-1205362619', u'INT_ADD_-1205362606'), (u'MULTIEQUAL_-1205361529', u'STORE_-1205362631'), (u'CALL_-1205362608', u'INDIRECT_-1205360817'), (u'LOAD_-1205362233', u'INT_SUB_-1205362206'), ('tmp_5448', u'INT_ADD_-1205363159'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361053'), (u'STORE_-1205363361', u'INDIRECT_-1205361024'), (u'INDIRECT_-1205360940', u'MULTIEQUAL_-1205360859'), ('const-1', u'PTRADD_-1205359999'), (u'INDIRECT_-1205360547', u'MULTIEQUAL_-1205361101'), (u'PTRSUB_-1205359921', u'CAST_-1205359858'), ('const-4', u'INT_ADD_-1205362682'), (u'INT_ADD_-1205362606', u'INT_AND_-1205362585'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360340'), (u'CALL_-1205363466', u'INDIRECT_-1205361519'), (u'CALLIND_-1205363355', u'INDIRECT_-1205360987'), (u'MULTIEQUAL_-1205361489', u'COPY_-1205360396'), (u'INDIRECT_-1205361082', u'MULTIEQUAL_-1205361363'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361271'), ('const-1', u'PTRADD_-1205360332'), (u'CAST_-1205359754', u'INT_LESS_-1205362186'), (u'CALL_-1205363758', u'INDIRECT_-1205361328'), (u'INDIRECT_-1205360688', u'MULTIEQUAL_-1205360969'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205360659'), (u'CALL_-1205363520', u'INDIRECT_-1205361502'), (u'INDIRECT_-1205360987', u'INT_SEXT_-1205363338'), ('const-253', u'INT_AND_-1205360340'), (u'MULTIEQUAL_-1205361339', u'MULTIEQUAL_-1205361012'), (u'CALL_-1205362631', u'INDIRECT_-1205360463'), (u'STORE_-1205361981', u'INDIRECT_-1205360617'), ('const-433', u'STORE_-1205362066'), (u'LOAD_-1205363214', u'STORE_-1205363197'), (u'CALL_-1205362232', u'INDIRECT_-1205360805'), (u'CALL_-1205362162', u'INDIRECT_-1205360636'), (u'CALL_-1205362488', u'INDIRECT_-1205361125'), (u'SUBPIECE_-1205360656', u'PIECE_-1205360656'), (u'CALL_-1205363278', u'INDIRECT_-1205361115'), (u'INT_ADD_-1205360021', u'PTRADD_-1205359973'), (u'INDIRECT_-1205360854', u'MULTIEQUAL_-1205361406'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360342'), ('const--200', u'PTRSUB_-1205360377'), (u'CALL_-1205363686', u'INDIRECT_-1205361503'), (u'CALL_-1205362061', u'INDIRECT_-1205360684'), (u'LOAD_-1205362264', u'INT_SLESS_-1205362165'), (u'INDIRECT_-1205361290', u'MULTIEQUAL_-1205361021'), (u'CAST_-1205360112', u'CAST_-1205360066'), (u'INT_ADD_-1205362639', u'CAST_-1205360053'), (u'LOAD_-1205362583', u'INT_EQUAL_-1205362568'), ('const-433', u'STORE_-1205362613'), (u'INDIRECT_-1205361026', u'MULTIEQUAL_-1205360756'), (u'CALL_-1205361976', u'INDIRECT_-1205360644'), (u'STORE_-1205363283', u'INDIRECT_-1205361284'), (u'CALL_-1205363758', u'INT_ADD_-1205362628'), (u'STORE_-1205363361', u'INDIRECT_-1205361331'), (u'PTRADD_-1205362616', u'CAST_-1205359938'), (u'INT_ADD_-1205360661', u'PTRADD_-1205363334'), ('const-16', u'INT_ADD_-1205363159'), ('const-260', u'INT_EQUAL_-1205363613'), (u'CAST_-1205359841', u'INT_ADD_-1205359968'), (u'CAST_-1205360085', u'MULTIEQUAL_-1205361529'), (u'STORE_-1205363082', u'INDIRECT_-1205360831'), (u'CAST_-1205360086', u'INT_ADD_-1205362682'), (u'STORE_-1205362631', u'INDIRECT_-1205360685'), (u'CALL_-1205363278', u'INDIRECT_-1205360896'), (u'PTRSUB_-1205359957', u'PTRADD_-1205359957'), (u'COPY_-1205363716', u'MULTIEQUAL_-1205362016'), (u'INDIRECT_-1205361466', u'MULTIEQUAL_-1205361339'), (u'LOAD_-1205362582', u'INT_SLESSEQUAL_-1205362520'), (u'CAST_-1205359840', u'STORE_-1205361981'), (u'STORE_-1205363082', u'INDIRECT_-1205361049'), ('const-433', u'LOAD_-1205363175'), (u'CALL_-1205362162', u'INT_SLESS_-1205362119'), (u'CALL_-1205363597', u'INDIRECT_-1205361193'), (u'COPY_-1205360395', u'PIECE_-1205361389'), (u'INDIRECT_-1205361251', u'MULTIEQUAL_-1205361124'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361294'), (u'LOAD_-1205363756', u'INT_SLESS_-1205363716'), ('const-6', u'COPY_-1205363716'), ('tmp_182', u'CBRANCH_-1205363713'), (u'INDIRECT_-1205360507', u'INT_SEXT_-1205362607'), (u'CALL_-1205363278', u'INDIRECT_-1205361290'), (u'STORE_-1205362545', u'INDIRECT_-1205360869'), ('const-3709936', u'COPY_-1205363604'), (u'CALL_-1205362631', u'INDIRECT_-1205360507'), ('const-1', u'PTRADD_-1205363369'), (u'PTRSUB_-1205359922', u'CAST_-1205359841'), (u'CALL_-1205363597', u'INDIRECT_-1205361371'), (u'CAST_-1205360348', u'INT_ADD_-1205363189'), (u'CALL_-1205362061', u'INDIRECT_-1205360463'), (u'INT_ADD_-1205363189', u'CAST_-1205360347'), ('const-433', u'STORE_-1205361981'), (u'INT_ADD_-1205360250', u'PTRADD_-1205362570'), (u'INT_ADD_-1205360342', u'INT_ADD_-1205360252'), ('const-1', u'PTRADD_-1205359957'), (u'PTRADD_-1205362574', u'CAST_-1205360040'), (u'MULTIEQUAL_-1205361296', u'MULTIEQUAL_-1205360969'), (u'STORE_-1205363361', u'INDIRECT_-1205361067'), (u'INT_ADD_-1205360340', u'INT_ADD_-1205360239'), ('const-433', u'STORE_-1205363283'), (u'INT_ADD_-1205360339', u'PTRADD_-1205360336'), ('const--8', u'INT_ADD_-1205360005'), (u'INT_SEXT_-1205363733', u'CALL_-1205363686'), ('tmp_9146', u'STORE_-1205362567'), (u'INT_2COMP_-1205361724', u'PTRADD_-1205360659'), (u'CALL_-1205362631', u'INDIRECT_-1205360725'), (u'STORE_-1205363082', u'INDIRECT_-1205361138'), (u'CALL_-1205362162', u'MULTIEQUAL_-1205361012'), (u'STORE_-1205362656', u'INDIRECT_-1205360641'), (u'CALL_-1205363758', u'INDIRECT_-1205361460'), (u'CALL_-1205363520', u'MULTIEQUAL_-1205361012'), (u'INDIRECT_-1205360768', u'MULTIEQUAL_-1205361320'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205362707'), ('const-1', u'INT_ADD_-1205362105'), (u'STORE_-1205362066', u'INDIRECT_-1205360527'), (u'COPY_-1205360355', u'CALL_-1205362488'), ('const-1', u'PTRADD_-1205362202'), (u'MULTIEQUAL_-1205360902', u'MULTIEQUAL_-1205360576'), (u'INDIRECT_-1205361466', u'MULTIEQUAL_-1205361150'), (u'CALL_-1205363520', u'INDIRECT_-1205361284'), ('const-54', u'CALL_-1205362162'), (u'INT_SUB_-1205362206', u'CAST_-1205359754'), (u'CAST_-1205360455', u'INT_AND_-1205363363'), (u'COPY_-1205360456', u'MULTIEQUAL_-1205361340'), (u'MULTIEQUAL_-1205362016', u'CALL_-1205362488'), ('const-1', u'PTRADD_-1205362171'), (u'INT_ADD_-1205362628', u'CAST_-1205360045'), (u'CALL_-1205362061', u'INDIRECT_-1205360813'), ('tmp_1820', u'CBRANCH_-1205362269'), (u'CAST_-1205360353', u'LOAD_-1205363214'), (u'INT_2COMP_-1205361473', u'INT_ADD_-1205360396'), (u'STORE_-1205362048', u'INDIRECT_-1205360602'), (u'INDIRECT_-1205361294', u'MULTIEQUAL_-1205361167'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205363334'), (u'CALL_-1205362631', u'INDIRECT_-1205360682'), ('const--16', u'INT_AND_-1205362774'), (u'CALL_-1205362631', u'INDIRECT_-1205360771'), ('const-3710265', u'STORE_-1205362585'), (u'CALL_-1205363466', u'INDIRECT_-1205361433'), (u'CALL_-1205362580', u'INDIRECT_-1205361255'), (u'CAST_-1205360436', u'COPY_-1205360279'), (u'MULTIEQUAL_-1205362094', u'CAST_-1205360357'), ('tmp_5448', u'INT_ADD_-1205363668'), (u'CALL_-1205362608', u'INDIRECT_-1205360555'), (u'CALL_-1205362162', u'INDIRECT_-1205360504'), (u'STORE_-1205362493', u'INDIRECT_-1205360669'), (u'STORE_-1205362636', u'INDIRECT_-1205360807'), (u'INT_ADD_-1205359968', u'CAST_-1205359840'), (u'INT_2COMP_-1205361070', u'PTRADD_-1205359965'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361466'), (u'CALL_-1205362608', u'INDIRECT_-1205360906'), (u'STORE_-1205362636', u'INDIRECT_-1205360850'), (u'SUBPIECE_-1205361022', u'INT_SLESS_-1205362262'), (u'INDIRECT_-1205361376', u'MULTIEQUAL_-1205361107'), (u'INDIRECT_-1205360775', u'MULTIEQUAL_-1205361058'), (u'STORE_-1205362585', u'INDIRECT_-1205361066'), (u'STORE_-1205362635', u'INDIRECT_-1205360733'), ('const--200', u'PTRSUB_-1205359999'), ('tmp_5447', u'PTRSUB_-1205360348'), (u'CAST_-1205360436', u'COPY_-1205360488'), ('const-1', u'INT_ADD_-1205362624'), (u'STORE_-1205362635', u'INDIRECT_-1205360908'), ('const-4', u'SUBPIECE_-1205360656'), (u'PTRADD_-1205360659', u'MULTIEQUAL_-1205361609'), (u'CALL_-1205361976', u'INDIRECT_-1205360730'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360341'), (u'CALL_-1205363520', u'INDIRECT_-1205361198'), (u'INT_SUB_-1205360355', u'INT_AND_-1205360340'), (u'CALL_-1205363597', u'INDIRECT_-1205361150'), (u'INDIRECT_-1205360992', u'MULTIEQUAL_-1205361237'), (u'INDIRECT_-1205361040', u'INT_SEXT_-1205363447'), (u'INDIRECT_-1205360906', u'MULTIEQUAL_-1205361151'), (u'CALL_-1205361976', u'INDIRECT_-1205360859'), (u'CALL_-1205363758', u'INT_ADD_-1205362647'), (u'INDIRECT_-1205361055', u'COPY_-1205360355'), (u'INDIRECT_-1205361502', u'MULTIEQUAL_-1205361449'), (u'PTRADD_-1205360340', u'MULTIEQUAL_-1205362094'), ('const--224', u'PTRSUB_-1205359921'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360791'), (u'STORE_-1205362048', u'INDIRECT_-1205360648'), (u'INT_ADD_-1205362567', u'CAST_-1205360165'), (u'CALL_-1205363686', u'INDIRECT_-1205361285'), ('const-1', u'PTRADD_-1205363334'), (u'COPY_-1205360279', u'MULTIEQUAL_-1205361868'), ('tmp_5447', u'PTRSUB_-1205359921'), ('const-32', u'INT_ADD_-1205363260'), (u'STORE_-1205362545', u'INDIRECT_-1205360780'), ('const-1', u'PTRADD_-1205360335'), ('const-3710437', u'STORE_-1205362613'), (u'INDIRECT_-1205360507', u'MULTIEQUAL_-1205360844'), ('const-15', u'INT_ADD_-1205360163'), ('tmp_5448', u'CALL_-1205363686'), (u'PTRSUB_-1205360117', u'STORE_-1205362656'), (u'INT_ADD_-1205363260', u'CAST_-1205360385'), (u'INDIRECT_-1205360983', u'COPY_-1205360459'), (u'CALL_-1205361976', u'INDIRECT_-1205360598'), ('const-10', u'INT_LESS_-1205362186'), (u'INT_ADD_-1205360252', u'PTRADD_-1205362574'), (u'STORE_-1205362631', u'INDIRECT_-1205360599'), (u'STORE_-1205362656', u'INDIRECT_-1205360595'), (u'COPY_-1205361974', u'MULTIEQUAL_-1205361012'), (u'COPY_-1205360258', u'COPY_-1205360255'), (u'INT_SEXT_-1205363338', u'CAST_-1205360436'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360339'), (u'CAST_-1205360347', u'STORE_-1205363197'), (u'STORE_-1205362636', u'INDIRECT_-1205360764'), (u'INDIRECT_-1205360859', u'MULTIEQUAL_-1205361492'), ('const-43', u'INT_SUB_-1205360355'), (u'CAST_-1205360441', u'STORE_-1205363361'), ('tmp_5447', u'PTRSUB_-1205360332'), (u'MULTIEQUAL_-1205361035', u'MULTIEQUAL_-1205360708'), (u'CALL_-1205362232', u'INDIRECT_-1205360762'), (u'CALL_-1205362488', u'INDIRECT_-1205360732'), (u'STORE_-1205362066', u'INDIRECT_-1205360570'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361205'), (u'MULTIEQUAL_-1205361124', u'MULTIEQUAL_-1205361108'), (u'CAST_-1205360191', u'INT_ADD_-1205360339'), (u'CALL_-1205361976', u'INDIRECT_-1205360423'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361314'), ('const-433', u'STORE_-1205362635'), (u'STORE_-1205362013', u'INDIRECT_-1205360501'), ('const-3709895', u'COPY_-1205363693'), (u'STORE_-1205363471', u'INDIRECT_-1205361120'), (u'CAST_-1205360497', u'CALLIND_-1205363355'), (u'INDIRECT_-1205361119', u'MULTIEQUAL_-1205360992'), (u'CALL_-1205363520', u'INDIRECT_-1205361459'), (u'CAST_-1205360656', u'LOAD_-1205363756'), (u'STORE_-1205362656', u'INDIRECT_-1205360509'), ('const-3', u'INT_SLESS_-1205362262'), (u'INDIRECT_-1205360774', u'MULTIEQUAL_-1205360708'), (u'MULTIEQUAL_-1205360797', u'COPY_-1205360150'), (u'INT_ADD_-1205360396', u'PTRADD_-1205360348'), (u'STORE_-1205362636', u'INDIRECT_-1205360586'), (u'CAST_-1205360112', u'CAST_-1205360077'), (u'CALL_-1205361976', u'INDIRECT_-1205360512'), (u'INDIRECT_-1205361039', u'MULTIEQUAL_-1205361320'), ('tmp_5447', u'PTRSUB_-1205360702'), (u'INT_ADD_-1205362087', u'INT_AND_-1205362066'), (u'CALL_-1205363686', u'INDIRECT_-1205361196'), (u'CAST_-1205360497', u'LOAD_-1205363454'), (u'PTRADD_-1205362552', u'CAST_-1205360027'), (u'INDIRECT_-1205360555', u'MULTIEQUAL_-1205360800'), (u'INDIRECT_-1205360550', u'MULTIEQUAL_-1205360887'), (u'CAST_-1205360454', u'COPY_-1205360535'), (u'MULTIEQUAL_-1205361923', u'CALLIND_-1205363076'), (u'CAST_-1205360140', u'INT_MULT_-1205362782'), (u'STORE_-1205363361', u'INDIRECT_-1205361288'), (u'MULTIEQUAL_-1205361897', u'CALL_-1205362608'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205362574'), ('const-433', u'LOAD_-1205363214'), ('tmp_5447', u'PTRSUB_-1205360377'), ('tmp_2014', u'CBRANCH_-1205362564'), (u'STORE_-1205362635', u'INDIRECT_-1205360687'), (u'INDIRECT_-1205360896', u'MULTIEQUAL_-1205360816'), (u'CALL_-1205362061', u'INDIRECT_-1205360770'), (u'STORE_-1205362631', u'INDIRECT_-1205360992'), ('const-23', u'INT_ADD_-1205363427'), (u'INT_EQUAL_-1205363329', u'CBRANCH_-1205363323'), (u'INT_ADD_-1205363126', u'CAST_-1205360288'), (u'INT_AND_-1205362774', u'INT_2COMP_-1205361377'), (u'STORE_-1205363471', u'INDIRECT_-1205361298'), ('const--16', u'INT_AND_-1205362066'), ('tmp_5447', u'PTRSUB_-1205359922'), ('tmp_328', u'CBRANCH_-1205363608'), (u'INDIRECT_-1205361168', u'MULTIEQUAL_-1205361449'), (u'CALL_-1205362608', u'INDIRECT_-1205361035'), ('tmp_9145', u'COPY_-1205363572'), (u'MULTIEQUAL_-1205361554', u'CALL_-1205362608'), ('const-433', u'LOAD_-1205362233'), (u'INT_SEXT_-1205363447', u'INT_MULT_-1205363415'), (u'INT_ADD_-1205363349', u'CAST_-1205360442'), ('tmp_1048', u'CBRANCH_-1205363052'), (u'CAST_-1205360454', u'CAST_-1205360086'), ('const-23', u'INT_ADD_-1205362087'), (u'PTRADD_-1205363021', u'CAST_-1205360254'), (u'STORE_-1205362631', u'INDIRECT_-1205360774'), ('const--8', u'INT_ADD_-1205360396'), ('const--200', u'PTRSUB_-1205360348'), (u'INDIRECT_-1205360336', u'MULTIEQUAL_-1205360969'), ('const--16', u'INT_ADD_-1205360153'), ('const--24', u'INT_ADD_-1205360144'), (u'CALL_-1205362580', u'INDIRECT_-1205360732'), (u'INT_ADD_-1205362670', u'CAST_-1205360076'), ('const-433', u'LOAD_-1205362644'), (u'PTRSUB_-1205359965', u'PTRADD_-1205359965'), (u'STORE_-1205363361', u'INDIRECT_-1205361199'), (u'STORE_-1205362567', u'INDIRECT_-1205360966'), (u'INT_ADD_-1205363849', u'CALL_-1205363758'), (u'INDIRECT_-1205360687', u'MULTIEQUAL_-1205361320'), (u'STORE_-1205362635', u'INDIRECT_-1205360865'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205360335'), (u'INT_AND_-1205362628', u'CAST_-1205359937'), (u'INDIRECT_-1205360773', u'MULTIEQUAL_-1205361406'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361337'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360343'), (u'CAST_-1205360027', u'STORE_-1205362613'), ('const-23', u'INT_ADD_-1205362703'), ('const-0', u'SUBPIECE_-1205361446'), (u'CALL_-1205363278', u'INDIRECT_-1205361247'), (u'COPY_-1205360349', u'CALL_-1205362488'), ('const-433', u'LOAD_-1205362655'), (u'LOAD_-1205363175', u'MULTIEQUAL_-1205361644'), (u'CALL_-1205363686', u'INDIRECT_-1205361417'), (u'INDIRECT_-1205360986', u'MULTIEQUAL_-1205361323'), (u'INDIRECT_-1205361198', u'MULTIEQUAL_-1205361145'), (u'INDIRECT_-1205361073', u'SUBPIECE_-1205361045'), (u'INDIRECT_-1205360642', u'MULTIEQUAL_-1205360576'), (u'INDIRECT_-1205360774', u'MULTIEQUAL_-1205361019'), (u'CAST_-1205360318', u'INT_SLESSEQUAL_-1205363139'), (u'CAST_-1205360629', u'CALL_-1205363686'), (u'MULTIEQUAL_-1205361339', u'MULTIEQUAL_-1205361323'), (u'CALL_-1205363466', u'INDIRECT_-1205361476'), (u'PTRADD_-1205363334', u'CAST_-1205360455'), (u'INDIRECT_-1205360725', u'MULTIEQUAL_-1205361062'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361423'), (u'STORE_-1205363471', u'INDIRECT_-1205361252'), (u'INDIRECT_-1205360814', u'MULTIEQUAL_-1205361151'), (u'INT_2COMP_-1205361070', u'PTRADD_-1205359999'), (u'CALL_-1205361976', u'INDIRECT_-1205360466'), (u'STORE_-1205363471', u'INDIRECT_-1205361209'), (u'CALL_-1205363758', u'INT_ADD_-1205363260'), (u'COPY_-1205359988', u'CALL_-1205361976'), (u'STORE_-1205362493', u'INDIRECT_-1205360977'), (u'COPY_-1205360200', u'CALL_-1205362608'), (u'CALL_-1205362608', u'INDIRECT_-1205360731'), (u'COPY_-1205360064', u'MULTIEQUAL_-1205361770'), ('const-433', u'LOAD_-1205362776'), (u'STORE_-1205362493', u'INDIRECT_-1205360713'), (u'STORE_-1205362636', u'INDIRECT_-1205360543'), (u'INT_2COMP_-1205361070', u'INT_ADD_-1205359968'), (u'STORE_-1205363283', u'INDIRECT_-1205361020'), (u'STORE_-1205362066', u'INDIRECT_-1205360395'), ('const-4', u'INT_MULT_-1205363415'), ('const-1', u'PTRADD_-1205363222'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361010'), ('tmp_5457', u'COPY_-1205360734'), (u'INDIRECT_-1205360417', u'MULTIEQUAL_-1205360969'), (u'INDIRECT_-1205360983', u'MULTIEQUAL_-1205360902'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360341'), (u'INDIRECT_-1205360863', u'MULTIEQUAL_-1205360797'), (u'STORE_-1205362656', u'INDIRECT_-1205360859'), (u'CALL_-1205363686', u'INDIRECT_-1205361371'), (u'INDIRECT_-1205361204', u'MULTIEQUAL_-1205361124'), (u'INDIRECT_-1205360774', u'COPY_-1205360200'), ('const-24', u'INT_ADD_-1205362639'), (u'CAST_-1205360288', u'STORE_-1205363140'), (u'INDIRECT_-1205360466', u'MULTIEQUAL_-1205361101'), (u'INDIRECT_-1205360943', u'MULTIEQUAL_-1205360816'), (u'STORE_-1205363082', u'INDIRECT_-1205360787'), (u'INDIRECT_-1205360463', u'MULTIEQUAL_-1205360800'), (u'PTRADD_-1205360336', u'MULTIEQUAL_-1205361609'), (u'COPY_-1205360630', u'CALL_-1205363466'), (u'INT_NOTEQUAL_-1205363063', u'CBRANCH_-1205363052'), (u'INT_2COMP_-1205361377', u'INT_ADD_-1205360338'), (u'INDIRECT_-1205360940', u'MULTIEQUAL_-1205360670'), (u'CALL_-1205363278', u'INDIRECT_-1205361026'), (u'PTRSUB_-1205360066', u'CALL_-1205362162'), (u'CALL_-1205363278', u'INT_NOTEQUAL_-1205363247'), (u'INDIRECT_-1205361030', u'COPY_-1205360275'), (u'STORE_-1205362585', u'INDIRECT_-1205360845'), (u'STORE_-1205362567', u'INDIRECT_-1205360923'), (u'CAST_-1205360066', u'STORE_-1205362673'), (u'CAST_-1205360498', u'STORE_-1205363471'), (u'INDIRECT_-1205360857', u'MULTIEQUAL_-1205361194'), (u'STORE_-1205362585', u'INDIRECT_-1205360802'), (u'INT_ADD_-1205360597', u'PTRADD_-1205363222'), (u'STORE_-1205362636', u'INDIRECT_-1205360632'), (u'MULTIEQUAL_-1205361784', u'COPY_-1205360447'), (u'CALL_-1205363278', u'INDIRECT_-1205361376'), (u'STORE_-1205363082', u'INDIRECT_-1205360874'), (u'CAST_-1205360253', u'INT_NOTEQUAL_-1205363063'), (u'MULTIEQUAL_-1205361595', u'MULTIEQUAL_-1205361529'), (u'INT_ADD_-1205362647', u'CAST_-1205360058'), (u'INT_SEXT_-1205362607', u'CAST_-1205359922'), (u'MULTIEQUAL_-1205361124', u'MULTIEQUAL_-1205360797'), ('const--200', u'PTRSUB_-1205360332'), ('const-433', u'STORE_-1205362567'), (u'COPY_-1205360624', u'MULTIEQUAL_-1205362090'), (u'MULTIEQUAL_-1205361167', u'MULTIEQUAL_-1205361151'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360339'), (u'CAST_-1205360112', u'COPY_-1205360237'), (u'CALL_-1205362232', u'INDIRECT_-1205360891'), (u'INT_ADD_-1205363740', u'CAST_-1205360656'), (u'INDIRECT_-1205360555', u'MULTIEQUAL_-1205360489'), (u'INT_ADD_-1205359969', u'INT_ADD_-1205359967'), (u'INT_SUB_-1205363207', u'INT_MULT_-1205363177'), (u'COPY_-1205360263', u'COPY_-1205360260'), (u'INT_MULT_-1205363415', u'INT_ADD_-1205363427'), (u'STORE_-1205362656', u'INDIRECT_-1205360902'), (u'INT_2COMP_-1205361724', u'PTRADD_-1205360661'), (u'INT_2COMP_-1205361724', u'INT_ADD_-1205360661'), (u'MULTIEQUAL_-1205360816', u'MULTIEQUAL_-1205360489'), ('tmp_9146', u'STORE_-1205362048'), (u'STORE_-1205363361', u'INDIRECT_-1205361113'), (u'STORE_-1205361981', u'INDIRECT_-1205360485'), ('const-1', u'PTRADD_-1205362595'), (u'INDIRECT_-1205360897', u'MULTIEQUAL_-1205361449'), (u'SUBPIECE_-1205361045', u'PIECE_-1205361045'), (u'INDIRECT_-1205361380', u'MULTIEQUAL_-1205361064'), (u'INDIRECT_-1205360679', u'SUBPIECE_-1205360656'), (u'INDIRECT_-1205360593', u'MULTIEQUAL_-1205360930'), (u'INT_ADD_-1205362584', u'MULTIEQUAL_-1205360844'), (u'LOAD_-1205362713', u'STORE_-1205362673'), (u'STORE_-1205362013', u'INDIRECT_-1205360762'), (u'INDIRECT_-1205361073', u'MULTIEQUAL_-1205360945'), ('const-3709853', u'COPY_-1205363765'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361185'), (u'INT_2COMP_-1205361473', u'INT_ADD_-1205360337'), (u'CALL_-1205362631', u'INDIRECT_-1205360943'), ('const-3710585', u'COPY_-1205362169'), (u'PTRSUB_-1205360731', u'MULTIEQUAL_-1205362094'), (u'CALL_-1205361976', u'INDIRECT_-1205360380'), (u'LOAD_-1205363175', u'INT_SLESSEQUAL_-1205363139'), (u'STORE_-1205362636', u'INDIRECT_-1205360979'), (u'INT_AND_-1205361539', u'CALL_-1205361976'), (u'INDIRECT_-1205361026', u'MULTIEQUAL_-1205360945'), ('const-58', u'INT_SLESS_-1205362231'), (u'STORE_-1205362066', u'INDIRECT_-1205360659'), (u'INDIRECT_-1205361290', u'MULTIEQUAL_-1205361210'), (u'STORE_-1205362493', u'INDIRECT_-1205361063'), (u'MULTIEQUAL_-1205361210', u'MULTIEQUAL_-1205360883'), (u'STORE_-1205363283', u'INDIRECT_-1205360977'), (u'MULTIEQUAL_-1205362094', u'PTRADD_-1205363369'), (u'INT_AND_-1205362066', u'INT_2COMP_-1205361070'), (u'CALL_-1205363278', u'INDIRECT_-1205361204'), ('const-1', u'PTRADD_-1205362707'), (u'CALL_-1205362061', u'INDIRECT_-1205360856'), (u'CALL_-1205362580', u'INDIRECT_-1205360862'), (u'CAST_-1205360095', u'LOAD_-1205362713'), (u'LOAD_-1205362644', u'CALL_-1205362608'), (u'STORE_-1205362635', u'INDIRECT_-1205360557'), (u'LOAD_-1205363104', u'INT_ADD_-1205363070'), ('const-48', u'INT_SUB_-1205362206'), (u'STORE_-1205363283', u'INDIRECT_-1205361198'), (u'INDIRECT_-1205361205', u'MULTIEQUAL_-1205361077'), (u'STORE_-1205362493', u'INDIRECT_-1205360931'), (u'INT_ADD_-1205363198', u'CAST_-1205360353'), (u'INDIRECT_-1205361035', u'MULTIEQUAL_-1205360969'), (u'INT_SLESS_-1205362119', u'CBRANCH_-1205362126'), (u'CALL_-1205363466', u'INDIRECT_-1205361347'), (u'CAST_-1205360454', u'CAST_-1205360348'), ('const--24', u'INT_ADD_-1205360239'), ('const--80', u'PTRSUB_-1205360066'), ('const-1', u'PTRADD_-1205359965'), ('const-433', u'STORE_-1205362493'), ('const--224', u'PTRSUB_-1205360289'), (u'CALLIND_-1205363355', u'INDIRECT_-1205361251'), ('const-1', u'PTRADD_-1205363410'), ('const-433', u'STORE_-1205362636'), (u'CALL_-1205363278', u'INDIRECT_-1205361333'), ('tmp_891', u'CBRANCH_-1205363180'), (u'STORE_-1205362636', u'INDIRECT_-1205360675'), (u'INT_AND_-1205363395', u'INT_2COMP_-1205361724'), (u'INDIRECT_-1205360987', u'COPY_-1205360258'), (u'CAST_-1205360076', u'COPY_-1205360208'), (u'MULTIEQUAL_-1205361609', u'PTRADD_-1205360177'), (u'INDIRECT_-1205360818', u'MULTIEQUAL_-1205361101'), (u'STORE_-1205362013', u'INDIRECT_-1205360805'), ('const--16', u'INT_AND_-1205362723'), ('const-208', u'INT_ADD_-1205363849'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361228'), (u'STORE_-1205362656', u'INDIRECT_-1205360816'), (u'CALL_-1205362061', u'COPY_-1205359918'), (u'CALLIND_-1205363076', u'INDIRECT_-1205360835'), (u'CALL_-1205362608', u'INDIRECT_-1205360642'), ('const--16', u'INT_AND_-1205362585'), (u'PTRADD_-1205362595', u'CAST_-1205359940'), (u'INDIRECT_-1205361419', u'MULTIEQUAL_-1205361150'), ('const-16', u'INT_ADD_-1205362628'), (u'CAST_-1205360008', u'MULTIEQUAL_-1205361923'), (u'LOAD_-1205362776', u'INT_SUB_-1205360355'), (u'CALL_-1205362061', u'INDIRECT_-1205360638'), (u'STORE_-1205362066', u'INDIRECT_-1205360481'), (u'PTRADD_-1205360348', u'CAST_-1205360238'), (u'INT_AND_-1205363363', u'CAST_-1205360454'), ('tmp_1493', u'CBRANCH_-1205362717'), (u'MULTIEQUAL_-1205361340', u'INT_ADD_-1205362689'), (u'STORE_-1205363361', u'INDIRECT_-1205361156'), ('const-0', u'COPY_-1205361981'), ('tmp_5450', u'COPY_-1205360395'), (u'CALLIND_-1205363355', u'INDIRECT_-1205360943'), (u'STORE_-1205363471', u'INDIRECT_-1205361077'), (u'INDIRECT_-1205361152', u'MULTIEQUAL_-1205361101'), (u'MULTIEQUAL_-1205361101', u'COPY_-1205360630'), (u'INDIRECT_-1205360950', u'MULTIEQUAL_-1205361233'), (u'INT_AND_-1205360340', u'INT_EQUAL_-1205362723'), (u'MULTIEQUAL_-1205361035', u'MULTIEQUAL_-1205361019'), (u'INDIRECT_-1205360791', u'COPY_-1205360349'), (u'CALL_-1205363758', u'INT_ADD_-1205363198'), (u'INT_2COMP_-1205361200', u'PTRADD_-1205360177'), (u'MULTIEQUAL_-1205362094', u'PTRADD_-1205362171'), (u'CAST_-1205359938', u'INT_AND_-1205362628'), (u'PTRADD_-1205360335', u'MULTIEQUAL_-1205361920'), (u'CALL_-1205362162', u'INDIRECT_-1205360897'), (u'MULTIEQUAL_-1205360902', u'MULTIEQUAL_-1205360887'), (u'CALL_-1205362162', u'INDIRECT_-1205360593'), (u'SUBPIECE_-1205361446', u'INT_EQUAL_-1205363106'), (u'CALL_-1205362162', u'INDIRECT_-1205360940'), (u'CALL_-1205362580', u'INDIRECT_-1205361126'), (u'STORE_-1205362656', u'INDIRECT_-1205360945'), (u'INT_2COMP_-1205361070', u'INT_ADD_-1205359969'), ('tmp_1729', u'CBRANCH_-1205362528'), (u'CALL_-1205362162', u'INDIRECT_-1205360854'), (u'INDIRECT_-1205360955', u'COPY_-1205360343'), (u'CALL_-1205362061', u'INDIRECT_-1205360552'), (u'INDIRECT_-1205361205', u'MULTIEQUAL_-1205360888'), (u'MULTIEQUAL_-1205362090', u'PTRADD_-1205362552'), (u'STORE_-1205362631', u'INDIRECT_-1205361035'), (u'COPY_-1205360237', u'MULTIEQUAL_-1205361554'), (u'INDIRECT_-1205360730', u'MULTIEQUAL_-1205361363'), ('tmp_5448', u'INT_ADD_-1205363849'), ('const-433', u'STORE_-1205362656'), (u'STORE_-1205363082', u'INDIRECT_-1205361006'), ('tmp_982', u'CBRANCH_-1205363104'), (u'STORE_-1205363361', u'INDIRECT_-1205361374'), (u'STORE_-1205362613', u'INDIRECT_-1205361067'), (u'INDIRECT_-1205361109', u'MULTIEQUAL_-1205361058'), ('tmp_5447', u'PTRSUB_-1205359965'), ('tmp_934', u'CBRANCH_-1205363147'), (u'STORE_-1205362048', u'INDIRECT_-1205360559'), (u'INDIRECT_-1205360679', u'MULTIEQUAL_-1205361233'), (u'STORE_-1205362567', u'INDIRECT_-1205361055'), (u'PTRSUB_-1205360293', u'CAST_-1205360191'), (u'CALL_-1205362232', u'INDIRECT_-1205360673'), (u'PTRSUB_-1205360731', u'CALL_-1205363520'), (u'CAST_-1205360442', u'LOAD_-1205363365'), (u'COPY_-1205360457', u'MULTIEQUAL_-1205361595'), (u'STORE_-1205363471', u'INDIRECT_-1205361384'), (u'CALL_-1205363278', u'INDIRECT_-1205361158'), ('const--80', u'PTRSUB_-1205360702'), (u'SUBPIECE_-1205361446', u'MULTIEQUAL_-1205361489'), (u'CAST_-1205360216', u'INT_ADD_-1205360335'), ('const-0', u'INT_SLESS_-1205363716'), ('const-1', u'PTRADD_-1205362570'), (u'CALL_-1205363466', u'INDIRECT_-1205361258'), ('const-2', u'PTRADD_-1205362171'), (u'CALL_-1205362488', u'INDIRECT_-1205360688'), (u'STORE_-1205362585', u'INDIRECT_-1205360891'), (u'CAST_-1205360215', u'STORE_-1205362545'), ('const-3710050', u'STORE_-1205363361'), ('tmp_5447', u'PTRSUB_-1205359957'), (u'CALLIND_-1205363076', u'INDIRECT_-1205361099'), (u'STORE_-1205362493', u'INDIRECT_-1205361106'), (u'STORE_-1205362048', u'INDIRECT_-1205360470'), ('const-3710625', u'STORE_-1205362066'), (u'CAST_-1205360392', u'STORE_-1205363283'), ('const-433', u'LOAD_-1205363276'), (u'INDIRECT_-1205360943', u'MULTIEQUAL_-1205361280'), (u'INDIRECT_-1205360900', u'MULTIEQUAL_-1205361237'), (u'STORE_-1205363471', u'INDIRECT_-1205361341'), ('const-3710664', u'STORE_-1205361981'), (u'MULTIEQUAL_-1205362094', u'CALLIND_-1205363355'), (u'CAST_-1205360391', u'CALL_-1205363278'), ('const-0', u'INT_NOTEQUAL_-1205362292'), (u'CALL_-1205362488', u'INDIRECT_-1205360818'), (u'CALL_-1205363758', u'INDIRECT_-1205361371'), (u'INDIRECT_-1205360598', u'MULTIEQUAL_-1205361233'), ('const-1', u'PTRADD_-1205359973'), (u'PTRADD_-1205360661', u'MULTIEQUAL_-1205361920'), (u'INDIRECT_-1205360642', u'MULTIEQUAL_-1205360887'), (u'CALL_-1205362631', u'INDIRECT_-1205360593'), (u'STORE_-1205363082', u'INDIRECT_-1205361224'), (u'MULTIEQUAL_-1205362057', u'CAST_-1205360318'), (u'INDIRECT_-1205360725', u'MULTIEQUAL_-1205361277'), (u'INDIRECT_-1205361022', u'MULTIEQUAL_-1205360969'), (u'INDIRECT_-1205360864', u'MULTIEQUAL_-1205361145'), ('tmp_5447', u'PTRSUB_-1205360066'), (u'CAST_-1205360358', u'INT_SUB_-1205363207'), (u'COPY_-1205360136', u'MULTIEQUAL_-1205361770'), ('tmp_1784', u'CBRANCH_-1205362292'), (u'MULTIEQUAL_-1205362057', u'MULTIEQUAL_-1205361923'), (u'INDIRECT_-1205360949', u'MULTIEQUAL_-1205361194'), (u'MULTIEQUAL_-1205360992', u'MULTIEQUAL_-1205360976'), (u'PTRADD_-1205360377', u'MULTIEQUAL_-1205362090'), (u'STORE_-1205362631', u'INDIRECT_-1205360949'), (u'CALL_-1205362631', u'INDIRECT_-1205360814'), (u'STORE_-1205362631', u'INDIRECT_-1205360555'), ('tmp_1941', u'CBRANCH_-1205362194'), (u'INDIRECT_-1205361030', u'MULTIEQUAL_-1205360902'), (u'INT_SLESSEQUAL_-1205363139', u'CBRANCH_-1205363147'), (u'STORE_-1205362013', u'INDIRECT_-1205360676'), (u'MULTIEQUAL_-1205361784', u'COPY_-1205360449'), (u'INT_ADD_-1205362566', u'CAST_-1205360014'), (u'CALL_-1205362580', u'INDIRECT_-1205360908'), (u'STORE_-1205362048', u'INDIRECT_-1205360691'), (u'CAST_-1205360454', u'CALLIND_-1205363355'), ('const-8', u'INT_ADD_-1205359969')]
null
null
00389b60
x64
O2
(translation_unit "undefined1 [16]\nFUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5,\n char param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n long *plVar6;\n void *pvVar7;\n undefined8 uVar8;\n undefined4 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n ulong uVar12;\n char *__s;\n undefined1 *puVar13;\n undefined1 *puVar14;\n undefined1 *puVar15;\n int iVar16;\n undefined8 *puVar17;\n undefined8 *puVar18;\n char cVar19;\n long lVar20;\n undefined8 *puVar21;\n bool bVar22;\n undefined1 auVar23 [16];\n undefined8 auStack_e0 [3];\n undefined1 auStack_c8 [8];\n char local_c0 [48];\n undefined8 uStack_90;\n int local_88;\n undefined4 local_84;\n undefined8 *local_80;\n undefined8 local_78;\n undefined8 local_70;\n long local_68;\n undefined8 *local_60;\n undefined1 local_55;\n int local_54;\n undefined8 local_50;\n undefined1 local_48 [24];\n \n local_68 = param_4 + 0xd0;\n uStack_90 = 0x389b9d;\n local_84 = param_5;\n local_78 = param_1;\n local_70 = param_3;\n lVar5 = FUN_003889e0(&local_55,local_68);\n lVar20 = *(long *)(param_4 + 8);\n if (lVar20 < 0) {\n lVar20 = 6;\n }\n local_60 = (undefined8 *)local_48;\n uStack_90 = 0x389bc7;\n FUN_00380ee0(param_4,local_60,(int)param_6);\n puVar13 = auStack_c8;\n __s = local_c0;\n if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }\n lVar20 = local_68;\n *(undefined8 *)(puVar13 + -8) = 0x389c2f;\n plVar6 = (long *)FUN_00385410(lVar20);\n lVar11 = (long)local_54;\n lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar14 = puVar13 + lVar20;\n puVar15 = puVar13 + lVar20;\n puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0);\n pcVar2 = *(code **)(*plVar6 + 0x58);\n local_60 = puVar21;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62;\n (*pcVar2)(plVar6,__s,__s + lVar11,puVar21);\n puVar10 = (undefined8 *)(long)local_54;\n if (puVar10 == (undefined8 *)0x0) {\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n uVar8 = local_78;\n uVar1 = local_84;\n lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar14 = puVar15 + lVar5;\n *(int **)(puVar15 + lVar5 + -0x10) = &local_54;\n *(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40;\n FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0);\nLAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;\n cVar19 = (char)local_70;\n if (cVar19 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }\n auVar23[8] = cVar19;\n auVar23._0_8_ = param_2;\n auVar23._9_7_ = 0;\n return auVar23;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5,\n char param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined4 uVar1;" (macro_type_specifier "FUN_00389b60(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , (ERROR "long" identifier) (pointer_declarator "*param_2" * identifier) , identifier (ERROR "param_3" identifier) , (ERROR "long" identifier) identifier , identifier (ERROR "param_5" identifier) , (ERROR "char" identifier) identifier , identifier (ERROR "param_7" identifier) , (ERROR "undefined8 param_8)\n\n{\n undefined4" identifier identifier ) { identifier) identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "void *pvVar7;" primitive_type (pointer_declarator "*pvVar7" * identifier) ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined4 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "undefined1 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined1 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "undefined1 *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "undefined8 *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined8 *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "char cVar19;" primitive_type identifier ;) (declaration "long lVar20;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar21;" type_identifier (pointer_declarator "*puVar21" * identifier) ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "undefined1 auVar23 [16];" type_identifier (array_declarator "auVar23 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 auStack_e0 [3];" type_identifier (array_declarator "auStack_e0 [3]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_c8 [8];" type_identifier (array_declarator "auStack_c8 [8]" identifier [ number_literal ]) ;) (declaration "char local_c0 [48];" primitive_type (array_declarator "local_c0 [48]" identifier [ number_literal ]) ;) (declaration "undefined8 uStack_90;" type_identifier identifier ;) (declaration "int local_88;" primitive_type identifier ;) (declaration "undefined4 local_84;" type_identifier identifier ;) (declaration "undefined8 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_60;" type_identifier (pointer_declarator "*local_60" * identifier) ;) (declaration "undefined1 local_55;" type_identifier identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined1 local_48 [24];" type_identifier (array_declarator "local_48 [24]" identifier [ number_literal ]) ;) (expression_statement "local_68 = param_4 + 0xd0;" (assignment_expression "local_68 = param_4 + 0xd0" identifier = (binary_expression "param_4 + 0xd0" identifier + number_literal)) ;) (expression_statement "uStack_90 = 0x389b9d;" (assignment_expression "uStack_90 = 0x389b9d" identifier = number_literal) ;) (expression_statement "local_84 = param_5;" (assignment_expression "local_84 = param_5" identifier = identifier) ;) (expression_statement "local_78 = param_1;" (assignment_expression "local_78 = param_1" identifier = identifier) ;) (expression_statement "local_70 = param_3;" (assignment_expression "local_70 = param_3" identifier = identifier) ;) (expression_statement "lVar5 = FUN_003889e0(&local_55,local_68);" (assignment_expression "lVar5 = FUN_003889e0(&local_55,local_68)" identifier = (call_expression "FUN_003889e0(&local_55,local_68)" identifier (argument_list "(&local_55,local_68)" ( (pointer_expression "&local_55" & identifier) , identifier )))) ;) (expression_statement "lVar20 = *(long *)(param_4 + 8);" (assignment_expression "lVar20 = *(long *)(param_4 + 8)" identifier = (pointer_expression "*(long *)(param_4 + 8)" * (cast_expression "(long *)(param_4 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) ))))) ;) (if_statement "if (lVar20 < 0) {\n lVar20 = 6;\n }" if (parenthesized_expression "(lVar20 < 0)" ( (binary_expression "lVar20 < 0" identifier < number_literal) )) (compound_statement "{\n lVar20 = 6;\n }" { (expression_statement "lVar20 = 6;" (assignment_expression "lVar20 = 6" identifier = number_literal) ;) })) (expression_statement "local_60 = (undefined8 *)local_48;" (assignment_expression "local_60 = (undefined8 *)local_48" identifier = (cast_expression "(undefined8 *)local_48" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uStack_90 = 0x389bc7;" (assignment_expression "uStack_90 = 0x389bc7" identifier = number_literal) ;) (expression_statement "FUN_00380ee0(param_4,local_60,(int)param_6);" (call_expression "FUN_00380ee0(param_4,local_60,(int)param_6)" identifier (argument_list "(param_4,local_60,(int)param_6)" ( identifier , identifier , (cast_expression "(int)param_6" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" identifier = identifier) ;) (expression_statement "__s = local_c0;" (assignment_expression "__s = local_c0" identifier = identifier) ;) (if_statement "if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" if (parenthesized_expression "((*(uint *)(param_4 + 0x18) & 0x104) == 0x104)" ( (binary_expression "(*(uint *)(param_4 + 0x18) & 0x104) == 0x104" (parenthesized_expression "(*(uint *)(param_4 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(param_4 + 0x18) & 0x104" (pointer_expression "*(uint *)(param_4 + 0x18)" * (cast_expression "(uint *)(param_4 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389e55;" (assignment_expression "auStack_e0[2] = 0x389e55" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389e79;" (assignment_expression "auStack_e0[0] = 0x389e79" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(&local_50,__s,0x36,local_60);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,0x36,local_60)" identifier = (call_expression "FUN_00348470(&local_50,__s,0x36,local_60)" identifier (argument_list "(&local_50,__s,0x36,local_60)" ( (pointer_expression "&local_50" & identifier) , identifier , number_literal , identifier )))) ;) (if_statement "if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" { (expression_statement "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);" (assignment_expression "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" identifier = (cast_expression "(undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(local_80._4_4_,local_54 + 1)" identifier (argument_list "(local_80._4_4_,local_54 + 1)" ( (field_expression "local_80._4_4_" identifier . field_identifier) , (binary_expression "local_54 + 1" identifier + number_literal) ))))) ;) (expression_statement "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)(local_54 + 1) + 0x17U" (cast_expression "(long)(local_54 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_54 + 1)" ( (binary_expression "local_54 + 1" identifier + number_literal) ))) + number_literal) & number_literal) )))) ;) (expression_statement "puVar13 = auStack_c8 + lVar20;" (assignment_expression "puVar13 = auStack_c8 + lVar20" identifier = (binary_expression "auStack_c8 + lVar20" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar20 + -8)" ( (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "__s = local_c0 + lVar20;" (assignment_expression "__s = local_c0 + lVar20" identifier = (binary_expression "local_c0 + lVar20" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar20 + -8)" ( (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" identifier = identifier) ;) (expression_statement "uVar12 = (ulong)local_80 & 0xffffffff;" (assignment_expression "uVar12 = (ulong)local_80 & 0xffffffff" identifier = (binary_expression "(ulong)local_80 & 0xffffffff" (cast_expression "(ulong)local_80" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal)) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar20 + 8)" ( (binary_expression "(long)auStack_e0 + lVar20 + 8" (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar20)" ( (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10)" identifier = (call_expression "FUN_00348470(&local_50,__s,uVar12,puVar10)" identifier (argument_list "(&local_50,__s,uVar12,puVar10)" ( (pointer_expression "&local_50" & identifier) , identifier , identifier , identifier )))) ;) })) }) (else_clause "else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" else (compound_statement "{\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389bf0;" (assignment_expression "auStack_e0[2] = 0x389bf0" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_80 = &local_50;" (assignment_expression "local_80 = &local_50" identifier = (pointer_expression "&local_50" & identifier)) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389c18;" (assignment_expression "auStack_e0[0] = 0x389c18" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);" (assignment_expression "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20)" identifier = (call_expression "FUN_00348470(local_80,__s,0x36,local_60,lVar20)" identifier (argument_list "(local_80,__s,0x36,local_60,lVar20)" ( identifier , identifier , number_literal , identifier , identifier )))) ;) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" identifier = identifier) ;) (if_statement "if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" { (expression_statement "local_88 = local_54 + 1;" (assignment_expression "local_88 = local_54 + 1" identifier = (binary_expression "local_54 + 1" identifier + number_literal)) ;) (expression_statement "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)local_88 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)local_88 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)local_88 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)local_88 + 0x17U" (cast_expression "(long)local_88" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) & number_literal) )))) ;) (expression_statement "puVar13 = auStack_c8 + lVar11;" (assignment_expression "puVar13 = auStack_c8 + lVar11" identifier = (binary_expression "auStack_c8 + lVar11" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar11 + -8)" ( (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "__s = local_c0 + lVar11;" (assignment_expression "__s = local_c0 + lVar11" identifier = (binary_expression "local_c0 + lVar11" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar11 + -8)" ( (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar21 = local_60;" (assignment_expression "puVar21 = local_60" identifier = identifier) ;) (expression_statement "iVar16 = local_88;" (assignment_expression "iVar16 = local_88" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar11 + 8)" ( (binary_expression "(long)auStack_e0 + lVar11 + 8" (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = local_80;" (assignment_expression "puVar10 = local_80" identifier = identifier) ;) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar11)" ( (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);" (assignment_expression "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" identifier = (call_expression "FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" identifier (argument_list "(puVar10,__s,iVar16,puVar21,lVar20)" ( identifier , identifier , identifier , identifier , identifier )))) ;) })) }))) (expression_statement "lVar20 = local_68;" (assignment_expression "lVar20 = local_68" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + -8) = 0x389c2f;" (assignment_expression "*(undefined8 *)(puVar13 + -8) = 0x389c2f" (pointer_expression "*(undefined8 *)(puVar13 + -8)" * (cast_expression "(undefined8 *)(puVar13 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + -8)" ( (binary_expression "puVar13 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "plVar6 = (long *)FUN_00385410(lVar20);" (assignment_expression "plVar6 = (long *)FUN_00385410(lVar20)" identifier = (cast_expression "(long *)FUN_00385410(lVar20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00385410(lVar20)" identifier (argument_list "(lVar20)" ( identifier ))))) ;) (expression_statement "lVar11 = (long)local_54;" (assignment_expression "lVar11 = (long)local_54" identifier = (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar11 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar11 * 4 + 0x17U" (binary_expression "lVar11 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = puVar13 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar20" identifier = (binary_expression "puVar13 + lVar20" identifier + identifier)) ;) (expression_statement "puVar15 = puVar13 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar20" identifier = (binary_expression "puVar13 + lVar20" identifier + identifier)) ;) (expression_statement "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar13 + lVar20 + 0xf)" ( (binary_expression "puVar13 + lVar20 + 0xf" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "pcVar2 = *(code **)(*plVar6 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar6 + 0x58)" identifier = (pointer_expression "*(code **)(*plVar6 + 0x58)" * (cast_expression "(code **)(*plVar6 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x58)" ( (binary_expression "*plVar6 + 0x58" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) ;) (expression_statement "local_60 = puVar21;" (assignment_expression "local_60 = puVar21" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" * (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21);" (call_expression "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(plVar6,__s,__s + lVar11,puVar21)" ( identifier , identifier , (binary_expression "__s + lVar11" identifier + identifier) , identifier ))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (puVar10 == (undefined8 *)0x0) {\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" if (parenthesized_expression "(puVar10 == (undefined8 *)0x0)" ( (binary_expression "puVar10 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" { (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (if_statement "if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(*(char *)(lVar5 + 0x20) == '\0')" ( (binary_expression "*(char *)(lVar5 + 0x20) == '\0'" (pointer_expression "*(char *)(lVar5 + 0x20)" * (cast_expression "(char *)(lVar5 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (expression_statement "puVar9 = (undefined4 *)0x0;" (assignment_expression "puVar9 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (expression_statement "iVar16 = local_54;" (assignment_expression "iVar16 = local_54" identifier = identifier) ;) (labeled_statement "LAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" statement_identifier : (expression_statement "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)puVar10 * 8 + 0x17U" (binary_expression "(long)puVar10 * 8" (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) + number_literal) & number_literal) )))) ;)) (expression_statement "puVar15 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar11 + lVar20" identifier = (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier)) ;) (expression_statement "puVar14 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar11 + lVar20" identifier = (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier)) ;) (expression_statement "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar13 + lVar11 + lVar20 + 0xf)" ( (binary_expression "puVar13 + lVar11 + lVar20 + 0xf" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "bVar22 = (*__s - 0x2bU & 0xfd) == 0;" (assignment_expression "bVar22 = (*__s - 0x2bU & 0xfd) == 0" identifier = (binary_expression "(*__s - 0x2bU & 0xfd) == 0" (parenthesized_expression "(*__s - 0x2bU & 0xfd)" ( (binary_expression "*__s - 0x2bU & 0xfd" (binary_expression "*__s - 0x2bU" (pointer_expression "*__s" * identifier) - number_literal) & number_literal) )) == number_literal)) ;) (expression_statement "puVar10 = puVar18;" (assignment_expression "puVar10 = puVar18" identifier = identifier) ;) (if_statement "if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" if (parenthesized_expression "(bVar22)" ( identifier )) (compound_statement "{\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" { (expression_statement "local_54 = iVar16 + -1;" (assignment_expression "local_54 = iVar16 + -1" identifier = (binary_expression "iVar16 + -1" identifier + number_literal)) ;) (expression_statement "puVar17 = (undefined8 *)((long)puVar21 + 4);" (assignment_expression "puVar17 = (undefined8 *)((long)puVar21 + 4)" identifier = (cast_expression "(undefined8 *)((long)puVar21 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar21 + 4)" ( (binary_expression "(long)puVar21 + 4" (cast_expression "(long)puVar21" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined4 *)puVar18 = *(undefined4 *)puVar21;" (assignment_expression "*(undefined4 *)puVar18 = *(undefined4 *)puVar21" (pointer_expression "*(undefined4 *)puVar18" * (cast_expression "(undefined4 *)puVar18" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)puVar21" * (cast_expression "(undefined4 *)puVar21" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "puVar10 = (undefined8 *)((long)puVar18 + 4);" (assignment_expression "puVar10 = (undefined8 *)((long)puVar18 + 4)" identifier = (cast_expression "(undefined8 *)((long)puVar18 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 4)" ( (binary_expression "(long)puVar18 + 4" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) })) (expression_statement "uVar1 = *(undefined4 *)(lVar5 + 0x4c);" (assignment_expression "uVar1 = *(undefined4 *)(lVar5 + 0x4c)" identifier = (pointer_expression "*(undefined4 *)(lVar5 + 0x4c)" * (cast_expression "(undefined4 *)(lVar5 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x4c)" ( (binary_expression "lVar5 + 0x4c" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = *(undefined8 *)(lVar5 + 0x18);" (assignment_expression "uVar8 = *(undefined8 *)(lVar5 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0x18)" * (cast_expression "(undefined8 *)(lVar5 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x18)" ( (binary_expression "lVar5 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0x10);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0x10)" * (cast_expression "(undefined8 *)(lVar5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;" (assignment_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54" (pointer_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8)" * (cast_expression "(int **)(puVar13 + lVar11 + lVar20 + -8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -8" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;" (assignment_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17" (pointer_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" * (cast_expression "(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x10)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -0x10" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = local_78;" (assignment_expression "uVar4 = local_78" identifier = identifier) ;) (expression_statement "local_60 = puVar18;" (assignment_expression "local_60 = puVar18" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;" (assignment_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5" (pointer_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" * (cast_expression "(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x18)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -0x18" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);" (call_expression "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" identifier (argument_list "(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "local_54 = (uint)bVar22 + local_54;" (assignment_expression "local_54 = (uint)bVar22 + local_54" identifier = (binary_expression "(uint)bVar22 + local_54" (cast_expression "(uint)bVar22" ( (type_descriptor "uint" type_identifier) ) identifier) + identifier)) ;) (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" if (parenthesized_expression "(lVar20 <= (long)puVar10)" ( (binary_expression "lVar20 <= (long)puVar10" identifier <= (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }) (else_clause "else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" else (compound_statement "{\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" { (expression_statement "local_80 = local_60;" (assignment_expression "local_80 = local_60" identifier = identifier) ;) (expression_statement "local_68 = CONCAT44(local_68._4_4_,local_54);" (assignment_expression "local_68 = CONCAT44(local_68._4_4_,local_54)" identifier = (call_expression "CONCAT44(local_68._4_4_,local_54)" identifier (argument_list "(local_68._4_4_,local_54)" ( (field_expression "local_68._4_4_" identifier . field_identifier) , identifier )))) ;) (expression_statement "local_60 = puVar10;" (assignment_expression "local_60 = puVar10" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" * (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "pvVar7 = memchr(__s,0x2e,(size_t)puVar10);" (assignment_expression "pvVar7 = memchr(__s,0x2e,(size_t)puVar10)" identifier = (call_expression "memchr(__s,0x2e,(size_t)puVar10)" identifier (argument_list "(__s,0x2e,(size_t)puVar10)" ( identifier , number_literal , (cast_expression "(size_t)puVar10" ( (type_descriptor "size_t" primitive_type) ) identifier) )))) ;) (expression_statement "cVar19 = *(char *)(lVar5 + 0x20);" (assignment_expression "cVar19 = *(char *)(lVar5 + 0x20)" identifier = (pointer_expression "*(char *)(lVar5 + 0x20)" * (cast_expression "(char *)(lVar5 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" identifier = identifier) ;) (expression_statement "puVar17 = local_80;" (assignment_expression "puVar17 = local_80" identifier = identifier) ;) (expression_statement "iVar16 = (int)local_68;" (assignment_expression "iVar16 = (int)local_68" identifier = (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" if (parenthesized_expression "(pvVar7 != (void *)0x0)" ( (binary_expression "pvVar7 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" { (expression_statement "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);" (assignment_expression "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" identifier = (cast_expression "(undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" ( (binary_expression "(long)puVar21 + ((long)pvVar7 - (long)__s) * 4" (cast_expression "(long)puVar21" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "((long)pvVar7 - (long)__s) * 4" (parenthesized_expression "((long)pvVar7 - (long)__s)" ( (binary_expression "(long)pvVar7 - (long)__s" (cast_expression "(long)pvVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) * number_literal)) )))) ;) (expression_statement "*puVar9 = *(undefined4 *)(lVar5 + 0x48);" (assignment_expression "*puVar9 = *(undefined4 *)(lVar5 + 0x48)" (pointer_expression "*puVar9" * identifier) = (pointer_expression "*(undefined4 *)(lVar5 + 0x48)" * (cast_expression "(undefined4 *)(lVar5 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x48)" ( (binary_expression "lVar5 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (cVar19 == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(cVar19 == '\0')" ( (binary_expression "cVar19 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;) })) (if_statement "if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;" if (parenthesized_expression "((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))))" ( (binary_expression "(cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" (parenthesized_expression "(cVar19 != '\0')" ( (binary_expression "cVar19 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" ( (parenthesized_expression "(puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))" ( (comma_expression "puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (assignment_expression "puVar9 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "(int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (binary_expression "(int)local_68 < 3" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) || (parenthesized_expression "(((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" ( (parenthesized_expression "((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))" ( (binary_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])" (parenthesized_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10))" ( (binary_expression "__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)" (binary_expression "__s[1] < ':'" (subscript_expression "__s[1]" identifier [ number_literal ]) < (char_literal "':'" ' character ')) && (parenthesized_expression "((byte)(__s[2] - 0x30U) < 10)" ( (binary_expression "(byte)(__s[2] - 0x30U) < 10" (call_expression "(byte)(__s[2] - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(__s[2] - 0x30U)" ( (binary_expression "__s[2] - 0x30U" (subscript_expression "__s[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) ))) )) && (parenthesized_expression "('/' < __s[1])" ( (binary_expression "'/' < __s[1]" (char_literal "'/'" ' character ') < (subscript_expression "__s[1]" identifier [ number_literal ])) ))) )) )))) )) ))) )) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;)) (labeled_statement "LAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);" statement_identifier : (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;)) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" if (parenthesized_expression "(lVar20 <= (long)puVar10)" ( (binary_expression "lVar20 <= (long)puVar10" identifier <= (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }))) (expression_statement "uVar8 = local_78;" (assignment_expression "uVar8 = local_78" identifier = identifier) ;) (expression_statement "uVar1 = local_84;" (assignment_expression "uVar1 = local_84" identifier = identifier) ;) (expression_statement "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar20 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar20 * 4 + 0x17U" (binary_expression "lVar20 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = puVar15 + lVar5;" (assignment_expression "puVar14 = puVar15 + lVar5" identifier = (binary_expression "puVar15 + lVar5" identifier + identifier)) ;) (expression_statement "*(int **)(puVar15 + lVar5 + -0x10) = &local_54;" (assignment_expression "*(int **)(puVar15 + lVar5 + -0x10) = &local_54" (pointer_expression "*(int **)(puVar15 + lVar5 + -0x10)" * (cast_expression "(int **)(puVar15 + lVar5 + -0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar15 + lVar5 + -0x10)" ( (binary_expression "puVar15 + lVar5 + -0x10" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40;" (assignment_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40" (pointer_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18)" * (cast_expression "(undefined8 *)(puVar15 + lVar5 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar15 + lVar5 + -0x18)" ( (binary_expression "puVar15 + lVar5 + -0x18" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17);" (call_expression "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" identifier (argument_list "(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" ( identifier , identifier , identifier , identifier , (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar15 + lVar5 + 0xf)" ( (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) ))) & number_literal) ))) , identifier ))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar15 + lVar5 + 0xf)" ( (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (labeled_statement "LAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;" statement_identifier : (expression_statement "*(undefined8 *)(param_4 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_4 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_4 + 0x10)" * (cast_expression "(undefined8 *)(param_4 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "cVar19 = (char)local_70;" (assignment_expression "cVar19 = (char)local_70" identifier = (cast_expression "(char)local_70" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (cVar19 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" if (parenthesized_expression "(cVar19 == '\0')" ( (binary_expression "cVar19 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" { (expression_statement "pcVar2 = *(code **)(*param_2 + 0x60);" (assignment_expression "pcVar2 = *(code **)(*param_2 + 0x60)" identifier = (pointer_expression "*(code **)(*param_2 + 0x60)" * (cast_expression "(code **)(*param_2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x60)" ( (binary_expression "*param_2 + 0x60" (pointer_expression "*param_2" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(puVar14 + -8) = 0x389cf5;" (assignment_expression "*(undefined8 *)(puVar14 + -8) = 0x389cf5" (pointer_expression "*(undefined8 *)(puVar14 + -8)" * (cast_expression "(undefined8 *)(puVar14 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + -8)" ( (binary_expression "puVar14 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);" (assignment_expression "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" identifier = (cast_expression "(undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*pcVar2)(param_2,puVar17,puVar10)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(param_2,puVar17,puVar10)" ( identifier , identifier , identifier ))))) ;) (if_statement "if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }" if (parenthesized_expression "(puVar21 != puVar10)" ( (binary_expression "puVar21 != puVar10" identifier != identifier) )) (compound_statement "{\n cVar19 = '\x01';\n }" { (expression_statement "cVar19 = '\x01';" (assignment_expression "cVar19 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "auVar23[8] = cVar19;" (assignment_expression "auVar23[8] = cVar19" (subscript_expression "auVar23[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auVar23._0_8_ = param_2;" (assignment_expression "auVar23._0_8_ = param_2" (field_expression "auVar23._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar23._9_7_ = 0;" (assignment_expression "auVar23._9_7_ = 0" (field_expression "auVar23._9_7_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar23;" return identifier ;) (ERROR "}" }))
(translation_unit "/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_put<wchar_t,\n std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::_M_insert_float<long\n double>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t,\n char, long double) const */\n\nundefined1 [16]\nstd::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::\n_M_insert_float<long_double>\n (num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *param_1,\n long *param_2,undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8 param_8)\n\n{\n wchar_t wVar1;\n code *pcVar2;\n ulong uVar3;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *pnVar4;\n locale *plVar5;\n long lVar6;\n ctype *pcVar7;\n void *pvVar8;\n __locale_struct *p_Var9;\n wchar_t *pwVar10;\n __locale_struct **pp_Var11;\n long lVar12;\n char *pcVar13;\n undefined1 *puVar14;\n undefined1 *puVar15;\n undefined1 *puVar16;\n int iVar17;\n __locale_struct **pp_Var18;\n __locale_struct **pp_Var19;\n char cVar20;\n long lVar21;\n __locale_struct **pp_Var22;\n bool bVar23;\n undefined1 auVar24 [16];\n undefined8 auStack_e0 [3];\n undefined1 auStack_c8 [8];\n char local_c0 [48];\n undefined8 uStack_90;\n int local_88;\n wchar_t local_84;\n __locale_struct **local_80;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *local_78;\n undefined8 local_70;\n locale *local_68;\n __locale_struct **local_60;\n __use_cache<std::__numpunct_cache<wchar_t>> local_55;\n int local_54;\n __locale_struct *local_50;\n char local_48 [24];\n \n local_68 = (locale *)(param_4 + 0xd0);\n uStack_90 = 0x389b9d;\n local_84 = param_5;\n local_78 = param_1;\n local_70 = param_3;\n lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68);\n lVar21 = *(long *)(param_4 + 8);\n if (lVar21 < 0) {\n lVar21 = 6;\n }\n local_60 = (__locale_struct **)local_48;\n uStack_90 = 0x389bc7;\n __num_base::_S_format_float(param_4,(char *)local_60,param_6);\n puVar14 = auStack_c8;\n pcVar13 = local_c0;\n if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);\n if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }\n plVar5 = local_68;\n *(undefined8 *)(puVar14 + -8) = 0x389c2f;\n pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5);\n lVar12 = (long)local_54;\n lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar14 + lVar21;\n puVar16 = puVar14 + lVar21;\n pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0);\n pcVar2 = *(code **)(*(long *)pcVar7 + 0x58);\n local_60 = pp_Var22;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62;\n (*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22);\n pp_Var11 = (__locale_struct **)(long)local_54;\n if (pp_Var11 == (__locale_struct **)0x0) {\n pp_Var18 = local_60;\n if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;\n pwVar10 = (wchar_t *)0x0;\n pp_Var18 = local_60;\n iVar17 = local_54;\nLAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar16 = puVar14 + lVar12 + lVar21;\n puVar15 = puVar14 + lVar12 + lVar21;\n pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);\n bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;\n pp_Var11 = pp_Var19;\n if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }\n wVar1 = *(wchar_t *)(lVar6 + 0x4c);\n uVar3 = *(ulong *)(lVar6 + 0x18);\n pcVar13 = *(char **)(lVar6 + 0x10);\n *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;\n *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;\n pnVar4 = local_78;\n local_60 = pp_Var19;\n *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;\n _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));\n local_54 = (uint)bVar23 + local_54;\n lVar21 = *(long *)(param_4 + 0x10);\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = local_60;\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n pnVar4 = local_78;\n wVar1 = local_84;\n lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar16 + lVar6;\n *(int **)(puVar16 + lVar6 + -0x10) = &local_54;\n *(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40;\n _M_pad(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10));\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0);\nLAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;\n cVar20 = (char)local_70;\n if (cVar20 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar15 + -8) = 0x389cf5;\n pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);\n if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }\n }\n auVar24[8] = cVar20;\n auVar24._0_8_ = param_2;\n auVar24._9_7_ = 0;\n return auVar24;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (labeled_statement "std::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::\n_M_insert_float<long_double>\n (num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *param_1,\n long *param_2,undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8 param_8)\n\n{\n wchar_t wVar1;\n code *pcVar2;\n ulong uVar3;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *pnVar4;\n locale *plVar5;\n long lVar6;\n ctype *pcVar7;\n void *pvVar8;\n __locale_struct *p_Var9;\n wchar_t *pwVar10;\n __locale_struct **pp_Var11;\n long lVar12;\n char *pcVar13;\n undefined1 *puVar14;\n undefined1 *puVar15;\n undefined1 *puVar16;\n int iVar17;\n __locale_struct **pp_Var18;\n __locale_struct **pp_Var19;\n char cVar20;\n long lVar21;\n __locale_struct **pp_Var22;\n bool bVar23;\n undefined1 auVar24 [16];\n undefined8 auStack_e0 [3];\n undefined1 auStack_c8 [8];\n char local_c0 [48];\n undefined8 uStack_90;\n int local_88;\n wchar_t local_84;\n __locale_struct **local_80;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *local_78;\n undefined8 local_70;\n locale *local_68;\n __locale_struct **local_60;\n __use_cache<std::__numpunct_cache<wchar_t>> local_55;\n int local_54;\n __locale_struct *local_50;\n char local_48 [24];\n \n local_68 = (locale *)(param_4 + 0xd0);\n uStack_90 = 0x389b9d;\n local_84 = param_5;\n local_78 = param_1;\n local_70 = param_3;\n lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68);\n lVar21 = *(long *)(param_4 + 8);\n if (lVar21 < 0) {\n lVar21 = 6;\n }\n local_60 = (__locale_struct **)local_48;\n uStack_90 = 0x389bc7;\n __num_base::_S_format_float(param_4,(char *)local_60,param_6);\n puVar14 = auStack_c8;\n pcVar13 = local_c0;\n if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);\n if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }\n plVar5 = local_68;\n *(undefined8 *)(puVar14 + -8) = 0x389c2f;\n pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5);\n lVar12 = (long)local_54;\n lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar14 + lVar21;\n puVar16 = puVar14 + lVar21;\n pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0);\n pcVar2 = *(code **)(*(long *)pcVar7 + 0x58);\n local_60 = pp_Var22;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62;\n (*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22);\n pp_Var11 = (__locale_struct **)(long)local_54;\n if (pp_Var11 == (__locale_struct **)0x0) {\n pp_Var18 = local_60;\n if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;\n pwVar10 = (wchar_t *)0x0;\n pp_Var18 = local_60;\n iVar17 = local_54;\nLAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar16 = puVar14 + lVar12 + lVar21;\n puVar15 = puVar14 + lVar12 + lVar21;\n pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);\n bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;\n pp_Var11 = pp_Var19;\n if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }\n wVar1 = *(wchar_t *)(lVar6 + 0x4c);\n uVar3 = *(ulong *)(lVar6 + 0x18);\n pcVar13 = *(char **)(lVar6 + 0x10);\n *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;\n *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;\n pnVar4 = local_78;\n local_60 = pp_Var19;\n *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;\n _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));\n local_54 = (uint)bVar23 + local_54;\n lVar21 = *(long *)(param_4 + 0x10);\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = local_60;\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n pnVar4 = local_78;\n wVar1 = local_84;\n lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar16 + lVar6;\n *(int **)(puVar16 + lVar6 + -0x10) = &local_54;\n *(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40;\n _M_pad(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10));\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0);\nLAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;\n cVar20 = (char)local_70;\n if (cVar20 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar15 + -8) = 0x389cf5;\n pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);\n if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }\n }\n auVar24[8] = cVar20;\n auVar24._0_8_ = param_2;\n auVar24._9_7_ = 0;\n return auVar24;\n}" statement_identifier (ERROR "::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::\n_M_insert_float<long_double>\n (num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std:" : : (comma_expression "num_put<wchar_t,std" (binary_expression "num_put<wchar_t" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_iterator<wchar_t" identifier < identifier) , identifier) : : (binary_expression "char_traits<wchar_t>>>::\n_M_insert_float<long_double" (binary_expression "char_traits<wchar_t>>>::\n_M_insert_float" identifier < (binary_expression "wchar_t>>>::\n_M_insert_float" identifier >> (ERROR ">::" > : :) identifier)) < identifier) > ( (comma_expression "num_put<wchar_t,std" (binary_expression "num_put<wchar_t" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (ERROR "char_traits<wchar_t>>> *param_1,\n long *param_2,undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8 param_8)" (binary_expression "char_traits<wchar_t>>> *param_1" identifier < (binary_expression "wchar_t>>> *param_1" identifier >> (ERROR ">" >) (pointer_expression "*param_1" * identifier))) , (comma_expression "long *param_2,undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8" (binary_expression "long *param_2" identifier * identifier) , (comma_expression "undefined8 param_3,ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8" identifier (ERROR "param_3" identifier) , (comma_expression "ios_base *param_4,wchar_t param_5,char param_6,\n undefined8 param_7,undefined8" (binary_expression "ios_base *param_4" identifier * identifier) , (ERROR "wchar_t" identifier) (comma_expression "param_5,char param_6,\n undefined8 param_7,undefined8" identifier , (ERROR "char" identifier) (comma_expression "param_6,\n undefined8 param_7,undefined8" identifier , (comma_expression "undefined8 param_7,undefined8" identifier (ERROR "param_7" identifier) , identifier)))))) identifier )) (compound_statement "{\n wchar_t wVar1;\n code *pcVar2;\n ulong uVar3;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *pnVar4;\n locale *plVar5;\n long lVar6;\n ctype *pcVar7;\n void *pvVar8;\n __locale_struct *p_Var9;\n wchar_t *pwVar10;\n __locale_struct **pp_Var11;\n long lVar12;\n char *pcVar13;\n undefined1 *puVar14;\n undefined1 *puVar15;\n undefined1 *puVar16;\n int iVar17;\n __locale_struct **pp_Var18;\n __locale_struct **pp_Var19;\n char cVar20;\n long lVar21;\n __locale_struct **pp_Var22;\n bool bVar23;\n undefined1 auVar24 [16];\n undefined8 auStack_e0 [3];\n undefined1 auStack_c8 [8];\n char local_c0 [48];\n undefined8 uStack_90;\n int local_88;\n wchar_t local_84;\n __locale_struct **local_80;\n num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *local_78;\n undefined8 local_70;\n locale *local_68;\n __locale_struct **local_60;\n __use_cache<std::__numpunct_cache<wchar_t>> local_55;\n int local_54;\n __locale_struct *local_50;\n char local_48 [24];\n \n local_68 = (locale *)(param_4 + 0xd0);\n uStack_90 = 0x389b9d;\n local_84 = param_5;\n local_78 = param_1;\n local_70 = param_3;\n lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68);\n lVar21 = *(long *)(param_4 + 8);\n if (lVar21 < 0) {\n lVar21 = 6;\n }\n local_60 = (__locale_struct **)local_48;\n uStack_90 = 0x389bc7;\n __num_base::_S_format_float(param_4,(char *)local_60,param_6);\n puVar14 = auStack_c8;\n pcVar13 = local_c0;\n if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);\n if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }\n plVar5 = local_68;\n *(undefined8 *)(puVar14 + -8) = 0x389c2f;\n pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5);\n lVar12 = (long)local_54;\n lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar14 + lVar21;\n puVar16 = puVar14 + lVar21;\n pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0);\n pcVar2 = *(code **)(*(long *)pcVar7 + 0x58);\n local_60 = pp_Var22;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62;\n (*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22);\n pp_Var11 = (__locale_struct **)(long)local_54;\n if (pp_Var11 == (__locale_struct **)0x0) {\n pp_Var18 = local_60;\n if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;\n pwVar10 = (wchar_t *)0x0;\n pp_Var18 = local_60;\n iVar17 = local_54;\nLAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar16 = puVar14 + lVar12 + lVar21;\n puVar15 = puVar14 + lVar12 + lVar21;\n pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);\n bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;\n pp_Var11 = pp_Var19;\n if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }\n wVar1 = *(wchar_t *)(lVar6 + 0x4c);\n uVar3 = *(ulong *)(lVar6 + 0x18);\n pcVar13 = *(char **)(lVar6 + 0x10);\n *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;\n *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;\n pnVar4 = local_78;\n local_60 = pp_Var19;\n *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;\n _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));\n local_54 = (uint)bVar23 + local_54;\n lVar21 = *(long *)(param_4 + 0x10);\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = local_60;\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n pnVar4 = local_78;\n wVar1 = local_84;\n lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar16 + lVar6;\n *(int **)(puVar16 + lVar6 + -0x10) = &local_54;\n *(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40;\n _M_pad(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10));\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0);\nLAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;\n cVar20 = (char)local_70;\n if (cVar20 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar15 + -8) = 0x389cf5;\n pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);\n if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }\n }\n auVar24[8] = cVar20;\n auVar24._0_8_ = param_2;\n auVar24._9_7_ = 0;\n return auVar24;\n}" { (declaration "wchar_t wVar1;" type_identifier identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (ERROR "num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::" (comma_expression "num_put<wchar_t,std" (binary_expression "num_put<wchar_t" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (expression_statement "char_traits<wchar_t>>> *pnVar4;" (binary_expression "char_traits<wchar_t>>> *pnVar4" identifier < (binary_expression "wchar_t>>> *pnVar4" identifier >> (ERROR ">" >) (pointer_expression "*pnVar4" * identifier))) ;) (declaration "locale *plVar5;" type_identifier (pointer_declarator "*plVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "ctype *pcVar7;" type_identifier (pointer_declarator "*pcVar7" * identifier) ;) (declaration "void *pvVar8;" primitive_type (pointer_declarator "*pvVar8" * identifier) ;) (declaration "__locale_struct *p_Var9;" type_identifier (pointer_declarator "*p_Var9" * identifier) ;) (declaration "wchar_t *pwVar10;" type_identifier (pointer_declarator "*pwVar10" * identifier) ;) (declaration "__locale_struct **pp_Var11;" type_identifier (pointer_declarator "**pp_Var11" * (pointer_declarator "*pp_Var11" * identifier)) ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "undefined1 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "undefined1 *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "undefined1 *puVar16;" type_identifier (pointer_declarator "*puVar16" * identifier) ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "__locale_struct **pp_Var18;" type_identifier (pointer_declarator "**pp_Var18" * (pointer_declarator "*pp_Var18" * identifier)) ;) (declaration "__locale_struct **pp_Var19;" type_identifier (pointer_declarator "**pp_Var19" * (pointer_declarator "*pp_Var19" * identifier)) ;) (declaration "char cVar20;" primitive_type identifier ;) (declaration "long lVar21;" (sized_type_specifier "long" long) identifier ;) (declaration "__locale_struct **pp_Var22;" type_identifier (pointer_declarator "**pp_Var22" * (pointer_declarator "*pp_Var22" * identifier)) ;) (declaration "bool bVar23;" primitive_type identifier ;) (declaration "undefined1 auVar24 [16];" type_identifier (array_declarator "auVar24 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 auStack_e0 [3];" type_identifier (array_declarator "auStack_e0 [3]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_c8 [8];" type_identifier (array_declarator "auStack_c8 [8]" identifier [ number_literal ]) ;) (declaration "char local_c0 [48];" primitive_type (array_declarator "local_c0 [48]" identifier [ number_literal ]) ;) (declaration "undefined8 uStack_90;" type_identifier identifier ;) (declaration "int local_88;" primitive_type identifier ;) (declaration "wchar_t local_84;" type_identifier identifier ;) (declaration "__locale_struct **local_80;" type_identifier (pointer_declarator "**local_80" * (pointer_declarator "*local_80" * identifier)) ;) (ERROR "num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::" (comma_expression "num_put<wchar_t,std" (binary_expression "num_put<wchar_t" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<wchar_t,std" (binary_expression "ostreambuf_iterator<wchar_t" identifier < identifier) , identifier) : :) (expression_statement "char_traits<wchar_t>>> *local_78;" (binary_expression "char_traits<wchar_t>>> *local_78" identifier < (binary_expression "wchar_t>>> *local_78" identifier >> (ERROR ">" >) (pointer_expression "*local_78" * identifier))) ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (declaration "locale *local_68;" type_identifier (pointer_declarator "*local_68" * identifier) ;) (declaration "__locale_struct **local_60;" type_identifier (pointer_declarator "**local_60" * (pointer_declarator "*local_60" * identifier)) ;) (ERROR "__use_cache<std::" (binary_expression "__use_cache<std" identifier < identifier) : :) (expression_statement "__numpunct_cache<wchar_t>> local_55;" (binary_expression "__numpunct_cache<wchar_t>> local_55" identifier < (binary_expression "wchar_t>> local_55" identifier >> identifier)) ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "__locale_struct *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "char local_48 [24];" primitive_type (array_declarator "local_48 [24]" identifier [ number_literal ]) ;) (expression_statement "local_68 = (locale *)(param_4 + 0xd0);" (assignment_expression "local_68 = (locale *)(param_4 + 0xd0)" identifier = (cast_expression "(locale *)(param_4 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0xd0)" ( (binary_expression "param_4 + 0xd0" identifier + number_literal) )))) ;) (expression_statement "uStack_90 = 0x389b9d;" (assignment_expression "uStack_90 = 0x389b9d" identifier = number_literal) ;) (expression_statement "local_84 = param_5;" (assignment_expression "local_84 = param_5" identifier = identifier) ;) (expression_statement "local_78 = param_1;" (assignment_expression "local_78 = param_1" identifier = identifier) ;) (expression_statement "local_70 = param_3;" (assignment_expression "local_70 = param_3" identifier = identifier) ;) (expression_statement "lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68);" (binary_expression "lVar6 = __use_cache<std::__numpunct_cache<wchar_t>>::operator()(&local_55,local_68)" (assignment_expression "lVar6 = __use_cache<std" identifier = (binary_expression "__use_cache<std" identifier < identifier)) (ERROR "::__numpunct_cache" : : identifier) < (binary_expression "wchar_t>>::operator()(&local_55,local_68)" identifier >> (ERROR "::" : :) (call_expression "operator()(&local_55,local_68)" (call_expression "operator()" identifier (argument_list "()" ( ))) (argument_list "(&local_55,local_68)" ( (pointer_expression "&local_55" & identifier) , identifier ))))) ;) (expression_statement "lVar21 = *(long *)(param_4 + 8);" (assignment_expression "lVar21 = *(long *)(param_4 + 8)" identifier = (pointer_expression "*(long *)(param_4 + 8)" * (cast_expression "(long *)(param_4 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) ))))) ;) (if_statement "if (lVar21 < 0) {\n lVar21 = 6;\n }" if (parenthesized_expression "(lVar21 < 0)" ( (binary_expression "lVar21 < 0" identifier < number_literal) )) (compound_statement "{\n lVar21 = 6;\n }" { (expression_statement "lVar21 = 6;" (assignment_expression "lVar21 = 6" identifier = number_literal) ;) })) (expression_statement "local_60 = (__locale_struct **)local_48;" (assignment_expression "local_60 = (__locale_struct **)local_48" identifier = (cast_expression "(__locale_struct **)local_48" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "uStack_90 = 0x389bc7;" (assignment_expression "uStack_90 = 0x389bc7" identifier = number_literal) ;) (labeled_statement "__num_base::_S_format_float(param_4,(char *)local_60,param_6);" statement_identifier : (ERROR ":" :) (expression_statement "_S_format_float(param_4,(char *)local_60,param_6);" (call_expression "_S_format_float(param_4,(char *)local_60,param_6)" identifier (argument_list "(param_4,(char *)local_60,param_6)" ( identifier , (cast_expression "(char *)local_60" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (expression_statement "puVar14 = auStack_c8;" (assignment_expression "puVar14 = auStack_c8" identifier = identifier) ;) (expression_statement "pcVar13 = local_c0;" (assignment_expression "pcVar13 = local_c0" identifier = identifier) ;) (if_statement "if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);\n if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }" if (parenthesized_expression "((*(uint *)(param_4 + 0x18) & 0x104) == 0x104)" ( (binary_expression "(*(uint *)(param_4 + 0x18) & 0x104) == 0x104" (parenthesized_expression "(*(uint *)(param_4 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(param_4 + 0x18) & 0x104" (pointer_expression "*(uint *)(param_4 + 0x18)" * (cast_expression "(uint *)(param_4 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n auStack_e0[2] = 0x389e55;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);\n if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389e55;" (assignment_expression "auStack_e0[2] = 0x389e55" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (ERROR "local_50 = (__locale_struct *)locale::" (assignment_expression "local_50 = (__locale_struct *)locale" identifier = (cast_expression "(__locale_struct *)locale" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "facet::_S_get_c_locale();" statement_identifier : (ERROR ":" :) (expression_statement "_S_get_c_locale();" (call_expression "_S_get_c_locale()" identifier (argument_list "()" ( ))) ;)) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389e79;" (assignment_expression "auStack_e0[0] = 0x389e79" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60);" (assignment_expression "local_54 = __convert_from_v(&local_50,pcVar13,0x36,(char *)local_60)" identifier = (call_expression "__convert_from_v(&local_50,pcVar13,0x36,(char *)local_60)" identifier (argument_list "(&local_50,pcVar13,0x36,(char *)local_60)" ( (pointer_expression "&local_50" & identifier) , identifier , number_literal , (cast_expression "(char *)local_60" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (0x35 < local_54) {\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar21;\n *(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;\n pp_Var11 = local_60;\n iVar17 = (int)local_80;\n *(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;\n local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);\n }" { (expression_statement "local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1);" (assignment_expression "local_80 = (__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1)" identifier = (cast_expression "(__locale_struct **)CONCAT44(local_80._4_4_,local_54 + 1)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "CONCAT44(local_80._4_4_,local_54 + 1)" identifier (argument_list "(local_80._4_4_,local_54 + 1)" ( (field_expression "local_80._4_4_" identifier . field_identifier) , (binary_expression "local_54 + 1" identifier + number_literal) ))))) ;) (expression_statement "lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar21 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)(local_54 + 1) + 0x17U" (cast_expression "(long)(local_54 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_54 + 1)" ( (binary_expression "local_54 + 1" identifier + number_literal) ))) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = auStack_c8 + lVar21;" (assignment_expression "puVar14 = auStack_c8 + lVar21" identifier = (binary_expression "auStack_c8 + lVar21" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar21 + -8) = 0x389ea1" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar21 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar21 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar21 + -8)" ( (binary_expression "auStack_c8 + lVar21 + -8" (binary_expression "auStack_c8 + lVar21" identifier + identifier) + number_literal) )))) = number_literal) ;) (ERROR "p_Var9 = (__locale_struct *)locale::" (assignment_expression "p_Var9 = (__locale_struct *)locale" identifier = (cast_expression "(__locale_struct *)locale" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "facet::_S_get_c_locale();" statement_identifier : (ERROR ":" :) (expression_statement "_S_get_c_locale();" (call_expression "_S_get_c_locale()" identifier (argument_list "()" ( ))) ;)) (expression_statement "pcVar13 = local_c0 + lVar21;" (assignment_expression "pcVar13 = local_c0 + lVar21" identifier = (binary_expression "local_c0 + lVar21" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar21 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar21 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar21 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar21 + -8)" ( (binary_expression "auStack_c8 + lVar21 + -8" (binary_expression "auStack_c8 + lVar21" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pp_Var11 = local_60;" (assignment_expression "pp_Var11 = local_60" identifier = identifier) ;) (expression_statement "iVar17 = (int)local_80;" (assignment_expression "iVar17 = (int)local_80" identifier = (cast_expression "(int)local_80" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar21 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar21 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar21 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar21 + 8)" ( (binary_expression "(long)auStack_e0 + lVar21 + 8" (binary_expression "(long)auStack_e0 + lVar21" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_50 = p_Var9;" (assignment_expression "local_50 = p_Var9" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar21) = 0x389ec8" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar21)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar21)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar21)" ( (binary_expression "(long)auStack_e0 + lVar21" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11);" (assignment_expression "local_54 = __convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11)" identifier = (call_expression "__convert_from_v(&local_50,pcVar13,iVar17,(char *)pp_Var11)" identifier (argument_list "(&local_50,pcVar13,iVar17,(char *)pp_Var11)" ( (pointer_expression "&local_50" & identifier) , identifier , identifier , (cast_expression "(char *)pp_Var11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) })) }) (else_clause "else {\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }" else (compound_statement "{\n auStack_e0[2] = 0x389bf0;\n local_50 = (__locale_struct *)locale::facet::_S_get_c_locale();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);\n puVar14 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389bf0;" (assignment_expression "auStack_e0[2] = 0x389bf0" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (ERROR "local_50 = (__locale_struct *)locale::" (assignment_expression "local_50 = (__locale_struct *)locale" identifier = (cast_expression "(__locale_struct *)locale" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "facet::_S_get_c_locale();" statement_identifier : (ERROR ":" :) (expression_statement "_S_get_c_locale();" (call_expression "_S_get_c_locale()" identifier (argument_list "()" ( ))) ;)) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_80 = &local_50;" (assignment_expression "local_80 = &local_50" identifier = (pointer_expression "&local_50" & identifier)) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389c18;" (assignment_expression "auStack_e0[0] = 0x389c18" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21);" (assignment_expression "local_54 = __convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21)" identifier = (call_expression "__convert_from_v(local_80,pcVar13,0x36,(char *)local_60,lVar21)" identifier (argument_list "(local_80,pcVar13,0x36,(char *)local_60,lVar21)" ( identifier , identifier , number_literal , (cast_expression "(char *)local_60" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (expression_statement "puVar14 = auStack_c8;" (assignment_expression "puVar14 = auStack_c8" identifier = identifier) ;) (if_statement "if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_88 = local_54 + 1;\n lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar14 = auStack_c8 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;\n p_Var9 = (__locale_struct *)locale::facet::_S_get_c_locale();\n pcVar13 = local_c0 + lVar12;\n *(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;\n pp_Var22 = local_60;\n iVar17 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;\n pp_Var11 = local_80;\n local_50 = p_Var9;\n *(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;\n local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);\n }" { (expression_statement "local_88 = local_54 + 1;" (assignment_expression "local_88 = local_54 + 1" identifier = (binary_expression "local_54 + 1" identifier + number_literal)) ;) (expression_statement "lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar12 = -((long)local_88 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)local_88 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)local_88 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)local_88 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)local_88 + 0x17U" (cast_expression "(long)local_88" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = auStack_c8 + lVar12;" (assignment_expression "puVar14 = auStack_c8 + lVar12" identifier = (binary_expression "auStack_c8 + lVar12" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar12 + -8) = 0x389d39" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar12 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar12 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar12 + -8)" ( (binary_expression "auStack_c8 + lVar12 + -8" (binary_expression "auStack_c8 + lVar12" identifier + identifier) + number_literal) )))) = number_literal) ;) (ERROR "p_Var9 = (__locale_struct *)locale::" (assignment_expression "p_Var9 = (__locale_struct *)locale" identifier = (cast_expression "(__locale_struct *)locale" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "facet::_S_get_c_locale();" statement_identifier : (ERROR ":" :) (expression_statement "_S_get_c_locale();" (call_expression "_S_get_c_locale()" identifier (argument_list "()" ( ))) ;)) (expression_statement "pcVar13 = local_c0 + lVar12;" (assignment_expression "pcVar13 = local_c0 + lVar12" identifier = (binary_expression "local_c0 + lVar12" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar12 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar12 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar12 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar12 + -8)" ( (binary_expression "auStack_c8 + lVar12 + -8" (binary_expression "auStack_c8 + lVar12" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pp_Var22 = local_60;" (assignment_expression "pp_Var22 = local_60" identifier = identifier) ;) (expression_statement "iVar17 = local_88;" (assignment_expression "iVar17 = local_88" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar12 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar12 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar12 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar12 + 8)" ( (binary_expression "(long)auStack_e0 + lVar12 + 8" (binary_expression "(long)auStack_e0 + lVar12" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pp_Var11 = local_80;" (assignment_expression "pp_Var11 = local_80" identifier = identifier) ;) (expression_statement "local_50 = p_Var9;" (assignment_expression "local_50 = p_Var9" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar12) = 0x389d64" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar12)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar12)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar12)" ( (binary_expression "(long)auStack_e0 + lVar12" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21);" (assignment_expression "local_54 = __convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21)" identifier = (call_expression "__convert_from_v(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21)" identifier (argument_list "(pp_Var11,pcVar13,iVar17,(char *)pp_Var22,lVar21)" ( identifier , identifier , identifier , (cast_expression "(char *)pp_Var22" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) })) }))) (expression_statement "plVar5 = local_68;" (assignment_expression "plVar5 = local_68" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar14 + -8) = 0x389c2f;" (assignment_expression "*(undefined8 *)(puVar14 + -8) = 0x389c2f" (pointer_expression "*(undefined8 *)(puVar14 + -8)" * (cast_expression "(undefined8 *)(puVar14 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + -8)" ( (binary_expression "puVar14 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5);" (binary_expression "pcVar7 = use_facet<std::ctype<wchar_t>>(plVar5)" (assignment_expression "pcVar7 = use_facet<std" identifier = (binary_expression "use_facet<std" identifier < identifier)) (ERROR "::ctype" : : identifier) < (binary_expression "wchar_t>>(plVar5)" identifier >> (parenthesized_expression "(plVar5)" ( identifier )))) ;) (expression_statement "lVar12 = (long)local_54;" (assignment_expression "lVar12 = (long)local_54" identifier = (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar21 = -(lVar12 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar12 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar12 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar12 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar12 * 4 + 0x17U" (binary_expression "lVar12 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar15 = puVar14 + lVar21;" (assignment_expression "puVar15 = puVar14 + lVar21" identifier = (binary_expression "puVar14 + lVar21" identifier + identifier)) ;) (expression_statement "puVar16 = puVar14 + lVar21;" (assignment_expression "puVar16 = puVar14 + lVar21" identifier = (binary_expression "puVar14 + lVar21" identifier + identifier)) ;) (expression_statement "pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "pp_Var22 = (__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(__locale_struct **)((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar14 + lVar21 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar14 + lVar21 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar14 + lVar21 + 0xf)" ( (binary_expression "puVar14 + lVar21 + 0xf" (binary_expression "puVar14 + lVar21" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "pcVar2 = *(code **)(*(long *)pcVar7 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*(long *)pcVar7 + 0x58)" identifier = (pointer_expression "*(code **)(*(long *)pcVar7 + 0x58)" * (cast_expression "(code **)(*(long *)pcVar7 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pcVar7 + 0x58)" ( (binary_expression "*(long *)pcVar7 + 0x58" (pointer_expression "*(long *)pcVar7" * (cast_expression "(long *)pcVar7" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (expression_statement "local_60 = pp_Var22;" (assignment_expression "local_60 = pp_Var22" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62;" (assignment_expression "*(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c62" (pointer_expression "*(undefined8 *)(puVar14 + lVar21 + -8)" * (cast_expression "(undefined8 *)(puVar14 + lVar21 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + lVar21 + -8)" ( (binary_expression "puVar14 + lVar21 + -8" (binary_expression "puVar14 + lVar21" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "(*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22);" (call_expression "(*pcVar2)(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(pcVar7,pcVar13,pcVar13 + lVar12,pp_Var22)" ( identifier , identifier , (binary_expression "pcVar13 + lVar12" identifier + identifier) , identifier ))) ;) (expression_statement "pp_Var11 = (__locale_struct **)(long)local_54;" (assignment_expression "pp_Var11 = (__locale_struct **)(long)local_54" identifier = (cast_expression "(__locale_struct **)(long)local_54" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (pp_Var11 == (__locale_struct **)0x0) {\n pp_Var18 = local_60;\n if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;\n pwVar10 = (wchar_t *)0x0;\n pp_Var18 = local_60;\n iVar17 = local_54;\nLAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar16 = puVar14 + lVar12 + lVar21;\n puVar15 = puVar14 + lVar12 + lVar21;\n pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);\n bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;\n pp_Var11 = pp_Var19;\n if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }\n wVar1 = *(wchar_t *)(lVar6 + 0x4c);\n uVar3 = *(ulong *)(lVar6 + 0x18);\n pcVar13 = *(char **)(lVar6 + 0x10);\n *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;\n *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;\n pnVar4 = local_78;\n local_60 = pp_Var19;\n *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;\n _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));\n local_54 = (uint)bVar23 + local_54;\n lVar21 = *(long *)(param_4 + 0x10);\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = local_60;\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }" if (parenthesized_expression "(pp_Var11 == (__locale_struct **)0x0)" ( (binary_expression "pp_Var11 == (__locale_struct **)0x0" identifier == (cast_expression "(__locale_struct **)0x0" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n pp_Var18 = local_60;\n if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;\n pwVar10 = (wchar_t *)0x0;\n pp_Var18 = local_60;\n iVar17 = local_54;\nLAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar16 = puVar14 + lVar12 + lVar21;\n puVar15 = puVar14 + lVar12 + lVar21;\n pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);\n bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;\n pp_Var11 = pp_Var19;\n if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }\n wVar1 = *(wchar_t *)(lVar6 + 0x4c);\n uVar3 = *(ulong *)(lVar6 + 0x18);\n pcVar13 = *(char **)(lVar6 + 0x10);\n *(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;\n *(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;\n pnVar4 = local_78;\n local_60 = pp_Var19;\n *(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;\n _M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));\n local_54 = (uint)bVar23 + local_54;\n lVar21 = *(long *)(param_4 + 0x10);\n pp_Var11 = (__locale_struct **)(long)local_54;\n pp_Var18 = local_60;\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }" { (expression_statement "pp_Var18 = local_60;" (assignment_expression "pp_Var18 = local_60" identifier = identifier) ;) (if_statement "if (*(char *)(lVar6 + 0x20) == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(*(char *)(lVar6 + 0x20) == '\0')" ( (binary_expression "*(char *)(lVar6 + 0x20) == '\0'" (pointer_expression "*(char *)(lVar6 + 0x20)" * (cast_expression "(char *)(lVar6 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (expression_statement "pwVar10 = (wchar_t *)0x0;" (assignment_expression "pwVar10 = (wchar_t *)0x0" identifier = (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pp_Var18 = local_60;" (assignment_expression "pp_Var18 = local_60" identifier = identifier) ;) (expression_statement "iVar17 = local_54;" (assignment_expression "iVar17 = local_54" identifier = identifier) ;) (labeled_statement "LAB_00389d7d:\n lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);" statement_identifier : (expression_statement "lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar12 = -((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)pp_Var11 * 8 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)pp_Var11 * 8 + 0x17U" (binary_expression "(long)pp_Var11 * 8" (cast_expression "(long)pp_Var11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) + number_literal) & number_literal) )))) ;)) (expression_statement "puVar16 = puVar14 + lVar12 + lVar21;" (assignment_expression "puVar16 = puVar14 + lVar12 + lVar21" identifier = (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier)) ;) (expression_statement "puVar15 = puVar14 + lVar12 + lVar21;" (assignment_expression "puVar15 = puVar14 + lVar12 + lVar21" identifier = (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier)) ;) (expression_statement "pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "pp_Var19 = (__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(__locale_struct **)((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar14 + lVar12 + lVar21 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar14 + lVar12 + lVar21 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar14 + lVar12 + lVar21 + 0xf)" ( (binary_expression "puVar14 + lVar12 + lVar21 + 0xf" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0;" (assignment_expression "bVar23 = (*pcVar13 - 0x2bU & 0xfd) == 0" identifier = (binary_expression "(*pcVar13 - 0x2bU & 0xfd) == 0" (parenthesized_expression "(*pcVar13 - 0x2bU & 0xfd)" ( (binary_expression "*pcVar13 - 0x2bU & 0xfd" (binary_expression "*pcVar13 - 0x2bU" (pointer_expression "*pcVar13" * identifier) - number_literal) & number_literal) )) == number_literal)) ;) (expression_statement "pp_Var11 = pp_Var19;" (assignment_expression "pp_Var11 = pp_Var19" identifier = identifier) ;) (if_statement "if (bVar23) {\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }" if (parenthesized_expression "(bVar23)" ( identifier )) (compound_statement "{\n pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);\n local_54 = iVar17 + -1;\n *(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;\n pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);\n }" { (expression_statement "pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4);" (assignment_expression "pp_Var18 = (__locale_struct **)((long)pp_Var22 + 4)" identifier = (cast_expression "(__locale_struct **)((long)pp_Var22 + 4)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pp_Var22 + 4)" ( (binary_expression "(long)pp_Var22 + 4" (cast_expression "(long)pp_Var22" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "local_54 = iVar17 + -1;" (assignment_expression "local_54 = iVar17 + -1" identifier = (binary_expression "iVar17 + -1" identifier + number_literal)) ;) (expression_statement "*(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22;" (assignment_expression "*(undefined4 *)pp_Var19 = *(undefined4 *)pp_Var22" (pointer_expression "*(undefined4 *)pp_Var19" * (cast_expression "(undefined4 *)pp_Var19" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)pp_Var22" * (cast_expression "(undefined4 *)pp_Var22" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4);" (assignment_expression "pp_Var11 = (__locale_struct **)((long)pp_Var19 + 4)" identifier = (cast_expression "(__locale_struct **)((long)pp_Var19 + 4)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pp_Var19 + 4)" ( (binary_expression "(long)pp_Var19 + 4" (cast_expression "(long)pp_Var19" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) })) (expression_statement "wVar1 = *(wchar_t *)(lVar6 + 0x4c);" (assignment_expression "wVar1 = *(wchar_t *)(lVar6 + 0x4c)" identifier = (pointer_expression "*(wchar_t *)(lVar6 + 0x4c)" * (cast_expression "(wchar_t *)(lVar6 + 0x4c)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x4c)" ( (binary_expression "lVar6 + 0x4c" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(ulong *)(lVar6 + 0x18);" (assignment_expression "uVar3 = *(ulong *)(lVar6 + 0x18)" identifier = (pointer_expression "*(ulong *)(lVar6 + 0x18)" * (cast_expression "(ulong *)(lVar6 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "pcVar13 = *(char **)(lVar6 + 0x10);" (assignment_expression "pcVar13 = *(char **)(lVar6 + 0x10)" identifier = (pointer_expression "*(char **)(lVar6 + 0x10)" * (cast_expression "(char **)(lVar6 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar6 + 0x10)" ( (binary_expression "lVar6 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54;" (assignment_expression "*(int **)(puVar14 + lVar12 + lVar21 + -8) = &local_54" (pointer_expression "*(int **)(puVar14 + lVar12 + lVar21 + -8)" * (cast_expression "(int **)(puVar14 + lVar12 + lVar21 + -8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar14 + lVar12 + lVar21 + -8)" ( (binary_expression "puVar14 + lVar12 + lVar21 + -8" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18;" (assignment_expression "*(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10) = pp_Var18" (pointer_expression "*(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10)" * (cast_expression "(__locale_struct ***)(puVar14 + lVar12 + lVar21 + -0x10)" ( (type_descriptor "__locale_struct ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(puVar14 + lVar12 + lVar21 + -0x10)" ( (binary_expression "puVar14 + lVar12 + lVar21 + -0x10" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pnVar4 = local_78;" (assignment_expression "pnVar4 = local_78" identifier = identifier) ;) (expression_statement "local_60 = pp_Var19;" (assignment_expression "local_60 = pp_Var19" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5;" (assignment_expression "*(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18) = 0x389de5" (pointer_expression "*(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18)" * (cast_expression "(undefined8 *)(puVar14 + lVar12 + lVar21 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + lVar12 + lVar21 + -0x18)" ( (binary_expression "puVar14 + lVar12 + lVar21 + -0x18" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "_M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8));" (call_expression "_M_group_float(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8))" identifier (argument_list "(pnVar4,pcVar13,uVar3,wVar1,pwVar10,(wchar_t *)pp_Var11,\n *(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10),\n *(int **)(puVar14 + lVar12 + lVar21 + -8))" ( identifier , identifier , identifier , identifier , identifier , (cast_expression "(wchar_t *)pp_Var11" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "*(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10)" * (cast_expression "(wchar_t **)(puVar14 + lVar12 + lVar21 + -0x10)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar14 + lVar12 + lVar21 + -0x10)" ( (binary_expression "puVar14 + lVar12 + lVar21 + -0x10" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) )))) , (pointer_expression "*(int **)(puVar14 + lVar12 + lVar21 + -8)" * (cast_expression "(int **)(puVar14 + lVar12 + lVar21 + -8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar14 + lVar12 + lVar21 + -8)" ( (binary_expression "puVar14 + lVar12 + lVar21 + -8" (binary_expression "puVar14 + lVar12 + lVar21" (binary_expression "puVar14 + lVar12" identifier + identifier) + identifier) + number_literal) )))) ))) ;) (expression_statement "local_54 = (uint)bVar23 + local_54;" (assignment_expression "local_54 = (uint)bVar23 + local_54" identifier = (binary_expression "(uint)bVar23 + local_54" (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier) + identifier)) ;) (expression_statement "lVar21 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar21 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "pp_Var11 = (__locale_struct **)(long)local_54;" (assignment_expression "pp_Var11 = (__locale_struct **)(long)local_54" identifier = (cast_expression "(__locale_struct **)(long)local_54" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "pp_Var18 = local_60;" (assignment_expression "pp_Var18 = local_60" identifier = identifier) ;) (if_statement "if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;" if (parenthesized_expression "(lVar21 <= (long)pp_Var11)" ( (binary_expression "lVar21 <= (long)pp_Var11" identifier <= (cast_expression "(long)pp_Var11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }) (else_clause "else {\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }" else (compound_statement "{\n local_80 = local_60;\n local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);\n local_60 = pp_Var11;\n *(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;\n pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);\n cVar20 = *(char *)(lVar6 + 0x20);\n pp_Var11 = local_60;\n pp_Var18 = local_80;\n iVar17 = (int)local_68;\n if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;\nLAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);\n if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;\n }" { (expression_statement "local_80 = local_60;" (assignment_expression "local_80 = local_60" identifier = identifier) ;) (expression_statement "local_68 = (locale *)CONCAT44(local_68._4_4_,local_54);" (assignment_expression "local_68 = (locale *)CONCAT44(local_68._4_4_,local_54)" identifier = (cast_expression "(locale *)CONCAT44(local_68._4_4_,local_54)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(local_68._4_4_,local_54)" identifier (argument_list "(local_68._4_4_,local_54)" ( (field_expression "local_68._4_4_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "local_60 = pp_Var11;" (assignment_expression "local_60 = pp_Var11" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91;" (assignment_expression "*(undefined8 *)(puVar14 + lVar21 + -8) = 0x389c91" (pointer_expression "*(undefined8 *)(puVar14 + lVar21 + -8)" * (cast_expression "(undefined8 *)(puVar14 + lVar21 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + lVar21 + -8)" ( (binary_expression "puVar14 + lVar21 + -8" (binary_expression "puVar14 + lVar21" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11);" (assignment_expression "pvVar8 = memchr(pcVar13,0x2e,(size_t)pp_Var11)" identifier = (call_expression "memchr(pcVar13,0x2e,(size_t)pp_Var11)" identifier (argument_list "(pcVar13,0x2e,(size_t)pp_Var11)" ( identifier , number_literal , (cast_expression "(size_t)pp_Var11" ( (type_descriptor "size_t" primitive_type) ) identifier) )))) ;) (expression_statement "cVar20 = *(char *)(lVar6 + 0x20);" (assignment_expression "cVar20 = *(char *)(lVar6 + 0x20)" identifier = (pointer_expression "*(char *)(lVar6 + 0x20)" * (cast_expression "(char *)(lVar6 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pp_Var11 = local_60;" (assignment_expression "pp_Var11 = local_60" identifier = identifier) ;) (expression_statement "pp_Var18 = local_80;" (assignment_expression "pp_Var18 = local_80" identifier = identifier) ;) (expression_statement "iVar17 = (int)local_68;" (assignment_expression "iVar17 = (int)local_68" identifier = (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (pvVar8 != (void *)0x0) {\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" if (parenthesized_expression "(pvVar8 != (void *)0x0)" ( (binary_expression "pvVar8 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);\n *pwVar10 = *(wchar_t *)(lVar6 + 0x48);\n if (cVar20 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" { (expression_statement "pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4);" (assignment_expression "pwVar10 = (wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4)" identifier = (cast_expression "(wchar_t *)((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4)" ( (binary_expression "(long)pp_Var22 + ((long)pvVar8 - (long)pcVar13) * 4" (cast_expression "(long)pp_Var22" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "((long)pvVar8 - (long)pcVar13) * 4" (parenthesized_expression "((long)pvVar8 - (long)pcVar13)" ( (binary_expression "(long)pvVar8 - (long)pcVar13" (cast_expression "(long)pvVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) * number_literal)) )))) ;) (expression_statement "*pwVar10 = *(wchar_t *)(lVar6 + 0x48);" (assignment_expression "*pwVar10 = *(wchar_t *)(lVar6 + 0x48)" (pointer_expression "*pwVar10" * identifier) = (pointer_expression "*(wchar_t *)(lVar6 + 0x48)" * (cast_expression "(wchar_t *)(lVar6 + 0x48)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x48)" ( (binary_expression "lVar6 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (cVar20 == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(cVar20 == '\0')" ( (binary_expression "cVar20 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;) })) (if_statement "if ((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))\n goto LAB_00389d7d;" if (parenthesized_expression "((cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))))" ( (binary_expression "(cVar20 != '\0') &&\n ((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))))" (parenthesized_expression "(cVar20 != '\0')" ( (binary_expression "cVar20 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))))" ( (parenthesized_expression "(pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))))" ( (comma_expression "pwVar10 = (wchar_t *)0x0, (int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))" (assignment_expression "pwVar10 = (wchar_t *)0x0" identifier = (cast_expression "(wchar_t *)0x0" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "(int)local_68 < 3 ||\n (((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))" (binary_expression "(int)local_68 < 3" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) || (parenthesized_expression "(((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])))" ( (parenthesized_expression "((pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1]))" ( (binary_expression "(pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)) && ('/' < pcVar13[1])" (parenthesized_expression "(pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10))" ( (binary_expression "pcVar13[1] < ':' && ((byte)(pcVar13[2] - 0x30U) < 10)" (binary_expression "pcVar13[1] < ':'" (subscript_expression "pcVar13[1]" identifier [ number_literal ]) < (char_literal "':'" ' character ')) && (parenthesized_expression "((byte)(pcVar13[2] - 0x30U) < 10)" ( (binary_expression "(byte)(pcVar13[2] - 0x30U) < 10" (call_expression "(byte)(pcVar13[2] - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pcVar13[2] - 0x30U)" ( (binary_expression "pcVar13[2] - 0x30U" (subscript_expression "pcVar13[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) ))) )) && (parenthesized_expression "('/' < pcVar13[1])" ( (binary_expression "'/' < pcVar13[1]" (char_literal "'/'" ' character ') < (subscript_expression "pcVar13[1]" identifier [ number_literal ])) ))) )) )))) )) ))) )) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;)) (labeled_statement "LAB_00389cc1:\n lVar21 = *(long *)(param_4 + 0x10);" statement_identifier : (expression_statement "lVar21 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar21 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;)) (if_statement "if (lVar21 <= (long)pp_Var11) goto LAB_00389cd2;" if (parenthesized_expression "(lVar21 <= (long)pp_Var11)" ( (binary_expression "lVar21 <= (long)pp_Var11" identifier <= (cast_expression "(long)pp_Var11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }))) (expression_statement "pnVar4 = local_78;" (assignment_expression "pnVar4 = local_78" identifier = identifier) ;) (expression_statement "wVar1 = local_84;" (assignment_expression "wVar1 = local_84" identifier = identifier) ;) (expression_statement "lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar6 = -(lVar21 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar21 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar21 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar21 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar21 * 4 + 0x17U" (binary_expression "lVar21 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar15 = puVar16 + lVar6;" (assignment_expression "puVar15 = puVar16 + lVar6" identifier = (binary_expression "puVar16 + lVar6" identifier + identifier)) ;) (expression_statement "*(int **)(puVar16 + lVar6 + -0x10) = &local_54;" (assignment_expression "*(int **)(puVar16 + lVar6 + -0x10) = &local_54" (pointer_expression "*(int **)(puVar16 + lVar6 + -0x10)" * (cast_expression "(int **)(puVar16 + lVar6 + -0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar16 + lVar6 + -0x10)" ( (binary_expression "puVar16 + lVar6 + -0x10" (binary_expression "puVar16 + lVar6" identifier + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40;" (assignment_expression "*(undefined8 *)(puVar16 + lVar6 + -0x18) = 0x389e40" (pointer_expression "*(undefined8 *)(puVar16 + lVar6 + -0x18)" * (cast_expression "(undefined8 *)(puVar16 + lVar6 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar16 + lVar6 + -0x18)" ( (binary_expression "puVar16 + lVar6 + -0x18" (binary_expression "puVar16 + lVar6" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "_M_pad(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10));" (call_expression "_M_pad(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10))" identifier (argument_list "(pnVar4,wVar1,lVar21,param_4,\n (wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0),(wchar_t *)pp_Var18,\n *(int **)(puVar16 + lVar6 + -0x10))" ( identifier , identifier , identifier , identifier , (cast_expression "(wchar_t *)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar16 + lVar6 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar16 + lVar6 + 0xf)" ( (binary_expression "puVar16 + lVar6 + 0xf" (binary_expression "puVar16 + lVar6" identifier + identifier) + number_literal) ))) & number_literal) ))) , (cast_expression "(wchar_t *)pp_Var18" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "*(int **)(puVar16 + lVar6 + -0x10)" * (cast_expression "(int **)(puVar16 + lVar6 + -0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar16 + lVar6 + -0x10)" ( (binary_expression "puVar16 + lVar6 + -0x10" (binary_expression "puVar16 + lVar6" identifier + identifier) + number_literal) )))) ))) ;) (expression_statement "pp_Var11 = (__locale_struct **)(long)local_54;" (assignment_expression "pp_Var11 = (__locale_struct **)(long)local_54" identifier = (cast_expression "(__locale_struct **)(long)local_54" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "pp_Var18 = (__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(__locale_struct **)((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar16 + lVar6 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar16 + lVar6 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar16 + lVar6 + 0xf)" ( (binary_expression "puVar16 + lVar6 + 0xf" (binary_expression "puVar16 + lVar6" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (labeled_statement "LAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;" statement_identifier : (expression_statement "*(undefined8 *)(param_4 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_4 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_4 + 0x10)" * (cast_expression "(undefined8 *)(param_4 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "cVar20 = (char)local_70;" (assignment_expression "cVar20 = (char)local_70" identifier = (cast_expression "(char)local_70" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (cVar20 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar15 + -8) = 0x389cf5;\n pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);\n if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }\n }" if (parenthesized_expression "(cVar20 == '\0')" ( (binary_expression "cVar20 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar15 + -8) = 0x389cf5;\n pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);\n if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }\n }" { (expression_statement "pcVar2 = *(code **)(*param_2 + 0x60);" (assignment_expression "pcVar2 = *(code **)(*param_2 + 0x60)" identifier = (pointer_expression "*(code **)(*param_2 + 0x60)" * (cast_expression "(code **)(*param_2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x60)" ( (binary_expression "*param_2 + 0x60" (pointer_expression "*param_2" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(puVar15 + -8) = 0x389cf5;" (assignment_expression "*(undefined8 *)(puVar15 + -8) = 0x389cf5" (pointer_expression "*(undefined8 *)(puVar15 + -8)" * (cast_expression "(undefined8 *)(puVar15 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar15 + -8)" ( (binary_expression "puVar15 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11);" (assignment_expression "pp_Var22 = (__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11)" identifier = (cast_expression "(__locale_struct **)(*pcVar2)(param_2,pp_Var18,pp_Var11)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "(*pcVar2)(param_2,pp_Var18,pp_Var11)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(param_2,pp_Var18,pp_Var11)" ( identifier , identifier , identifier ))))) ;) (if_statement "if (pp_Var22 != pp_Var11) {\n cVar20 = '\x01';\n }" if (parenthesized_expression "(pp_Var22 != pp_Var11)" ( (binary_expression "pp_Var22 != pp_Var11" identifier != identifier) )) (compound_statement "{\n cVar20 = '\x01';\n }" { (expression_statement "cVar20 = '\x01';" (assignment_expression "cVar20 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "auVar24[8] = cVar20;" (assignment_expression "auVar24[8] = cVar20" (subscript_expression "auVar24[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auVar24._0_8_ = param_2;" (assignment_expression "auVar24._0_8_ = param_2" (field_expression "auVar24._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar24._9_7_ = 0;" (assignment_expression "auVar24._9_7_ = 0" (field_expression "auVar24._9_7_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar24;" return identifier ;) })))
(translation_unit "undefined1 [16]\nFUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5,\n char param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n long *plVar6;\n void *pvVar7;\n undefined8 uVar8;\n undefined4 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n ulong uVar12;\n char *__s;\n undefined1 *puVar13;\n undefined1 *puVar14;\n undefined1 *puVar15;\n int iVar16;\n undefined8 *puVar17;\n undefined8 *puVar18;\n char cVar19;\n long lVar20;\n undefined8 *puVar21;\n bool bVar22;\n undefined1 auVar23 [16];\n undefined8 auStack_e0 [3];\n undefined1 auStack_c8 [8];\n char local_c0 [48];\n undefined8 uStack_90;\n int local_88;\n undefined4 local_84;\n undefined8 *local_80;\n undefined8 local_78;\n undefined8 local_70;\n long local_68;\n undefined8 *local_60;\n undefined1 local_55;\n int local_54;\n undefined8 local_50;\n undefined1 local_48 [24];\n \n local_68 = param_4 + 0xd0;\n uStack_90 = 0x389b9d;\n local_84 = param_5;\n local_78 = param_1;\n local_70 = param_3;\n lVar5 = FUN_003889e0(&local_55,local_68);\n lVar20 = *(long *)(param_4 + 8);\n if (lVar20 < 0) {\n lVar20 = 6;\n }\n local_60 = (undefined8 *)local_48;\n uStack_90 = 0x389bc7;\n FUN_00380ee0(param_4,local_60,(int)param_6);\n puVar13 = auStack_c8;\n __s = local_c0;\n if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }\n lVar20 = local_68;\n *(undefined8 *)(puVar13 + -8) = 0x389c2f;\n plVar6 = (long *)FUN_00385410(lVar20);\n lVar11 = (long)local_54;\n lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar14 = puVar13 + lVar20;\n puVar15 = puVar13 + lVar20;\n puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0);\n pcVar2 = *(code **)(*plVar6 + 0x58);\n local_60 = puVar21;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62;\n (*pcVar2)(plVar6,__s,__s + lVar11,puVar21);\n puVar10 = (undefined8 *)(long)local_54;\n if (puVar10 == (undefined8 *)0x0) {\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n uVar8 = local_78;\n uVar1 = local_84;\n lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0);\n puVar14 = puVar15 + lVar5;\n *(int **)(puVar15 + lVar5 + -0x10) = &local_54;\n *(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40;\n FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0);\nLAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;\n cVar19 = (char)local_70;\n if (cVar19 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }\n auVar23[8] = cVar19;\n auVar23._0_8_ = param_2;\n auVar23._9_7_ = 0;\n return auVar23;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5,\n char param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined4 uVar1;" (macro_type_specifier "FUN_00389b60(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , (ERROR "long" identifier) (pointer_declarator "*param_2" * identifier) , identifier (ERROR "param_3" identifier) , (ERROR "long" identifier) identifier , identifier (ERROR "param_5" identifier) , (ERROR "char" identifier) identifier , identifier (ERROR "param_7" identifier) , (ERROR "undefined8 param_8)\n\n{\n undefined4" identifier identifier ) { identifier) identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "void *pvVar7;" primitive_type (pointer_declarator "*pvVar7" * identifier) ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined4 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "undefined1 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined1 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "undefined1 *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "undefined8 *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined8 *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "char cVar19;" primitive_type identifier ;) (declaration "long lVar20;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar21;" type_identifier (pointer_declarator "*puVar21" * identifier) ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "undefined1 auVar23 [16];" type_identifier (array_declarator "auVar23 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 auStack_e0 [3];" type_identifier (array_declarator "auStack_e0 [3]" identifier [ number_literal ]) ;) (declaration "undefined1 auStack_c8 [8];" type_identifier (array_declarator "auStack_c8 [8]" identifier [ number_literal ]) ;) (declaration "char local_c0 [48];" primitive_type (array_declarator "local_c0 [48]" identifier [ number_literal ]) ;) (declaration "undefined8 uStack_90;" type_identifier identifier ;) (declaration "int local_88;" primitive_type identifier ;) (declaration "undefined4 local_84;" type_identifier identifier ;) (declaration "undefined8 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_60;" type_identifier (pointer_declarator "*local_60" * identifier) ;) (declaration "undefined1 local_55;" type_identifier identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined1 local_48 [24];" type_identifier (array_declarator "local_48 [24]" identifier [ number_literal ]) ;) (expression_statement "local_68 = param_4 + 0xd0;" (assignment_expression "local_68 = param_4 + 0xd0" identifier = (binary_expression "param_4 + 0xd0" identifier + number_literal)) ;) (expression_statement "uStack_90 = 0x389b9d;" (assignment_expression "uStack_90 = 0x389b9d" identifier = number_literal) ;) (expression_statement "local_84 = param_5;" (assignment_expression "local_84 = param_5" identifier = identifier) ;) (expression_statement "local_78 = param_1;" (assignment_expression "local_78 = param_1" identifier = identifier) ;) (expression_statement "local_70 = param_3;" (assignment_expression "local_70 = param_3" identifier = identifier) ;) (expression_statement "lVar5 = FUN_003889e0(&local_55,local_68);" (assignment_expression "lVar5 = FUN_003889e0(&local_55,local_68)" identifier = (call_expression "FUN_003889e0(&local_55,local_68)" identifier (argument_list "(&local_55,local_68)" ( (pointer_expression "&local_55" & identifier) , identifier )))) ;) (expression_statement "lVar20 = *(long *)(param_4 + 8);" (assignment_expression "lVar20 = *(long *)(param_4 + 8)" identifier = (pointer_expression "*(long *)(param_4 + 8)" * (cast_expression "(long *)(param_4 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 8)" ( (binary_expression "param_4 + 8" identifier + number_literal) ))))) ;) (if_statement "if (lVar20 < 0) {\n lVar20 = 6;\n }" if (parenthesized_expression "(lVar20 < 0)" ( (binary_expression "lVar20 < 0" identifier < number_literal) )) (compound_statement "{\n lVar20 = 6;\n }" { (expression_statement "lVar20 = 6;" (assignment_expression "lVar20 = 6" identifier = number_literal) ;) })) (expression_statement "local_60 = (undefined8 *)local_48;" (assignment_expression "local_60 = (undefined8 *)local_48" identifier = (cast_expression "(undefined8 *)local_48" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uStack_90 = 0x389bc7;" (assignment_expression "uStack_90 = 0x389bc7" identifier = number_literal) ;) (expression_statement "FUN_00380ee0(param_4,local_60,(int)param_6);" (call_expression "FUN_00380ee0(param_4,local_60,(int)param_6)" identifier (argument_list "(param_4,local_60,(int)param_6)" ( identifier , identifier , (cast_expression "(int)param_6" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" identifier = identifier) ;) (expression_statement "__s = local_c0;" (assignment_expression "__s = local_c0" identifier = identifier) ;) (if_statement "if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" if (parenthesized_expression "((*(uint *)(param_4 + 0x18) & 0x104) == 0x104)" ( (binary_expression "(*(uint *)(param_4 + 0x18) & 0x104) == 0x104" (parenthesized_expression "(*(uint *)(param_4 + 0x18) & 0x104)" ( (binary_expression "*(uint *)(param_4 + 0x18) & 0x104" (pointer_expression "*(uint *)(param_4 + 0x18)" * (cast_expression "(uint *)(param_4 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389e55;" (assignment_expression "auStack_e0[2] = 0x389e55" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389e79;" (assignment_expression "auStack_e0[0] = 0x389e79" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(&local_50,__s,0x36,local_60);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,0x36,local_60)" identifier = (call_expression "FUN_00348470(&local_50,__s,0x36,local_60)" identifier (argument_list "(&local_50,__s,0x36,local_60)" ( (pointer_expression "&local_50" & identifier) , identifier , number_literal , identifier )))) ;) (if_statement "if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" { (expression_statement "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);" (assignment_expression "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" identifier = (cast_expression "(undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(local_80._4_4_,local_54 + 1)" identifier (argument_list "(local_80._4_4_,local_54 + 1)" ( (field_expression "local_80._4_4_" identifier . field_identifier) , (binary_expression "local_54 + 1" identifier + number_literal) ))))) ;) (expression_statement "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)(local_54 + 1) + 0x17U" (cast_expression "(long)(local_54 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(local_54 + 1)" ( (binary_expression "local_54 + 1" identifier + number_literal) ))) + number_literal) & number_literal) )))) ;) (expression_statement "puVar13 = auStack_c8 + lVar20;" (assignment_expression "puVar13 = auStack_c8 + lVar20" identifier = (binary_expression "auStack_c8 + lVar20" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar20 + -8)" ( (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "__s = local_c0 + lVar20;" (assignment_expression "__s = local_c0 + lVar20" identifier = (binary_expression "local_c0 + lVar20" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar20 + -8)" ( (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" identifier = identifier) ;) (expression_statement "uVar12 = (ulong)local_80 & 0xffffffff;" (assignment_expression "uVar12 = (ulong)local_80 & 0xffffffff" identifier = (binary_expression "(ulong)local_80 & 0xffffffff" (cast_expression "(ulong)local_80" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal)) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar20 + 8)" ( (binary_expression "(long)auStack_e0 + lVar20 + 8" (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar20)" ( (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10)" identifier = (call_expression "FUN_00348470(&local_50,__s,uVar12,puVar10)" identifier (argument_list "(&local_50,__s,uVar12,puVar10)" ( (pointer_expression "&local_50" & identifier) , identifier , identifier , identifier )))) ;) })) }) (else_clause "else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" else (compound_statement "{\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" { (expression_statement "auStack_e0[2] = 0x389bf0;" (assignment_expression "auStack_e0[2] = 0x389bf0" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_80 = &local_50;" (assignment_expression "local_80 = &local_50" identifier = (pointer_expression "&local_50" & identifier)) ;) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auStack_e0[0] = 0x389c18;" (assignment_expression "auStack_e0[0] = 0x389c18" (subscript_expression "auStack_e0[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);" (assignment_expression "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20)" identifier = (call_expression "FUN_00348470(local_80,__s,0x36,local_60,lVar20)" identifier (argument_list "(local_80,__s,0x36,local_60,lVar20)" ( identifier , identifier , number_literal , identifier , identifier )))) ;) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" identifier = identifier) ;) (if_statement "if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" if (parenthesized_expression "(0x35 < local_54)" ( (binary_expression "0x35 < local_54" number_literal < identifier) )) (compound_statement "{\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" { (expression_statement "local_88 = local_54 + 1;" (assignment_expression "local_88 = local_54 + 1" identifier = (binary_expression "local_54 + 1" identifier + number_literal)) ;) (expression_statement "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)local_88 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)local_88 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)local_88 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)local_88 + 0x17U" (cast_expression "(long)local_88" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) & number_literal) )))) ;) (expression_statement "puVar13 = auStack_c8 + lVar11;" (assignment_expression "puVar13 = auStack_c8 + lVar11" identifier = (binary_expression "auStack_c8 + lVar11" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar11 + -8)" ( (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" identifier = (call_expression "FUN_0033ad50()" identifier (argument_list "()" ( )))) ;) (expression_statement "__s = local_c0 + lVar11;" (assignment_expression "__s = local_c0 + lVar11" identifier = (binary_expression "local_c0 + lVar11" identifier + identifier)) ;) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" * (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(auStack_c8 + lVar11 + -8)" ( (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" identifier + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar21 = local_60;" (assignment_expression "puVar21 = local_60" identifier = identifier) ;) (expression_statement "iVar16 = local_88;" (assignment_expression "iVar16 = local_88" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar11 + 8)" ( (binary_expression "(long)auStack_e0 + lVar11 + 8" (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar10 = local_80;" (assignment_expression "puVar10 = local_80" identifier = identifier) ;) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" identifier = identifier) ;) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11)" * (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)auStack_e0 + lVar11)" ( (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);" (assignment_expression "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" identifier = (call_expression "FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" identifier (argument_list "(puVar10,__s,iVar16,puVar21,lVar20)" ( identifier , identifier , identifier , identifier , identifier )))) ;) })) }))) (expression_statement "lVar20 = local_68;" (assignment_expression "lVar20 = local_68" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + -8) = 0x389c2f;" (assignment_expression "*(undefined8 *)(puVar13 + -8) = 0x389c2f" (pointer_expression "*(undefined8 *)(puVar13 + -8)" * (cast_expression "(undefined8 *)(puVar13 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + -8)" ( (binary_expression "puVar13 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "plVar6 = (long *)FUN_00385410(lVar20);" (assignment_expression "plVar6 = (long *)FUN_00385410(lVar20)" identifier = (cast_expression "(long *)FUN_00385410(lVar20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00385410(lVar20)" identifier (argument_list "(lVar20)" ( identifier ))))) ;) (expression_statement "lVar11 = (long)local_54;" (assignment_expression "lVar11 = (long)local_54" identifier = (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar11 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar11 * 4 + 0x17U" (binary_expression "lVar11 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = puVar13 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar20" identifier = (binary_expression "puVar13 + lVar20" identifier + identifier)) ;) (expression_statement "puVar15 = puVar13 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar20" identifier = (binary_expression "puVar13 + lVar20" identifier + identifier)) ;) (expression_statement "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar13 + lVar20 + 0xf)" ( (binary_expression "puVar13 + lVar20 + 0xf" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "pcVar2 = *(code **)(*plVar6 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar6 + 0x58)" identifier = (pointer_expression "*(code **)(*plVar6 + 0x58)" * (cast_expression "(code **)(*plVar6 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar6 + 0x58)" ( (binary_expression "*plVar6 + 0x58" (pointer_expression "*plVar6" * identifier) + number_literal) ))))) ;) (expression_statement "local_60 = puVar21;" (assignment_expression "local_60 = puVar21" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" * (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21);" (call_expression "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(plVar6,__s,__s + lVar11,puVar21)" ( identifier , identifier , (binary_expression "__s + lVar11" identifier + identifier) , identifier ))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (puVar10 == (undefined8 *)0x0) {\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" if (parenthesized_expression "(puVar10 == (undefined8 *)0x0)" ( (binary_expression "puVar10 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" { (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (if_statement "if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(*(char *)(lVar5 + 0x20) == '\0')" ( (binary_expression "*(char *)(lVar5 + 0x20) == '\0'" (pointer_expression "*(char *)(lVar5 + 0x20)" * (cast_expression "(char *)(lVar5 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (expression_statement "puVar9 = (undefined4 *)0x0;" (assignment_expression "puVar9 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (expression_statement "iVar16 = local_54;" (assignment_expression "iVar16 = local_54" identifier = identifier) ;) (labeled_statement "LAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" statement_identifier : (expression_statement "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "(long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)puVar10 * 8 + 0x17U" (binary_expression "(long)puVar10 * 8" (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) + number_literal) & number_literal) )))) ;)) (expression_statement "puVar15 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar11 + lVar20" identifier = (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier)) ;) (expression_statement "puVar14 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar11 + lVar20" identifier = (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier)) ;) (expression_statement "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar13 + lVar11 + lVar20 + 0xf)" ( (binary_expression "puVar13 + lVar11 + lVar20 + 0xf" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) ))) & number_literal) )))) ;) (expression_statement "bVar22 = (*__s - 0x2bU & 0xfd) == 0;" (assignment_expression "bVar22 = (*__s - 0x2bU & 0xfd) == 0" identifier = (binary_expression "(*__s - 0x2bU & 0xfd) == 0" (parenthesized_expression "(*__s - 0x2bU & 0xfd)" ( (binary_expression "*__s - 0x2bU & 0xfd" (binary_expression "*__s - 0x2bU" (pointer_expression "*__s" * identifier) - number_literal) & number_literal) )) == number_literal)) ;) (expression_statement "puVar10 = puVar18;" (assignment_expression "puVar10 = puVar18" identifier = identifier) ;) (if_statement "if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" if (parenthesized_expression "(bVar22)" ( identifier )) (compound_statement "{\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" { (expression_statement "local_54 = iVar16 + -1;" (assignment_expression "local_54 = iVar16 + -1" identifier = (binary_expression "iVar16 + -1" identifier + number_literal)) ;) (expression_statement "puVar17 = (undefined8 *)((long)puVar21 + 4);" (assignment_expression "puVar17 = (undefined8 *)((long)puVar21 + 4)" identifier = (cast_expression "(undefined8 *)((long)puVar21 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar21 + 4)" ( (binary_expression "(long)puVar21 + 4" (cast_expression "(long)puVar21" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined4 *)puVar18 = *(undefined4 *)puVar21;" (assignment_expression "*(undefined4 *)puVar18 = *(undefined4 *)puVar21" (pointer_expression "*(undefined4 *)puVar18" * (cast_expression "(undefined4 *)puVar18" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)puVar21" * (cast_expression "(undefined4 *)puVar21" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "puVar10 = (undefined8 *)((long)puVar18 + 4);" (assignment_expression "puVar10 = (undefined8 *)((long)puVar18 + 4)" identifier = (cast_expression "(undefined8 *)((long)puVar18 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar18 + 4)" ( (binary_expression "(long)puVar18 + 4" (cast_expression "(long)puVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) })) (expression_statement "uVar1 = *(undefined4 *)(lVar5 + 0x4c);" (assignment_expression "uVar1 = *(undefined4 *)(lVar5 + 0x4c)" identifier = (pointer_expression "*(undefined4 *)(lVar5 + 0x4c)" * (cast_expression "(undefined4 *)(lVar5 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x4c)" ( (binary_expression "lVar5 + 0x4c" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = *(undefined8 *)(lVar5 + 0x18);" (assignment_expression "uVar8 = *(undefined8 *)(lVar5 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0x18)" * (cast_expression "(undefined8 *)(lVar5 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x18)" ( (binary_expression "lVar5 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0x10);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(lVar5 + 0x10)" * (cast_expression "(undefined8 *)(lVar5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x10)" ( (binary_expression "lVar5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;" (assignment_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54" (pointer_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8)" * (cast_expression "(int **)(puVar13 + lVar11 + lVar20 + -8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -8" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;" (assignment_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17" (pointer_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" * (cast_expression "(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x10)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -0x10" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = local_78;" (assignment_expression "uVar4 = local_78" identifier = identifier) ;) (expression_statement "local_60 = puVar18;" (assignment_expression "local_60 = puVar18" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;" (assignment_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5" (pointer_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" * (cast_expression "(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x18)" ( (binary_expression "puVar13 + lVar11 + lVar20 + -0x18" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" identifier + identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);" (call_expression "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" identifier (argument_list "(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "local_54 = (uint)bVar22 + local_54;" (assignment_expression "local_54 = (uint)bVar22 + local_54" identifier = (binary_expression "(uint)bVar22 + local_54" (cast_expression "(uint)bVar22" ( (type_descriptor "uint" type_identifier) ) identifier) + identifier)) ;) (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" identifier = identifier) ;) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" if (parenthesized_expression "(lVar20 <= (long)puVar10)" ( (binary_expression "lVar20 <= (long)puVar10" identifier <= (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }) (else_clause "else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" else (compound_statement "{\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" { (expression_statement "local_80 = local_60;" (assignment_expression "local_80 = local_60" identifier = identifier) ;) (expression_statement "local_68 = CONCAT44(local_68._4_4_,local_54);" (assignment_expression "local_68 = CONCAT44(local_68._4_4_,local_54)" identifier = (call_expression "CONCAT44(local_68._4_4_,local_54)" identifier (argument_list "(local_68._4_4_,local_54)" ( (field_expression "local_68._4_4_" identifier . field_identifier) , identifier )))) ;) (expression_statement "local_60 = puVar10;" (assignment_expression "local_60 = puVar10" identifier = identifier) ;) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" * (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar13 + lVar20 + -8)" ( (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "pvVar7 = memchr(__s,0x2e,(size_t)puVar10);" (assignment_expression "pvVar7 = memchr(__s,0x2e,(size_t)puVar10)" identifier = (call_expression "memchr(__s,0x2e,(size_t)puVar10)" identifier (argument_list "(__s,0x2e,(size_t)puVar10)" ( identifier , number_literal , (cast_expression "(size_t)puVar10" ( (type_descriptor "size_t" primitive_type) ) identifier) )))) ;) (expression_statement "cVar19 = *(char *)(lVar5 + 0x20);" (assignment_expression "cVar19 = *(char *)(lVar5 + 0x20)" identifier = (pointer_expression "*(char *)(lVar5 + 0x20)" * (cast_expression "(char *)(lVar5 + 0x20)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x20)" ( (binary_expression "lVar5 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" identifier = identifier) ;) (expression_statement "puVar17 = local_80;" (assignment_expression "puVar17 = local_80" identifier = identifier) ;) (expression_statement "iVar16 = (int)local_68;" (assignment_expression "iVar16 = (int)local_68" identifier = (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" if (parenthesized_expression "(pvVar7 != (void *)0x0)" ( (binary_expression "pvVar7 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" { (expression_statement "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);" (assignment_expression "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" identifier = (cast_expression "(undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" ( (binary_expression "(long)puVar21 + ((long)pvVar7 - (long)__s) * 4" (cast_expression "(long)puVar21" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "((long)pvVar7 - (long)__s) * 4" (parenthesized_expression "((long)pvVar7 - (long)__s)" ( (binary_expression "(long)pvVar7 - (long)__s" (cast_expression "(long)pvVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) * number_literal)) )))) ;) (expression_statement "*puVar9 = *(undefined4 *)(lVar5 + 0x48);" (assignment_expression "*puVar9 = *(undefined4 *)(lVar5 + 0x48)" (pointer_expression "*puVar9" * identifier) = (pointer_expression "*(undefined4 *)(lVar5 + 0x48)" * (cast_expression "(undefined4 *)(lVar5 + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x48)" ( (binary_expression "lVar5 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (cVar19 == '\0') goto LAB_00389cc1;" if (parenthesized_expression "(cVar19 == '\0')" ( (binary_expression "cVar19 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00389cc1;" goto statement_identifier ;)) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;) })) (if_statement "if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;" if (parenthesized_expression "((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))))" ( (binary_expression "(cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" (parenthesized_expression "(cVar19 != '\0')" ( (binary_expression "cVar19 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" ( (parenthesized_expression "(puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))" ( (comma_expression "puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (assignment_expression "puVar9 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "(int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (binary_expression "(int)local_68 < 3" (cast_expression "(int)local_68" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) || (parenthesized_expression "(((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" ( (parenthesized_expression "((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))" ( (binary_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])" (parenthesized_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10))" ( (binary_expression "__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)" (binary_expression "__s[1] < ':'" (subscript_expression "__s[1]" identifier [ number_literal ]) < (char_literal "':'" ' character ')) && (parenthesized_expression "((byte)(__s[2] - 0x30U) < 10)" ( (binary_expression "(byte)(__s[2] - 0x30U) < 10" (call_expression "(byte)(__s[2] - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(__s[2] - 0x30U)" ( (binary_expression "__s[2] - 0x30U" (subscript_expression "__s[2]" identifier [ number_literal ]) - number_literal) ))) < number_literal) ))) )) && (parenthesized_expression "('/' < __s[1])" ( (binary_expression "'/' < __s[1]" (char_literal "'/'" ' character ') < (subscript_expression "__s[1]" identifier [ number_literal ])) ))) )) )))) )) ))) )) (goto_statement "goto LAB_00389d7d;" goto statement_identifier ;)) (labeled_statement "LAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);" statement_identifier : (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" identifier = (pointer_expression "*(long *)(param_4 + 0x10)" * (cast_expression "(long *)(param_4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) ))))) ;)) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" if (parenthesized_expression "(lVar20 <= (long)puVar10)" ( (binary_expression "lVar20 <= (long)puVar10" identifier <= (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (goto_statement "goto LAB_00389cd2;" goto statement_identifier ;)) }))) (expression_statement "uVar8 = local_78;" (assignment_expression "uVar8 = local_78" identifier = identifier) ;) (expression_statement "uVar1 = local_84;" (assignment_expression "uVar1 = local_84" identifier = identifier) ;) (expression_statement "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" identifier = (unary_expression "-(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" - (parenthesized_expression "(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" ( (binary_expression "lVar20 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar20 * 4 + 0x17U" (binary_expression "lVar20 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "puVar14 = puVar15 + lVar5;" (assignment_expression "puVar14 = puVar15 + lVar5" identifier = (binary_expression "puVar15 + lVar5" identifier + identifier)) ;) (expression_statement "*(int **)(puVar15 + lVar5 + -0x10) = &local_54;" (assignment_expression "*(int **)(puVar15 + lVar5 + -0x10) = &local_54" (pointer_expression "*(int **)(puVar15 + lVar5 + -0x10)" * (cast_expression "(int **)(puVar15 + lVar5 + -0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar15 + lVar5 + -0x10)" ( (binary_expression "puVar15 + lVar5 + -0x10" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) )))) = (pointer_expression "&local_54" & identifier)) ;) (expression_statement "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40;" (assignment_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40" (pointer_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18)" * (cast_expression "(undefined8 *)(puVar15 + lVar5 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar15 + lVar5 + -0x18)" ( (binary_expression "puVar15 + lVar5 + -0x18" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17);" (call_expression "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" identifier (argument_list "(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" ( identifier , identifier , identifier , identifier , (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar15 + lVar5 + 0xf)" ( (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) ))) & number_literal) ))) , identifier ))) ;) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" identifier = (cast_expression "(undefined8 *)(long)local_54" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(long)local_54" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" ( (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar15 + lVar5 + 0xf)" ( (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" identifier + identifier) + number_literal) ))) & number_literal) )))) ;) (labeled_statement "LAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;" statement_identifier : (expression_statement "*(undefined8 *)(param_4 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_4 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_4 + 0x10)" * (cast_expression "(undefined8 *)(param_4 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x10)" ( (binary_expression "param_4 + 0x10" identifier + number_literal) )))) = number_literal) ;)) (expression_statement "cVar19 = (char)local_70;" (assignment_expression "cVar19 = (char)local_70" identifier = (cast_expression "(char)local_70" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (cVar19 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" if (parenthesized_expression "(cVar19 == '\0')" ( (binary_expression "cVar19 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" { (expression_statement "pcVar2 = *(code **)(*param_2 + 0x60);" (assignment_expression "pcVar2 = *(code **)(*param_2 + 0x60)" identifier = (pointer_expression "*(code **)(*param_2 + 0x60)" * (cast_expression "(code **)(*param_2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x60)" ( (binary_expression "*param_2 + 0x60" (pointer_expression "*param_2" * identifier) + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(puVar14 + -8) = 0x389cf5;" (assignment_expression "*(undefined8 *)(puVar14 + -8) = 0x389cf5" (pointer_expression "*(undefined8 *)(puVar14 + -8)" * (cast_expression "(undefined8 *)(puVar14 + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar14 + -8)" ( (binary_expression "puVar14 + -8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);" (assignment_expression "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" identifier = (cast_expression "(undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*pcVar2)(param_2,puVar17,puVar10)" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "(param_2,puVar17,puVar10)" ( identifier , identifier , identifier ))))) ;) (if_statement "if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }" if (parenthesized_expression "(puVar21 != puVar10)" ( (binary_expression "puVar21 != puVar10" identifier != identifier) )) (compound_statement "{\n cVar19 = '\x01';\n }" { (expression_statement "cVar19 = '\x01';" (assignment_expression "cVar19 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "auVar23[8] = cVar19;" (assignment_expression "auVar23[8] = cVar19" (subscript_expression "auVar23[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "auVar23._0_8_ = param_2;" (assignment_expression "auVar23._0_8_ = param_2" (field_expression "auVar23._0_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar23._9_7_ = 0;" (assignment_expression "auVar23._9_7_ = 0" (field_expression "auVar23._9_7_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar23;" return identifier ;) (ERROR "}" }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , IDENT (ERROR IDENT) , (ERROR IDENT IDENT ) { IDENT) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 ;) (declaration (sized_type_specifier long) 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 ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , 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 (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = 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 (sized_type_specifier long)) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT , IDENT )))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression 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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression 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 (sized_type_specifier long)) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , 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 IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * LIT) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , (binary_expression IDENT + IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = 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 ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT) + LIT) & LIT) )))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (binary_expression IDENT + IDENT) + IDENT) + LIT) ))) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) - LIT) & LIT) )) == LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + IDENT) + IDENT) + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression 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 (binary_expression (binary_expression IDENT + IDENT) + IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , 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 (binary_expression IDENT + IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (cast_expression ( (type_descriptor 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 = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (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 { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) * LIT)) )))) ;) (expression_statement (assignment_expression (pointer_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 == (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) , (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) < (char_literal ' character ')) && (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) ))) < LIT) ))) )) && (parenthesized_expression ( (binary_expression (char_literal ' character ') < (subscript_expression IDENT [ LIT ])) ))) )) )))) )) ))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * LIT) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))) & LIT) ))) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))) & 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) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (return_statement return IDENT ;) (ERROR }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_00389b60(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5,\n char param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined4 uVar1;" (macro_type_specifier "FUN_00389b60(undefined8" (identifier "FUN_00389b60") (( "(") (type_descriptor "undefined8" (type_identifier "undefined8")) () "")) (identifier "param_1") (, ",") (ERROR "long" (identifier "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2")) (, ",") (identifier "undefined8") (ERROR "param_3" (identifier "param_3")) (, ",") (ERROR "long" (identifier "long")) (identifier "param_4") (, ",") (identifier "undefined4") (ERROR "param_5" (identifier "param_5")) (, ",") (ERROR "char" (identifier "char")) (identifier "param_6") (, ",") (identifier "undefined8") (ERROR "param_7" (identifier "param_7")) (, ",") (ERROR "undefined8 param_8)\n\n{\n undefined4" (identifier "undefined8") (identifier "param_8") () ")") ({ "{") (identifier "undefined4")) (identifier "uVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long *plVar6;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar6" (* "*") (identifier "plVar6")) (; ";")) (declaration "void *pvVar7;" (primitive_type "void") (pointer_declarator "*pvVar7" (* "*") (identifier "pvVar7")) (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "undefined4 *puVar9;" (type_identifier "undefined4") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "undefined8 *puVar10;" (type_identifier "undefined8") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "long lVar11;" (sized_type_specifier "long" (long "long")) (identifier "lVar11") (; ";")) (declaration "ulong uVar12;" (type_identifier "ulong") (identifier "uVar12") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "undefined1 *puVar13;" (type_identifier "undefined1") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "undefined1 *puVar14;" (type_identifier "undefined1") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "undefined1 *puVar15;" (type_identifier "undefined1") (pointer_declarator "*puVar15" (* "*") (identifier "puVar15")) (; ";")) (declaration "int iVar16;" (primitive_type "int") (identifier "iVar16") (; ";")) (declaration "undefined8 *puVar17;" (type_identifier "undefined8") (pointer_declarator "*puVar17" (* "*") (identifier "puVar17")) (; ";")) (declaration "undefined8 *puVar18;" (type_identifier "undefined8") (pointer_declarator "*puVar18" (* "*") (identifier "puVar18")) (; ";")) (declaration "char cVar19;" (primitive_type "char") (identifier "cVar19") (; ";")) (declaration "long lVar20;" (sized_type_specifier "long" (long "long")) (identifier "lVar20") (; ";")) (declaration "undefined8 *puVar21;" (type_identifier "undefined8") (pointer_declarator "*puVar21" (* "*") (identifier "puVar21")) (; ";")) (declaration "bool bVar22;" (primitive_type "bool") (identifier "bVar22") (; ";")) (declaration "undefined1 auVar23 [16];" (type_identifier "undefined1") (array_declarator "auVar23 [16]" (identifier "auVar23") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined8 auStack_e0 [3];" (type_identifier "undefined8") (array_declarator "auStack_e0 [3]" (identifier "auStack_e0") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "undefined1 auStack_c8 [8];" (type_identifier "undefined1") (array_declarator "auStack_c8 [8]" (identifier "auStack_c8") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "char local_c0 [48];" (primitive_type "char") (array_declarator "local_c0 [48]" (identifier "local_c0") ([ "[") (number_literal "48") (] "]")) (; ";")) (declaration "undefined8 uStack_90;" (type_identifier "undefined8") (identifier "uStack_90") (; ";")) (declaration "int local_88;" (primitive_type "int") (identifier "local_88") (; ";")) (declaration "undefined4 local_84;" (type_identifier "undefined4") (identifier "local_84") (; ";")) (declaration "undefined8 *local_80;" (type_identifier "undefined8") (pointer_declarator "*local_80" (* "*") (identifier "local_80")) (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_70;" (type_identifier "undefined8") (identifier "local_70") (; ";")) (declaration "long local_68;" (sized_type_specifier "long" (long "long")) (identifier "local_68") (; ";")) (declaration "undefined8 *local_60;" (type_identifier "undefined8") (pointer_declarator "*local_60" (* "*") (identifier "local_60")) (; ";")) (declaration "undefined1 local_55;" (type_identifier "undefined1") (identifier "local_55") (; ";")) (declaration "int local_54;" (primitive_type "int") (identifier "local_54") (; ";")) (declaration "undefined8 local_50;" (type_identifier "undefined8") (identifier "local_50") (; ";")) (declaration "undefined1 local_48 [24];" (type_identifier "undefined1") (array_declarator "local_48 [24]" (identifier "local_48") ([ "[") (number_literal "24") (] "]")) (; ";")) (expression_statement "local_68 = param_4 + 0xd0;" (assignment_expression "local_68 = param_4 + 0xd0" (identifier "local_68") (= "=") (binary_expression "param_4 + 0xd0" (identifier "param_4") (+ "+") (number_literal "0xd0"))) (; ";")) (expression_statement "uStack_90 = 0x389b9d;" (assignment_expression "uStack_90 = 0x389b9d" (identifier "uStack_90") (= "=") (number_literal "0x389b9d")) (; ";")) (expression_statement "local_84 = param_5;" (assignment_expression "local_84 = param_5" (identifier "local_84") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_78 = param_1;" (assignment_expression "local_78 = param_1" (identifier "local_78") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_70 = param_3;" (assignment_expression "local_70 = param_3" (identifier "local_70") (= "=") (identifier "param_3")) (; ";")) (expression_statement "lVar5 = FUN_003889e0(&local_55,local_68);" (assignment_expression "lVar5 = FUN_003889e0(&local_55,local_68)" (identifier "lVar5") (= "=") (call_expression "FUN_003889e0(&local_55,local_68)" (identifier "FUN_003889e0") (argument_list "(&local_55,local_68)" (( "(") (pointer_expression "&local_55" (& "&") (identifier "local_55")) (, ",") (identifier "local_68") () ")")))) (; ";")) (expression_statement "lVar20 = *(long *)(param_4 + 8);" (assignment_expression "lVar20 = *(long *)(param_4 + 8)" (identifier "lVar20") (= "=") (pointer_expression "*(long *)(param_4 + 8)" (* "*") (cast_expression "(long *)(param_4 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 8)" (( "(") (binary_expression "param_4 + 8" (identifier "param_4") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (lVar20 < 0) {\n lVar20 = 6;\n }" (if "if") (parenthesized_expression "(lVar20 < 0)" (( "(") (binary_expression "lVar20 < 0" (identifier "lVar20") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n lVar20 = 6;\n }" ({ "{") (expression_statement "lVar20 = 6;" (assignment_expression "lVar20 = 6" (identifier "lVar20") (= "=") (number_literal "6")) (; ";")) (} "}"))) (expression_statement "local_60 = (undefined8 *)local_48;" (assignment_expression "local_60 = (undefined8 *)local_48" (identifier "local_60") (= "=") (cast_expression "(undefined8 *)local_48" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_48"))) (; ";")) (expression_statement "uStack_90 = 0x389bc7;" (assignment_expression "uStack_90 = 0x389bc7" (identifier "uStack_90") (= "=") (number_literal "0x389bc7")) (; ";")) (expression_statement "FUN_00380ee0(param_4,local_60,(int)param_6);" (call_expression "FUN_00380ee0(param_4,local_60,(int)param_6)" (identifier "FUN_00380ee0") (argument_list "(param_4,local_60,(int)param_6)" (( "(") (identifier "param_4") (, ",") (identifier "local_60") (, ",") (cast_expression "(int)param_6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_6")) () ")"))) (; ";")) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" (identifier "puVar13") (= "=") (identifier "auStack_c8")) (; ";")) (expression_statement "__s = local_c0;" (assignment_expression "__s = local_c0" (identifier "__s") (= "=") (identifier "local_c0")) (; ";")) (if_statement "if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) {\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }\n else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" (if "if") (parenthesized_expression "((*(uint *)(param_4 + 0x18) & 0x104) == 0x104)" (( "(") (binary_expression "(*(uint *)(param_4 + 0x18) & 0x104) == 0x104" (parenthesized_expression "(*(uint *)(param_4 + 0x18) & 0x104)" (( "(") (binary_expression "*(uint *)(param_4 + 0x18) & 0x104" (pointer_expression "*(uint *)(param_4 + 0x18)" (* "*") (cast_expression "(uint *)(param_4 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")")))) (& "&") (number_literal "0x104")) () ")")) (== "==") (number_literal "0x104")) () ")")) (compound_statement "{\n auStack_e0[2] = 0x389e55;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389e79;\n local_54 = FUN_00348470(&local_50,__s,0x36,local_60);\n if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }\n }" ({ "{") (expression_statement "auStack_e0[2] = 0x389e55;" (assignment_expression "auStack_e0[2] = 0x389e55" (subscript_expression "auStack_e0[2]" (identifier "auStack_e0") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0x389e55")) (; ";")) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" (identifier "local_50") (= "=") (call_expression "FUN_0033ad50()" (identifier "FUN_0033ad50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" (identifier "auStack_e0") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_8")) (; ";")) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" (identifier "auStack_e0") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_7")) (; ";")) (expression_statement "auStack_e0[0] = 0x389e79;" (assignment_expression "auStack_e0[0] = 0x389e79" (subscript_expression "auStack_e0[0]" (identifier "auStack_e0") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0x389e79")) (; ";")) (expression_statement "local_54 = FUN_00348470(&local_50,__s,0x36,local_60);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,0x36,local_60)" (identifier "local_54") (= "=") (call_expression "FUN_00348470(&local_50,__s,0x36,local_60)" (identifier "FUN_00348470") (argument_list "(&local_50,__s,0x36,local_60)" (( "(") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (identifier "__s") (, ",") (number_literal "0x36") (, ",") (identifier "local_60") () ")")))) (; ";")) (if_statement "if (0x35 < local_54) {\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" (if "if") (parenthesized_expression "(0x35 < local_54)" (( "(") (binary_expression "0x35 < local_54" (number_literal "0x35") (< "<") (identifier "local_54")) () ")")) (compound_statement "{\n local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);\n lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar20;\n *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;\n puVar10 = local_60;\n uVar12 = (ulong)local_80 & 0xffffffff;\n *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;\n local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);\n }" ({ "{") (expression_statement "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1);" (assignment_expression "local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" (identifier "local_80") (= "=") (cast_expression "(undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "CONCAT44(local_80._4_4_,local_54 + 1)" (identifier "CONCAT44") (argument_list "(local_80._4_4_,local_54 + 1)" (( "(") (field_expression "local_80._4_4_" (identifier "local_80") (. ".") (field_identifier "_4_4_")) (, ",") (binary_expression "local_54 + 1" (identifier "local_54") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" (identifier "lVar20") (= "=") (unary_expression "-((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" (- "-") (parenthesized_expression "((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0)" (( "(") (binary_expression "(long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)(local_54 + 1) + 0x17U" (cast_expression "(long)(local_54 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(local_54 + 1)" (( "(") (binary_expression "local_54 + 1" (identifier "local_54") (+ "+") (number_literal "1")) () ")"))) (+ "+") (number_literal "0x17U")) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "puVar13 = auStack_c8 + lVar20;" (assignment_expression "puVar13 = auStack_c8 + lVar20" (identifier "puVar13") (= "=") (binary_expression "auStack_c8 + lVar20" (identifier "auStack_c8") (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" (* "*") (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(auStack_c8 + lVar20 + -8)" (( "(") (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" (identifier "auStack_c8") (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389ea1")) (; ";")) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" (identifier "uVar8") (= "=") (call_expression "FUN_0033ad50()" (identifier "FUN_0033ad50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "__s = local_c0 + lVar20;" (assignment_expression "__s = local_c0 + lVar20" (identifier "__s") (= "=") (binary_expression "local_c0 + lVar20" (identifier "local_c0") (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar20 + -8)" (* "*") (cast_expression "(undefined8 *)(auStack_c8 + lVar20 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(auStack_c8 + lVar20 + -8)" (( "(") (binary_expression "auStack_c8 + lVar20 + -8" (binary_expression "auStack_c8 + lVar20" (identifier "auStack_c8") (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (identifier "param_8")) (; ";")) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" (identifier "puVar10") (= "=") (identifier "local_60")) (; ";")) (expression_statement "uVar12 = (ulong)local_80 & 0xffffffff;" (assignment_expression "uVar12 = (ulong)local_80 & 0xffffffff" (identifier "uVar12") (= "=") (binary_expression "(ulong)local_80 & 0xffffffff" (cast_expression "(ulong)local_80" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_80")) (& "&") (number_literal "0xffffffff"))) (; ";")) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20 + 8)" (* "*") (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)auStack_e0 + lVar20 + 8)" (( "(") (binary_expression "(long)auStack_e0 + lVar20 + 8" (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "auStack_e0")) (+ "+") (identifier "lVar20")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" (identifier "local_50") (= "=") (identifier "uVar8")) (; ";")) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar20)" (* "*") (cast_expression "(undefined8 *)((long)auStack_e0 + lVar20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)auStack_e0 + lVar20)" (( "(") (binary_expression "(long)auStack_e0 + lVar20" (cast_expression "(long)auStack_e0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "auStack_e0")) (+ "+") (identifier "lVar20")) () ")")))) (= "=") (number_literal "0x389ec8")) (; ";")) (expression_statement "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10);" (assignment_expression "local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10)" (identifier "local_54") (= "=") (call_expression "FUN_00348470(&local_50,__s,uVar12,puVar10)" (identifier "FUN_00348470") (argument_list "(&local_50,__s,uVar12,puVar10)" (( "(") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (identifier "__s") (, ",") (identifier "uVar12") (, ",") (identifier "puVar10") () ")")))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" (else "else") (compound_statement "{\n auStack_e0[2] = 0x389bf0;\n local_50 = FUN_0033ad50();\n auStack_e0[2] = param_8;\n local_80 = &local_50;\n auStack_e0[1] = param_7;\n auStack_e0[0] = 0x389c18;\n local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);\n puVar13 = auStack_c8;\n if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }\n }" ({ "{") (expression_statement "auStack_e0[2] = 0x389bf0;" (assignment_expression "auStack_e0[2] = 0x389bf0" (subscript_expression "auStack_e0[2]" (identifier "auStack_e0") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0x389bf0")) (; ";")) (expression_statement "local_50 = FUN_0033ad50();" (assignment_expression "local_50 = FUN_0033ad50()" (identifier "local_50") (= "=") (call_expression "FUN_0033ad50()" (identifier "FUN_0033ad50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "auStack_e0[2] = param_8;" (assignment_expression "auStack_e0[2] = param_8" (subscript_expression "auStack_e0[2]" (identifier "auStack_e0") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_8")) (; ";")) (expression_statement "local_80 = &local_50;" (assignment_expression "local_80 = &local_50" (identifier "local_80") (= "=") (pointer_expression "&local_50" (& "&") (identifier "local_50"))) (; ";")) (expression_statement "auStack_e0[1] = param_7;" (assignment_expression "auStack_e0[1] = param_7" (subscript_expression "auStack_e0[1]" (identifier "auStack_e0") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_7")) (; ";")) (expression_statement "auStack_e0[0] = 0x389c18;" (assignment_expression "auStack_e0[0] = 0x389c18" (subscript_expression "auStack_e0[0]" (identifier "auStack_e0") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0x389c18")) (; ";")) (expression_statement "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20);" (assignment_expression "local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20)" (identifier "local_54") (= "=") (call_expression "FUN_00348470(local_80,__s,0x36,local_60,lVar20)" (identifier "FUN_00348470") (argument_list "(local_80,__s,0x36,local_60,lVar20)" (( "(") (identifier "local_80") (, ",") (identifier "__s") (, ",") (number_literal "0x36") (, ",") (identifier "local_60") (, ",") (identifier "lVar20") () ")")))) (; ";")) (expression_statement "puVar13 = auStack_c8;" (assignment_expression "puVar13 = auStack_c8" (identifier "puVar13") (= "=") (identifier "auStack_c8")) (; ";")) (if_statement "if (0x35 < local_54) {\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" (if "if") (parenthesized_expression "(0x35 < local_54)" (( "(") (binary_expression "0x35 < local_54" (number_literal "0x35") (< "<") (identifier "local_54")) () ")")) (compound_statement "{\n local_88 = local_54 + 1;\n lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);\n puVar13 = auStack_c8 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;\n uVar8 = FUN_0033ad50();\n __s = local_c0 + lVar11;\n *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;\n puVar21 = local_60;\n iVar16 = local_88;\n *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;\n puVar10 = local_80;\n local_50 = uVar8;\n *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;\n local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);\n }" ({ "{") (expression_statement "local_88 = local_54 + 1;" (assignment_expression "local_88 = local_54 + 1" (identifier "local_88") (= "=") (binary_expression "local_54 + 1" (identifier "local_54") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0)" (identifier "lVar11") (= "=") (unary_expression "-((long)local_88 + 0x17U & 0xfffffffffffffff0)" (- "-") (parenthesized_expression "((long)local_88 + 0x17U & 0xfffffffffffffff0)" (( "(") (binary_expression "(long)local_88 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)local_88 + 0x17U" (cast_expression "(long)local_88" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_88")) (+ "+") (number_literal "0x17U")) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "puVar13 = auStack_c8 + lVar11;" (assignment_expression "puVar13 = auStack_c8 + lVar11" (identifier "puVar13") (= "=") (binary_expression "auStack_c8 + lVar11" (identifier "auStack_c8") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" (* "*") (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(auStack_c8 + lVar11 + -8)" (( "(") (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" (identifier "auStack_c8") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389d39")) (; ";")) (expression_statement "uVar8 = FUN_0033ad50();" (assignment_expression "uVar8 = FUN_0033ad50()" (identifier "uVar8") (= "=") (call_expression "FUN_0033ad50()" (identifier "FUN_0033ad50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "__s = local_c0 + lVar11;" (assignment_expression "__s = local_c0 + lVar11" (identifier "__s") (= "=") (binary_expression "local_c0 + lVar11" (identifier "local_c0") (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8;" (assignment_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8" (pointer_expression "*(undefined8 *)(auStack_c8 + lVar11 + -8)" (* "*") (cast_expression "(undefined8 *)(auStack_c8 + lVar11 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(auStack_c8 + lVar11 + -8)" (( "(") (binary_expression "auStack_c8 + lVar11 + -8" (binary_expression "auStack_c8 + lVar11" (identifier "auStack_c8") (+ "+") (identifier "lVar11")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (identifier "param_8")) (; ";")) (expression_statement "puVar21 = local_60;" (assignment_expression "puVar21 = local_60" (identifier "puVar21") (= "=") (identifier "local_60")) (; ";")) (expression_statement "iVar16 = local_88;" (assignment_expression "iVar16 = local_88" (identifier "iVar16") (= "=") (identifier "local_88")) (; ";")) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11 + 8)" (* "*") (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)auStack_e0 + lVar11 + 8)" (( "(") (binary_expression "(long)auStack_e0 + lVar11 + 8" (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "auStack_e0")) (+ "+") (identifier "lVar11")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_7")) (; ";")) (expression_statement "puVar10 = local_80;" (assignment_expression "puVar10 = local_80" (identifier "puVar10") (= "=") (identifier "local_80")) (; ";")) (expression_statement "local_50 = uVar8;" (assignment_expression "local_50 = uVar8" (identifier "local_50") (= "=") (identifier "uVar8")) (; ";")) (expression_statement "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64;" (assignment_expression "*(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64" (pointer_expression "*(undefined8 *)((long)auStack_e0 + lVar11)" (* "*") (cast_expression "(undefined8 *)((long)auStack_e0 + lVar11)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)auStack_e0 + lVar11)" (( "(") (binary_expression "(long)auStack_e0 + lVar11" (cast_expression "(long)auStack_e0" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "auStack_e0")) (+ "+") (identifier "lVar11")) () ")")))) (= "=") (number_literal "0x389d64")) (; ";")) (expression_statement "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20);" (assignment_expression "local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" (identifier "local_54") (= "=") (call_expression "FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20)" (identifier "FUN_00348470") (argument_list "(puVar10,__s,iVar16,puVar21,lVar20)" (( "(") (identifier "puVar10") (, ",") (identifier "__s") (, ",") (identifier "iVar16") (, ",") (identifier "puVar21") (, ",") (identifier "lVar20") () ")")))) (; ";")) (} "}"))) (} "}")))) (expression_statement "lVar20 = local_68;" (assignment_expression "lVar20 = local_68" (identifier "lVar20") (= "=") (identifier "local_68")) (; ";")) (expression_statement "*(undefined8 *)(puVar13 + -8) = 0x389c2f;" (assignment_expression "*(undefined8 *)(puVar13 + -8) = 0x389c2f" (pointer_expression "*(undefined8 *)(puVar13 + -8)" (* "*") (cast_expression "(undefined8 *)(puVar13 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + -8)" (( "(") (binary_expression "puVar13 + -8" (identifier "puVar13") (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389c2f")) (; ";")) (expression_statement "plVar6 = (long *)FUN_00385410(lVar20);" (assignment_expression "plVar6 = (long *)FUN_00385410(lVar20)" (identifier "plVar6") (= "=") (cast_expression "(long *)FUN_00385410(lVar20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00385410(lVar20)" (identifier "FUN_00385410") (argument_list "(lVar20)" (( "(") (identifier "lVar20") () ")"))))) (; ";")) (expression_statement "lVar11 = (long)local_54;" (assignment_expression "lVar11 = (long)local_54" (identifier "lVar11") (= "=") (cast_expression "(long)local_54" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_54"))) (; ";")) (expression_statement "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" (identifier "lVar20") (= "=") (unary_expression "-(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" (- "-") (parenthesized_expression "(lVar11 * 4 + 0x17U & 0xfffffffffffffff0)" (( "(") (binary_expression "lVar11 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar11 * 4 + 0x17U" (binary_expression "lVar11 * 4" (identifier "lVar11") (* "*") (number_literal "4")) (+ "+") (number_literal "0x17U")) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "puVar14 = puVar13 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar20" (identifier "puVar14") (= "=") (binary_expression "puVar13 + lVar20" (identifier "puVar13") (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "puVar15 = puVar13 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar20" (identifier "puVar15") (= "=") (binary_expression "puVar13 + lVar20" (identifier "puVar13") (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" (identifier "puVar21") (= "=") (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0)" (( "(") (binary_expression "(ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar13 + lVar20 + 0xf)" (( "(") (binary_expression "puVar13 + lVar20 + 0xf" (binary_expression "puVar13 + lVar20" (identifier "puVar13") (+ "+") (identifier "lVar20")) (+ "+") (number_literal "0xf")) () ")"))) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "pcVar2 = *(code **)(*plVar6 + 0x58);" (assignment_expression "pcVar2 = *(code **)(*plVar6 + 0x58)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(*plVar6 + 0x58)" (* "*") (cast_expression "(code **)(*plVar6 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar6 + 0x58)" (( "(") (binary_expression "*plVar6 + 0x58" (pointer_expression "*plVar6" (* "*") (identifier "plVar6")) (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (expression_statement "local_60 = puVar21;" (assignment_expression "local_60 = puVar21" (identifier "local_60") (= "=") (identifier "puVar21")) (; ";")) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" (* "*") (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + lVar20 + -8)" (( "(") (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" (identifier "puVar13") (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389c62")) (; ";")) (expression_statement "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21);" (call_expression "(*pcVar2)(plVar6,__s,__s + lVar11,puVar21)" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "(plVar6,__s,__s + lVar11,puVar21)" (( "(") (identifier "plVar6") (, ",") (identifier "__s") (, ",") (binary_expression "__s + lVar11" (identifier "__s") (+ "+") (identifier "lVar11")) (, ",") (identifier "puVar21") () ")"))) (; ";")) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)(long)local_54" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (cast_expression "(long)local_54" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_54")))) (; ";")) (if_statement "if (puVar10 == (undefined8 *)0x0) {\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }\n else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" (if "if") (parenthesized_expression "(puVar10 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar10 == (undefined8 *)0x0" (identifier "puVar10") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar17 = local_60;\n if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;\n puVar9 = (undefined4 *)0x0;\n puVar17 = local_60;\n iVar16 = local_54;\nLAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);\n puVar15 = puVar13 + lVar11 + lVar20;\n puVar14 = puVar13 + lVar11 + lVar20;\n puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);\n bVar22 = (*__s - 0x2bU & 0xfd) == 0;\n puVar10 = puVar18;\n if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }\n uVar1 = *(undefined4 *)(lVar5 + 0x4c);\n uVar8 = *(undefined8 *)(lVar5 + 0x18);\n uVar3 = *(undefined8 *)(lVar5 + 0x10);\n *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;\n *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;\n uVar4 = local_78;\n local_60 = puVar18;\n *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;\n FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);\n local_54 = (uint)bVar22 + local_54;\n lVar20 = *(long *)(param_4 + 0x10);\n puVar10 = (undefined8 *)(long)local_54;\n puVar17 = local_60;\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" ({ "{") (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" (identifier "puVar17") (= "=") (identifier "local_60")) (; ";")) (if_statement "if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1;" (if "if") (parenthesized_expression "(*(char *)(lVar5 + 0x20) == '\0')" (( "(") (binary_expression "*(char *)(lVar5 + 0x20) == '\0'" (pointer_expression "*(char *)(lVar5 + 0x20)" (* "*") (cast_expression "(char *)(lVar5 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x20)" (( "(") (binary_expression "lVar5 + 0x20" (identifier "lVar5") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00389cc1;" (goto "goto") (statement_identifier "LAB_00389cc1") (; ";"))) (expression_statement "puVar9 = (undefined4 *)0x0;" (assignment_expression "puVar9 = (undefined4 *)0x0" (identifier "puVar9") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" (identifier "puVar17") (= "=") (identifier "local_60")) (; ";")) (expression_statement "iVar16 = local_54;" (assignment_expression "iVar16 = local_54" (identifier "iVar16") (= "=") (identifier "local_54")) (; ";")) (labeled_statement "LAB_00389d7d:\n lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" (statement_identifier "LAB_00389d7d") (: ":") (expression_statement "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" (identifier "lVar11") (= "=") (unary_expression "-((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" (- "-") (parenthesized_expression "((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0)" (( "(") (binary_expression "(long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0" (binary_expression "(long)puVar10 * 8 + 0x17U" (binary_expression "(long)puVar10 * 8" (cast_expression "(long)puVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar10")) (* "*") (number_literal "8")) (+ "+") (number_literal "0x17U")) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";"))) (expression_statement "puVar15 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar15 = puVar13 + lVar11 + lVar20" (identifier "puVar15") (= "=") (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "puVar14 = puVar13 + lVar11 + lVar20;" (assignment_expression "puVar14 = puVar13 + lVar11 + lVar20" (identifier "puVar14") (= "=") (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20"))) (; ";")) (expression_statement "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" (identifier "puVar18") (= "=") (cast_expression "(undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0)" (( "(") (binary_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar13 + lVar11 + lVar20 + 0xf)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar13 + lVar11 + lVar20 + 0xf)" (( "(") (binary_expression "puVar13 + lVar11 + lVar20 + 0xf" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20")) (+ "+") (number_literal "0xf")) () ")"))) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "bVar22 = (*__s - 0x2bU & 0xfd) == 0;" (assignment_expression "bVar22 = (*__s - 0x2bU & 0xfd) == 0" (identifier "bVar22") (= "=") (binary_expression "(*__s - 0x2bU & 0xfd) == 0" (parenthesized_expression "(*__s - 0x2bU & 0xfd)" (( "(") (binary_expression "*__s - 0x2bU & 0xfd" (binary_expression "*__s - 0x2bU" (pointer_expression "*__s" (* "*") (identifier "__s")) (- "-") (number_literal "0x2bU")) (& "&") (number_literal "0xfd")) () ")")) (== "==") (number_literal "0"))) (; ";")) (expression_statement "puVar10 = puVar18;" (assignment_expression "puVar10 = puVar18" (identifier "puVar10") (= "=") (identifier "puVar18")) (; ";")) (if_statement "if (bVar22) {\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" (if "if") (parenthesized_expression "(bVar22)" (( "(") (identifier "bVar22") () ")")) (compound_statement "{\n local_54 = iVar16 + -1;\n puVar17 = (undefined8 *)((long)puVar21 + 4);\n *(undefined4 *)puVar18 = *(undefined4 *)puVar21;\n puVar10 = (undefined8 *)((long)puVar18 + 4);\n }" ({ "{") (expression_statement "local_54 = iVar16 + -1;" (assignment_expression "local_54 = iVar16 + -1" (identifier "local_54") (= "=") (binary_expression "iVar16 + -1" (identifier "iVar16") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "puVar17 = (undefined8 *)((long)puVar21 + 4);" (assignment_expression "puVar17 = (undefined8 *)((long)puVar21 + 4)" (identifier "puVar17") (= "=") (cast_expression "(undefined8 *)((long)puVar21 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar21 + 4)" (( "(") (binary_expression "(long)puVar21 + 4" (cast_expression "(long)puVar21" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar21")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (expression_statement "*(undefined4 *)puVar18 = *(undefined4 *)puVar21;" (assignment_expression "*(undefined4 *)puVar18 = *(undefined4 *)puVar21" (pointer_expression "*(undefined4 *)puVar18" (* "*") (cast_expression "(undefined4 *)puVar18" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "puVar18"))) (= "=") (pointer_expression "*(undefined4 *)puVar21" (* "*") (cast_expression "(undefined4 *)puVar21" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "puVar21")))) (; ";")) (expression_statement "puVar10 = (undefined8 *)((long)puVar18 + 4);" (assignment_expression "puVar10 = (undefined8 *)((long)puVar18 + 4)" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)((long)puVar18 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar18 + 4)" (( "(") (binary_expression "(long)puVar18 + 4" (cast_expression "(long)puVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar18")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined4 *)(lVar5 + 0x4c);" (assignment_expression "uVar1 = *(undefined4 *)(lVar5 + 0x4c)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(lVar5 + 0x4c)" (* "*") (cast_expression "(undefined4 *)(lVar5 + 0x4c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x4c)" (( "(") (binary_expression "lVar5 + 0x4c" (identifier "lVar5") (+ "+") (number_literal "0x4c")) () ")"))))) (; ";")) (expression_statement "uVar8 = *(undefined8 *)(lVar5 + 0x18);" (assignment_expression "uVar8 = *(undefined8 *)(lVar5 + 0x18)" (identifier "uVar8") (= "=") (pointer_expression "*(undefined8 *)(lVar5 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x18)" (( "(") (binary_expression "lVar5 + 0x18" (identifier "lVar5") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(undefined8 *)(lVar5 + 0x10);" (assignment_expression "uVar3 = *(undefined8 *)(lVar5 + 0x10)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(lVar5 + 0x10)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x10)" (( "(") (binary_expression "lVar5 + 0x10" (identifier "lVar5") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54;" (assignment_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54" (pointer_expression "*(int **)(puVar13 + lVar11 + lVar20 + -8)" (* "*") (cast_expression "(int **)(puVar13 + lVar11 + lVar20 + -8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -8)" (( "(") (binary_expression "puVar13 + lVar11 + lVar20 + -8" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (pointer_expression "&local_54" (& "&") (identifier "local_54"))) (; ";")) (expression_statement "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17;" (assignment_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17" (pointer_expression "*(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" (* "*") (cast_expression "(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x10)" (( "(") (binary_expression "puVar13 + lVar11 + lVar20 + -0x10" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "puVar17")) (; ";")) (expression_statement "uVar4 = local_78;" (assignment_expression "uVar4 = local_78" (identifier "uVar4") (= "=") (identifier "local_78")) (; ";")) (expression_statement "local_60 = puVar18;" (assignment_expression "local_60 = puVar18" (identifier "local_60") (= "=") (identifier "puVar18")) (; ";")) (expression_statement "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5;" (assignment_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5" (pointer_expression "*(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" (* "*") (cast_expression "(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + lVar11 + lVar20 + -0x18)" (( "(") (binary_expression "puVar13 + lVar11 + lVar20 + -0x18" (binary_expression "puVar13 + lVar11 + lVar20" (binary_expression "puVar13 + lVar11" (identifier "puVar13") (+ "+") (identifier "lVar11")) (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-0x18")) () ")")))) (= "=") (number_literal "0x389de5")) (; ";")) (expression_statement "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10);" (call_expression "FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" (identifier "FUN_00387350") (argument_list "(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar8") (, ",") (identifier "uVar1") (, ",") (identifier "puVar9") (, ",") (identifier "puVar10") () ")"))) (; ";")) (expression_statement "local_54 = (uint)bVar22 + local_54;" (assignment_expression "local_54 = (uint)bVar22 + local_54" (identifier "local_54") (= "=") (binary_expression "(uint)bVar22 + local_54" (cast_expression "(uint)bVar22" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar22")) (+ "+") (identifier "local_54"))) (; ";")) (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" (identifier "lVar20") (= "=") (pointer_expression "*(long *)(param_4 + 0x10)" (* "*") (cast_expression "(long *)(param_4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)(long)local_54" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (cast_expression "(long)local_54" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_54")))) (; ";")) (expression_statement "puVar17 = local_60;" (assignment_expression "puVar17 = local_60" (identifier "puVar17") (= "=") (identifier "local_60")) (; ";")) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" (if "if") (parenthesized_expression "(lVar20 <= (long)puVar10)" (( "(") (binary_expression "lVar20 <= (long)puVar10" (identifier "lVar20") (<= "<=") (cast_expression "(long)puVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar10"))) () ")")) (goto_statement "goto LAB_00389cd2;" (goto "goto") (statement_identifier "LAB_00389cd2") (; ";"))) (} "}")) (else_clause "else {\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" (else "else") (compound_statement "{\n local_80 = local_60;\n local_68 = CONCAT44(local_68._4_4_,local_54);\n local_60 = puVar10;\n *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;\n pvVar7 = memchr(__s,0x2e,(size_t)puVar10);\n cVar19 = *(char *)(lVar5 + 0x20);\n puVar10 = local_60;\n puVar17 = local_80;\n iVar16 = (int)local_68;\n if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }\n if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;\nLAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);\n if (lVar20 <= (long)puVar10) goto LAB_00389cd2;\n }" ({ "{") (expression_statement "local_80 = local_60;" (assignment_expression "local_80 = local_60" (identifier "local_80") (= "=") (identifier "local_60")) (; ";")) (expression_statement "local_68 = CONCAT44(local_68._4_4_,local_54);" (assignment_expression "local_68 = CONCAT44(local_68._4_4_,local_54)" (identifier "local_68") (= "=") (call_expression "CONCAT44(local_68._4_4_,local_54)" (identifier "CONCAT44") (argument_list "(local_68._4_4_,local_54)" (( "(") (field_expression "local_68._4_4_" (identifier "local_68") (. ".") (field_identifier "_4_4_")) (, ",") (identifier "local_54") () ")")))) (; ";")) (expression_statement "local_60 = puVar10;" (assignment_expression "local_60 = puVar10" (identifier "local_60") (= "=") (identifier "puVar10")) (; ";")) (expression_statement "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91;" (assignment_expression "*(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91" (pointer_expression "*(undefined8 *)(puVar13 + lVar20 + -8)" (* "*") (cast_expression "(undefined8 *)(puVar13 + lVar20 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar13 + lVar20 + -8)" (( "(") (binary_expression "puVar13 + lVar20 + -8" (binary_expression "puVar13 + lVar20" (identifier "puVar13") (+ "+") (identifier "lVar20")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389c91")) (; ";")) (expression_statement "pvVar7 = memchr(__s,0x2e,(size_t)puVar10);" (assignment_expression "pvVar7 = memchr(__s,0x2e,(size_t)puVar10)" (identifier "pvVar7") (= "=") (call_expression "memchr(__s,0x2e,(size_t)puVar10)" (identifier "memchr") (argument_list "(__s,0x2e,(size_t)puVar10)" (( "(") (identifier "__s") (, ",") (number_literal "0x2e") (, ",") (cast_expression "(size_t)puVar10" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (identifier "puVar10")) () ")")))) (; ";")) (expression_statement "cVar19 = *(char *)(lVar5 + 0x20);" (assignment_expression "cVar19 = *(char *)(lVar5 + 0x20)" (identifier "cVar19") (= "=") (pointer_expression "*(char *)(lVar5 + 0x20)" (* "*") (cast_expression "(char *)(lVar5 + 0x20)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x20)" (( "(") (binary_expression "lVar5 + 0x20" (identifier "lVar5") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "puVar10 = local_60;" (assignment_expression "puVar10 = local_60" (identifier "puVar10") (= "=") (identifier "local_60")) (; ";")) (expression_statement "puVar17 = local_80;" (assignment_expression "puVar17 = local_80" (identifier "puVar17") (= "=") (identifier "local_80")) (; ";")) (expression_statement "iVar16 = (int)local_68;" (assignment_expression "iVar16 = (int)local_68" (identifier "iVar16") (= "=") (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68"))) (; ";")) (if_statement "if (pvVar7 != (void *)0x0) {\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" (if "if") (parenthesized_expression "(pvVar7 != (void *)0x0)" (( "(") (binary_expression "pvVar7 != (void *)0x0" (identifier "pvVar7") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);\n *puVar9 = *(undefined4 *)(lVar5 + 0x48);\n if (cVar19 == '\0') goto LAB_00389cc1;\n goto LAB_00389d7d;\n }" ({ "{") (expression_statement "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4);" (assignment_expression "puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" (identifier "puVar9") (= "=") (cast_expression "(undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar21 + ((long)pvVar7 - (long)__s) * 4)" (( "(") (binary_expression "(long)puVar21 + ((long)pvVar7 - (long)__s) * 4" (cast_expression "(long)puVar21" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar21")) (+ "+") (binary_expression "((long)pvVar7 - (long)__s) * 4" (parenthesized_expression "((long)pvVar7 - (long)__s)" (( "(") (binary_expression "(long)pvVar7 - (long)__s" (cast_expression "(long)pvVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar7")) (- "-") (cast_expression "(long)__s" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__s"))) () ")")) (* "*") (number_literal "4"))) () ")")))) (; ";")) (expression_statement "*puVar9 = *(undefined4 *)(lVar5 + 0x48);" (assignment_expression "*puVar9 = *(undefined4 *)(lVar5 + 0x48)" (pointer_expression "*puVar9" (* "*") (identifier "puVar9")) (= "=") (pointer_expression "*(undefined4 *)(lVar5 + 0x48)" (* "*") (cast_expression "(undefined4 *)(lVar5 + 0x48)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x48)" (( "(") (binary_expression "lVar5 + 0x48" (identifier "lVar5") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (if_statement "if (cVar19 == '\0') goto LAB_00389cc1;" (if "if") (parenthesized_expression "(cVar19 == '\0')" (( "(") (binary_expression "cVar19 == '\0'" (identifier "cVar19") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00389cc1;" (goto "goto") (statement_identifier "LAB_00389cc1") (; ";"))) (goto_statement "goto LAB_00389d7d;" (goto "goto") (statement_identifier "LAB_00389d7d") (; ";")) (} "}"))) (if_statement "if ((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d;" (if "if") (parenthesized_expression "((cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))))" (( "(") (binary_expression "(cVar19 != '\0') &&\n ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" (parenthesized_expression "(cVar19 != '\0')" (( "(") (binary_expression "cVar19 != '\0'" (identifier "cVar19") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))" (( "(") (parenthesized_expression "(puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))))" (( "(") (comma_expression "puVar9 = (undefined4 *)0x0, (int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (assignment_expression "puVar9 = (undefined4 *)0x0" (identifier "puVar9") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (, ",") (binary_expression "(int)local_68 < 3 ||\n (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (binary_expression "(int)local_68 < 3" (cast_expression "(int)local_68" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_68")) (< "<") (number_literal "3")) (|| "||") (parenthesized_expression "(((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))" (( "(") (parenthesized_expression "((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1]))" (( "(") (binary_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])" (parenthesized_expression "(__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10))" (( "(") (binary_expression "__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)" (binary_expression "__s[1] < ':'" (subscript_expression "__s[1]" (identifier "__s") ([ "[") (number_literal "1") (] "]")) (< "<") (char_literal "':'" (' "'") (character ":") (' "'"))) (&& "&&") (parenthesized_expression "((byte)(__s[2] - 0x30U) < 10)" (( "(") (binary_expression "(byte)(__s[2] - 0x30U) < 10" (call_expression "(byte)(__s[2] - 0x30U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(__s[2] - 0x30U)" (( "(") (binary_expression "__s[2] - 0x30U" (subscript_expression "__s[2]" (identifier "__s") ([ "[") (number_literal "2") (] "]")) (- "-") (number_literal "0x30U")) () ")"))) (< "<") (number_literal "10")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "('/' < __s[1])" (( "(") (binary_expression "'/' < __s[1]" (char_literal "'/'" (' "'") (character "/") (' "'")) (< "<") (subscript_expression "__s[1]" (identifier "__s") ([ "[") (number_literal "1") (] "]"))) () ")"))) () ")")) () ")")))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_00389d7d;" (goto "goto") (statement_identifier "LAB_00389d7d") (; ";"))) (labeled_statement "LAB_00389cc1:\n lVar20 = *(long *)(param_4 + 0x10);" (statement_identifier "LAB_00389cc1") (: ":") (expression_statement "lVar20 = *(long *)(param_4 + 0x10);" (assignment_expression "lVar20 = *(long *)(param_4 + 0x10)" (identifier "lVar20") (= "=") (pointer_expression "*(long *)(param_4 + 0x10)" (* "*") (cast_expression "(long *)(param_4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";"))) (if_statement "if (lVar20 <= (long)puVar10) goto LAB_00389cd2;" (if "if") (parenthesized_expression "(lVar20 <= (long)puVar10)" (( "(") (binary_expression "lVar20 <= (long)puVar10" (identifier "lVar20") (<= "<=") (cast_expression "(long)puVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar10"))) () ")")) (goto_statement "goto LAB_00389cd2;" (goto "goto") (statement_identifier "LAB_00389cd2") (; ";"))) (} "}")))) (expression_statement "uVar8 = local_78;" (assignment_expression "uVar8 = local_78" (identifier "uVar8") (= "=") (identifier "local_78")) (; ";")) (expression_statement "uVar1 = local_84;" (assignment_expression "uVar1 = local_84" (identifier "uVar1") (= "=") (identifier "local_84")) (; ";")) (expression_statement "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0);" (assignment_expression "lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" (identifier "lVar5") (= "=") (unary_expression "-(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" (- "-") (parenthesized_expression "(lVar20 * 4 + 0x17U & 0xfffffffffffffff0)" (( "(") (binary_expression "lVar20 * 4 + 0x17U & 0xfffffffffffffff0" (binary_expression "lVar20 * 4 + 0x17U" (binary_expression "lVar20 * 4" (identifier "lVar20") (* "*") (number_literal "4")) (+ "+") (number_literal "0x17U")) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (expression_statement "puVar14 = puVar15 + lVar5;" (assignment_expression "puVar14 = puVar15 + lVar5" (identifier "puVar14") (= "=") (binary_expression "puVar15 + lVar5" (identifier "puVar15") (+ "+") (identifier "lVar5"))) (; ";")) (expression_statement "*(int **)(puVar15 + lVar5 + -0x10) = &local_54;" (assignment_expression "*(int **)(puVar15 + lVar5 + -0x10) = &local_54" (pointer_expression "*(int **)(puVar15 + lVar5 + -0x10)" (* "*") (cast_expression "(int **)(puVar15 + lVar5 + -0x10)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar15 + lVar5 + -0x10)" (( "(") (binary_expression "puVar15 + lVar5 + -0x10" (binary_expression "puVar15 + lVar5" (identifier "puVar15") (+ "+") (identifier "lVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (pointer_expression "&local_54" (& "&") (identifier "local_54"))) (; ";")) (expression_statement "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40;" (assignment_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40" (pointer_expression "*(undefined8 *)(puVar15 + lVar5 + -0x18)" (* "*") (cast_expression "(undefined8 *)(puVar15 + lVar5 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar15 + lVar5 + -0x18)" (( "(") (binary_expression "puVar15 + lVar5 + -0x18" (binary_expression "puVar15 + lVar5" (identifier "puVar15") (+ "+") (identifier "lVar5")) (+ "+") (number_literal "-0x18")) () ")")))) (= "=") (number_literal "0x389e40")) (; ";")) (expression_statement "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17);" (call_expression "FUN_003885b0(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" (identifier "FUN_003885b0") (argument_list "(uVar8,uVar1,lVar20,param_4,\n (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar1") (, ",") (identifier "lVar20") (, ",") (identifier "param_4") (, ",") (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" (( "(") (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar15 + lVar5 + 0xf)" (( "(") (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" (identifier "puVar15") (+ "+") (identifier "lVar5")) (+ "+") (number_literal "0xf")) () ")"))) (& "&") (number_literal "0xfffffffffffffff0")) () ")"))) (, ",") (identifier "puVar17") () ")"))) (; ";")) (expression_statement "puVar10 = (undefined8 *)(long)local_54;" (assignment_expression "puVar10 = (undefined8 *)(long)local_54" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)(long)local_54" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (cast_expression "(long)local_54" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_54")))) (; ";")) (expression_statement "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0);" (assignment_expression "puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" (identifier "puVar17") (= "=") (cast_expression "(undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0)" (( "(") (binary_expression "(ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0" (call_expression "(ulong)(puVar15 + lVar5 + 0xf)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar15 + lVar5 + 0xf)" (( "(") (binary_expression "puVar15 + lVar5 + 0xf" (binary_expression "puVar15 + lVar5" (identifier "puVar15") (+ "+") (identifier "lVar5")) (+ "+") (number_literal "0xf")) () ")"))) (& "&") (number_literal "0xfffffffffffffff0")) () ")")))) (; ";")) (labeled_statement "LAB_00389cd2:\n *(undefined8 *)(param_4 + 0x10) = 0;" (statement_identifier "LAB_00389cd2") (: ":") (expression_statement "*(undefined8 *)(param_4 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_4 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_4 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_4 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x10)" (( "(") (binary_expression "param_4 + 0x10" (identifier "param_4") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";"))) (expression_statement "cVar19 = (char)local_70;" (assignment_expression "cVar19 = (char)local_70" (identifier "cVar19") (= "=") (cast_expression "(char)local_70" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_70"))) (; ";")) (if_statement "if (cVar19 == '\0') {\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" (if "if") (parenthesized_expression "(cVar19 == '\0')" (( "(") (binary_expression "cVar19 == '\0'" (identifier "cVar19") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pcVar2 = *(code **)(*param_2 + 0x60);\n *(undefined8 *)(puVar14 + -8) = 0x389cf5;\n puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);\n if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }\n }" ({ "{") (expression_statement "pcVar2 = *(code **)(*param_2 + 0x60);" (assignment_expression "pcVar2 = *(code **)(*param_2 + 0x60)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(*param_2 + 0x60)" (* "*") (cast_expression "(code **)(*param_2 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x60)" (( "(") (binary_expression "*param_2 + 0x60" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(puVar14 + -8) = 0x389cf5;" (assignment_expression "*(undefined8 *)(puVar14 + -8) = 0x389cf5" (pointer_expression "*(undefined8 *)(puVar14 + -8)" (* "*") (cast_expression "(undefined8 *)(puVar14 + -8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar14 + -8)" (( "(") (binary_expression "puVar14 + -8" (identifier "puVar14") (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0x389cf5")) (; ";")) (expression_statement "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10);" (assignment_expression "puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" (identifier "puVar21") (= "=") (cast_expression "(undefined8 *)(*pcVar2)(param_2,puVar17,puVar10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*pcVar2)(param_2,puVar17,puVar10)" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "(param_2,puVar17,puVar10)" (( "(") (identifier "param_2") (, ",") (identifier "puVar17") (, ",") (identifier "puVar10") () ")"))))) (; ";")) (if_statement "if (puVar21 != puVar10) {\n cVar19 = '\x01';\n }" (if "if") (parenthesized_expression "(puVar21 != puVar10)" (( "(") (binary_expression "puVar21 != puVar10" (identifier "puVar21") (!= "!=") (identifier "puVar10")) () ")")) (compound_statement "{\n cVar19 = '\x01';\n }" ({ "{") (expression_statement "cVar19 = '\x01';" (assignment_expression "cVar19 = '\x01'" (identifier "cVar19") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "auVar23[8] = cVar19;" (assignment_expression "auVar23[8] = cVar19" (subscript_expression "auVar23[8]" (identifier "auVar23") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "cVar19")) (; ";")) (expression_statement "auVar23._0_8_ = param_2;" (assignment_expression "auVar23._0_8_ = param_2" (field_expression "auVar23._0_8_" (identifier "auVar23") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "auVar23._9_7_ = 0;" (assignment_expression "auVar23._9_7_ = 0" (field_expression "auVar23._9_7_" (identifier "auVar23") (. ".") (field_identifier "_9_7_")) (= "=") (number_literal "0")) (; ";")) (return_statement "return auVar23;" (return "return") (identifier "auVar23") (; ";")) (ERROR "}" (} "}"))
/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::_M_insert_float<long double>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t, char, long double) const */ type_7 [16] std::num_put<type_1,var_6::ostreambuf_iterator<type_1,var_6::var_1<type_1>>>:: _M_insert_float<long_double> (num_put<type_1,var_6::ostreambuf_iterator<type_1,var_6::var_1<type_1>>> *param_1, long *param_2,type_8 param_3,ios_base *var_4,type_1 param_5,char param_6, type_8 param_7,type_8 param_8) { type_1 wVar1; type_2 *pcVar2; type_3 uVar3; num_put<type_1,var_6::ostreambuf_iterator<type_1,var_6::var_1<type_1>>> *pnVar4; type_4 *plVar5; long var_21; type_5 *pcVar7; void *var_25; type_6 *p_Var9; type_1 *pwVar10; type_6 **var_20; long var_16; char *var_19; type_7 *var_17; type_7 *var_29; type_7 *var_27; int var_22; type_6 **pp_Var18; type_6 **pp_Var19; char var_26; long var_8; type_6 **var_30; bool bVar23; type_7 auVar24 [16]; type_8 auStack_e0 [3]; type_7 var_14 [8]; char var_15 [48]; type_8 uStack_90; int local_88; type_1 local_84; type_6 **local_80; num_put<type_1,var_6::ostreambuf_iterator<type_1,var_6::var_1<type_1>>> *local_78; type_8 local_70; type_4 *local_68; type_6 **local_60; var_5<var_6::var_2<type_1>> var_3; int var_12; type_6 *local_50; char local_48 [24]; local_68 = (type_4 *)(var_4 + 0xd0); uStack_90 = 0x389b9d; local_84 = param_5; local_78 = param_1; local_70 = param_3; var_21 = var_5<var_6::var_2<type_1>>::var_7()(&var_3,local_68); var_8 = *(long *)(var_4 + 8); if (var_8 < 0) { var_8 = 6; } local_60 = (type_6 **)local_48; uStack_90 = 0x389bc7; __num_base::var_9(var_4,(char *)local_60,param_6); var_17 = var_14; var_19 = var_15; if ((*(type_9 *)(var_4 + 0x18) & 0x104) == 0x104) { auStack_e0[2] = 0x389e55; local_50 = (type_6 *)type_4::facet::var_10(); auStack_e0[2] = param_8; auStack_e0[1] = param_7; auStack_e0[0] = 0x389e79; var_12 = var_11(&local_50,var_19,0x36,(char *)local_60); if (0x35 < var_12) { local_80 = (type_6 **)var_13(local_80._4_4_,var_12 + 1); var_8 = -((long)(var_12 + 1) + 0x17U & 0xfffffffffffffff0); var_17 = var_14 + var_8; *(type_8 *)(var_14 + var_8 + -8) = 0x389ea1; p_Var9 = (type_6 *)type_4::facet::var_10(); var_19 = var_15 + var_8; *(type_8 *)(var_14 + var_8 + -8) = param_8; var_20 = local_60; var_22 = (int)local_80; *(type_8 *)((long)auStack_e0 + var_8 + 8) = param_7; local_50 = p_Var9; *(type_8 *)((long)auStack_e0 + var_8) = 0x389ec8; var_12 = var_11(&local_50,var_19,var_22,(char *)var_20); } } else { auStack_e0[2] = 0x389bf0; local_50 = (type_6 *)type_4::facet::var_10(); auStack_e0[2] = param_8; local_80 = &local_50; auStack_e0[1] = param_7; auStack_e0[0] = 0x389c18; var_12 = var_11(local_80,var_19,0x36,(char *)local_60,var_8); var_17 = var_14; if (0x35 < var_12) { local_88 = var_12 + 1; var_16 = -((long)local_88 + 0x17U & 0xfffffffffffffff0); var_17 = var_14 + var_16; *(type_8 *)(var_14 + var_16 + -8) = 0x389d39; p_Var9 = (type_6 *)type_4::facet::var_10(); var_19 = var_15 + var_16; *(type_8 *)(var_14 + var_16 + -8) = param_8; var_30 = local_60; var_22 = local_88; *(type_8 *)((long)auStack_e0 + var_16 + 8) = param_7; var_20 = local_80; local_50 = p_Var9; *(type_8 *)((long)auStack_e0 + var_16) = 0x389d64; var_12 = var_11(var_20,var_19,var_22,(char *)var_30,var_8); } } plVar5 = local_68; *(type_8 *)(var_17 + -8) = 0x389c2f; pcVar7 = var_18<var_6::type_5<type_1>>(plVar5); var_16 = (long)var_12; var_8 = -(var_16 * 4 + 0x17U & 0xfffffffffffffff0); var_29 = var_17 + var_8; var_27 = var_17 + var_8; var_30 = (type_6 **)((type_3)(var_17 + var_8 + 0xf) & 0xfffffffffffffff0); pcVar2 = *(type_2 **)(*(long *)pcVar7 + 0x58); local_60 = var_30; *(type_8 *)(var_17 + var_8 + -8) = 0x389c62; (*pcVar2)(pcVar7,var_19,var_19 + var_16,var_30); var_20 = (type_6 **)(long)var_12; if (var_20 == (type_6 **)0x0) { pp_Var18 = local_60; if (*(char *)(var_21 + 0x20) == '\0') goto LAB_00389cc1; pwVar10 = (type_1 *)0x0; pp_Var18 = local_60; var_22 = var_12; LAB_00389d7d: var_16 = -((long)var_20 * 8 + 0x17U & 0xfffffffffffffff0); var_27 = var_17 + var_16 + var_8; var_29 = var_17 + var_16 + var_8; pp_Var19 = (type_6 **)((type_3)(var_17 + var_16 + var_8 + 0xf) & 0xfffffffffffffff0); bVar23 = (*var_19 - 0x2bU & 0xfd) == 0; var_20 = pp_Var19; if (bVar23) { pp_Var18 = (type_6 **)((long)var_30 + 4); var_12 = var_22 + -1; *(type_10 *)pp_Var19 = *(type_10 *)var_30; var_20 = (type_6 **)((long)pp_Var19 + 4); } wVar1 = *(type_1 *)(var_21 + 0x4c); uVar3 = *(type_3 *)(var_21 + 0x18); var_19 = *(char **)(var_21 + 0x10); *(int **)(var_17 + var_16 + var_8 + -8) = &var_12; *(type_6 ***)(var_17 + var_16 + var_8 + -0x10) = pp_Var18; pnVar4 = local_78; local_60 = pp_Var19; *(type_8 *)(var_17 + var_16 + var_8 + -0x18) = 0x389de5; var_23(pnVar4,var_19,uVar3,wVar1,pwVar10,(type_1 *)var_20, *(type_1 **)(var_17 + var_16 + var_8 + -0x10), *(int **)(var_17 + var_16 + var_8 + -8)); var_12 = (type_9)bVar23 + var_12; var_8 = *(long *)(var_4 + 0x10); var_20 = (type_6 **)(long)var_12; pp_Var18 = local_60; if (var_8 <= (long)var_20) goto LAB_00389cd2; } else { local_80 = local_60; local_68 = (type_4 *)var_13(local_68._4_4_,var_12); local_60 = var_20; *(type_8 *)(var_17 + var_8 + -8) = 0x389c91; var_25 = var_24(var_19,0x2e,(size_t)var_20); var_26 = *(char *)(var_21 + 0x20); var_20 = local_60; pp_Var18 = local_80; var_22 = (int)local_68; if (var_25 != (void *)0x0) { pwVar10 = (type_1 *)((long)var_30 + ((long)var_25 - (long)var_19) * 4); *pwVar10 = *(type_1 *)(var_21 + 0x48); if (var_26 == '\0') goto LAB_00389cc1; goto LAB_00389d7d; } if ((var_26 != '\0') && ((pwVar10 = (type_1 *)0x0, (int)local_68 < 3 || (((var_19[1] < ':' && ((byte)(var_19[2] - 0x30U) < 10)) && ('/' < var_19[1])))))) goto LAB_00389d7d; LAB_00389cc1: var_8 = *(long *)(var_4 + 0x10); if (var_8 <= (long)var_20) goto LAB_00389cd2; } pnVar4 = local_78; wVar1 = local_84; var_21 = -(var_8 * 4 + 0x17U & 0xfffffffffffffff0); var_29 = var_27 + var_21; *(int **)(var_27 + var_21 + -0x10) = &var_12; *(type_8 *)(var_27 + var_21 + -0x18) = 0x389e40; var_28(pnVar4,wVar1,var_8,var_4, (type_1 *)((type_3)(var_27 + var_21 + 0xf) & 0xfffffffffffffff0),(type_1 *)pp_Var18, *(int **)(var_27 + var_21 + -0x10)); var_20 = (type_6 **)(long)var_12; pp_Var18 = (type_6 **)((type_3)(var_27 + var_21 + 0xf) & 0xfffffffffffffff0); LAB_00389cd2: *(type_8 *)(var_4 + 0x10) = 0; var_26 = (char)local_70; if (var_26 == '\0') { pcVar2 = *(type_2 **)(*param_2 + 0x60); *(type_8 *)(var_29 + -8) = 0x389cf5; var_30 = (type_6 **)(*pcVar2)(param_2,pp_Var18,var_20); if (var_30 != var_20) { var_26 = '\x01'; } } auVar24[8] = var_26; auVar24._0_8_ = param_2; auVar24._9_7_ = 0; return auVar24; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier) (identifier) (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (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 (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal) (identifier))))) (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) 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: (binary_expression left: (identifier) right: (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: (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) 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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (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: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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)))) (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier) (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (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: (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (sized_type_specifier)) value: (identifier)) right: (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: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (identifier)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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 (escape_sequence)))) consequence: (goto_statement label: (statement_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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)) right: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)) right: (number_literal)))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) 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: (identifier))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (binary_expression left: (identifier) right: (identifier)) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (cast_expression type: (type_descriptor type: (primitive_type)) value: (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))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character))) right: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (char_literal (character)) right: (subscript_expression argument: (identifier) index: (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: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) 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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) right: (number_literal)))) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (cast_expression type: (type_descriptor type: (sized_type_specifier)) 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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) right: (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)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (return_statement (identifier)) (ERROR))
null
undefined1 [16] MASKED(undefined8 param_1,long *param_2,undefined8 param_3,long param_4,undefined4 param_5, char param_6,undefined8 param_7,undefined8 param_8) { undefined4 uVar1; code *pcVar2; undefined8 uVar3; undefined8 uVar4; long lVar5; long *plVar6; void *pvVar7; undefined8 uVar8; undefined4 *puVar9; undefined8 *puVar10; long lVar11; ulong uVar12; char *__s; undefined1 *puVar13; undefined1 *puVar14; undefined1 *puVar15; int iVar16; undefined8 *puVar17; undefined8 *puVar18; char cVar19; long lVar20; undefined8 *puVar21; bool bVar22; undefined1 auVar23 [16]; undefined8 auStack_e0 [3]; undefined1 auStack_c8 [8]; char local_c0 [48]; undefined8 uStack_90; int local_88; undefined4 local_84; undefined8 *local_80; undefined8 local_78; undefined8 local_70; long local_68; undefined8 *local_60; undefined1 local_55; int local_54; undefined8 local_50; undefined1 local_48 [24]; local_68 = param_4 + 0xd0; uStack_90 = 0x389b9d; local_84 = param_5; local_78 = param_1; local_70 = param_3; lVar5 = FUN_003889e0(&local_55,local_68); lVar20 = *(long *)(param_4 + 8); if (lVar20 < 0) { lVar20 = 6; } local_60 = (undefined8 *)local_48; uStack_90 = 0x389bc7; FUN_00380ee0(param_4,local_60,(int)param_6); puVar13 = auStack_c8; __s = local_c0; if ((*(uint *)(param_4 + 0x18) & 0x104) == 0x104) { auStack_e0[2] = 0x389e55; local_50 = FUN_0033ad50(); auStack_e0[2] = param_8; auStack_e0[1] = param_7; auStack_e0[0] = 0x389e79; local_54 = FUN_00348470(&local_50,__s,0x36,local_60); if (0x35 < local_54) { local_80 = (undefined8 *)CONCAT44(local_80._4_4_,local_54 + 1); lVar20 = -((long)(local_54 + 1) + 0x17U & 0xfffffffffffffff0); puVar13 = auStack_c8 + lVar20; *(undefined8 *)(auStack_c8 + lVar20 + -8) = 0x389ea1; uVar8 = FUN_0033ad50(); __s = local_c0 + lVar20; *(undefined8 *)(auStack_c8 + lVar20 + -8) = param_8; puVar10 = local_60; uVar12 = (ulong)local_80 & 0xffffffff; *(undefined8 *)((long)auStack_e0 + lVar20 + 8) = param_7; local_50 = uVar8; *(undefined8 *)((long)auStack_e0 + lVar20) = 0x389ec8; local_54 = FUN_00348470(&local_50,__s,uVar12,puVar10); } } else { auStack_e0[2] = 0x389bf0; local_50 = FUN_0033ad50(); auStack_e0[2] = param_8; local_80 = &local_50; auStack_e0[1] = param_7; auStack_e0[0] = 0x389c18; local_54 = FUN_00348470(local_80,__s,0x36,local_60,lVar20); puVar13 = auStack_c8; if (0x35 < local_54) { local_88 = local_54 + 1; lVar11 = -((long)local_88 + 0x17U & 0xfffffffffffffff0); puVar13 = auStack_c8 + lVar11; *(undefined8 *)(auStack_c8 + lVar11 + -8) = 0x389d39; uVar8 = FUN_0033ad50(); __s = local_c0 + lVar11; *(undefined8 *)(auStack_c8 + lVar11 + -8) = param_8; puVar21 = local_60; iVar16 = local_88; *(undefined8 *)((long)auStack_e0 + lVar11 + 8) = param_7; puVar10 = local_80; local_50 = uVar8; *(undefined8 *)((long)auStack_e0 + lVar11) = 0x389d64; local_54 = FUN_00348470(puVar10,__s,iVar16,puVar21,lVar20); } } lVar20 = local_68; *(undefined8 *)(puVar13 + -8) = 0x389c2f; plVar6 = (long *)FUN_00385410(lVar20); lVar11 = (long)local_54; lVar20 = -(lVar11 * 4 + 0x17U & 0xfffffffffffffff0); puVar14 = puVar13 + lVar20; puVar15 = puVar13 + lVar20; puVar21 = (undefined8 *)((ulong)(puVar13 + lVar20 + 0xf) & 0xfffffffffffffff0); pcVar2 = *(code **)(*plVar6 + 0x58); local_60 = puVar21; *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c62; (*pcVar2)(plVar6,__s,__s + lVar11,puVar21); puVar10 = (undefined8 *)(long)local_54; if (puVar10 == (undefined8 *)0x0) { puVar17 = local_60; if (*(char *)(lVar5 + 0x20) == '\0') goto LAB_00389cc1; puVar9 = (undefined4 *)0x0; puVar17 = local_60; iVar16 = local_54; LAB_00389d7d: lVar11 = -((long)puVar10 * 8 + 0x17U & 0xfffffffffffffff0); puVar15 = puVar13 + lVar11 + lVar20; puVar14 = puVar13 + lVar11 + lVar20; puVar18 = (undefined8 *)((ulong)(puVar13 + lVar11 + lVar20 + 0xf) & 0xfffffffffffffff0); bVar22 = (*__s - 0x2bU & 0xfd) == 0; puVar10 = puVar18; if (bVar22) { local_54 = iVar16 + -1; puVar17 = (undefined8 *)((long)puVar21 + 4); *(undefined4 *)puVar18 = *(undefined4 *)puVar21; puVar10 = (undefined8 *)((long)puVar18 + 4); } uVar1 = *(undefined4 *)(lVar5 + 0x4c); uVar8 = *(undefined8 *)(lVar5 + 0x18); uVar3 = *(undefined8 *)(lVar5 + 0x10); *(int **)(puVar13 + lVar11 + lVar20 + -8) = &local_54; *(undefined8 **)(puVar13 + lVar11 + lVar20 + -0x10) = puVar17; uVar4 = local_78; local_60 = puVar18; *(undefined8 *)(puVar13 + lVar11 + lVar20 + -0x18) = 0x389de5; FUN_00387350(uVar4,uVar3,uVar8,uVar1,puVar9,puVar10); local_54 = (uint)bVar22 + local_54; lVar20 = *(long *)(param_4 + 0x10); puVar10 = (undefined8 *)(long)local_54; puVar17 = local_60; if (lVar20 <= (long)puVar10) goto LAB_00389cd2; } else { local_80 = local_60; local_68 = CONCAT44(local_68._4_4_,local_54); local_60 = puVar10; *(undefined8 *)(puVar13 + lVar20 + -8) = 0x389c91; pvVar7 = memchr(__s,0x2e,(size_t)puVar10); cVar19 = *(char *)(lVar5 + 0x20); puVar10 = local_60; puVar17 = local_80; iVar16 = (int)local_68; if (pvVar7 != (void *)0x0) { puVar9 = (undefined4 *)((long)puVar21 + ((long)pvVar7 - (long)__s) * 4); *puVar9 = *(undefined4 *)(lVar5 + 0x48); if (cVar19 == '\0') goto LAB_00389cc1; goto LAB_00389d7d; } if ((cVar19 != '\0') && ((puVar9 = (undefined4 *)0x0, (int)local_68 < 3 || (((__s[1] < ':' && ((byte)(__s[2] - 0x30U) < 10)) && ('/' < __s[1])))))) goto LAB_00389d7d; LAB_00389cc1: lVar20 = *(long *)(param_4 + 0x10); if (lVar20 <= (long)puVar10) goto LAB_00389cd2; } uVar8 = local_78; uVar1 = local_84; lVar5 = -(lVar20 * 4 + 0x17U & 0xfffffffffffffff0); puVar14 = puVar15 + lVar5; *(int **)(puVar15 + lVar5 + -0x10) = &local_54; *(undefined8 *)(puVar15 + lVar5 + -0x18) = 0x389e40; FUN_003885b0(uVar8,uVar1,lVar20,param_4, (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0),puVar17); puVar10 = (undefined8 *)(long)local_54; puVar17 = (undefined8 *)((ulong)(puVar15 + lVar5 + 0xf) & 0xfffffffffffffff0); LAB_00389cd2: *(undefined8 *)(param_4 + 0x10) = 0; cVar19 = (char)local_70; if (cVar19 == '\0') { pcVar2 = *(code **)(*param_2 + 0x60); *(undefined8 *)(puVar14 + -8) = 0x389cf5; puVar21 = (undefined8 *)(*pcVar2)(param_2,puVar17,puVar10); if (puVar21 != puVar10) { cVar19 = '\x01'; } } auVar23[8] = cVar19; auVar23._0_8_ = param_2; auVar23._9_7_ = 0; return auVar23; }
7590_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
get_unexpected
FUN_002d9940
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::get_unexpected() */ undefined * std::get_unexpected(void) { return __cxxabiv1::__unexpected_handler; }
undefined * FUN_002d9940(void) { return PTR_FUN_0043e708; }
LEA RAX,[0x43e708] MOV RAX,qword ptr [RAX] RET
null
null
null
null
[('tmp_23', u'COPY_-1204643510'), ('const-0', u'RETURN_-1204643495'), ('tmp_23', u'COPY_-1204643502'), (u'COPY_-1204643510', u'RETURN_-1204643495')]
[('tmp_23', u'COPY_-1204643510'), ('const-0', u'RETURN_-1204643495'), ('tmp_23', u'COPY_-1204643502'), (u'COPY_-1204643510', u'RETURN_-1204643495')]
null
null
002d9940
x64
O2
(translation_unit "undefined * FUN_002d9940(void)\n\n{\n return PTR_FUN_0043e708;\n}\n\n" (function_definition "undefined * FUN_002d9940(void)\n\n{\n return PTR_FUN_0043e708;\n}" type_identifier (pointer_declarator "* FUN_002d9940(void)" * (function_declarator "FUN_002d9940(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return PTR_FUN_0043e708;\n}" { (return_statement "return PTR_FUN_0043e708;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::get_unexpected() */\n\nundefined * std::get_unexpected(void)\n\n{\n return __cxxabiv1::__unexpected_handler;\n}\n\n" comment comment (ERROR "undefined * std::" (binary_expression "undefined * std" identifier * identifier) : :) (function_definition "get_unexpected(void)\n\n{\n return __cxxabiv1::__unexpected_handler;\n}" type_identifier (parenthesized_declarator "(void)" ( identifier )) (compound_statement "{\n return __cxxabiv1::__unexpected_handler;\n}" { (return_statement "return __cxxabiv1::__unexpected_handler;" return (ERROR "__cxxabiv1::" identifier : :) identifier ;) })))
(translation_unit "undefined * FUN_002d9940(void)\n\n{\n return PTR_FUN_0043e708;\n}\n\n" (function_definition "undefined * FUN_002d9940(void)\n\n{\n return PTR_FUN_0043e708;\n}" type_identifier (pointer_declarator "* FUN_002d9940(void)" * (function_declarator "FUN_002d9940(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return PTR_FUN_0043e708;\n}" { (return_statement "return PTR_FUN_0043e708;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (return_statement return IDENT ;) })))
(function_definition "undefined * FUN_002d9940(void)\n\n{\n return PTR_FUN_0043e708;\n}" (type_identifier "undefined") (pointer_declarator "* FUN_002d9940(void)" (* "*") (function_declarator "FUN_002d9940(void)" (identifier "FUN_002d9940") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n return PTR_FUN_0043e708;\n}" ({ "{") (return_statement "return PTR_FUN_0043e708;" (return "return") (identifier "PTR_FUN_0043e708") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::get_unexpected() */ undefined * std::type_1(function_1) { return __cxxabiv1::__unexpected_handler; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (return_statement (identifier)))))
null
undefined * MASKED(void) { return PTR_FUN_0043e708; }
593_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c
symbol_X_add_number
FUN_0012d620
offsetT * symbol_X_add_number(symbolS *s) { if (((uint)s->sy_flags & 1) != 0) { if ((segT)s->bsym != reg_section) { return &(s->sy_value).X_add_number; } s = (s->sy_value).X_op_symbol; } return &(s->sy_value).X_add_number; }
byte * FUN_0012d620(byte *param_1) { if ((*param_1 & 1) != 0) { if (*(long *)(param_1 + 8) != DAT_0019d7b8) { return param_1 + 0x20; } param_1 = *(byte **)(param_1 + 0x18); } return param_1 + 0x20; }
TEST byte ptr [RDI],0x1 JZ 0x0012d644 LEA RAX,[RDI + 0x20] MOV RDX,qword ptr [0x0019d7b8] CMP qword ptr [RDI + 0x8],RDX JZ 0x0012d640 RET MOV RDI,qword ptr [RDI + 0x18] LEA RAX,[RDI + 0x20] RET
null
null
null
null
[('const-1', u'INT_AND_-1207052738'), ('tmp_70', u'CBRANCH_-1207052717'), (u'INT_NOTEQUAL_-1207052751', u'CBRANCH_-1207052750'), ('tmp_172', u'COPY_-1207052668'), ('tmp_105', u'PTRSUB_-1207052621'), ('tmp_105', u'MULTIEQUAL_-1207052621'), (u'PTRSUB_-1207052640', u'LOAD_-1207052764'), (u'LOAD_-1207052703', u'MULTIEQUAL_-1207052621'), ('const-0', u'PTRSUB_-1207052640'), ('const-16', u'PTRSUB_-1207052594'), ('const-433', u'LOAD_-1207052764'), (u'COPY_-1207052750', u'RETURN_-1207052707'), (u'INT_NOTEQUAL_-1207052719', u'CBRANCH_-1207052717'), ('const-16', u'PTRSUB_-1207052634'), (u'INT_AND_-1207052738', u'INT_NOTEQUAL_-1207052751'), (u'PTRSUB_-1207052627', u'COPY_-1207052750'), ('tmp_172', u'INT_NOTEQUAL_-1207052719'), ('tmp_172', u'COPY_-1207052687'), ('const-16', u'PTRSUB_-1207052627'), (u'LOAD_-1207052764', u'CAST_-1207052631'), ('const-433', u'LOAD_-1207052703'), ('tmp_105', u'PTRSUB_-1207052640'), (u'LOAD_-1207052735', u'CAST_-1207052614'), (u'PTRSUB_-1207052634', u'PTRSUB_-1207052627'), (u'COPY_-1207052697', u'RETURN_-1207052681'), ('const-16', u'PTRSUB_-1207052598'), ('tmp_105', u'PTRSUB_-1207052604'), (u'PTRSUB_-1207052598', u'PTRSUB_-1207052594'), ('const-0', u'RETURN_-1207052707'), (u'MULTIEQUAL_-1207052621', u'PTRSUB_-1207052598'), (u'CAST_-1207052614', u'INT_NOTEQUAL_-1207052719'), ('tmp_105', u'PTRSUB_-1207052634'), (u'CAST_-1207052631', u'INT_AND_-1207052738'), ('const-8', u'PTRSUB_-1207052621'), ('const-16', u'PTRSUB_-1207052604'), ('const-0', u'INT_NOTEQUAL_-1207052751'), ('tmp_27', u'CBRANCH_-1207052750'), (u'PTRSUB_-1207052621', u'LOAD_-1207052735'), (u'PTRSUB_-1207052594', u'COPY_-1207052697'), ('const-8', u'PTRSUB_-1207052599'), ('const-433', u'LOAD_-1207052735'), (u'PTRSUB_-1207052604', u'PTRSUB_-1207052599'), (u'PTRSUB_-1207052599', u'LOAD_-1207052703'), ('const-0', u'RETURN_-1207052681')]
[(u'CAST_-1207052626', u'LOAD_-1207052735'), (u'LOAD_-1207052735', u'INT_NOTEQUAL_-1207052719'), ('tmp_70', u'CBRANCH_-1207052717'), (u'INT_NOTEQUAL_-1207052751', u'CBRANCH_-1207052750'), ('const-1', u'PTRADD_-1207052634'), ('const-1', u'PTRADD_-1207052687'), ('tmp_158', u'PTRADD_-1207052673'), (u'LOAD_-1207052703', u'MULTIEQUAL_-1207052621'), ('tmp_173', u'COPY_-1207052687'), ('const-433', u'LOAD_-1207052703'), ('tmp_158', u'MULTIEQUAL_-1207052621'), ('tmp_173', u'INT_NOTEQUAL_-1207052719'), (u'COPY_-1207052750', u'RETURN_-1207052707'), (u'INT_NOTEQUAL_-1207052719', u'CBRANCH_-1207052717'), (u'INT_AND_-1207052738', u'INT_NOTEQUAL_-1207052751'), ('tmp_173', u'COPY_-1207052668'), ('const-1', u'PTRADD_-1207052673'), (u'PTRADD_-1207052641', u'CAST_-1207052609'), ('const-0', u'INT_NOTEQUAL_-1207052751'), ('const-8', u'PTRADD_-1207052673'), ('const-24', u'PTRADD_-1207052641'), ('const-433', u'LOAD_-1207052764'), ('const-1', u'INT_AND_-1207052738'), (u'PTRADD_-1207052673', u'CAST_-1207052626'), ('const-1', u'PTRADD_-1207052641'), ('const-32', u'PTRADD_-1207052634'), (u'COPY_-1207052697', u'RETURN_-1207052681'), ('tmp_158', u'LOAD_-1207052764'), (u'PTRADD_-1207052634', u'COPY_-1207052697'), ('const-0', u'RETURN_-1207052707'), (u'PTRADD_-1207052687', u'COPY_-1207052750'), ('const-433', u'LOAD_-1207052735'), ('tmp_158', u'PTRADD_-1207052687'), (u'LOAD_-1207052764', u'INT_AND_-1207052738'), ('tmp_27', u'CBRANCH_-1207052750'), ('tmp_158', u'PTRADD_-1207052641'), ('const-32', u'PTRADD_-1207052687'), (u'CAST_-1207052609', u'LOAD_-1207052703'), (u'MULTIEQUAL_-1207052621', u'PTRADD_-1207052634'), ('const-0', u'RETURN_-1207052681')]
null
null
0012d620
x64
O2
(translation_unit "byte * FUN_0012d620(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}\n\n" (function_definition "byte * FUN_0012d620(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" type_identifier (pointer_declarator "* FUN_0012d620(byte *param_1)" * (function_declarator "FUN_0012d620(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" { (if_statement "if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\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 (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }" { (if_statement "if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_0019d7b8)" ( (binary_expression "*(long *)(param_1 + 8) != DAT_0019d7b8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n return param_1 + 0x20;\n }" { (return_statement "return param_1 + 0x20;" return (binary_expression "param_1 + 0x20" identifier + number_literal) ;) })) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" identifier = (pointer_expression "*(byte **)(param_1 + 0x18)" * (cast_expression "(byte **)(param_1 + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return param_1 + 0x20;" return (binary_expression "param_1 + 0x20" identifier + number_literal) ;) })))
(translation_unit "offsetT * symbol_X_add_number(symbolS *s)\n\n{\n if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }\n s = (s->sy_value).X_op_symbol;\n }\n return &(s->sy_value).X_add_number;\n}\n\n" (function_definition "offsetT * symbol_X_add_number(symbolS *s)\n\n{\n if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }\n s = (s->sy_value).X_op_symbol;\n }\n return &(s->sy_value).X_add_number;\n}" type_identifier (pointer_declarator "* symbol_X_add_number(symbolS *s)" * (function_declarator "symbol_X_add_number(symbolS *s)" identifier (parameter_list "(symbolS *s)" ( (parameter_declaration "symbolS *s" type_identifier (pointer_declarator "*s" * identifier)) )))) (compound_statement "{\n if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }\n s = (s->sy_value).X_op_symbol;\n }\n return &(s->sy_value).X_add_number;\n}" { (if_statement "if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }\n s = (s->sy_value).X_op_symbol;\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 ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }\n s = (s->sy_value).X_op_symbol;\n }" { (if_statement "if ((segT)s->bsym != reg_section) {\n return &(s->sy_value).X_add_number;\n }" if (parenthesized_expression "((segT)s->bsym != reg_section)" ( (binary_expression "(segT)s->bsym != reg_section" (cast_expression "(segT)s->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "s->bsym" identifier -> field_identifier)) != identifier) )) (compound_statement "{\n return &(s->sy_value).X_add_number;\n }" { (return_statement "return &(s->sy_value).X_add_number;" return (pointer_expression "&(s->sy_value).X_add_number" & (field_expression "(s->sy_value).X_add_number" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) })) (expression_statement "s = (s->sy_value).X_op_symbol;" (assignment_expression "s = (s->sy_value).X_op_symbol" identifier = (field_expression "(s->sy_value).X_op_symbol" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) })) (return_statement "return &(s->sy_value).X_add_number;" return (pointer_expression "&(s->sy_value).X_add_number" & (field_expression "(s->sy_value).X_add_number" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) })))
(translation_unit "byte * FUN_0012d620(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}\n\n" (function_definition "byte * FUN_0012d620(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" type_identifier (pointer_declarator "* FUN_0012d620(byte *param_1)" * (function_declarator "FUN_0012d620(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" { (if_statement "if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\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 (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }" { (if_statement "if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_0019d7b8)" ( (binary_expression "*(long *)(param_1 + 8) != DAT_0019d7b8" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n return param_1 + 0x20;\n }" { (return_statement "return param_1 + 0x20;" return (binary_expression "param_1 + 0x20" identifier + number_literal) ;) })) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" identifier = (pointer_expression "*(byte **)(param_1 + 0x18)" * (cast_expression "(byte **)(param_1 + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return param_1 + 0x20;" return (binary_expression "param_1 + 0x20" identifier + number_literal) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) (compound_statement { (return_statement return (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) ))))) ;) })) (return_statement return (binary_expression IDENT + LIT) ;) })))
(function_definition "byte * FUN_0012d620(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" (type_identifier "byte") (pointer_declarator "* FUN_0012d620(byte *param_1)" (* "*") (function_declarator "FUN_0012d620(byte *param_1)" (identifier "FUN_0012d620") (parameter_list "(byte *param_1)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }\n return param_1 + 0x20;\n}" ({ "{") (if_statement "if ((*param_1 & 1) != 0) {\n if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\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 (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n }" ({ "{") (if_statement "if (*(long *)(param_1 + 8) != DAT_0019d7b8) {\n return param_1 + 0x20;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_0019d7b8)" (( "(") (binary_expression "*(long *)(param_1 + 8) != DAT_0019d7b8" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (identifier "DAT_0019d7b8")) () ")")) (compound_statement "{\n return param_1 + 0x20;\n }" ({ "{") (return_statement "return param_1 + 0x20;" (return "return") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) (; ";")) (} "}"))) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" (identifier "param_1") (= "=") (pointer_expression "*(byte **)(param_1 + 0x18)" (* "*") (cast_expression "(byte **)(param_1 + 0x18)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}"))) (return_statement "return param_1 + 0x20;" (return "return") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) (; ";")) (} "}")))
type_1 * function_1(type_2 *s) { if (((type_3)s->sy_flags & 1) != 0) { if ((type_4)s->bsym != var_1) { return &(s->sy_value).X_add_number; } s = (s->sy_value).X_op_symbol; } return &(s->sy_value).X_add_number; }
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)))))) body: (compound_statement (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (return_statement (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))))))))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))
null
byte * MASKED(byte *param_1) { if ((*param_1 & 1) != 0) { if (*(long *)(param_1 + 8) != DAT_0019d7b8) { return param_1 + 0x20; } param_1 = *(byte **)(param_1 + 0x18); } return param_1 + 0x20; }
882_ia64-linux-gnu-as_and_ia64-linux-gnu-as_strip.c
bfd_elf_add_obj_attr_int_string
bfd_elf_add_obj_attr_int_string
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf_add_obj_attr_int_string(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf_add_obj_attr_int_string(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207435078')]
[('const-1', u'RETURN_-1207435078')]
null
null
001700b0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_add_obj_attr_int_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_add_obj_attr_int_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_add_obj_attr_int_string(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_add_obj_attr_int_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_add_obj_attr_int_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_add_obj_attr_int_string(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bfd_elf_add_obj_attr_int_string(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_elf_add_obj_attr_int_string(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_add_obj_attr_int_string(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_elf_add_obj_attr_int_string(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_elf_add_obj_attr_int_string(void)" (identifier "bfd_elf_add_obj_attr_int_string") (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(); }
40_inetutils-logger_and_inetutils-logger_strip.c
memcpy
memcpy
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)(); return pvVar1; }
JMP qword ptr [0x0010eef0]
null
null
null
null
[('const-0', u'RETURN_-1206963573'), (u'CAST_-1206963507', u'CALLIND_-1206963576'), ('tmp_44', u'CAST_-1206963507'), (u'CALLIND_-1206963576', u'CAST_-1206963506'), (u'CALLIND_-1206963576', u'INDIRECT_-1206963512'), (u'CAST_-1206963506', u'RETURN_-1206963573'), (u'INDIRECT_-1206963512', u'COPY_-1206963571')]
[('const-0', u'RETURN_-1206963573'), (u'CAST_-1206963507', u'CALLIND_-1206963576'), ('tmp_44', u'CAST_-1206963507'), (u'CALLIND_-1206963576', u'CAST_-1206963506'), (u'CALLIND_-1206963576', u'INDIRECT_-1206963512'), (u'CAST_-1206963506', u'RETURN_-1206963573'), (u'INDIRECT_-1206963512', u'COPY_-1206963571')]
null
null
00103280
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0010eef0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0010eef0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0010eef0)" ( (pointer_expression "*(code *)PTR_memcpy_0010eef0" * (cast_expression "(code *)PTR_memcpy_0010eef0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0010eef0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0010eef0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0010eef0)" ( (pointer_expression "*(code *)PTR_memcpy_0010eef0" * (cast_expression "(code *)PTR_memcpy_0010eef0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
(translation_unit "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}\n\n" (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" * (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)()" identifier = (cast_expression "(void *)(*(code *)PTR_memcpy_0010eef0)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memcpy_0010eef0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0010eef0)" ( (pointer_expression "*(code *)PTR_memcpy_0010eef0" * (cast_expression "(code *)PTR_memcpy_0010eef0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" 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)) , (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 "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memcpy(void *__dest,void *__src,size_t __n)" (identifier "memcpy") (parameter_list "(void *__dest,void *__src,size_t __n)" (( "(") (parameter_declaration "void *__dest" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "void *__src" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memcpy_0010eef0)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memcpy_0010eef0)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memcpy_0010eef0)()" (parenthesized_expression "(*(code *)PTR_memcpy_0010eef0)" (( "(") (pointer_expression "*(code *)PTR_memcpy_0010eef0" (* "*") (cast_expression "(code *)PTR_memcpy_0010eef0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memcpy_0010eef0"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memcpy_0010eef0)(); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 */ void * MASKED(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0010eef0)(); return pvVar1; }
50_mkdir_and_mkdir_strip.c
dirfd
dirfd
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int dirfd(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_dirfd_00116190)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int dirfd(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_dirfd_00116190)(); return iVar1; }
JMP qword ptr [0x00116190]
null
null
null
null
[(u'CALLIND_-1206963416', u'RETURN_-1206963413'), (u'CAST_-1206963349', u'CALLIND_-1206963416'), ('tmp_32', u'CAST_-1206963349'), (u'INDIRECT_-1206963354', u'COPY_-1206963413'), ('const-0', u'RETURN_-1206963413'), (u'CALLIND_-1206963416', u'INDIRECT_-1206963354')]
[(u'CALLIND_-1206963416', u'RETURN_-1206963413'), (u'CAST_-1206963349', u'CALLIND_-1206963416'), ('tmp_32', u'CAST_-1206963349'), (u'INDIRECT_-1206963354', u'COPY_-1206963413'), ('const-0', u'RETURN_-1206963413'), (u'CALLIND_-1206963416', u'INDIRECT_-1206963354')]
null
null
00103320
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}\n\n" comment (function_definition "int dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" primitive_type (function_declarator "dirfd(DIR *__dirp)" identifier (parameter_list "(DIR *__dirp)" ( (parameter_declaration "DIR *__dirp" type_identifier (pointer_declarator "*__dirp" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dirfd_00116190)();" (assignment_expression "iVar1 = (*(code *)PTR_dirfd_00116190)()" identifier = (call_expression "(*(code *)PTR_dirfd_00116190)()" (parenthesized_expression "(*(code *)PTR_dirfd_00116190)" ( (pointer_expression "*(code *)PTR_dirfd_00116190" * (cast_expression "(code *)PTR_dirfd_00116190" ( (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 dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}\n\n" comment (function_definition "int dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" primitive_type (function_declarator "dirfd(DIR *__dirp)" identifier (parameter_list "(DIR *__dirp)" ( (parameter_declaration "DIR *__dirp" type_identifier (pointer_declarator "*__dirp" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dirfd_00116190)();" (assignment_expression "iVar1 = (*(code *)PTR_dirfd_00116190)()" identifier = (call_expression "(*(code *)PTR_dirfd_00116190)()" (parenthesized_expression "(*(code *)PTR_dirfd_00116190)" ( (pointer_expression "*(code *)PTR_dirfd_00116190" * (cast_expression "(code *)PTR_dirfd_00116190" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}\n\n" (function_definition "int dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" primitive_type (function_declarator "dirfd(DIR *__dirp)" identifier (parameter_list "(DIR *__dirp)" ( (parameter_declaration "DIR *__dirp" type_identifier (pointer_declarator "*__dirp" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_dirfd_00116190)();" (assignment_expression "iVar1 = (*(code *)PTR_dirfd_00116190)()" identifier = (call_expression "(*(code *)PTR_dirfd_00116190)()" (parenthesized_expression "(*(code *)PTR_dirfd_00116190)" ( (pointer_expression "*(code *)PTR_dirfd_00116190" * (cast_expression "(code *)PTR_dirfd_00116190" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int dirfd(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "dirfd(DIR *__dirp)" (identifier "dirfd") (parameter_list "(DIR *__dirp)" (( "(") (parameter_declaration "DIR *__dirp" (type_identifier "DIR") (pointer_declarator "*__dirp" (* "*") (identifier "__dirp"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_dirfd_00116190)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_dirfd_00116190)();" (assignment_expression "iVar1 = (*(code *)PTR_dirfd_00116190)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_dirfd_00116190)()" (parenthesized_expression "(*(code *)PTR_dirfd_00116190)" (( "(") (pointer_expression "*(code *)PTR_dirfd_00116190" (* "*") (cast_expression "(code *)PTR_dirfd_00116190" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_dirfd_00116190"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__dirp) { int iVar1; iVar1 = (*(type_2 *)PTR_dirfd_00116190)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00116190)(); return iVar1; }
175_ping_and_ping_strip.c
version_etc_arn
FUN_0010b8f0
void version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors, size_t n_authors) { char *pcVar1; char *pcVar2; char *pcVar3; char *pcVar4; char *pcVar5; char *pcVar6; char *pcVar7; char *pcVar8; char *pcVar9; if (command_name == (char *)0x0) { __fprintf_chk(stream,1,"%s %s\n",package,version); } else { __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version); } __fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df); fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" ,1,0xca,(FILE *)stream); switch(n_authors) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: __fprintf_chk(stream,1,"Written by %s.\n",*authors); return; case 2: __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]); return; case 3: __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]); return; case 4: pcVar9 = authors[3]; pcVar1 = *authors; pcVar2 = "Written by %s, %s, %s,\nand %s.\n"; pcVar6 = authors[2]; pcVar5 = authors[1]; goto LAB_0010ba89; case 5: pcVar6 = authors[2]; pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[3]; pcVar1 = *authors; LAB_0010ba89: __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9); return; case 6: pcVar9 = authors[5]; pcVar1 = *authors; pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"; pcVar6 = authors[2]; pcVar2 = authors[4]; pcVar5 = authors[1]; pcVar8 = authors[3]; goto LAB_0010badf; case 7: pcVar6 = authors[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[5]; pcVar1 = *authors; pcVar2 = authors[4]; pcVar8 = authors[3]; LAB_0010badf: __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9); return; case 8: pcVar9 = authors[7]; pcVar1 = *authors; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"; pcVar6 = authors[2]; pcVar2 = authors[6]; pcVar5 = authors[1]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; break; case 9: pcVar6 = authors[2]; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[7]; pcVar1 = *authors; pcVar2 = authors[6]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; break; default: pcVar6 = authors[2]; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"; pcVar5 = authors[1]; pcVar9 = authors[7]; pcVar1 = *authors; pcVar2 = authors[6]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; } __fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9); return; }
undefined8 FUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5, undefined8 param_6) { undefined8 uVar1; undefined8 uVar2; char *pcVar3; undefined8 uVar4; undefined8 uVar5; undefined8 uVar6; undefined8 uVar7; undefined8 uVar8; undefined8 uVar9; if (param_2 == 0) { __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4); } else { __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4); } __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df); fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" ,1,0xca,param_1); switch(param_6) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5); return uVar1; case 2: uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]); return uVar1; case 3: uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]); return uVar1; case 4: uVar9 = param_5[3]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\nand %s.\n"; uVar1 = param_5[2]; uVar4 = param_5[1]; goto LAB_0010ba89; case 5: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[3]; uVar2 = *param_5; LAB_0010ba89: __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1); return uVar9; case 6: uVar9 = param_5[5]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"; uVar1 = param_5[2]; uVar8 = param_5[4]; uVar4 = param_5[1]; uVar7 = param_5[3]; goto LAB_0010badf; case 7: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[5]; uVar2 = *param_5; uVar8 = param_5[4]; uVar7 = param_5[3]; LAB_0010badf: uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9); return uVar1; case 8: uVar9 = param_5[7]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"; uVar1 = param_5[2]; uVar8 = param_5[6]; uVar4 = param_5[1]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; break; case 9: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[7]; uVar2 = *param_5; uVar8 = param_5[6]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; break; default: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"; uVar4 = param_5[1]; uVar9 = param_5[7]; uVar2 = *param_5; uVar8 = param_5[6]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; } uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9); return uVar1; }
PUSH R12 MOV R12,R9 PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,R8 TEST RSI,RSI JZ 0x0010b978 MOV R9,RCX MOV R8,RDX MOV RCX,RSI XOR EAX,EAX LEA RDX,[0x10f354] MOV ESI,0x1 CALL 0x00103460 MOV ESI,0x1 MOV RDI,RBP XOR EAX,EAX MOV R8D,0x7df LEA RCX,[0x10f367] LEA RDX,[0x10f6a0] CALL 0x00103460 MOV RCX,RBP MOV EDX,0xca MOV ESI,0x1 LEA RDI,[0x10f3f0] CALL 0x00103450 CMP R12,0x9 JA 0x0010bb20 LEA RDX,[0x10f670] MOVSXD RAX,dword ptr [RDX + R12*0x4] ADD RAX,RDX JMP RAX MOV R8,RCX MOV ESI,0x1 MOV RCX,RDX XOR EAX,EAX LEA RDX,[0x10f360] CALL 0x00103460 JMP 0x0010b91e SUB RSP,0x8 PUSH qword ptr [RBX + 0x38] MOV RCX,qword ptr [RBX] LEA RDX,[0x10f560] MOV R9,qword ptr [RBX + 0x10] PUSH qword ptr [RBX + 0x30] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x28] PUSH qword ptr [RBX + 0x20] PUSH qword ptr [RBX + 0x18] MOV RDI,RBP MOV ESI,0x1 XOR EAX,EAX CALL 0x00103460 ADD RSP,0x30 POP RBX POP RBP POP R12 RET PUSH qword ptr [RBX + 0x40] MOV R9,qword ptr [RBX + 0x10] LEA RDX,[0x10f590] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x38] MOV RCX,qword ptr [RBX] PUSH qword ptr [RBX + 0x30] PUSH qword ptr [RBX + 0x28] PUSH qword ptr [RBX + 0x20] PUSH qword ptr [RBX + 0x18] JMP 0x0010b9bd MOV RCX,qword ptr [RBX] MOV RDI,RBP POP RBX LEA RDX,[0x10f36b] POP RBP MOV ESI,0x1 XOR EAX,EAX POP R12 JMP 0x00103460 MOV R8,qword ptr [RBX + 0x8] MOV RCX,qword ptr [RBX] MOV RDI,RBP MOV ESI,0x1 POP RBX LEA RDX,[0x10f37b] POP RBP XOR EAX,EAX POP R12 JMP 0x00103460 MOV R9,qword ptr [RBX + 0x10] MOV R8,qword ptr [RBX + 0x8] MOV RDI,RBP MOV ESI,0x1 MOV RCX,qword ptr [RBX] LEA RDX,[0x10f392] POP RBX XOR EAX,EAX POP RBP POP R12 JMP 0x00103460 SUB RSP,0x8 PUSH qword ptr [RBX + 0x18] MOV RCX,qword ptr [RBX] LEA RDX,[0x10f4c0] MOV R9,qword ptr [RBX + 0x10] MOV R8,qword ptr [RBX + 0x8] MOV RDI,RBP MOV ESI,0x1 XOR EAX,EAX CALL 0x00103460 POP RAX POP RDX POP RBX POP RBP POP R12 RET PUSH qword ptr [RBX + 0x20] MOV R9,qword ptr [RBX + 0x10] LEA RDX,[0x10f4e0] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x18] MOV RCX,qword ptr [RBX] JMP 0x0010ba89 SUB RSP,0x8 PUSH qword ptr [RBX + 0x28] MOV RCX,qword ptr [RBX] LEA RDX,[0x10f508] MOV R9,qword ptr [RBX + 0x10] PUSH qword ptr [RBX + 0x20] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x18] MOV RDI,RBP MOV ESI,0x1 XOR EAX,EAX CALL 0x00103460 ADD RSP,0x20 POP RBX POP RBP POP R12 RET PUSH qword ptr [RBX + 0x30] MOV R9,qword ptr [RBX + 0x10] LEA RDX,[0x10f530] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x28] MOV RCX,qword ptr [RBX] PUSH qword ptr [RBX + 0x20] PUSH qword ptr [RBX + 0x18] JMP 0x0010badf PUSH qword ptr [RBX + 0x40] MOV R9,qword ptr [RBX + 0x10] LEA RDX,[0x10f5c8] MOV R8,qword ptr [RBX + 0x8] PUSH qword ptr [RBX + 0x38] MOV RCX,qword ptr [RBX] PUSH qword ptr [RBX + 0x30] PUSH qword ptr [RBX + 0x28] PUSH qword ptr [RBX + 0x20] PUSH qword ptr [RBX + 0x18] JMP 0x0010b9bd
null
null
null
null
[('tmp_1482', u'PTRADD_-1206927730'), ('const-433', u'LOAD_-1206928310'), ('tmp_1478', u'CALL_-1206929081'), ('const-3', u'PTRADD_-1206927800'), ('tmp_1482', u'PTRADD_-1206927437'), ('const-8', u'PTRADD_-1206927432'), ('tmp_1482', u'PTRADD_-1206927400'), (u'LOAD_-1206928735', u'MULTIEQUAL_-1206928091'), (u'LOAD_-1206928328', u'MULTIEQUAL_-1206927961'), ('const-6', u'PTRADD_-1206927388'), (u'PTRADD_-1206927808', u'LOAD_-1206928711'), ('const-8', u'PTRADD_-1206927400'), (u'LOAD_-1206928310', u'MULTIEQUAL_-1206927818'), (u'MULTIEQUAL_-1206927595', u'CALL_-1206928339'), (u'MULTIEQUAL_-1206927912', u'CALL_-1206928799'), ('const-1111712', u'COPY_-1206927997'), ('tmp_1482', u'PTRADD_-1206927384'), ('tmp_1478', u'CALL_-1206929028'), ('const-1', u'CALL_-1206929028'), ('const-7', u'PTRADD_-1206927749'), ('const-8', u'PTRADD_-1206927603'), ('const-8', u'PTRADD_-1206927649'), ('const-1110891', u'COPY_-1206927781'), (u'PTRADD_-1206927536', u'LOAD_-1206928328'), (u'PTRADD_-1206927822', u'LOAD_-1206928733'), (u'LOAD_-1206928342', u'CALL_-1206928296'), ('tmp_1482', u'PTRADD_-1206927749'), (u'MULTIEQUAL_-1206927884', u'CALL_-1206928799'), ('const-8', u'PTRADD_-1206927817'), ('const-433', u'LOAD_-1206928342'), (u'PTRADD_-1206927766', u'LOAD_-1206928735'), ('const-5', u'PTRADD_-1206927517'), ('const-1', u'CALL_-1206928996'), ('const-8', u'PTRADD_-1206927800'), (u'LOAD_-1206928700', u'MULTIEQUAL_-1206927884'), ('tmp_342', u'BRANCH_-1206928436'), ('tmp_1482', u'PTRADD_-1206927421'), ('const-1', u'PTRADD_-1206927813'), (u'PTRADD_-1206927800', u'LOAD_-1206928695'), ('const-8', u'PTRADD_-1206927742'), ('const-1110907', u'COPY_-1206927744'), ('const-0', u'RETURN_-1206928296'), ('tmp_1482', u'PTRADD_-1206927498'), ('tmp_594', u'BRANCH_-1206928667'), (u'LOAD_-1206928346', u'MULTIEQUAL_-1206927581'), ('const-4', u'PTRADD_-1206927804'), ('tmp_1482', u'PTRADD_-1206927836'), ('const-0', u'INT_EQUAL_-1206929128'), (u'LOAD_-1206928713', u'MULTIEQUAL_-1206927869'), (u'PTRADD_-1206927517', u'LOAD_-1206928346'), ('const-8', u'PTRADD_-1206927503'), ('tmp_1482', u'PTRADD_-1206927649'), (u'LOAD_-1206928303', u'MULTIEQUAL_-1206927609'), ('tmp_1482', u'PTRADD_-1206927742'), ('const-1110930', u'COPY_-1206927699'), ('const-8', u'PTRADD_-1206927754'), ('tmp_1482', u'PTRADD_-1206927738'), (u'MULTIEQUAL_-1206927898', u'CALL_-1206928799'), ('const-433', u'LOAD_-1206928358'), (u'COPY_-1206927973', u'CALL_-1206928996'), (u'PTRADD_-1206927421', u'LOAD_-1206928313'), ('const-3', u'PTRADD_-1206927536'), ('tmp_1482', u'PTRADD_-1206927754'), ('const-1', u'CALL_-1206928296'), (u'PTRADD_-1206927730', u'LOAD_-1206928676'), ('const-8', u'PTRADD_-1206927489'), ('const-4', u'PTRADD_-1206927498'), ('const-1110880', u'COPY_-1206927923'), ('const-433', u'LOAD_-1206928314'), (u'LOAD_-1206928339', u'MULTIEQUAL_-1206927876'), ('tmp_1482', u'PTRADD_-1206927432'), ('const-433', u'LOAD_-1206928328'), ('const-8', u'PTRADD_-1206927380'), ('const-1110887', u'PTRSUB_-1206927937'), ('const-7', u'PTRADD_-1206927836'), (u'PTRADD_-1206927412', u'LOAD_-1206928504'), (u'LOAD_-1206928341', u'MULTIEQUAL_-1206927818'), ('tmp_1481', u'CALL_-1206929081'), (u'LOAD_-1206928328', u'MULTIEQUAL_-1206927666'), ('const-433', u'LOAD_-1206928335'), ('const-1', u'PTRADD_-1206927754'), ('tmp_1481', u'CALL_-1206928817'), ('const-8', u'PTRADD_-1206927541'), ('tmp_1479', u'INT_EQUAL_-1206929128'), ('const-433', u'LOAD_-1206928328'), (u'MULTIEQUAL_-1206928091', u'CALL_-1206928799'), ('tmp_1482', u'PTRADD_-1206927690'), ('tmp_1482', u'LOAD_-1206928364'), (u'PTRADD_-1206927589', u'LOAD_-1206928314'), ('const-1', u'PTRADD_-1206927541'), ('tmp_1482', u'PTRADD_-1206927541'), ('const-1', u'PTRADD_-1206927400'), (u'COPY_-1206928324', u'MULTIEQUAL_-1206927946'), ('const-5', u'PTRADD_-1206927808'), ('const-8', u'PTRADD_-1206927517'), ('const-433', u'LOAD_-1206928733'), (u'LOAD_-1206928711', u'MULTIEQUAL_-1206927898'), ('const-433', u'LOAD_-1206928676'), (u'LOAD_-1206928356', u'MULTIEQUAL_-1206927803'), (u'PTRADD_-1206927813', u'LOAD_-1206928718'), (u'MULTIEQUAL_-1206927925', u'CALL_-1206928799'), (u'LOAD_-1206928358', u'CALL_-1206928296'), ('const-433', u'LOAD_-1206928754'), ('const-433', u'LOAD_-1206928489'), ('const-1111024', u'COPY_-1206927973'), ('const-8', u'PTRADD_-1206927388'), ('tmp_1482', u'PTRADD_-1206927584'), ('tmp_1479', u'CALL_-1206929081'), ('tmp_793', u'BRANCH_-1206928304'), (u'MULTIEQUAL_-1206928149', u'CALL_-1206928799'), ('tmp_1482', u'PTRADD_-1206927813'), ('const-8', u'PTRADD_-1206927804'), ('const-5', u'PTRADD_-1206927738'), ('tmp_1482', u'PTRADD_-1206927503'), ('const-8', u'PTRADD_-1206927822'), (u'COPY_-1206928345', u'MULTIEQUAL_-1206927946'), ('tmp_1482', u'PTRADD_-1206927388'), ('const-433', u'LOAD_-1206928735'), ('const-8', u'PTRADD_-1206927644'), ('const-1', u'PTRADD_-1206927690'), (u'PTRADD_-1206927388', u'LOAD_-1206928469'), ('const-8', u'PTRADD_-1206927836'), ('tmp_1482', u'PTRADD_-1206927766'), ('const-8', u'PTRADD_-1206927376'), (u'PTRSUB_-1206927937', u'CALL_-1206929028'), (u'PTRADD_-1206927754', u'LOAD_-1206928720'), ('const-433', u'LOAD_-1206928364'), (u'PTRADD_-1206927437', u'LOAD_-1206928341'), ('tmp_1482', u'LOAD_-1206928327'), ('tmp_1483', u'BRANCHIND_-1206928940'), (u'LOAD_-1206928364', u'CALL_-1206928308'), ('const-8', u'PTRADD_-1206927690'), (u'PTRADD_-1206927649', u'LOAD_-1206928365'), ('const-433', u'LOAD_-1206928307'), ('tmp_1480', u'CALL_-1206929081'), ('const-1', u'RETURN_-1206962362'), ('tmp_1482', u'PTRADD_-1206927644'), ('const-433', u'LOAD_-1206928321'), ('const-8', u'PTRADD_-1206927730'), (u'COPY_-1206927997', u'CALL_-1206929028'), ('const-8', u'PTRADD_-1206927749'), (u'MULTIEQUAL_-1206927869', u'CALL_-1206928799'), ('const-2', u'PTRADD_-1206927649'), (u'LOAD_-1206928489', u'MULTIEQUAL_-1206928106'), (u'LOAD_-1206928706', u'MULTIEQUAL_-1206928164'), (u'PTRADD_-1206927749', u'LOAD_-1206928713'), (u'COPY_-1206928039', u'CALL_-1206929081'), ('const-6', u'PTRADD_-1206927742'), ('const-4', u'PTRADD_-1206927380'), ('const-1', u'CALL_-1206928799'), ('const-433', u'LOAD_-1206928325'), (u'PTRADD_-1206927494', u'LOAD_-1206928310'), (u'LOAD_-1206928327', u'MULTIEQUAL_-1206927876'), (u'MULTIEQUAL_-1206927609', u'CALL_-1206928339'), ('const-433', u'LOAD_-1206928356'), (u'LOAD_-1206928754', u'MULTIEQUAL_-1206927869'), ('const-8', u'PTRADD_-1206927437'), ('tmp_1482', u'PTRADD_-1206927808'), (u'PTRADD_-1206927734', u'LOAD_-1206928684'), ('const-433', u'LOAD_-1206928334'), ('const-1111344', u'COPY_-1206928351'), ('const-433', u'LOAD_-1206928703'), ('const-1', u'PTRADD_-1206927584'), ('tmp_1478', u'CALL_-1206928296'), (u'MULTIEQUAL_-1206927888', u'CALL_-1206928333'), ('const-433', u'LOAD_-1206928713'), ('tmp_1482', u'PTRADD_-1206927380'), ('const-433', u'LOAD_-1206928335'), (u'PTRADD_-1206927690', u'LOAD_-1206928370'), ('tmp_1482', u'PTRADD_-1206927412'), ('const-433', u'LOAD_-1206928469'), (u'COPY_-1206928335', u'MULTIEQUAL_-1206927861'), (u'COPY_-1206927744', u'CALL_-1206928308'), (u'PTRADD_-1206927449', u'LOAD_-1206928356'), ('const-2', u'PTRADD_-1206927766'), (u'PTRADD_-1206927541', u'LOAD_-1206928335'), ('const-433', u'LOAD_-1206928371'), ('tmp_1482', u'PTRADD_-1206927536'), (u'COPY_-1206928743', u'MULTIEQUAL_-1206928149'), ('tmp_1478', u'CAST_-1206927868'), (u'MULTIEQUAL_-1206928164', u'CALL_-1206928799'), ('const-433', u'LOAD_-1206928747'), (u'PTRADD_-1206927553', u'LOAD_-1206928350'), (u'LOAD_-1206928318', u'MULTIEQUAL_-1206927595'), ('const-3', u'PTRADD_-1206927603'), ('tmp_1482', u'PTRADD_-1206927489'), ('tmp_1482', u'LOAD_-1206928475'), ('const-1111304', u'COPY_-1206928335'), ('const-8', u'PTRADD_-1206927395'), (u'LOAD_-1206928482', u'MULTIEQUAL_-1206927869'), (u'MULTIEQUAL_-1206927861', u'CALL_-1206928339'), (u'PTRADD_-1206927738', u'LOAD_-1206928692'), ('const-433', u'LOAD_-1206928461'), ('tmp_1480', u'CALL_-1206928817'), (u'MULTIEQUAL_-1206927876', u'CALL_-1206928339'), (u'LOAD_-1206928371', u'CALL_-1206928315'), ('const-1111232', u'COPY_-1206928324'), ('const-433', u'LOAD_-1206928341'), (u'PTRADD_-1206927400', u'LOAD_-1206928489'), (u'PTRADD_-1206927432', u'LOAD_-1206928334'), (u'LOAD_-1206928469', u'MULTIEQUAL_-1206927884'), ('const-1110868', u'COPY_-1206928039'), ('const-0', u'PTRSUB_-1206927937'), (u'LOAD_-1206928684', u'MULTIEQUAL_-1206927912'), (u'PTRADD_-1206927395', u'LOAD_-1206928482'), (u'LOAD_-1206928453', u'MULTIEQUAL_-1206927912'), (u'COPY_-1206927699', u'CALL_-1206928296'), ('const-433', u'LOAD_-1206928346'), ('tmp_1482', u'PTRADD_-1206927589'), (u'COPY_-1206927923', u'CALL_-1206928817'), ('const-1', u'CALL_-1206928308'), ('const-2', u'PTRADD_-1206927412'), (u'INT_EQUAL_-1206929128', u'CBRANCH_-1206929126'), (u'LOAD_-1206928726', u'MULTIEQUAL_-1206927884'), (u'LOAD_-1206928733', u'MULTIEQUAL_-1206928091'), (u'LOAD_-1206928695', u'MULTIEQUAL_-1206927925'), (u'COPY_-1206928730', u'MULTIEQUAL_-1206928149'), ('const-0', u'RETURN_-1206928311'), ('const-8', u'PTRADD_-1206927589'), (u'PTRADD_-1206927584', u'LOAD_-1206928307'), ('tmp_1482', u'PTRADD_-1206927603'), (u'PTRADD_-1206927498', u'LOAD_-1206928318'), (u'PTRADD_-1206927489', u'LOAD_-1206928303'), ('const-1', u'PTRADD_-1206927644'), ('tmp_1482', u'LOAD_-1206928747'), ('const-2', u'PTRADD_-1206927822'), ('const-8', u'PTRADD_-1206927808'), (u'MULTIEQUAL_-1206927961', u'CALL_-1206928333'), ('const-433', u'LOAD_-1206928684'), ('tmp_1482', u'PTRADD_-1206927822'), (u'PTRADD_-1206927836', u'LOAD_-1206928754'), ('tmp_1482', u'PTRADD_-1206927800'), (u'LOAD_-1206928676', u'MULTIEQUAL_-1206927925'), ('const-433', u'LOAD_-1206928350'), ('const-5', u'PTRADD_-1206927384'), ('const-1111392', u'COPY_-1206928743'), (u'LOAD_-1206928747', u'MULTIEQUAL_-1206928164'), ('const-8', u'PTRADD_-1206927766'), (u'LOAD_-1206928350', u'MULTIEQUAL_-1206927888'), ('tmp_1482', u'LOAD_-1206928339'), ('const-0', u'RETURN_-1206928304'), (u'COPY_-1206928351', u'MULTIEQUAL_-1206927861'), ('const-2', u'PTRADD_-1206927589'), ('const-4', u'PTRADD_-1206927425'), ('const-8', u'PTRADD_-1206927449'), ('const-6', u'PTRADD_-1206927817'), (u'LOAD_-1206928692', u'MULTIEQUAL_-1206927898'), (u'LOAD_-1206928334', u'MULTIEQUAL_-1206927581'), ('const-202', u'CALL_-1206928996'), ('tmp_1478', u'CALL_-1206928333'), ('const-433', u'LOAD_-1206928327'), (u'COPY_-1206927781', u'CALL_-1206928315'), (u'LOAD_-1206928461', u'MULTIEQUAL_-1206927898'), ('const-433', u'LOAD_-1206928700'), ('const-2', u'PTRADD_-1206927553'), ('const-433', u'LOAD_-1206928718'), ('const-8', u'PTRADD_-1206927498'), ('const-433', u'LOAD_-1206928720'), ('tmp_1482', u'PTRADD_-1206927517'), ('const-1', u'CALL_-1206928817'), ('const-2', u'PTRADD_-1206927503'), (u'PTRADD_-1206927376', u'LOAD_-1206928445'), ('const-433', u'LOAD_-1206928318'), ('const-1', u'CALL_-1206928339'), ('tmp_1482', u'LOAD_-1206928371'), ('const-0', u'RETURN_-1206928292'), (u'PTRADD_-1206927603', u'LOAD_-1206928335'), ('const-8', u'PTRADD_-1206927553'), ('const-0', u'RETURN_-1206928759'), ('const-433', u'LOAD_-1206928321'), ('tmp_1482', u'PTRADD_-1206927817'), (u'MULTIEQUAL_-1206927903', u'CALL_-1206928333'), ('const-1', u'CALL_-1206928333'), (u'LOAD_-1206928504', u'MULTIEQUAL_-1206928091'), ('const-3', u'PTRADD_-1206927730'), ('const-433', u'LOAD_-1206928370'), (u'LOAD_-1206928365', u'CALL_-1206928296'), ('tmp_1478', u'CALL_-1206928315'), (u'LOAD_-1206928718', u'MULTIEQUAL_-1206928106'), ('const-433', u'LOAD_-1206928453'), ('const-433', u'LOAD_-1206928445'), ('const-8', u'PTRADD_-1206927584'), ('const-433', u'LOAD_-1206928711'), ('const-433', u'LOAD_-1206928692'), ('const-1111496', u'COPY_-1206928499'), ('const-433', u'LOAD_-1206928726'), ('tmp_1478', u'CALL_-1206928817'), ('const-1', u'CALL_-1206928315'), (u'LOAD_-1206928325', u'MULTIEQUAL_-1206927803'), ('tmp_1482', u'PTRADD_-1206927395'), ('const-433', u'LOAD_-1206928313'), ('tmp_1482', u'LOAD_-1206928328'), ('tmp_1482', u'PTRADD_-1206927425'), ('const-8', u'PTRADD_-1206927536'), ('const-1111440', u'COPY_-1206928730'), (u'LOAD_-1206928321', u'MULTIEQUAL_-1206927595'), ('const-433', u'LOAD_-1206928706'), ('tmp_1478', u'CALL_-1206928308'), ('const-8', u'PTRADD_-1206927384'), ('const-1', u'CALL_-1206929081'), (u'LOAD_-1206928313', u'MULTIEQUAL_-1206927609'), (u'MULTIEQUAL_-1206927818', u'CALL_-1206928339'), ('const-5', u'PTRADD_-1206927432'), ('const-8', u'PTRADD_-1206927425'), (u'PTRADD_-1206927817', u'LOAD_-1206928726'), ('const-4', u'PTRADD_-1206927734'), (u'MULTIEQUAL_-1206927803', u'CALL_-1206928339'), ('const-433', u'LOAD_-1206928504'), ('const-7', u'PTRADD_-1206927395'), ('const-0', u'RETURN_-1206928299'), ('tmp_1482', u'LOAD_-1206928706'), (u'MULTIEQUAL_-1206927946', u'CALL_-1206928333'), ('tmp_1482', u'PTRADD_-1206927376'), (u'LOAD_-1206928314', u'MULTIEQUAL_-1206927888'), ('const-2', u'PTRADD_-1206927449'), ('const-8', u'PTRADD_-1206927813'), (u'LOAD_-1206928321', u'MULTIEQUAL_-1206927961'), (u'LOAD_-1206928307', u'MULTIEQUAL_-1206927903'), (u'LOAD_-1206928335', u'MULTIEQUAL_-1206927666'), (u'LOAD_-1206928475', u'MULTIEQUAL_-1206928164'), (u'LOAD_-1206928703', u'MULTIEQUAL_-1206927912'), ('const-433', u'LOAD_-1206928482'), ('tmp_1482', u'PTRADD_-1206927449'), ('tmp_1478', u'CALL_-1206928799'), (u'PTRADD_-1206927425', u'LOAD_-1206928321'), ('const-433', u'LOAD_-1206928365'), ('const-1', u'PTRADD_-1206927437'), (u'CAST_-1206927868', u'CALL_-1206928996'), ('const-8', u'PTRADD_-1206927734'), ('const-433', u'LOAD_-1206928339'), (u'MULTIEQUAL_-1206927666', u'CALL_-1206928333'), ('const-1111264', u'COPY_-1206928345'), ('const-3', u'PTRADD_-1206927421'), (u'LOAD_-1206928720', u'MULTIEQUAL_-1206928106'), ('tmp_1482', u'PTRADD_-1206927494'), (u'PTRADD_-1206927644', u'LOAD_-1206928358'), ('const-8', u'PTRADD_-1206927421'), ('tmp_1482', u'PTRADD_-1206927804'), ('const-433', u'LOAD_-1206928475'), ('tmp_54', u'CBRANCH_-1206929126'), ('tmp_1482', u'PTRADD_-1206927734'), (u'PTRADD_-1206927384', u'LOAD_-1206928461'), (u'PTRADD_-1206927503', u'LOAD_-1206928325'), (u'COPY_-1206928499', u'MULTIEQUAL_-1206928149'), ('tmp_1482', u'LOAD_-1206928342'), (u'LOAD_-1206928445', u'MULTIEQUAL_-1206927925'), (u'PTRADD_-1206927742', u'LOAD_-1206928700'), ('tmp_1482', u'LOAD_-1206928321'), (u'MULTIEQUAL_-1206927581', u'CALL_-1206928339'), ('const-8', u'PTRADD_-1206927494'), ('const-3', u'PTRADD_-1206927489'), ('const-8', u'PTRADD_-1206927738'), ('const-8', u'PTRADD_-1206927412'), ('tmp_1037', u'BRANCH_-1206928314'), (u'MULTIEQUAL_-1206928106', u'CALL_-1206928799'), (u'LOAD_-1206928335', u'MULTIEQUAL_-1206927903'), ('const-3', u'PTRADD_-1206927376'), (u'LOAD_-1206928370', u'CALL_-1206928308'), ('const-1', u'PTRADD_-1206927494'), ('const-2015', u'CALL_-1206929028'), ('const-433', u'LOAD_-1206928695'), ('const-433', u'LOAD_-1206928303'), ('tmp_1478', u'CALL_-1206928339'), (u'PTRADD_-1206927380', u'LOAD_-1206928453'), ('tmp_486', u'BRANCH_-1206928814'), (u'PTRADD_-1206927804', u'LOAD_-1206928703'), ('tmp_1482', u'PTRADD_-1206927553')]
[('tmp_2497', u'PTRADD_-1206927421'), ('const-433', u'LOAD_-1206928307'), ('const-433', u'LOAD_-1206928718'), ('const-8', u'PTRADD_-1206927421'), (u'LOAD_-1206928735', u'MULTIEQUAL_-1206928091'), (u'LOAD_-1206928328', u'MULTIEQUAL_-1206927961'), (u'PTRADD_-1206927808', u'LOAD_-1206928711'), ('const-2', u'PTRADD_-1206927649'), ('const-8', u'PTRADD_-1206927800'), ('tmp_2497', u'PTRADD_-1206927589'), (u'LOAD_-1206928310', u'MULTIEQUAL_-1206927818'), (u'MULTIEQUAL_-1206927595', u'CALL_-1206928339'), (u'MULTIEQUAL_-1206927912', u'CALL_-1206928799'), ('const-8', u'PTRADD_-1206927553'), (u'CALL_-1206928339', u'RETURN_-1206928299'), ('tmp_2495', u'CALL_-1206929081'), ('const-433', u'LOAD_-1206928711'), ('tmp_2497', u'PTRADD_-1206927800'), (u'PTRADD_-1206927536', u'LOAD_-1206928328'), (u'PTRADD_-1206927822', u'LOAD_-1206928733'), (u'LOAD_-1206928342', u'CALL_-1206928296'), ('tmp_2497', u'PTRADD_-1206927754'), (u'MULTIEQUAL_-1206927884', u'CALL_-1206928799'), ('const-1', u'PTRADD_-1206927813'), (u'PTRADD_-1206927766', u'LOAD_-1206928735'), (u'LOAD_-1206928700', u'MULTIEQUAL_-1206927884'), ('const-8', u'PTRADD_-1206927400'), ('tmp_342', u'BRANCH_-1206928436'), ('tmp_2499', u'CALL_-1206929081'), ('tmp_2497', u'PTRADD_-1206927742'), (u'PTRADD_-1206927800', u'LOAD_-1206928695'), ('const-433', u'LOAD_-1206928684'), ('const-0', u'RETURN_-1206928296'), ('tmp_2497', u'PTRADD_-1206927449'), ('tmp_594', u'BRANCH_-1206928667'), (u'LOAD_-1206928346', u'MULTIEQUAL_-1206927581'), ('const-8', u'PTRADD_-1206927541'), ('tmp_2497', u'PTRADD_-1206927738'), ('const-0', u'INT_EQUAL_-1206929128'), (u'LOAD_-1206928713', u'MULTIEQUAL_-1206927869'), ('const-1110930', u'COPY_-1206927699'), ('const-8', u'PTRADD_-1206927432'), (u'PTRADD_-1206927517', u'LOAD_-1206928346'), ('const-1', u'CALL_-1206928308'), ('const-1', u'PTRADD_-1206927584'), (u'CALL_-1206928799', u'RETURN_-1206928759'), ('const-1110868', u'COPY_-1206928039'), ('const-5', u'PTRADD_-1206927808'), ('const-8', u'PTRADD_-1206927690'), ('const-8', u'PTRADD_-1206927813'), (u'LOAD_-1206928303', u'MULTIEQUAL_-1206927609'), ('tmp_2495', u'CALL_-1206928296'), ('const-1', u'PTRADD_-1206927644'), ('tmp_2497', u'PTRADD_-1206927804'), (u'MULTIEQUAL_-1206927898', u'CALL_-1206928799'), ('tmp_2497', u'LOAD_-1206928339'), (u'COPY_-1206927973', u'CALL_-1206928996'), (u'PTRADD_-1206927421', u'LOAD_-1206928313'), ('const-1111440', u'COPY_-1206928730'), ('const-433', u'LOAD_-1206928325'), ('const-2', u'PTRADD_-1206927822'), ('const-433', u'LOAD_-1206928335'), ('const-433', u'LOAD_-1206928700'), (u'PTRADD_-1206927730', u'LOAD_-1206928676'), ('tmp_2497', u'PTRADD_-1206927817'), ('const-4', u'PTRADD_-1206927498'), ('const-4', u'PTRADD_-1206927734'), ('const-1', u'CALL_-1206928333'), ('tmp_2497', u'PTRADD_-1206927649'), ('tmp_2495', u'CALL_-1206928308'), (u'LOAD_-1206928339', u'MULTIEQUAL_-1206927876'), ('const-433', u'LOAD_-1206928364'), ('const-1111344', u'COPY_-1206928351'), ('const-7', u'PTRADD_-1206927836'), ('const-6', u'PTRADD_-1206927742'), ('tmp_2497', u'PTRADD_-1206927380'), ('const-433', u'LOAD_-1206928713'), (u'PTRADD_-1206927412', u'LOAD_-1206928504'), ('tmp_2497', u'LOAD_-1206928328'), (u'LOAD_-1206928341', u'MULTIEQUAL_-1206927818'), ('const-4', u'PTRADD_-1206927425'), ('const-8', u'PTRADD_-1206927603'), (u'LOAD_-1206928328', u'MULTIEQUAL_-1206927666'), (u'INDIRECT_-1206927661', u'COPY_-1206928330'), ('const-8', u'PTRADD_-1206927517'), ('const-8', u'PTRADD_-1206927584'), ('const-0', u'PTRSUB_-1206927937'), ('const-202', u'CALL_-1206928996'), ('const-1111232', u'COPY_-1206928324'), ('tmp_2497', u'LOAD_-1206928321'), ('const-8', u'PTRADD_-1206927425'), ('const-433', u'LOAD_-1206928676'), ('tmp_2493', u'BRANCHIND_-1206928940'), ('const-2', u'PTRADD_-1206927766'), ('const-1110891', u'COPY_-1206927781'), ('const-433', u'LOAD_-1206928703'), ('const-8', u'PTRADD_-1206927388'), ('const-433', u'LOAD_-1206928356'), (u'MULTIEQUAL_-1206928091', u'CALL_-1206928799'), ('tmp_2497', u'PTRADD_-1206927603'), ('const-8', u'PTRADD_-1206927498'), ('const-433', u'LOAD_-1206928310'), ('const-2', u'PTRADD_-1206927412'), (u'PTRADD_-1206927589', u'LOAD_-1206928314'), ('const-1', u'PTRADD_-1206927437'), ('const-4', u'PTRADD_-1206927804'), (u'COPY_-1206928324', u'MULTIEQUAL_-1206927946'), ('const-2', u'PTRADD_-1206927449'), (u'LOAD_-1206928711', u'MULTIEQUAL_-1206927898'), (u'LOAD_-1206928356', u'MULTIEQUAL_-1206927803'), (u'PTRADD_-1206927813', u'LOAD_-1206928718'), (u'MULTIEQUAL_-1206927925', u'CALL_-1206928799'), (u'LOAD_-1206928358', u'CALL_-1206928296'), ('const-8', u'PTRADD_-1206927494'), ('const-433', u'LOAD_-1206928358'), ('tmp_2497', u'PTRADD_-1206927503'), ('const-433', u'LOAD_-1206928341'), ('tmp_2497', u'PTRADD_-1206927766'), ('const-1', u'CALL_-1206929081'), ('const-433', u'LOAD_-1206928365'), ('tmp_793', u'BRANCH_-1206928304'), ('const-1110887', u'PTRSUB_-1206927937'), ('tmp_2495', u'CALL_-1206928799'), (u'MULTIEQUAL_-1206928149', u'CALL_-1206928799'), ('tmp_2497', u'LOAD_-1206928364'), ('const-3', u'PTRADD_-1206927730'), ('const-8', u'PTRADD_-1206927376'), ('const-1110880', u'COPY_-1206927923'), (u'COPY_-1206928345', u'MULTIEQUAL_-1206927946'), ('const-433', u'LOAD_-1206928321'), ('const-8', u'PTRADD_-1206927817'), (u'PTRADD_-1206927388', u'LOAD_-1206928469'), ('const-433', u'LOAD_-1206928318'), ('const-8', u'PTRADD_-1206927489'), (u'PTRSUB_-1206927937', u'CALL_-1206929028'), (u'PTRADD_-1206927754', u'LOAD_-1206928720'), (u'PTRADD_-1206927437', u'LOAD_-1206928341'), ('tmp_2497', u'LOAD_-1206928342'), ('const-1111496', u'COPY_-1206928499'), (u'LOAD_-1206928364', u'CALL_-1206928308'), (u'COPY_-1206928330', u'RETURN_-1206928296'), (u'PTRADD_-1206927649', u'LOAD_-1206928365'), ('const-8', u'PTRADD_-1206927822'), ('const-1', u'RETURN_-1206962362'), ('const-8', u'PTRADD_-1206927380'), ('const-433', u'LOAD_-1206928754'), ('const-433', u'LOAD_-1206928461'), (u'COPY_-1206927997', u'CALL_-1206929028'), ('const-433', u'LOAD_-1206928726'), (u'MULTIEQUAL_-1206927869', u'CALL_-1206928799'), ('const-8', u'PTRADD_-1206927649'), (u'LOAD_-1206928489', u'MULTIEQUAL_-1206928106'), (u'LOAD_-1206928706', u'MULTIEQUAL_-1206928164'), (u'PTRADD_-1206927749', u'LOAD_-1206928713'), ('tmp_2497', u'PTRADD_-1206927437'), (u'COPY_-1206928039', u'CALL_-1206929081'), ('const-1111712', u'COPY_-1206927997'), (u'PTRADD_-1206927494', u'LOAD_-1206928310'), (u'LOAD_-1206928327', u'MULTIEQUAL_-1206927876'), (u'MULTIEQUAL_-1206927609', u'CALL_-1206928339'), ('tmp_2497', u'PTRADD_-1206927644'), ('const-433', u'LOAD_-1206928445'), ('const-7', u'PTRADD_-1206927395'), ('const-433', u'LOAD_-1206928328'), ('tmp_2497', u'PTRADD_-1206927376'), (u'LOAD_-1206928754', u'MULTIEQUAL_-1206927869'), ('const-433', u'LOAD_-1206928350'), ('const-433', u'LOAD_-1206928692'), (u'PTRADD_-1206927734', u'LOAD_-1206928684'), ('const-5', u'PTRADD_-1206927432'), ('const-433', u'LOAD_-1206928469'), ('const-1111264', u'COPY_-1206928345'), ('const-1111392', u'COPY_-1206928743'), ('const-433', u'LOAD_-1206928475'), ('tmp_2500', u'CALL_-1206928817'), (u'MULTIEQUAL_-1206927888', u'CALL_-1206928333'), ('const-3', u'PTRADD_-1206927489'), (u'PTRADD_-1206927690', u'LOAD_-1206928370'), ('const-433', u'LOAD_-1206928334'), (u'COPY_-1206928335', u'MULTIEQUAL_-1206927861'), (u'COPY_-1206927744', u'CALL_-1206928308'), (u'PTRADD_-1206927449', u'LOAD_-1206928356'), ('const-433', u'LOAD_-1206928720'), ('const-433', u'LOAD_-1206928695'), ('tmp_2497', u'PTRADD_-1206927749'), (u'PTRADD_-1206927541', u'LOAD_-1206928335'), ('tmp_2497', u'PTRADD_-1206927498'), ('tmp_2497', u'PTRADD_-1206927388'), (u'COPY_-1206928743', u'MULTIEQUAL_-1206928149'), ('tmp_2495', u'CALL_-1206928996'), ('const-8', u'PTRADD_-1206927503'), ('const-1', u'CALL_-1206928817'), ('const-8', u'PTRADD_-1206927644'), (u'MULTIEQUAL_-1206928164', u'CALL_-1206928799'), (u'CALL_-1206928333', u'INDIRECT_-1206927661'), (u'PTRADD_-1206927553', u'LOAD_-1206928350'), (u'LOAD_-1206928318', u'MULTIEQUAL_-1206927595'), ('const-2', u'PTRADD_-1206927553'), ('tmp_2497', u'PTRADD_-1206927536'), ('const-1', u'PTRADD_-1206927754'), ('const-1', u'CALL_-1206928799'), (u'LOAD_-1206928482', u'MULTIEQUAL_-1206927869'), (u'MULTIEQUAL_-1206927861', u'CALL_-1206928339'), (u'PTRADD_-1206927738', u'LOAD_-1206928692'), ('const-1', u'CALL_-1206928996'), (u'MULTIEQUAL_-1206927876', u'CALL_-1206928339'), ('tmp_2497', u'PTRADD_-1206927808'), (u'LOAD_-1206928371', u'CALL_-1206928315'), ('const-4', u'PTRADD_-1206927380'), (u'PTRADD_-1206927400', u'LOAD_-1206928489'), ('const-5', u'PTRADD_-1206927384'), ('tmp_2495', u'CALL_-1206928339'), (u'PTRADD_-1206927432', u'LOAD_-1206928334'), ('const-8', u'PTRADD_-1206927742'), (u'LOAD_-1206928469', u'MULTIEQUAL_-1206927884'), ('tmp_2497', u'PTRADD_-1206927730'), (u'LOAD_-1206928684', u'MULTIEQUAL_-1206927912'), (u'PTRADD_-1206927395', u'LOAD_-1206928482'), (u'LOAD_-1206928453', u'MULTIEQUAL_-1206927912'), (u'COPY_-1206927699', u'CALL_-1206928296'), ('const-433', u'LOAD_-1206928453'), (u'COPY_-1206927923', u'CALL_-1206928817'), (u'INT_EQUAL_-1206929128', u'CBRANCH_-1206929126'), ('tmp_2500', u'CALL_-1206929081'), (u'LOAD_-1206928726', u'MULTIEQUAL_-1206927884'), (u'LOAD_-1206928733', u'MULTIEQUAL_-1206928091'), (u'LOAD_-1206928695', u'MULTIEQUAL_-1206927925'), ('const-433', u'LOAD_-1206928747'), (u'COPY_-1206928730', u'MULTIEQUAL_-1206928149'), ('const-0', u'RETURN_-1206928311'), ('const-1', u'PTRADD_-1206927494'), (u'PTRADD_-1206927584', u'LOAD_-1206928307'), ('const-1', u'CALL_-1206929028'), ('const-8', u'PTRADD_-1206927589'), (u'PTRADD_-1206927498', u'LOAD_-1206928318'), ('const-6', u'PTRADD_-1206927388'), (u'PTRADD_-1206927489', u'LOAD_-1206928303'), ('const-2', u'PTRADD_-1206927503'), ('const-8', u'PTRADD_-1206927395'), ('tmp_2497', u'PTRADD_-1206927734'), ('tmp_2497', u'PTRADD_-1206927489'), ('const-8', u'PTRADD_-1206927836'), ('const-8', u'PTRADD_-1206927749'), (u'MULTIEQUAL_-1206927961', u'CALL_-1206928333'), ('const-433', u'LOAD_-1206928328'), ('const-8', u'PTRADD_-1206927449'), (u'PTRADD_-1206927836', u'LOAD_-1206928754'), ('const-8', u'PTRADD_-1206927734'), (u'LOAD_-1206928676', u'MULTIEQUAL_-1206927925'), (u'LOAD_-1206928747', u'MULTIEQUAL_-1206928164'), ('tmp_2495', u'CALL_-1206928315'), (u'LOAD_-1206928350', u'MULTIEQUAL_-1206927888'), ('const-8', u'PTRADD_-1206927437'), ('const-0', u'RETURN_-1206928304'), (u'COPY_-1206928351', u'MULTIEQUAL_-1206927861'), (u'LOAD_-1206928692', u'MULTIEQUAL_-1206927898'), (u'LOAD_-1206928334', u'MULTIEQUAL_-1206927581'), ('const-433', u'LOAD_-1206928735'), ('const-7', u'PTRADD_-1206927749'), (u'CALL_-1206928315', u'RETURN_-1206928311'), ('const-5', u'PTRADD_-1206927517'), ('const-433', u'LOAD_-1206928327'), (u'COPY_-1206927781', u'CALL_-1206928315'), (u'LOAD_-1206928461', u'MULTIEQUAL_-1206927898'), ('const-433', u'LOAD_-1206928370'), ('tmp_2497', u'PTRADD_-1206927432'), ('tmp_2495', u'CALL_-1206929028'), ('tmp_2497', u'LOAD_-1206928706'), (u'PTRADD_-1206927376', u'LOAD_-1206928445'), ('tmp_2498', u'INT_EQUAL_-1206929128'), ('const-433', u'LOAD_-1206928314'), ('tmp_2497', u'PTRADD_-1206927822'), ('const-0', u'RETURN_-1206928292'), ('const-1111024', u'COPY_-1206927973'), ('const-3', u'PTRADD_-1206927536'), ('const-433', u'LOAD_-1206928335'), (u'PTRADD_-1206927603', u'LOAD_-1206928335'), ('tmp_2497', u'PTRADD_-1206927494'), ('const-0', u'RETURN_-1206928759'), (u'MULTIEQUAL_-1206927903', u'CALL_-1206928333'), ('tmp_2497', u'LOAD_-1206928475'), ('tmp_2497', u'PTRADD_-1206927395'), (u'LOAD_-1206928504', u'MULTIEQUAL_-1206928091'), ('const-1', u'CALL_-1206928339'), ('tmp_2497', u'PTRADD_-1206927400'), ('const-433', u'LOAD_-1206928482'), (u'LOAD_-1206928365', u'CALL_-1206928296'), ('const-8', u'PTRADD_-1206927808'), ('const-2015', u'CALL_-1206929028'), ('const-1', u'PTRADD_-1206927690'), (u'LOAD_-1206928718', u'MULTIEQUAL_-1206928106'), ('const-3', u'PTRADD_-1206927421'), ('tmp_2497', u'PTRADD_-1206927384'), ('const-1', u'PTRADD_-1206927400'), ('const-433', u'LOAD_-1206928489'), ('const-433', u'LOAD_-1206928733'), ('tmp_2497', u'LOAD_-1206928747'), ('tmp_2497', u'LOAD_-1206928327'), ('const-6', u'PTRADD_-1206927817'), ('const-8', u'PTRADD_-1206927766'), (u'CALL_-1206928308', u'RETURN_-1206928304'), ('const-2', u'PTRADD_-1206927589'), ('tmp_2499', u'CALL_-1206928817'), (u'LOAD_-1206928325', u'MULTIEQUAL_-1206927803'), ('const-433', u'LOAD_-1206928321'), ('tmp_2495', u'CALL_-1206928333'), ('const-433', u'LOAD_-1206928706'), ('const-1110907', u'COPY_-1206927744'), (u'LOAD_-1206928321', u'MULTIEQUAL_-1206927595'), ('const-1', u'CALL_-1206928296'), ('tmp_2497', u'PTRADD_-1206927425'), ('const-1', u'CALL_-1206928315'), (u'CALL_-1206928296', u'RETURN_-1206928292'), ('const-433', u'LOAD_-1206928339'), (u'LOAD_-1206928313', u'MULTIEQUAL_-1206927609'), (u'MULTIEQUAL_-1206927818', u'CALL_-1206928339'), (u'PTRADD_-1206927817', u'LOAD_-1206928726'), (u'MULTIEQUAL_-1206927803', u'CALL_-1206928339'), ('const-0', u'RETURN_-1206928299'), ('const-1111304', u'COPY_-1206928335'), ('tmp_2497', u'PTRADD_-1206927517'), (u'MULTIEQUAL_-1206927946', u'CALL_-1206928333'), ('tmp_2497', u'PTRADD_-1206927584'), (u'LOAD_-1206928314', u'MULTIEQUAL_-1206927888'), ('tmp_2497', u'PTRADD_-1206927553'), ('const-433', u'LOAD_-1206928313'), (u'LOAD_-1206928321', u'MULTIEQUAL_-1206927961'), ('tmp_2498', u'CALL_-1206929081'), (u'LOAD_-1206928307', u'MULTIEQUAL_-1206927903'), ('const-433', u'LOAD_-1206928371'), (u'LOAD_-1206928335', u'MULTIEQUAL_-1206927666'), (u'LOAD_-1206928475', u'MULTIEQUAL_-1206928164'), (u'LOAD_-1206928703', u'MULTIEQUAL_-1206927912'), ('tmp_2497', u'LOAD_-1206928371'), ('const-3', u'PTRADD_-1206927800'), ('const-1', u'PTRADD_-1206927541'), ('const-8', u'PTRADD_-1206927536'), ('tmp_2495', u'CALL_-1206928817'), ('const-3', u'PTRADD_-1206927603'), ('const-8', u'PTRADD_-1206927384'), ('const-8', u'PTRADD_-1206927730'), ('tmp_2497', u'PTRADD_-1206927690'), (u'PTRADD_-1206927425', u'LOAD_-1206928321'), ('const-433', u'LOAD_-1206928504'), ('const-8', u'PTRADD_-1206927738'), (u'LOAD_-1206928720', u'MULTIEQUAL_-1206928106'), ('const-8', u'PTRADD_-1206927804'), ('tmp_2497', u'PTRADD_-1206927541'), (u'PTRADD_-1206927644', u'LOAD_-1206928358'), ('tmp_2497', u'PTRADD_-1206927836'), ('tmp_54', u'CBRANCH_-1206929126'), ('const-5', u'PTRADD_-1206927738'), ('const-433', u'LOAD_-1206928303'), (u'PTRADD_-1206927384', u'LOAD_-1206928461'), ('const-3', u'PTRADD_-1206927376'), (u'PTRADD_-1206927503', u'LOAD_-1206928325'), ('tmp_2497', u'PTRADD_-1206927412'), (u'COPY_-1206928499', u'MULTIEQUAL_-1206928149'), ('const-433', u'LOAD_-1206928342'), (u'LOAD_-1206928445', u'MULTIEQUAL_-1206927925'), (u'PTRADD_-1206927742', u'LOAD_-1206928700'), (u'MULTIEQUAL_-1206927581', u'CALL_-1206928339'), ('const-433', u'LOAD_-1206928346'), ('const-8', u'PTRADD_-1206927412'), ('tmp_2497', u'PTRADD_-1206927813'), ('tmp_1037', u'BRANCH_-1206928314'), (u'MULTIEQUAL_-1206928106', u'CALL_-1206928799'), (u'LOAD_-1206928335', u'MULTIEQUAL_-1206927903'), (u'LOAD_-1206928370', u'CALL_-1206928308'), (u'PTRADD_-1206927380', u'LOAD_-1206928453'), ('tmp_486', u'BRANCH_-1206928814'), ('const-8', u'PTRADD_-1206927754'), (u'PTRADD_-1206927804', u'LOAD_-1206928703')]
null
null
0010b8f0
x64
O2
(translation_unit "undefined8\nFUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}\n\n" (function_definition "undefined8\nFUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" type_identifier (function_declarator "FUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" identifier (parameter_list "(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4)" identifier (argument_list "(param_1,1,"%s %s\n",param_3,param_4)" ( identifier , number_literal , (string_literal ""%s %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" else (compound_statement "{\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" identifier (argument_list "(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" ( identifier , number_literal , (string_literal ""%s (%s) %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) }))) (expression_statement "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);" (call_expression "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" identifier (argument_list "(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" ( identifier , number_literal , (string_literal ""Copyright %s %d Free Software Foundation, Inc."" " string_content ") , (pointer_expression "&DAT_0010f367" & identifier) , number_literal ))) ;) (expression_statement "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1);" (call_expression "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1)" identifier (argument_list "("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,param_1)" ( (string_literal ""\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , number_literal , number_literal , identifier ))) ;) (switch_statement "switch(param_6) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" switch (parenthesized_expression "(param_6)" ( identifier )) (compound_statement "{\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" { (case_statement "case 0:\n /* WARNING: Subroutine does not return */\n abort();" case number_literal : comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) (case_statement "case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" identifier (argument_list "(param_1,1,"Written by %s.\n",*param_5)" ( identifier , number_literal , (string_literal ""Written by %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" identifier (argument_list "(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" ( identifier , number_literal , (string_literal ""Written by %s and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" identifier (argument_list "(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" ( identifier , number_literal , (string_literal ""Written by %s, %s, and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;" case number_literal : (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010ba89;" goto statement_identifier ;)) (case_statement "case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (labeled_statement "LAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" statement_identifier : (expression_statement "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1)" ( identifier , number_literal , identifier , identifier , identifier , identifier ))) ;)) (return_statement "return uVar9;" return identifier ;)) (case_statement "case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;" case number_literal : (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010badf;" goto statement_identifier ;)) (case_statement "case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (labeled_statement "LAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" statement_identifier : (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" identifier = (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;)) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" case number_literal : (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];" default : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;)) })) (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" identifier = (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "void version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors,\n size_t n_authors)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n char *pcVar7;\n char *pcVar8;\n char *pcVar9;\n \n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,"%s %s\n",package,version);\n }\n else {\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }\n __fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;\n case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;\n case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;\n case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;\n case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;\n case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;\n case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;\n case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n }\n __fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9);\n return;\n}\n\n" (function_definition "void version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors,\n size_t n_authors)\n\n{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n char *pcVar7;\n char *pcVar8;\n char *pcVar9;\n \n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,"%s %s\n",package,version);\n }\n else {\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }\n __fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;\n case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;\n case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;\n case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;\n case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;\n case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;\n case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;\n case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n }\n __fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9);\n return;\n}" primitive_type (function_declarator "version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors,\n size_t n_authors)" identifier (parameter_list "(FILE *stream,char *command_name,char *package,char *version,char **authors,\n size_t n_authors)" ( (parameter_declaration "FILE *stream" type_identifier (pointer_declarator "*stream" * identifier)) , (parameter_declaration "char *command_name" primitive_type (pointer_declarator "*command_name" * identifier)) , (parameter_declaration "char *package" primitive_type (pointer_declarator "*package" * identifier)) , (parameter_declaration "char *version" primitive_type (pointer_declarator "*version" * identifier)) , (parameter_declaration "char **authors" primitive_type (pointer_declarator "**authors" * (pointer_declarator "*authors" * identifier))) , (parameter_declaration "size_t n_authors" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n char *pcVar2;\n char *pcVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n char *pcVar7;\n char *pcVar8;\n char *pcVar9;\n \n if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,"%s %s\n",package,version);\n }\n else {\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }\n __fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream);\n switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;\n case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;\n case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;\n case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;\n case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;\n case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;\n case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;\n case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n }\n __fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (if_statement "if (command_name == (char *)0x0) {\n __fprintf_chk(stream,1,"%s %s\n",package,version);\n }\n else {\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }" if (parenthesized_expression "(command_name == (char *)0x0)" ( (binary_expression "command_name == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __fprintf_chk(stream,1,"%s %s\n",package,version);\n }" { (expression_statement "__fprintf_chk(stream,1,"%s %s\n",package,version);" (call_expression "__fprintf_chk(stream,1,"%s %s\n",package,version)" identifier (argument_list "(stream,1,"%s %s\n",package,version)" ( identifier , number_literal , (string_literal ""%s %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }" else (compound_statement "{\n __fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);\n }" { (expression_statement "__fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version);" (call_expression "__fprintf_chk(stream,1,"%s (%s) %s\n",command_name,package,version)" identifier (argument_list "(stream,1,"%s (%s) %s\n",command_name,package,version)" ( identifier , number_literal , (string_literal ""%s (%s) %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) }))) (expression_statement "__fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);" (call_expression "__fprintf_chk(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" identifier (argument_list "(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" ( identifier , number_literal , (string_literal ""Copyright %s %d Free Software Foundation, Inc."" " string_content ") , (pointer_expression "&DAT_0010f367" & identifier) , number_literal ))) ;) (expression_statement "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream);" (call_expression "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream)" identifier (argument_list "("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"\n ,1,0xca,(FILE *)stream)" ( (string_literal ""\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n"" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence ") , number_literal , number_literal , (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (switch_statement "switch(n_authors) {\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;\n case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;\n case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;\n case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;\n case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;\n case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;\n case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;\n case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n }" switch (parenthesized_expression "(n_authors)" ( identifier )) (compound_statement "{\n case 0:\n /* WARNING: Subroutine does not return */\n abort();\n case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;\n case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;\n case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;\n case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;\n case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;\n case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;\n case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;\n case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;\n default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n }" { (case_statement "case 0:\n /* WARNING: Subroutine does not return */\n abort();" case number_literal : comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) (case_statement "case 1:\n __fprintf_chk(stream,1,"Written by %s.\n",*authors);\n return;" case number_literal : (expression_statement "__fprintf_chk(stream,1,"Written by %s.\n",*authors);" (call_expression "__fprintf_chk(stream,1,"Written by %s.\n",*authors)" identifier (argument_list "(stream,1,"Written by %s.\n",*authors)" ( identifier , number_literal , (string_literal ""Written by %s.\n"" " string_content escape_sequence ") , (pointer_expression "*authors" * identifier) ))) ;) (return_statement "return;" return ;)) (case_statement "case 2:\n __fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);\n return;" case number_literal : (expression_statement "__fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1]);" (call_expression "__fprintf_chk(stream,1,"Written by %s and %s.\n",*authors,authors[1])" identifier (argument_list "(stream,1,"Written by %s and %s.\n",*authors,authors[1])" ( identifier , number_literal , (string_literal ""Written by %s and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) ))) ;) (return_statement "return;" return ;)) (case_statement "case 3:\n __fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);\n return;" case number_literal : (expression_statement "__fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]);" (call_expression "__fprintf_chk(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2])" identifier (argument_list "(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2])" ( identifier , number_literal , (string_literal ""Written by %s, %s, and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*authors" * identifier) , (subscript_expression "authors[1]" identifier [ number_literal ]) , (subscript_expression "authors[2]" identifier [ number_literal ]) ))) ;) (return_statement "return;" return ;)) (case_statement "case 4:\n pcVar9 = authors[3];\n pcVar1 = *authors;\n pcVar2 = "Written by %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar5 = authors[1];\n goto LAB_0010ba89;" case number_literal : (expression_statement "pcVar9 = authors[3];" (assignment_expression "pcVar9 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar2 = "Written by %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar2 = "Written by %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010ba89;" goto statement_identifier ;)) (case_statement "case 5:\n pcVar6 = authors[2];\n pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[3];\n pcVar1 = *authors;\nLAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);\n return;" case number_literal : (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar9 = authors[3];" (assignment_expression "pcVar9 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (labeled_statement "LAB_0010ba89:\n __fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);" statement_identifier : (expression_statement "__fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9);" (call_expression "__fprintf_chk(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9)" identifier (argument_list "(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;)) (case_statement "case 6:\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[4];\n pcVar5 = authors[1];\n pcVar8 = authors[3];\n goto LAB_0010badf;" case number_literal : (expression_statement "pcVar9 = authors[5];" (assignment_expression "pcVar9 = authors[5]" identifier = (subscript_expression "authors[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar2 = authors[4];" (assignment_expression "pcVar2 = authors[4]" identifier = (subscript_expression "authors[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = authors[3];" (assignment_expression "pcVar8 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010badf;" goto statement_identifier ;)) (case_statement "case 7:\n pcVar6 = authors[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[5];\n pcVar1 = *authors;\n pcVar2 = authors[4];\n pcVar8 = authors[3];\nLAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);\n return;" case number_literal : (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar9 = authors[5];" (assignment_expression "pcVar9 = authors[5]" identifier = (subscript_expression "authors[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar2 = authors[4];" (assignment_expression "pcVar2 = authors[4]" identifier = (subscript_expression "authors[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = authors[3];" (assignment_expression "pcVar8 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (labeled_statement "LAB_0010badf:\n __fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);" statement_identifier : (expression_statement "__fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9);" (call_expression "__fprintf_chk(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9)" identifier (argument_list "(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;)) (case_statement "case 8:\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n pcVar6 = authors[2];\n pcVar2 = authors[6];\n pcVar5 = authors[1];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;" case number_literal : (expression_statement "pcVar9 = authors[7];" (assignment_expression "pcVar9 = authors[7]" identifier = (subscript_expression "authors[7]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar2 = authors[6];" (assignment_expression "pcVar2 = authors[6]" identifier = (subscript_expression "authors[6]" identifier [ number_literal ])) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = authors[5];" (assignment_expression "pcVar8 = authors[5]" identifier = (subscript_expression "authors[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = authors[4];" (assignment_expression "pcVar3 = authors[4]" identifier = (subscript_expression "authors[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar7 = authors[3];" (assignment_expression "pcVar7 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];\n break;" case number_literal : (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar9 = authors[7];" (assignment_expression "pcVar9 = authors[7]" identifier = (subscript_expression "authors[7]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar2 = authors[6];" (assignment_expression "pcVar2 = authors[6]" identifier = (subscript_expression "authors[6]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = authors[5];" (assignment_expression "pcVar8 = authors[5]" identifier = (subscript_expression "authors[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = authors[4];" (assignment_expression "pcVar3 = authors[4]" identifier = (subscript_expression "authors[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar7 = authors[3];" (assignment_expression "pcVar7 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "default:\n pcVar6 = authors[2];\n pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n pcVar5 = authors[1];\n pcVar9 = authors[7];\n pcVar1 = *authors;\n pcVar2 = authors[6];\n pcVar8 = authors[5];\n pcVar3 = authors[4];\n pcVar7 = authors[3];" default : (expression_statement "pcVar6 = authors[2];" (assignment_expression "pcVar6 = authors[2]" identifier = (subscript_expression "authors[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";" (assignment_expression "pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "pcVar5 = authors[1];" (assignment_expression "pcVar5 = authors[1]" identifier = (subscript_expression "authors[1]" identifier [ number_literal ])) ;) (expression_statement "pcVar9 = authors[7];" (assignment_expression "pcVar9 = authors[7]" identifier = (subscript_expression "authors[7]" identifier [ number_literal ])) ;) (expression_statement "pcVar1 = *authors;" (assignment_expression "pcVar1 = *authors" identifier = (pointer_expression "*authors" * identifier)) ;) (expression_statement "pcVar2 = authors[6];" (assignment_expression "pcVar2 = authors[6]" identifier = (subscript_expression "authors[6]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = authors[5];" (assignment_expression "pcVar8 = authors[5]" identifier = (subscript_expression "authors[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = authors[4];" (assignment_expression "pcVar3 = authors[4]" identifier = (subscript_expression "authors[4]" identifier [ number_literal ])) ;) (expression_statement "pcVar7 = authors[3];" (assignment_expression "pcVar7 = authors[3]" identifier = (subscript_expression "authors[3]" identifier [ number_literal ])) ;)) })) (expression_statement "__fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9);" (call_expression "__fprintf_chk(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9)" identifier (argument_list "(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "undefined8\nFUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}\n\n" (function_definition "undefined8\nFUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" type_identifier (function_declarator "FUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" identifier (parameter_list "(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "undefined8 uVar9;" type_identifier identifier ;) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4)" identifier (argument_list "(param_1,1,"%s %s\n",param_3,param_4)" ( identifier , number_literal , (string_literal ""%s %s\n"" " string_content escape_sequence ") , identifier , identifier ))) ;) }) (else_clause "else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" else (compound_statement "{\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" { (expression_statement "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" identifier (argument_list "(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" ( identifier , number_literal , (string_literal ""%s (%s) %s\n"" " string_content escape_sequence ") , identifier , identifier , identifier ))) ;) }))) (expression_statement "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);" (call_expression "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" identifier (argument_list "(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" ( identifier , number_literal , (string_literal ""Copyright %s %d Free Software Foundation, Inc."" " string_content ") , (pointer_expression "&DAT_0010f367" & identifier) , number_literal ))) ;) (expression_statement "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);" (call_expression "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1)" identifier (argument_list "("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1)" ( (string_literal ""\nLicense GPLv3+: GNU GPL version 3 or later <http:" " escape_sequence string_content ") , number_literal , number_literal , identifier ))) ;) (switch_statement "switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" switch (parenthesized_expression "(param_6)" ( identifier )) (compound_statement "{\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" { (case_statement "case 0:\n \n abort();" case number_literal : (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) (case_statement "case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" identifier (argument_list "(param_1,1,"Written by %s.\n",*param_5)" ( identifier , number_literal , (string_literal ""Written by %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" identifier (argument_list "(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" ( identifier , number_literal , (string_literal ""Written by %s and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;" case number_literal : (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" identifier = (call_expression "__fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" identifier (argument_list "(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" ( identifier , number_literal , (string_literal ""Written by %s, %s, and %s.\n"" " string_content escape_sequence ") , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (subscript_expression "param_5[2]" identifier [ number_literal ]) )))) ;) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;" case number_literal : (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010ba89;" goto statement_identifier ;)) (case_statement "case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (labeled_statement "LAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" statement_identifier : (expression_statement "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1)" ( identifier , number_literal , identifier , identifier , identifier , identifier ))) ;)) (return_statement "return uVar9;" return identifier ;)) (case_statement "case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;" case number_literal : (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (goto_statement "goto LAB_0010badf;" goto statement_identifier ;)) (case_statement "case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (labeled_statement "LAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" statement_identifier : (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" identifier = (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;)) (return_statement "return uVar1;" return identifier ;)) (case_statement "case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" case number_literal : (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" case number_literal : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (break_statement "break;" break ;)) (case_statement "default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];" default : (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" identifier = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" identifier = (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" identifier = (subscript_expression "param_5[7]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" identifier = (subscript_expression "param_5[6]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" identifier = (subscript_expression "param_5[5]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;)) })) (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" identifier = (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" identifier (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" ( identifier , number_literal , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * 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 IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content escape_sequence ") , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content escape_sequence ") , IDENT , IDENT , IDENT ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content ") , (pointer_expression & IDENT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " escape_sequence string_content ") , LIT , LIT , IDENT ))) ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) )))) ;) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) )))) ;) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) )))) ;) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT , IDENT , IDENT ))) ;)) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence ")) ;) (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 ])) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ 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 ])) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;)) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (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 ])) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ 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 ])) ;) (break_statement break ;)) (case_statement default : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ 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 = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined8\nFUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0010b8f0(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" (identifier "FUN_0010b8f0") (parameter_list "(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5,\n undefined8 param_6)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 *param_5" (type_identifier "undefined8") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n \n if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }\n __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);\n fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);\n switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);\n return uVar1;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "undefined8 uVar9;" (type_identifier "undefined8") (identifier "uVar9") (; ";")) (if_statement "if (param_2 == 0) {\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }\n else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);\n }" ({ "{") (expression_statement "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s %s\n",param_3,param_4)" (identifier "__fprintf_chk") (argument_list "(param_1,1,"%s %s\n",param_3,param_4)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""%s %s\n"" (" """) (string_content "%s %s") (escape_sequence "\n") (" """)) (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" (else "else") (compound_statement "{\n __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);\n }" ({ "{") (expression_statement "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4);" (call_expression "__fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" (identifier "__fprintf_chk") (argument_list "(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""%s (%s) %s\n"" (" """) (string_content "%s (%s) %s") (escape_sequence "\n") (" """)) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}")))) (expression_statement "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df);" (call_expression "__fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" (identifier "__fprintf_chk") (argument_list "(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""Copyright %s %d Free Software Foundation, Inc."" (" """) (string_content "Copyright %s %d Free Software Foundation, Inc.") (" """)) (, ",") (pointer_expression "&DAT_0010f367" (& "&") (identifier "DAT_0010f367")) (, ",") (number_literal "0x7df") () ")"))) (; ";")) (expression_statement "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1);" (call_expression "fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1)" (identifier "fwrite") (argument_list "("\nLicense GPLv3+: GNU GPL version 3 or later <http:\n ,1,0xca,param_1)" (( "(") (string_literal ""\nLicense GPLv3+: GNU GPL version 3 or later <http:" (" """) (escape_sequence "\n") (string_content "License GPLv3+: GNU GPL version 3 or later <http:") (" "")) (, ",") (number_literal "1") (, ",") (number_literal "0xca") (, ",") (identifier "param_1") () ")"))) (; ";")) (switch_statement "switch(param_6) {\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" (switch "switch") (parenthesized_expression "(param_6)" (( "(") (identifier "param_6") () ")")) (compound_statement "{\n case 0:\n \n abort();\n case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;\n case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;\n case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;\n case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;\n case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;\n case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;\n case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;\n case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;\n default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n }" ({ "{") (case_statement "case 0:\n \n abort();" (case "case") (number_literal "0") (: ":") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";"))) (case_statement "case 1:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);\n return uVar1;" (case "case") (number_literal "1") (: ":") (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" (identifier "uVar1") (= "=") (call_expression "__fprintf_chk(param_1,1,"Written by %s.\n",*param_5)" (identifier "__fprintf_chk") (argument_list "(param_1,1,"Written by %s.\n",*param_5)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""Written by %s.\n"" (" """) (string_content "Written by %s.") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";"))) (case_statement "case 2:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);\n return uVar1;" (case "case") (number_literal "2") (: ":") (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" (identifier "uVar1") (= "=") (call_expression "__fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" (identifier "__fprintf_chk") (argument_list "(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""Written by %s and %s.\n"" (" """) (string_content "Written by %s and %s.") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) (, ",") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";"))) (case_statement "case 3:\n uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);\n return uVar1;" (case "case") (number_literal "3") (: ":") (expression_statement "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" (identifier "uVar1") (= "=") (call_expression "__fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" (identifier "__fprintf_chk") (argument_list "(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2])" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (string_literal ""Written by %s, %s, and %s.\n"" (" """) (string_content "Written by %s, %s, and %s.") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) (, ",") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]")) (, ",") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]")) () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";"))) (case_statement "case 4:\n uVar9 = param_5[3];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar4 = param_5[1];\n goto LAB_0010ba89;" (case "case") (number_literal "4") (: ":") (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" (identifier "uVar9") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\nand %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\nand %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (goto_statement "goto LAB_0010ba89;" (goto "goto") (statement_identifier "LAB_0010ba89") (; ";"))) (case_statement "case 5:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[3];\n uVar2 = *param_5;\nLAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);\n return uVar9;" (case "case") (number_literal "5") (: ":") (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, and %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar9 = param_5[3];" (assignment_expression "uVar9 = param_5[3]" (identifier "uVar9") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (labeled_statement "LAB_0010ba89:\n __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" (statement_identifier "LAB_0010ba89") (: ":") (expression_statement "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1);" (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1)" (identifier "__fprintf_chk") (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "pcVar3") (, ",") (identifier "uVar2") (, ",") (identifier "uVar4") (, ",") (identifier "uVar1") () ")"))) (; ";"))) (return_statement "return uVar9;" (return "return") (identifier "uVar9") (; ";"))) (case_statement "case 6:\n uVar9 = param_5[5];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[4];\n uVar4 = param_5[1];\n uVar7 = param_5[3];\n goto LAB_0010badf;" (case "case") (number_literal "6") (: ":") (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" (identifier "uVar9") (= "=") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, %s, and %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" (identifier "uVar8") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" (identifier "uVar7") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (goto_statement "goto LAB_0010badf;" (goto "goto") (statement_identifier "LAB_0010badf") (; ";"))) (case_statement "case 7:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[5];\n uVar2 = *param_5;\n uVar8 = param_5[4];\n uVar7 = param_5[3];\nLAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);\n return uVar1;" (case "case") (number_literal "7") (: ":") (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, %s, and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar9 = param_5[5];" (assignment_expression "uVar9 = param_5[5]" (identifier "uVar9") (= "=") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "uVar8 = param_5[4];" (assignment_expression "uVar8 = param_5[4]" (identifier "uVar8") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar7 = param_5[3];" (assignment_expression "uVar7 = param_5[3]" (identifier "uVar7") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (labeled_statement "LAB_0010badf:\n uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" (statement_identifier "LAB_0010badf") (: ":") (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" (identifier "uVar1") (= "=") (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" (identifier "__fprintf_chk") (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "pcVar3") (, ",") (identifier "uVar2") (, ",") (identifier "uVar4") (, ",") (identifier "uVar1") (, ",") (identifier "uVar7") (, ",") (identifier "uVar8") (, ",") (identifier "uVar9") () ")")))) (; ";"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";"))) (case_statement "case 8:\n uVar9 = param_5[7];\n uVar2 = *param_5;\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";\n uVar1 = param_5[2];\n uVar8 = param_5[6];\n uVar4 = param_5[1];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" (case "case") (number_literal "8") (: ":") (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" (identifier "uVar9") (= "=") (subscript_expression "param_5[7]" (identifier "param_5") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, %s, %s,") (escape_sequence "\n") (string_content "and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" (identifier "uVar8") (= "=") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" (identifier "uVar7") (= "=") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" (identifier "uVar6") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" (identifier "uVar5") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 9:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];\n break;" (case "case") (number_literal "9") (: ":") (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, %s, %s,") (escape_sequence "\n") (string_content "%s, and %s.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" (identifier "uVar9") (= "=") (subscript_expression "param_5[7]" (identifier "param_5") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" (identifier "uVar8") (= "=") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" (identifier "uVar7") (= "=") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" (identifier "uVar6") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" (identifier "uVar5") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "default:\n uVar1 = param_5[2];\n pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";\n uVar4 = param_5[1];\n uVar9 = param_5[7];\n uVar2 = *param_5;\n uVar8 = param_5[6];\n uVar7 = param_5[5];\n uVar6 = param_5[4];\n uVar5 = param_5[3];" (default "default") (: ":") (expression_statement "uVar1 = param_5[2];" (assignment_expression "uVar1 = param_5[2]" (identifier "uVar1") (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n";" (assignment_expression "pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" (identifier "pcVar3") (= "=") (string_literal ""Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"" (" """) (string_content "Written by %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, %s, %s,") (escape_sequence "\n") (string_content "%s, %s, and others.") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar4 = param_5[1];" (assignment_expression "uVar4 = param_5[1]" (identifier "uVar4") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar9 = param_5[7];" (assignment_expression "uVar9 = param_5[7]" (identifier "uVar9") (= "=") (subscript_expression "param_5[7]" (identifier "param_5") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "uVar2 = *param_5;" (assignment_expression "uVar2 = *param_5" (identifier "uVar2") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "uVar8 = param_5[6];" (assignment_expression "uVar8 = param_5[6]" (identifier "uVar8") (= "=") (subscript_expression "param_5[6]" (identifier "param_5") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "uVar7 = param_5[5];" (assignment_expression "uVar7 = param_5[5]" (identifier "uVar7") (= "=") (subscript_expression "param_5[5]" (identifier "param_5") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "uVar6 = param_5[4];" (assignment_expression "uVar6 = param_5[4]" (identifier "uVar6") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar5 = param_5[3];" (assignment_expression "uVar5 = param_5[3]" (identifier "uVar5") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";"))) (} "}"))) (expression_statement "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9);" (assignment_expression "uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" (identifier "uVar1") (= "=") (call_expression "__fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" (identifier "__fprintf_chk") (argument_list "(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (identifier "pcVar3") (, ",") (identifier "uVar2") (, ",") (identifier "uVar4") (, ",") (identifier "uVar1") (, ",") (identifier "uVar5") (, ",") (identifier "uVar6") (, ",") (identifier "uVar7") (, ",") (identifier "uVar8") (, ",") (identifier "uVar9") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
void function_1(type_1 *stream,char *var_1,char *package,char *version,char **authors, size_t n_authors) { char *pcVar1; char *pcVar2; char *pcVar3; char *pcVar4; char *pcVar5; char *pcVar6; char *pcVar7; char *pcVar8; char *pcVar9; if (var_1 == (char *)0x0) { var_2(stream,1,"%s %s\n",package,version); } else { var_2(stream,1,"%s (%s) %s\n",var_1,package,version); } var_2(stream,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df); var_3("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" ,1,0xca,(type_1 *)stream); switch(n_authors) { case 0: /* WARNING: Subroutine does not return */ var_4(); case 1: var_2(stream,1,"Written by %s.\n",*authors); return; case 2: var_2(stream,1,"Written by %s and %s.\n",*authors,authors[1]); return; case 3: var_2(stream,1,"Written by %s, %s, and %s.\n",*authors,authors[1],authors[2]); return; case 4: pcVar9 = authors[3]; pcVar1 = *authors; pcVar2 = "Written by %s, %s, %s,\nand %s.\n"; pcVar6 = authors[2]; pcVar5 = authors[1]; goto LAB_0010ba89; case 5: pcVar6 = authors[2]; pcVar2 = "Written by %s, %s, %s,\n%s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[3]; pcVar1 = *authors; LAB_0010ba89: var_2(stream,1,pcVar2,pcVar1,pcVar5,pcVar6,pcVar9); return; case 6: pcVar9 = authors[5]; pcVar1 = *authors; pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"; pcVar6 = authors[2]; pcVar2 = authors[4]; pcVar5 = authors[1]; pcVar8 = authors[3]; goto LAB_0010badf; case 7: pcVar6 = authors[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[5]; pcVar1 = *authors; pcVar2 = authors[4]; pcVar8 = authors[3]; LAB_0010badf: var_2(stream,1,pcVar3,pcVar1,pcVar5,pcVar6,pcVar8,pcVar2,pcVar9); return; case 8: pcVar9 = authors[7]; pcVar1 = *authors; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"; pcVar6 = authors[2]; pcVar2 = authors[6]; pcVar5 = authors[1]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; break; case 9: pcVar6 = authors[2]; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"; pcVar5 = authors[1]; pcVar9 = authors[7]; pcVar1 = *authors; pcVar2 = authors[6]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; break; default: pcVar6 = authors[2]; pcVar4 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"; pcVar5 = authors[1]; pcVar9 = authors[7]; pcVar1 = *authors; pcVar2 = authors[6]; pcVar8 = authors[5]; pcVar3 = authors[4]; pcVar7 = authors[3]; } var_2(stream,1,pcVar4,pcVar1,pcVar5,pcVar6,pcVar7,pcVar3,pcVar8,pcVar2,pcVar9); return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) 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: (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: (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content) (escape_sequence)) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content) (escape_sequence)) (identifier) (identifier) (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content)) (pointer_expression argument: (identifier)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (escape_sequence) (string_content) (MISSING """)) (number_literal) (number_literal) (identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier)))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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)))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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: (pointer_expression argument: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier) (identifier) (identifier))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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)))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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: (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)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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: (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)))) (break_statement)) (case_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)))) (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: (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))) (return_statement (identifier)))))
null
undefined8 MASKED(FILE *param_1,long param_2,undefined8 param_3,undefined8 param_4,undefined8 *param_5, undefined8 param_6) { undefined8 uVar1; undefined8 uVar2; char *pcVar3; undefined8 uVar4; undefined8 uVar5; undefined8 uVar6; undefined8 uVar7; undefined8 uVar8; undefined8 uVar9; if (param_2 == 0) { __fprintf_chk(param_1,1,"%s %s\n",param_3,param_4); } else { __fprintf_chk(param_1,1,"%s (%s) %s\n",param_2,param_3,param_4); } __fprintf_chk(param_1,1,"Copyright %s %d Free Software Foundation, Inc.",&DAT_0010f367,0x7df); fwrite("\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\n" ,1,0xca,param_1); switch(param_6) { case 0: /* WARNING: Subroutine does not return */ abort(); case 1: uVar1 = __fprintf_chk(param_1,1,"Written by %s.\n",*param_5); return uVar1; case 2: uVar1 = __fprintf_chk(param_1,1,"Written by %s and %s.\n",*param_5,param_5[1]); return uVar1; case 3: uVar1 = __fprintf_chk(param_1,1,"Written by %s, %s, and %s.\n",*param_5,param_5[1],param_5[2]); return uVar1; case 4: uVar9 = param_5[3]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\nand %s.\n"; uVar1 = param_5[2]; uVar4 = param_5[1]; goto LAB_0010ba89; case 5: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[3]; uVar2 = *param_5; LAB_0010ba89: __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1); return uVar9; case 6: uVar9 = param_5[5]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\n%s, %s, and %s.\n"; uVar1 = param_5[2]; uVar8 = param_5[4]; uVar4 = param_5[1]; uVar7 = param_5[3]; goto LAB_0010badf; case 7: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[5]; uVar2 = *param_5; uVar8 = param_5[4]; uVar7 = param_5[3]; LAB_0010badf: uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar7,uVar8,uVar9); return uVar1; case 8: uVar9 = param_5[7]; uVar2 = *param_5; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"; uVar1 = param_5[2]; uVar8 = param_5[6]; uVar4 = param_5[1]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; break; case 9: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"; uVar4 = param_5[1]; uVar9 = param_5[7]; uVar2 = *param_5; uVar8 = param_5[6]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; break; default: uVar1 = param_5[2]; pcVar3 = "Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"; uVar4 = param_5[1]; uVar9 = param_5[7]; uVar2 = *param_5; uVar8 = param_5[6]; uVar7 = param_5[5]; uVar6 = param_5[4]; uVar5 = param_5[3]; } uVar1 = __fprintf_chk(param_1,1,pcVar3,uVar2,uVar4,uVar1,uVar5,uVar6,uVar7,uVar8,uVar9); return uVar1; }
243_m68k-linux-gnu-ar_and_m68k-linux-gnu-ar_strip.c
xrealloc
xrealloc
/* WARNING: Control flow encountered bad instruction data */ void xrealloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void xrealloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207037702')]
[('const-1', u'RETURN_-1207037702')]
null
null
001110f0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (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(); }
268_cflow_and_cflow_strip.c
_wsplt_nomem
FUN_0010d940
int _wsplt_nomem(wordsplit *wsp) { wordsplit_node *pwVar1; wordsplit_node *p; uint uVar2; int *piVar3; piVar3 = __errno_location(); *piVar3 = 0xc; uVar2 = wsp->ws_flags; wsp->ws_errno = 2; if ((uVar2 & 0x80) != 0) { (*wsp->ws_alloc_die)(wsp); uVar2 = wsp->ws_flags; } if ((uVar2 & 0x10) != 0) { wordsplit_perror(wsp); uVar2 = wsp->ws_flags; } if ((uVar2 & 8) == 0) { wordsplit_free(wsp); } p = wsp->ws_head; while (p != (wordsplit_node *)0x0) { pwVar1 = p->next; wsnode_free(p); p = pwVar1; } wsp->ws_tail = (wordsplit_node *)0x0; wsp->ws_head = (wordsplit_node *)0x0; return wsp->ws_errno; }
undefined4 FUN_0010d940(long param_1) { long lVar1; uint uVar2; int *piVar3; piVar3 = __errno_location(); *piVar3 = 0xc; uVar2 = *(uint *)(param_1 + 0x20); *(undefined4 *)(param_1 + 0xc0) = 2; if ((uVar2 & 0x80) != 0) { (**(code **)(param_1 + 0x58))(param_1); uVar2 = *(uint *)(param_1 + 0x20); } if ((uVar2 & 0x10) != 0) { FUN_0010d8a0(param_1); uVar2 = *(uint *)(param_1 + 0x20); } if ((uVar2 & 8) == 0) { FUN_0010d780(param_1); } lVar1 = *(long *)(param_1 + 0xd0); while (lVar1 != 0) { lVar1 = *(long *)(lVar1 + 8); FUN_0010ce10(); } *(undefined8 *)(param_1 + 0xd8) = 0; *(undefined8 *)(param_1 + 0xd0) = 0; return *(undefined4 *)(param_1 + 0xc0); }
PUSH RBP MOV RBP,RDI PUSH RBX SUB RSP,0x8 CALL 0x001030b0 MOV dword ptr [RAX],0xc MOV EAX,dword ptr [RBP + 0x20] MOV dword ptr [RBP + 0xc0],0x2 TEST AL,0x80 JZ 0x0010d96e MOV RDI,RBP CALL qword ptr [RBP + 0x58] MOV EAX,dword ptr [RBP + 0x20] TEST AL,0x10 JNZ 0x0010d9c0 TEST AL,0x8 JZ 0x0010d9cf MOV RDI,qword ptr [RBP + 0xd0] TEST RDI,RDI JZ 0x0010d999 NOP word ptr [RAX + RAX*0x1] MOV RBX,qword ptr [RDI + 0x8] CALL 0x0010ce10 MOV RDI,RBX TEST RBX,RBX JNZ 0x0010d988 MOV EAX,dword ptr [RBP + 0xc0] MOV qword ptr [RBP + 0xd8],0x0 MOV qword ptr [RBP + 0xd0],0x0 ADD RSP,0x8 POP RBX POP RBP RET MOV RDI,RBP CALL 0x0010d8a0 MOV EAX,dword ptr [RBP + 0x20] TEST AL,0x8 JNZ 0x0010d976 MOV RDI,RBP CALL 0x0010d780 JMP 0x0010d976
null
null
null
null
[(u'LOAD_-1206920814', u'CALLIND_-1206920804'), ('tmp_425', u'PTRSUB_-1206920328'), ('tmp_404', u'CBRANCH_-1206920594'), ('tmp_425', u'PTRSUB_-1206920297'), ('const-0', u'INT_NOTEQUAL_-1206920819'), (u'INT_EQUAL_-1206920596', u'CBRANCH_-1206920594'), (u'INT_AND_-1206920482', u'INT_NOTEQUAL_-1206920785'), ('tmp_425', u'CALL_-1206920617'), (u'MULTIEQUAL_-1206920374', u'PTRSUB_-1206920365'), (u'COPY_-1206920407', u'MULTIEQUAL_-1206920374'), ('const-216', u'PTRSUB_-1206920340'), ('tmp_425', u'CALLIND_-1206920804'), ('const-192', u'PTRSUB_-1206920347'), ('const-0', u'STORE_-1206920689'), (u'LOAD_-1206920852', u'INT_AND_-1206920497'), ('const-0', u'INT_NOTEQUAL_-1206920746'), ('const-208', u'PTRSUB_-1206920328'), ('const-32', u'PTRSUB_-1206920396'), ('const-433', u'STORE_-1206920859'), ('const-433', u'STORE_-1206920843'), ('tmp_425', u'PTRSUB_-1206920418'), (u'MULTIEQUAL_-1206920453', u'MULTIEQUAL_-1206920309'), ('tmp_425', u'PTRSUB_-1206920400'), ('const-208', u'PTRSUB_-1206920384'), ('const-433', u'LOAD_-1206920615'), ('tmp_214', u'CBRANCH_-1206920745'), ('const-32', u'PTRSUB_-1206920297'), ('const-8', u'INT_AND_-1206920381'), (u'LOAD_-1206920615', u'MULTIEQUAL_-1206920309'), (u'PTRSUB_-1206920328', u'STORE_-1206920675'), ('tmp_425', u'PTRSUB_-1206920347'), (u'PTRSUB_-1206920422', u'LOAD_-1206920852'), ('const-32', u'PTRSUB_-1206920422'), (u'PTRSUB_-1206920384', u'LOAD_-1206920769'), ('tmp_425', u'PTRSUB_-1206920396'), (u'PTRSUB_-1206920418', u'STORE_-1206920843'), (u'PTRSUB_-1206920347', u'LOAD_-1206920701'), (u'COPY_-1206920431', u'MULTIEQUAL_-1206920374'), (u'CALL_-1206920862', u'STORE_-1206920859'), ('const-433', u'STORE_-1206920689'), ('const-128', u'INT_AND_-1206920497'), (u'LOAD_-1206920736', u'COPY_-1206920407'), ('tmp_154', u'CBRANCH_-1206920784'), ('const-0', u'STORE_-1206920675'), ('tmp_357', u'BRANCH_-1206920604'), ('const-88', u'PTRSUB_-1206920400'), ('const-433', u'LOAD_-1206920769'), ('tmp_425', u'CALL_-1206920607'), (u'INT_NOTEQUAL_-1206920785', u'CBRANCH_-1206920784'), ('const-16', u'INT_AND_-1206920482'), (u'MULTIEQUAL_-1206920309', u'INT_AND_-1206920381'), ('const-433', u'LOAD_-1206920852'), ('const-12', u'STORE_-1206920859'), (u'INT_AND_-1206920497', u'INT_NOTEQUAL_-1206920819'), (u'MULTIEQUAL_-1206920453', u'INT_AND_-1206920482'), ('const-0', u'RETURN_-1206920631'), (u'INT_NOTEQUAL_-1206920819', u'CBRANCH_-1206920819'), (u'INT_AND_-1206920381', u'INT_EQUAL_-1206920596'), (u'MULTIEQUAL_-1206920374', u'INT_NOTEQUAL_-1206920746'), ('tmp_425', u'PTRSUB_-1206920384'), (u'PTRSUB_-1206920297', u'LOAD_-1206920615'), (u'LOAD_-1206920805', u'MULTIEQUAL_-1206920453'), (u'INT_NOTEQUAL_-1206920746', u'CBRANCH_-1206920745'), (u'LOAD_-1206920701', u'COPY_-1206920546'), (u'COPY_-1206920546', u'RETURN_-1206920631'), (u'LOAD_-1206920852', u'MULTIEQUAL_-1206920453'), ('tmp_425', u'PTRSUB_-1206920340'), ('const-433', u'LOAD_-1206920805'), (u'PTRSUB_-1206920365', u'LOAD_-1206920736'), ('const-433', u'STORE_-1206920675'), (u'PTRSUB_-1206920400', u'LOAD_-1206920814'), (u'PTRSUB_-1206920340', u'STORE_-1206920689'), ('const-0', u'INT_EQUAL_-1206920596'), ('const-8', u'PTRSUB_-1206920365'), ('tmp_425', u'PTRSUB_-1206920422'), (u'MULTIEQUAL_-1206920374', u'CALL_-1206920723'), (u'LOAD_-1206920769', u'COPY_-1206920431'), ('tmp_99', u'CBRANCH_-1206920819'), ('const-2', u'STORE_-1206920843'), ('const-433', u'LOAD_-1206920736'), (u'PTRSUB_-1206920396', u'LOAD_-1206920805'), ('const-0', u'INT_NOTEQUAL_-1206920785'), ('const-433', u'LOAD_-1206920701'), ('const-192', u'PTRSUB_-1206920418'), ('const-433', u'LOAD_-1206920814')]
[(u'LOAD_-1206920814', u'CALLIND_-1206920804'), (u'INT_ADD_-1206920685', u'CAST_-1206920347'), ('tmp_404', u'CBRANCH_-1206920594'), (u'MULTIEQUAL_-1206920454', u'MULTIEQUAL_-1206920310'), ('tmp_917', u'CALL_-1206920617'), ('tmp_917', u'INT_ADD_-1206920599'), (u'INT_EQUAL_-1206920596', u'CBRANCH_-1206920594'), ('const-16', u'INT_AND_-1206920483'), ('const-433', u'LOAD_-1206920814'), (u'INT_ADD_-1206920798', u'CAST_-1206920401'), ('const-433', u'STORE_-1206920675'), ('const-32', u'INT_ADD_-1206920836'), ('const-192', u'INT_ADD_-1206920685'), ('const-216', u'INT_ADD_-1206920675'), ('tmp_917', u'INT_ADD_-1206920661'), ('const-192', u'INT_ADD_-1206920829'), ('const-32', u'INT_ADD_-1206920789'), ('const-0', u'INT_NOTEQUAL_-1206920746'), ('tmp_917', u'INT_ADD_-1206920685'), ('const-2', u'STORE_-1206920843'), ('const-208', u'INT_ADD_-1206920753'), ('const-433', u'LOAD_-1206920852'), (u'LOAD_-1206920769', u'MULTIEQUAL_-1206920385'), (u'MULTIEQUAL_-1206920385', u'INT_ADD_-1206920720'), ('const-433', u'STORE_-1206920843'), (u'INT_ADD_-1206920661', u'CAST_-1206920328'), ('const-433', u'STORE_-1206920859'), ('tmp_214', u'CBRANCH_-1206920745'), ('const-0', u'INT_NOTEQUAL_-1206920819'), (u'INT_ADD_-1206920599', u'CAST_-1206920303'), ('const-8', u'INT_AND_-1206920384'), (u'LOAD_-1206920805', u'MULTIEQUAL_-1206920454'), (u'CAST_-1206920328', u'STORE_-1206920675'), (u'CAST_-1206920384', u'LOAD_-1206920769'), ('const-128', u'INT_AND_-1206920498'), ('const-0', u'STORE_-1206920689'), (u'MULTIEQUAL_-1206920310', u'INT_AND_-1206920384'), (u'CAST_-1206920347', u'LOAD_-1206920701'), (u'INT_ADD_-1206920675', u'CAST_-1206920340'), (u'CALL_-1206920862', u'STORE_-1206920859'), ('tmp_917', u'INT_ADD_-1206920675'), ('const-12', u'STORE_-1206920859'), ('tmp_154', u'CBRANCH_-1206920784'), ('tmp_357', u'BRANCH_-1206920604'), ('tmp_917', u'INT_ADD_-1206920829'), ('tmp_917', u'CALL_-1206920607'), (u'CAST_-1206920401', u'LOAD_-1206920814'), (u'CAST_-1206920303', u'LOAD_-1206920615'), ('const-433', u'LOAD_-1206920805'), (u'INT_NOTEQUAL_-1206920785', u'CBRANCH_-1206920784'), ('const-433', u'LOAD_-1206920615'), (u'MULTIEQUAL_-1206920385', u'INT_NOTEQUAL_-1206920746'), (u'LOAD_-1206920736', u'MULTIEQUAL_-1206920385'), ('const-8', u'INT_ADD_-1206920720'), ('const-433', u'LOAD_-1206920736'), ('const-32', u'INT_ADD_-1206920599'), ('const-0', u'RETURN_-1206920631'), (u'INT_NOTEQUAL_-1206920819', u'CBRANCH_-1206920819'), ('const-0', u'INT_NOTEQUAL_-1206920785'), (u'INT_ADD_-1206920836', u'CAST_-1206920423'), ('const-0', u'INT_EQUAL_-1206920596'), (u'INT_ADD_-1206920789', u'CAST_-1206920397'), (u'LOAD_-1206920701', u'COPY_-1206920424'), ('const-0', u'STORE_-1206920675'), ('const-88', u'INT_ADD_-1206920798'), ('tmp_917', u'INT_ADD_-1206920836'), ('const-433', u'LOAD_-1206920701'), ('tmp_917', u'INT_ADD_-1206920789'), ('const-208', u'INT_ADD_-1206920661'), (u'INT_AND_-1206920384', u'INT_EQUAL_-1206920596'), (u'INT_NOTEQUAL_-1206920746', u'CBRANCH_-1206920745'), ('tmp_917', u'INT_ADD_-1206920798'), (u'INT_ADD_-1206920829', u'CAST_-1206920419'), (u'INT_AND_-1206920483', u'INT_NOTEQUAL_-1206920785'), (u'MULTIEQUAL_-1206920454', u'INT_AND_-1206920483'), (u'LOAD_-1206920852', u'MULTIEQUAL_-1206920454'), ('const-433', u'LOAD_-1206920769'), (u'CAST_-1206920365', u'LOAD_-1206920736'), (u'INT_ADD_-1206920753', u'CAST_-1206920384'), ('const-433', u'STORE_-1206920689'), (u'CAST_-1206920340', u'STORE_-1206920689'), (u'COPY_-1206920424', u'RETURN_-1206920631'), (u'CAST_-1206920397', u'LOAD_-1206920805'), (u'INT_ADD_-1206920720', u'CAST_-1206920365'), ('tmp_917', u'INT_ADD_-1206920753'), ('tmp_99', u'CBRANCH_-1206920819'), ('tmp_917', u'CALLIND_-1206920804'), (u'LOAD_-1206920852', u'INT_AND_-1206920498'), (u'CAST_-1206920419', u'STORE_-1206920843'), (u'INT_AND_-1206920498', u'INT_NOTEQUAL_-1206920819'), (u'CAST_-1206920423', u'LOAD_-1206920852'), (u'LOAD_-1206920615', u'MULTIEQUAL_-1206920310')]
null
null
0010d940
x64
O2
(translation_unit "undefined4 FUN_0010d940(long param_1)\n\n{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}\n\n" (function_definition "undefined4 FUN_0010d940(long param_1)\n\n{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" type_identifier (function_declarator "FUN_0010d940(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (expression_statement "piVar3 = __errno_location();" (assignment_expression "piVar3 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar3 = 0xc;" (assignment_expression "*piVar3 = 0xc" (pointer_expression "*piVar3" * identifier) = number_literal) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 0xc0) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xc0) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" * (cast_expression "(undefined4 *)(param_1 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = number_literal) ;) (if_statement "if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "((uVar2 & 0x80) != 0)" ( (binary_expression "(uVar2 & 0x80) != 0" (parenthesized_expression "(uVar2 & 0x80)" ( (binary_expression "uVar2 & 0x80" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" { (expression_statement "(**(code **)(param_1 + 0x58))(param_1);" (call_expression "(**(code **)(param_1 + 0x58))(param_1)" (parenthesized_expression "(**(code **)(param_1 + 0x58))" ( (pointer_expression "**(code **)(param_1 + 0x58)" * (pointer_expression "*(code **)(param_1 + 0x58)" * (cast_expression "(code **)(param_1 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) })) (if_statement "if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "((uVar2 & 0x10) != 0)" ( (binary_expression "(uVar2 & 0x10) != 0" (parenthesized_expression "(uVar2 & 0x10)" ( (binary_expression "uVar2 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" { (expression_statement "FUN_0010d8a0(param_1);" (call_expression "FUN_0010d8a0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) })) (if_statement "if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }" if (parenthesized_expression "((uVar2 & 8) == 0)" ( (binary_expression "(uVar2 & 8) == 0" (parenthesized_expression "(uVar2 & 8)" ( (binary_expression "uVar2 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_0010d780(param_1);\n }" { (expression_statement "FUN_0010d780(param_1);" (call_expression "FUN_0010d780(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0xd0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0xd0)" identifier = (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) ))))) ;) (while_statement "while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" { (expression_statement "lVar1 = *(long *)(lVar1 + 8);" (assignment_expression "lVar1 = *(long *)(lVar1 + 8)" identifier = (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "FUN_0010ce10();" (call_expression "FUN_0010ce10()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" * (cast_expression "(undefined8 *)(param_1 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xd0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return *(undefined4 *)(param_1 + 0xc0);" return (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" * (cast_expression "(undefined4 *)(param_1 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) ;) })))
(translation_unit "int _wsplt_nomem(wordsplit *wsp)\n\n{\n wordsplit_node *pwVar1;\n wordsplit_node *p;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = wsp->ws_flags;\n wsp->ws_errno = 2;\n if ((uVar2 & 0x80) != 0) {\n (*wsp->ws_alloc_die)(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 0x10) != 0) {\n wordsplit_perror(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 8) == 0) {\n wordsplit_free(wsp);\n }\n p = wsp->ws_head;\n while (p != (wordsplit_node *)0x0) {\n pwVar1 = p->next;\n wsnode_free(p);\n p = pwVar1;\n }\n wsp->ws_tail = (wordsplit_node *)0x0;\n wsp->ws_head = (wordsplit_node *)0x0;\n return wsp->ws_errno;\n}\n\n" (function_definition "int _wsplt_nomem(wordsplit *wsp)\n\n{\n wordsplit_node *pwVar1;\n wordsplit_node *p;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = wsp->ws_flags;\n wsp->ws_errno = 2;\n if ((uVar2 & 0x80) != 0) {\n (*wsp->ws_alloc_die)(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 0x10) != 0) {\n wordsplit_perror(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 8) == 0) {\n wordsplit_free(wsp);\n }\n p = wsp->ws_head;\n while (p != (wordsplit_node *)0x0) {\n pwVar1 = p->next;\n wsnode_free(p);\n p = pwVar1;\n }\n wsp->ws_tail = (wordsplit_node *)0x0;\n wsp->ws_head = (wordsplit_node *)0x0;\n return wsp->ws_errno;\n}" primitive_type (function_declarator "_wsplt_nomem(wordsplit *wsp)" identifier (parameter_list "(wordsplit *wsp)" ( (parameter_declaration "wordsplit *wsp" type_identifier (pointer_declarator "*wsp" * identifier)) ))) (compound_statement "{\n wordsplit_node *pwVar1;\n wordsplit_node *p;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = wsp->ws_flags;\n wsp->ws_errno = 2;\n if ((uVar2 & 0x80) != 0) {\n (*wsp->ws_alloc_die)(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 0x10) != 0) {\n wordsplit_perror(wsp);\n uVar2 = wsp->ws_flags;\n }\n if ((uVar2 & 8) == 0) {\n wordsplit_free(wsp);\n }\n p = wsp->ws_head;\n while (p != (wordsplit_node *)0x0) {\n pwVar1 = p->next;\n wsnode_free(p);\n p = pwVar1;\n }\n wsp->ws_tail = (wordsplit_node *)0x0;\n wsp->ws_head = (wordsplit_node *)0x0;\n return wsp->ws_errno;\n}" { (declaration "wordsplit_node *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (declaration "wordsplit_node *p;" type_identifier (pointer_declarator "*p" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (expression_statement "piVar3 = __errno_location();" (assignment_expression "piVar3 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar3 = 0xc;" (assignment_expression "*piVar3 = 0xc" (pointer_expression "*piVar3" * identifier) = number_literal) ;) (expression_statement "uVar2 = wsp->ws_flags;" (assignment_expression "uVar2 = wsp->ws_flags" identifier = (field_expression "wsp->ws_flags" identifier -> field_identifier)) ;) (expression_statement "wsp->ws_errno = 2;" (assignment_expression "wsp->ws_errno = 2" (field_expression "wsp->ws_errno" identifier -> field_identifier) = number_literal) ;) (if_statement "if ((uVar2 & 0x80) != 0) {\n (*wsp->ws_alloc_die)(wsp);\n uVar2 = wsp->ws_flags;\n }" if (parenthesized_expression "((uVar2 & 0x80) != 0)" ( (binary_expression "(uVar2 & 0x80) != 0" (parenthesized_expression "(uVar2 & 0x80)" ( (binary_expression "uVar2 & 0x80" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n (*wsp->ws_alloc_die)(wsp);\n uVar2 = wsp->ws_flags;\n }" { (expression_statement "(*wsp->ws_alloc_die)(wsp);" (call_expression "(*wsp->ws_alloc_die)(wsp)" (parenthesized_expression "(*wsp->ws_alloc_die)" ( (pointer_expression "*wsp->ws_alloc_die" * (field_expression "wsp->ws_alloc_die" identifier -> field_identifier)) )) (argument_list "(wsp)" ( identifier ))) ;) (expression_statement "uVar2 = wsp->ws_flags;" (assignment_expression "uVar2 = wsp->ws_flags" identifier = (field_expression "wsp->ws_flags" identifier -> field_identifier)) ;) })) (if_statement "if ((uVar2 & 0x10) != 0) {\n wordsplit_perror(wsp);\n uVar2 = wsp->ws_flags;\n }" if (parenthesized_expression "((uVar2 & 0x10) != 0)" ( (binary_expression "(uVar2 & 0x10) != 0" (parenthesized_expression "(uVar2 & 0x10)" ( (binary_expression "uVar2 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n wordsplit_perror(wsp);\n uVar2 = wsp->ws_flags;\n }" { (expression_statement "wordsplit_perror(wsp);" (call_expression "wordsplit_perror(wsp)" identifier (argument_list "(wsp)" ( identifier ))) ;) (expression_statement "uVar2 = wsp->ws_flags;" (assignment_expression "uVar2 = wsp->ws_flags" identifier = (field_expression "wsp->ws_flags" identifier -> field_identifier)) ;) })) (if_statement "if ((uVar2 & 8) == 0) {\n wordsplit_free(wsp);\n }" if (parenthesized_expression "((uVar2 & 8) == 0)" ( (binary_expression "(uVar2 & 8) == 0" (parenthesized_expression "(uVar2 & 8)" ( (binary_expression "uVar2 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n wordsplit_free(wsp);\n }" { (expression_statement "wordsplit_free(wsp);" (call_expression "wordsplit_free(wsp)" identifier (argument_list "(wsp)" ( identifier ))) ;) })) (expression_statement "p = wsp->ws_head;" (assignment_expression "p = wsp->ws_head" identifier = (field_expression "wsp->ws_head" identifier -> field_identifier)) ;) (while_statement "while (p != (wordsplit_node *)0x0) {\n pwVar1 = p->next;\n wsnode_free(p);\n p = pwVar1;\n }" while (parenthesized_expression "(p != (wordsplit_node *)0x0)" ( (binary_expression "p != (wordsplit_node *)0x0" identifier != (cast_expression "(wordsplit_node *)0x0" ( (type_descriptor "wordsplit_node *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pwVar1 = p->next;\n wsnode_free(p);\n p = pwVar1;\n }" { (expression_statement "pwVar1 = p->next;" (assignment_expression "pwVar1 = p->next" identifier = (field_expression "p->next" identifier -> field_identifier)) ;) (expression_statement "wsnode_free(p);" (call_expression "wsnode_free(p)" identifier (argument_list "(p)" ( identifier ))) ;) (expression_statement "p = pwVar1;" (assignment_expression "p = pwVar1" identifier = identifier) ;) })) (expression_statement "wsp->ws_tail = (wordsplit_node *)0x0;" (assignment_expression "wsp->ws_tail = (wordsplit_node *)0x0" (field_expression "wsp->ws_tail" identifier -> field_identifier) = (cast_expression "(wordsplit_node *)0x0" ( (type_descriptor "wordsplit_node *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "wsp->ws_head = (wordsplit_node *)0x0;" (assignment_expression "wsp->ws_head = (wordsplit_node *)0x0" (field_expression "wsp->ws_head" identifier -> field_identifier) = (cast_expression "(wordsplit_node *)0x0" ( (type_descriptor "wordsplit_node *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return wsp->ws_errno;" return (field_expression "wsp->ws_errno" identifier -> field_identifier) ;) })))
(translation_unit "undefined4 FUN_0010d940(long param_1)\n\n{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}\n\n" (function_definition "undefined4 FUN_0010d940(long param_1)\n\n{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" type_identifier (function_declarator "FUN_0010d940(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (expression_statement "piVar3 = __errno_location();" (assignment_expression "piVar3 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "*piVar3 = 0xc;" (assignment_expression "*piVar3 = 0xc" (pointer_expression "*piVar3" * identifier) = number_literal) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_1 + 0xc0) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xc0) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" * (cast_expression "(undefined4 *)(param_1 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = number_literal) ;) (if_statement "if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "((uVar2 & 0x80) != 0)" ( (binary_expression "(uVar2 & 0x80) != 0" (parenthesized_expression "(uVar2 & 0x80)" ( (binary_expression "uVar2 & 0x80" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" { (expression_statement "(**(code **)(param_1 + 0x58))(param_1);" (call_expression "(**(code **)(param_1 + 0x58))(param_1)" (parenthesized_expression "(**(code **)(param_1 + 0x58))" ( (pointer_expression "**(code **)(param_1 + 0x58)" * (pointer_expression "*(code **)(param_1 + 0x58)" * (cast_expression "(code **)(param_1 + 0x58)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) })) (if_statement "if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" if (parenthesized_expression "((uVar2 & 0x10) != 0)" ( (binary_expression "(uVar2 & 0x10) != 0" (parenthesized_expression "(uVar2 & 0x10)" ( (binary_expression "uVar2 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" { (expression_statement "FUN_0010d8a0(param_1);" (call_expression "FUN_0010d8a0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" identifier = (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) })) (if_statement "if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }" if (parenthesized_expression "((uVar2 & 8) == 0)" ( (binary_expression "(uVar2 & 8) == 0" (parenthesized_expression "(uVar2 & 8)" ( (binary_expression "uVar2 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_0010d780(param_1);\n }" { (expression_statement "FUN_0010d780(param_1);" (call_expression "FUN_0010d780(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0xd0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0xd0)" identifier = (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) ))))) ;) (while_statement "while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" { (expression_statement "lVar1 = *(long *)(lVar1 + 8);" (assignment_expression "lVar1 = *(long *)(lVar1 + 8)" identifier = (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "FUN_0010ce10();" (call_expression "FUN_0010ce10()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" * (cast_expression "(undefined8 *)(param_1 + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xd0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return *(undefined4 *)(param_1 + 0xc0);" return (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" * (cast_expression "(undefined4 *)(param_1 + 0xc0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_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) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != 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 (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 (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })))
(function_definition "undefined4 FUN_0010d940(long param_1)\n\n{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" (type_identifier "undefined4") (function_declarator "FUN_0010d940(long param_1)" (identifier "FUN_0010d940") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n uint uVar2;\n int *piVar3;\n \n piVar3 = __errno_location();\n *piVar3 = 0xc;\n uVar2 = *(uint *)(param_1 + 0x20);\n *(undefined4 *)(param_1 + 0xc0) = 2;\n if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }\n if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }\n lVar1 = *(long *)(param_1 + 0xd0);\n while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }\n *(undefined8 *)(param_1 + 0xd8) = 0;\n *(undefined8 *)(param_1 + 0xd0) = 0;\n return *(undefined4 *)(param_1 + 0xc0);\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (expression_statement "piVar3 = __errno_location();" (assignment_expression "piVar3 = __errno_location()" (identifier "piVar3") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*piVar3 = 0xc;" (assignment_expression "*piVar3 = 0xc" (pointer_expression "*piVar3" (* "*") (identifier "piVar3")) (= "=") (number_literal "0xc")) (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 0x20)" (* "*") (cast_expression "(uint *)(param_1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0xc0) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xc0) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (= "=") (number_literal "2")) (; ";")) (if_statement "if ((uVar2 & 0x80) != 0) {\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" (if "if") (parenthesized_expression "((uVar2 & 0x80) != 0)" (( "(") (binary_expression "(uVar2 & 0x80) != 0" (parenthesized_expression "(uVar2 & 0x80)" (( "(") (binary_expression "uVar2 & 0x80" (identifier "uVar2") (& "&") (number_literal "0x80")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n (**(code **)(param_1 + 0x58))(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" ({ "{") (expression_statement "(**(code **)(param_1 + 0x58))(param_1);" (call_expression "(**(code **)(param_1 + 0x58))(param_1)" (parenthesized_expression "(**(code **)(param_1 + 0x58))" (( "(") (pointer_expression "**(code **)(param_1 + 0x58)" (* "*") (pointer_expression "*(code **)(param_1 + 0x58)" (* "*") (cast_expression "(code **)(param_1 + 0x58)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 0x20)" (* "*") (cast_expression "(uint *)(param_1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (} "}"))) (if_statement "if ((uVar2 & 0x10) != 0) {\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" (if "if") (parenthesized_expression "((uVar2 & 0x10) != 0)" (( "(") (binary_expression "(uVar2 & 0x10) != 0" (parenthesized_expression "(uVar2 & 0x10)" (( "(") (binary_expression "uVar2 & 0x10" (identifier "uVar2") (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0010d8a0(param_1);\n uVar2 = *(uint *)(param_1 + 0x20);\n }" ({ "{") (expression_statement "FUN_0010d8a0(param_1);" (call_expression "FUN_0010d8a0(param_1)" (identifier "FUN_0010d8a0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 0x20);" (assignment_expression "uVar2 = *(uint *)(param_1 + 0x20)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 0x20)" (* "*") (cast_expression "(uint *)(param_1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (} "}"))) (if_statement "if ((uVar2 & 8) == 0) {\n FUN_0010d780(param_1);\n }" (if "if") (parenthesized_expression "((uVar2 & 8) == 0)" (( "(") (binary_expression "(uVar2 & 8) == 0" (parenthesized_expression "(uVar2 & 8)" (( "(") (binary_expression "uVar2 & 8" (identifier "uVar2") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0010d780(param_1);\n }" ({ "{") (expression_statement "FUN_0010d780(param_1);" (call_expression "FUN_0010d780(param_1)" (identifier "FUN_0010d780") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = *(long *)(param_1 + 0xd0);" (assignment_expression "lVar1 = *(long *)(param_1 + 0xd0)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0xd0)" (* "*") (cast_expression "(long *)(param_1 + 0xd0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")"))))) (; ";")) (while_statement "while (lVar1 != 0) {\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" (while "while") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar1 = *(long *)(lVar1 + 8);\n FUN_0010ce10();\n }" ({ "{") (expression_statement "lVar1 = *(long *)(lVar1 + 8);" (assignment_expression "lVar1 = *(long *)(lVar1 + 8)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar1 + 8)" (* "*") (cast_expression "(long *)(lVar1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "FUN_0010ce10();" (call_expression "FUN_0010ce10()" (identifier "FUN_0010ce10") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined8 *)(param_1 + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xd8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd8)" (( "(") (binary_expression "param_1 + 0xd8" (identifier "param_1") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0xd0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xd0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xd0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return *(undefined4 *)(param_1 + 0xc0);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 0xc0)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xc0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (; ";")) (} "}")))
int function_1(type_1 *wsp) { type_2 *pwVar1; type_2 *var_5; type_3 var_2; int *piVar3; piVar3 = var_1(); *piVar3 = 0xc; var_2 = wsp->ws_flags; wsp->ws_errno = 2; if ((var_2 & 0x80) != 0) { (*wsp->ws_alloc_die)(wsp); var_2 = wsp->ws_flags; } if ((var_2 & 0x10) != 0) { var_3(wsp); var_2 = wsp->ws_flags; } if ((var_2 & 8) == 0) { var_4(wsp); } var_5 = wsp->ws_head; while (var_5 != (type_2 *)0x0) { pwVar1 = var_5->next; var_6(var_5); var_5 = pwVar1; } wsp->ws_tail = (type_2 *)0x0; wsp->ws_head = (type_2 *)0x0; return wsp->ws_errno; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (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))) (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: (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 (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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 (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)))))))))
null
undefined4 MASKED(long param_1) { long lVar1; uint uVar2; int *piVar3; piVar3 = __errno_location(); *piVar3 = 0xc; uVar2 = *(uint *)(param_1 + 0x20); *(undefined4 *)(param_1 + 0xc0) = 2; if ((uVar2 & 0x80) != 0) { (**(code **)(param_1 + 0x58))(param_1); uVar2 = *(uint *)(param_1 + 0x20); } if ((uVar2 & 0x10) != 0) { FUN_0010d8a0(param_1); uVar2 = *(uint *)(param_1 + 0x20); } if ((uVar2 & 8) == 0) { FUN_0010d780(param_1); } lVar1 = *(long *)(param_1 + 0xd0); while (lVar1 != 0) { lVar1 = *(long *)(lVar1 + 8); FUN_0010ce10(); } *(undefined8 *)(param_1 + 0xd8) = 0; *(undefined8 *)(param_1 + 0xd0) = 0; return *(undefined4 *)(param_1 + 0xc0); }
2416_openssl_and_openssl_strip.c
BIO_f_cipher
BIO_f_cipher
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ BIO_METHOD * BIO_f_cipher(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* BIO_f_cipher@@OPENSSL_1_1_0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ BIO_METHOD * BIO_f_cipher(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207663062')]
[('const-1', u'RETURN_-1207663062')]
null
null
001b8620
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nBIO_METHOD * BIO_f_cipher(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "BIO_METHOD * BIO_f_cipher(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (pointer_declarator "* BIO_f_cipher(void)" * (function_declarator "BIO_f_cipher(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/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nBIO_METHOD * BIO_f_cipher(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_f_cipher@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "BIO_METHOD * BIO_f_cipher(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_f_cipher@@OPENSSL_1_1_0 */\n halt_baddata();\n}" type_identifier (pointer_declarator "* BIO_f_cipher(void)" * (function_declarator "BIO_f_cipher(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_f_cipher@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "BIO_METHOD * BIO_f_cipher(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "BIO_METHOD * BIO_f_cipher(void)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "* BIO_f_cipher(void)" * (function_declarator "BIO_f_cipher(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 (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "BIO_METHOD * BIO_f_cipher(void)\n\n{\n \n halt_baddata();\n}" (type_identifier "BIO_METHOD") (pointer_declarator "* BIO_f_cipher(void)" (* "*") (function_declarator "BIO_f_cipher(void)" (identifier "BIO_f_cipher") (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 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* BIO_f_cipher@@OPENSSL_1_1_0 */ var_1(); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator 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 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ BIO_METHOD * MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
146_tftp_and_tftp_strip.c
argp_failure
argp_failure
void argp_failure(argp_state *state,int status,int errnum,char *fmt,...) { long lVar1; char in_AL; char *pcVar2; char *pcVar3; FILE *__stream; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_Qa; undefined8 in_XMM5_Qa; undefined8 in_XMM6_Qa; undefined8 in_XMM7_Qa; va_list ap; char buf [200]; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; __stream = stderr; if (in_AL != '\0') { local_a8 = in_XMM0_Qa; local_98 = in_XMM1_Qa; local_88 = in_XMM2_Qa; local_78 = in_XMM3_Qa; local_68 = in_XMM4_Qa; local_58 = in_XMM5_Qa; local_48 = in_XMM6_Qa; local_38 = in_XMM7_Qa; } lVar1 = *(long *)(in_FS_OFFSET + 0x28); local_b8 = in_R8; local_b0 = in_R9; if (state == (argp_state *)0x0) { if (stderr == (FILE *)0x0) goto LAB_00107b70; flockfile(stderr); pcVar2 = program_invocation_short_name; } else { if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0) ) goto LAB_00107b70; flockfile(__stream); pcVar2 = state->name; } fputs_unlocked(pcVar2,__stream); if (fmt != (char *)0x0) { ap[0].overflow_arg_area = &stack0x00000008; ap[0].gp_offset = 0x20; ap[0].reg_save_area = local_d8; pcVar2 = __stream->_IO_write_ptr; ap[0].fp_offset = 0x30; if (pcVar2 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar2 + 1; *pcVar2 = ':'; } else { __overflow(__stream,0x3a); } pcVar2 = __stream->_IO_write_ptr; if (pcVar2 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar2 + 1; *pcVar2 = ' '; } else { __overflow(__stream,0x20); } __vfprintf_chk(__stream,1,fmt,ap); } pcVar2 = __stream->_IO_write_ptr; pcVar3 = __stream->_IO_write_end; if (errnum != 0) { if (pcVar2 < pcVar3) { __stream->_IO_write_ptr = pcVar2 + 1; *pcVar2 = ':'; } else { __overflow(__stream,0x3a); } pcVar2 = __stream->_IO_write_ptr; if (pcVar2 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar2 + 1; *pcVar2 = ' '; } else { __overflow(__stream,0x20); } pcVar2 = strerror_r(errnum,buf,200); if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) { pcVar2 = "Unknown system error"; } fputs(pcVar2,__stream); pcVar2 = __stream->_IO_write_ptr; pcVar3 = __stream->_IO_write_end; } if (pcVar2 < pcVar3) { __stream->_IO_write_ptr = pcVar2 + 1; *pcVar2 = '\n'; } else { __overflow(__stream,10); } funlockfile(__stream); if ((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))) { /* WARNING: Subroutine does not return */ exit(status); } LAB_00107b70: if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return; }
void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,int param_10,int param_11,long param_12,undefined8 param_13, undefined8 param_14) { char in_AL; char *pcVar1; char *pcVar2; FILE *__stream; long in_FS_OFFSET; undefined4 local_1c0; undefined4 local_1bc; undefined1 *local_1b8; undefined1 *local_1b0; char local_1a8 [200]; long local_e0; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; __stream = stderr; if (in_AL != '\0') { local_a8 = param_1; local_98 = param_2; local_88 = param_3; local_78 = param_4; local_68 = param_5; local_58 = param_6; local_48 = param_7; local_38 = param_8; } local_e0 = *(long *)(in_FS_OFFSET + 0x28); local_b8 = param_13; local_b0 = param_14; if (param_9 == 0) { if (stderr == (FILE *)0x0) goto LAB_00107b70; flockfile(stderr); pcVar1 = program_invocation_short_name; } else { if (((*(byte *)(param_9 + 0x1c) & 2) != 0) || (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70; flockfile(__stream); pcVar1 = *(char **)(param_9 + 0x40); } fputs_unlocked(pcVar1,__stream); if (param_12 != 0) { local_1b8 = &stack0x00000008; local_1c0 = 0x20; local_1b0 = local_d8; pcVar1 = __stream->_IO_write_ptr; local_1bc = 0x30; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ':'; } else { __overflow(__stream,0x3a); } pcVar1 = __stream->_IO_write_ptr; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ' '; } else { __overflow(__stream,0x20); } __vfprintf_chk(__stream,1,param_12,&local_1c0); } pcVar1 = __stream->_IO_write_ptr; pcVar2 = __stream->_IO_write_end; if (param_11 != 0) { if (pcVar1 < pcVar2) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ':'; } else { __overflow(__stream,0x3a); } pcVar1 = __stream->_IO_write_ptr; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ' '; } else { __overflow(__stream,0x20); } pcVar1 = strerror_r(param_11,local_1a8,200); if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) { pcVar1 = "Unknown system error"; } fputs(pcVar1,__stream); pcVar1 = __stream->_IO_write_ptr; pcVar2 = __stream->_IO_write_end; } if (pcVar1 < pcVar2) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = '\n'; } else { __overflow(__stream,10); } funlockfile(__stream); if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) { /* WARNING: Subroutine does not return */ exit(param_10); } LAB_00107b70: if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return; }
PUSH R14 MOV R14D,ESI PUSH R13 MOV R13,RCX PUSH R12 MOV R12D,EDX PUSH RBP MOV RBP,RDI PUSH RBX SUB RSP,0x1a0 MOV qword ptr [RSP + 0x110],R8 MOV qword ptr [RSP + 0x118],R9 TEST AL,AL JZ 0x00107a1f MOVAPS xmmword ptr [RSP + 0x120],XMM0 MOVAPS xmmword ptr [RSP + 0x130],XMM1 MOVAPS xmmword ptr [RSP + 0x140],XMM2 MOVAPS xmmword ptr [RSP + 0x150],XMM3 MOVAPS xmmword ptr [RSP + 0x160],XMM4 MOVAPS xmmword ptr [RSP + 0x170],XMM5 MOVAPS xmmword ptr [RSP + 0x180],XMM6 MOVAPS xmmword ptr [RSP + 0x190],XMM7 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0xe8],RAX XOR EAX,EAX TEST RBP,RBP JZ 0x00107ba0 TEST byte ptr [RBP + 0x1c],0x2 JNZ 0x00107b70 MOV RBX,qword ptr [RBP + 0x48] TEST RBX,RBX JZ 0x00107b70 MOV RDI,RBX CALL 0x00103220 MOV RDI,qword ptr [RBP + 0x40] MOV RSI,RBX CALL 0x00103290 TEST R13,R13 JZ 0x00107adc LEA RAX,[RSP + 0x1d0] MOV dword ptr [RSP + 0x8],0x20 MOV qword ptr [RSP + 0x10],RAX LEA RAX,[RSP + 0xf0] MOV qword ptr [RSP + 0x18],RAX MOV RAX,qword ptr [RBX + 0x28] MOV dword ptr [RSP + 0xc],0x30 CMP RAX,qword ptr [RBX + 0x30] JNC 0x00107c20 LEA RDX,[RAX + 0x1] MOV qword ptr [RBX + 0x28],RDX MOV byte ptr [RAX],0x3a MOV RAX,qword ptr [RBX + 0x28] CMP RAX,qword ptr [RBX + 0x30] JNC 0x00107c08 LEA RDX,[RAX + 0x1] MOV qword ptr [RBX + 0x28],RDX MOV byte ptr [RAX],0x20 LEA RCX,[RSP + 0x8] MOV RDX,R13 MOV ESI,0x1 MOV RDI,RBX CALL 0x00103070 MOV RAX,qword ptr [RBX + 0x28] MOV RDX,qword ptr [RBX + 0x30] TEST R12D,R12D JZ 0x00107b44 CMP RDX,RAX JBE 0x00107c50 LEA RDX,[RAX + 0x1] MOV qword ptr [RBX + 0x28],RDX MOV byte ptr [RAX],0x3a MOV RAX,qword ptr [RBX + 0x28] CMP RAX,qword ptr [RBX + 0x30] JNC 0x00107c38 LEA RDX,[RAX + 0x1] MOV qword ptr [RBX + 0x28],RDX MOV byte ptr [RAX],0x20 LEA RSI,[RSP + 0x20] MOV EDX,0xc8 MOV EDI,R12D CALL 0x00103330 TEST RAX,RAX JZ 0x00107be8 MOV RSI,RBX MOV RDI,RAX CALL 0x001031b0 MOV RAX,qword ptr [RBX + 0x28] MOV RDX,qword ptr [RBX + 0x30] CMP RAX,RDX JNC 0x00107bd0 LEA RDX,[RAX + 0x1] MOV qword ptr [RBX + 0x28],RDX MOV byte ptr [RAX],0xa MOV RDI,RBX CALL 0x00103050 TEST R14D,R14D JZ 0x00107b70 TEST RBP,RBP JZ 0x00107bc0 TEST byte ptr [RBP + 0x1c],0x20 JZ 0x00107bc0 MOV RAX,qword ptr [RSP + 0xe8] XOR RAX,qword ptr FS:[0x28] JNZ 0x00107c62 ADD RSP,0x1a0 POP RBX POP RBP POP R12 POP R13 POP R14 RET MOV RBX,qword ptr [0x00112580] TEST RBX,RBX JZ 0x00107b70 MOV RDI,RBX CALL 0x00103220 MOV RDI,qword ptr [0x00112560] JMP 0x00107a5e MOV EDI,R14D CALL 0x00103480 MOV ESI,0xa MOV RDI,RBX CALL 0x00103170 JMP 0x00107b58 MOV EDI,R12D CALL 0x001034c0 LEA RDX,[0x10d6a9] TEST RAX,RAX CMOVZ RAX,RDX JMP 0x00107b31 MOV ESI,0x20 MOV RDI,RBX CALL 0x00103170 JMP 0x00107ac7 MOV ESI,0x3a MOV RDI,RBX CALL 0x00103170 JMP 0x00107aae MOV ESI,0x20 MOV RDI,RBX CALL 0x00103170 JMP 0x00107b16 MOV ESI,0x3a MOV RDI,RBX CALL 0x00103170 JMP 0x00107afd CALL 0x00103140
null
null
null
null
[(u'INDIRECT_-1206943015', u'MULTIEQUAL_-1206942994'), (u'PTRSUB_-1206942812', u'CALL_-1206944844'), (u'INDIRECT_-1206943267', u'MULTIEQUAL_-1206943126'), (u'CALL_-1206944354', u'INDIRECT_-1206943124'), (u'CALL_-1206944219', u'INDIRECT_-1206942708'), (u'LOAD_-1206944842', u'STORE_-1206944778'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942876'), (u'CALL_-1206944285', u'INDIRECT_-1206943803'), ('const-40', u'INT_ADD_-1206944524'), (u'CALL_-1206944701', u'INDIRECT_-1206943015'), (u'CALL_-1206944255', u'INDIRECT_-1206943144'), (u'INT_NOTEQUAL_-1206944815', u'CBRANCH_-1206944814'), ('const-58', u'STORE_-1206944924'), ('tmp_250', u'CBRANCH_-1206945127'), ('tmp_460', u'CBRANCH_-1206944943'), ('const-0', u'RETURN_-1206944459'), (u'INDIRECT_-1206943419', u'MULTIEQUAL_-1206943720'), (u'INDIRECT_-1206943039', u'MULTIEQUAL_-1206943160'), (u'CALL_-1206944407', u'INDIRECT_-1206943058'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944249'), (u'CALL_-1206944379', u'INDIRECT_-1206943116'), (u'CALL_-1206944701', u'INDIRECT_-1206943171'), (u'INDIRECT_-1206942889', u'MULTIEQUAL_-1206942872'), ('tmp_1287', u'PTRSUB_-1206942638'), ('tmp_823', u'CBRANCH_-1206944634'), (u'INDIRECT_-1206942727', u'MULTIEQUAL_-1206942848'), (u'CALL_-1206944285', u'INDIRECT_-1206943167'), ('tmp_3816', u'PTRSUB_-1206942912'), (u'INDIRECT_-1206943595', u'MULTIEQUAL_-1206943581'), (u'INDIRECT_-1206943215', u'MULTIEQUAL_-1206943118'), (u'INDIRECT_-1206943167', u'MULTIEQUAL_-1206943479'), (u'MULTIEQUAL_-1206943411', u'MULTIEQUAL_-1206943387'), ('tmp_1224', u'CBRANCH_-1206944371'), (u'CALL_-1206944354', u'INDIRECT_-1206943312'), (u'PTRADD_-1206944681', u'STORE_-1206944735'), (u'MULTIEQUAL_-1206942990', u'MULTIEQUAL_-1206942968'), (u'PTRSUB_-1206942638', u'LOAD_-1206944567'), (u'PTRSUB_-1206942785', u'LOAD_-1206944835'), (u'INDIRECT_-1206943475', u'MULTIEQUAL_-1206943334'), ('const-40', u'PTRSUB_-1206942840'), (u'CALL_-1206944255', u'INDIRECT_-1206942975'), (u'INDIRECT_-1206943092', u'MULTIEQUAL_-1206943404'), (u'INT_EQUAL_-1206944373', u'CBRANCH_-1206944371'), (u'MULTIEQUAL_-1206943484', u'MULTIEQUAL_-1206943386'), (u'MULTIEQUAL_-1206943477', u'MULTIEQUAL_-1206943455'), ('tmp_603', u'CBRANCH_-1206944814'), (u'PTRSUB_-1206942848', u'STORE_-1206944930'), (u'INDIRECT_-1206943226', u'COPY_-1206943284'), (u'INDIRECT_-1206942656', u'MULTIEQUAL_-1206942990'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206945044'), (u'MULTIEQUAL_-1206943361', u'MULTIEQUAL_-1206943337'), ('const-433', u'LOAD_-1206944842'), (u'CAST_-1206942946', u'LOAD_-1206945176'), (u'CALL_-1206944701', u'INDIRECT_-1206943425'), (u'CALL_-1206944666', u'INDIRECT_-1206943428'), (u'CALL_-1206944666', u'INDIRECT_-1206943278'), (u'INDIRECT_-1206943176', u'MULTIEQUAL_-1206943145'), (u'INDIRECT_-1206942970', u'MULTIEQUAL_-1206943150'), ('tmp_6819', u'MULTIEQUAL_-1206943415'), (u'INDIRECT_-1206943403', u'MULTIEQUAL_-1206943386'), (u'INDIRECT_-1206943475', u'MULTIEQUAL_-1206943378'), ('const-10', u'STORE_-1206944615'), (u'INT_LESS_-1206944752', u'CBRANCH_-1206944748'), ('const-40', u'PTRSUB_-1206942820'), (u'INDIRECT_-1206942831', u'MULTIEQUAL_-1206942952'), (u'INDIRECT_-1206943224', u'MULTIEQUAL_-1206943404'), (u'MULTIEQUAL_-1206944063', u'MULTIEQUAL_-1206944041'), (u'MULTIEQUAL_-1206943403', u'MULTIEQUAL_-1206943379'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942664'), (u'INDIRECT_-1206943613', u'MULTIEQUAL_-1206943582'), ('const-0', u'INT_NOTEQUAL_-1206945265'), (u'INDIRECT_-1206943780', u'MULTIEQUAL_-1206944139'), (u'CALL_-1206945063', u'INDIRECT_-1206943176'), (u'INDIRECT_-1206943729', u'MULTIEQUAL_-1206944063'), (u'STORE_-1206944615', u'INDIRECT_-1206943444'), (u'MULTIEQUAL_-1206943274', u'MULTIEQUAL_-1206943250'), ('const-0', u'INT_NOTEQUAL_-1206945029'), (u'INDIRECT_-1206942655', u'MULTIEQUAL_-1206943014'), (u'CALL_-1206944249', u'INDIRECT_-1206943267'), (u'MULTIEQUAL_-1206943184', u'MULTIEQUAL_-1206943160'), (u'LOAD_-1206944835', u'MULTIEQUAL_-1206944165'), (u'INDIRECT_-1206943257', u'MULTIEQUAL_-1206943603'), (u'INDIRECT_-1206943312', u'MULTIEQUAL_-1206943479'), (u'CALL_-1206945063', u'INDIRECT_-1206943384'), (u'INDIRECT_-1206943340', u'MULTIEQUAL_-1206943314'), (u'CALL_-1206944407', u'INDIRECT_-1206942798'), ('const-1', u'RETURN_-1206944402'), (u'CALL_-1206944255', u'INDIRECT_-1206942863'), (u'INDIRECT_-1206943124', u'MULTIEQUAL_-1206943093'), (u'INDIRECT_-1206942783', u'MULTIEQUAL_-1206943072'), (u'INDIRECT_-1206943166', u'MULTIEQUAL_-1206943455'), (u'INDIRECT_-1206942678', u'MULTIEQUAL_-1206942990'), (u'CALL_-1206944379', u'INDIRECT_-1206943191'), ('const-0', u'INT_NOTEQUAL_-1206944586'), (u'MULTIEQUAL_-1206943359', u'MULTIEQUAL_-1206943327'), (u'COPY_-1206945017', u'MULTIEQUAL_-1206943553'), (u'INDIRECT_-1206942866', u'MULTIEQUAL_-1206943046'), (u'LOAD_-1206944567', u'INT_AND_-1206944541'), ('const-1', u'PTRADD_-1206944681'), (u'INDIRECT_-1206943244', u'MULTIEQUAL_-1206943566'), (u'CALL_-1206944379', u'INDIRECT_-1206943266'), (u'INDIRECT_-1206943379', u'MULTIEQUAL_-1206943359'), (u'CALL_-1206944255', u'INDIRECT_-1206943069'), (u'COPY_-1206942989', u'MULTIEQUAL_-1206943239'), ('const-433', u'LOAD_-1206944567'), (u'INT_LESS_-1206944788', u'CBRANCH_-1206944797'), (u'CALL_-1206944249', u'INDIRECT_-1206943041'), (u'MULTIEQUAL_-1206943386', u'MULTIEQUAL_-1206943362'), ('tmp_6823', u'MULTIEQUAL_-1206943519'), ('tmp_4102', u'COPY_-1206943027'), (u'INDIRECT_-1206943625', u'MULTIEQUAL_-1206943484'), (u'CALL_-1206944601', u'INDIRECT_-1206943491'), ('const-32', u'CALL_-1206944285'), (u'CALL_-1206944379', u'INDIRECT_-1206943367'), ('const-58', u'CALL_-1206944255'), ('const-0', u'INT_NOTEQUAL_-1206945107'), (u'CALL_-1206944666', u'INDIRECT_-1206943253'), (u'INDIRECT_-1206943450', u'MULTIEQUAL_-1206943429'), (u'CALL_-1206944379', u'INDIRECT_-1206942987'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942749'), (u'MULTIEQUAL_-1206943022', u'MULTIEQUAL_-1206942990'), (u'CALL_-1206944255', u'INDIRECT_-1206942950'), (u'CALL_-1206944255', u'INDIRECT_-1206943119'), (u'PTRSUB_-1206942890', u'MULTIEQUAL_-1206943478'), (u'INT_LESS_-1206944637', u'CBRANCH_-1206944634'), (u'INDIRECT_-1206943163', u'MULTIEQUAL_-1206943066'), (u'INDIRECT_-1206943068', u'MULTIEQUAL_-1206943402'), (u'INDIRECT_-1206943163', u'MULTIEQUAL_-1206943022'), (u'MULTIEQUAL_-1206942872', u'MULTIEQUAL_-1206942848'), (u'CALL_-1206944249', u'INDIRECT_-1206943166'), (u'CALL_-1206944219', u'INDIRECT_-1206943206'), (u'CALL_-1206945063', u'INDIRECT_-1206943228'), (u'CALL_-1206944701', u'INDIRECT_-1206943375'), (u'CALL_-1206944844', u'INDIRECT_-1206943379'), (u'INT_NOTEQUAL_-1206944525', u'CBRANCH_-1206944517'), (u'CALL_-1206944360', u'INDIRECT_-1206943143'), ('const-0', u'INT_EQUAL_-1206944373'), (u'CALL_-1206944354', u'INDIRECT_-1206943835'), (u'CALL_-1206945063', u'INDIRECT_-1206943638'), (u'COPY_-1206943026', u'MULTIEQUAL_-1206943467'), (u'INDIRECT_-1206943650', u'MULTIEQUAL_-1206943509'), (u'MULTIEQUAL_-1206943997', u'MULTIEQUAL_-1206943973'), (u'CALL_-1206944844', u'INDIRECT_-1206942990'), (u'INDIRECT_-1206943111', u'MULTIEQUAL_-1206943014'), (u'CALL_-1206944666', u'INDIRECT_-1206943491'), (u'CALL_-1206944255', u'INDIRECT_-1206942898'), ('tmp_3835', u'INT_ADD_-1206945160'), ('const-433', u'LOAD_-1206945061'), (u'MULTIEQUAL_-1206943178', u'MULTIEQUAL_-1206943146'), ('tmp_1238', u'BRANCH_-1206944349'), (u'INDIRECT_-1206943067', u'MULTIEQUAL_-1206943046'), ('const-1', u'PTRADD_-1206944681'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944844'), (u'STORE_-1206944875', u'INDIRECT_-1206943633'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944601'), (u'PTRSUB_-1206942952', u'LOAD_-1206945099'), ('tmp_4138', u'COPY_-1206943021'), (u'INDIRECT_-1206943059', u'MULTIEQUAL_-1206943033'), (u'INDIRECT_-1206943228', u'MULTIEQUAL_-1206943197'), ('const-433', u'STORE_-1206944924'), ('tmp_1287', u'INT_EQUAL_-1206945129'), ('const-0', u'INT_EQUAL_-1206945080'), (u'CALL_-1206944844', u'INDIRECT_-1206943302'), ('tmp_6824', u'MULTIEQUAL_-1206943411'), (u'CALL_-1206945044', u'INDIRECT_-1206943267'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942840'), (u'INDIRECT_-1206942993', u'MULTIEQUAL_-1206943327'), (u'INDIRECT_-1206943265', u'MULTIEQUAL_-1206943239'), (u'CALL_-1206944601', u'INDIRECT_-1206943007'), ('const-40', u'PTRSUB_-1206942754'), (u'CALL_-1206945044', u'INDIRECT_-1206943371'), (u'CALL_-1206944666', u'INDIRECT_-1206942993'), (u'INDIRECT_-1206942710', u'MULTIEQUAL_-1206942890'), (u'CALL_-1206945044', u'INDIRECT_-1206943111'), ('tmp_1290', u'CALL_-1206944844'), ('const-433', u'LOAD_-1206944913'), (u'CALL_-1206944666', u'INDIRECT_-1206943097'), (u'INDIRECT_-1206943163', u'MULTIEQUAL_-1206943137'), (u'PTRSUB_-1206942876', u'LOAD_-1206944980'), (u'MULTIEQUAL_-1206944095', u'MULTIEQUAL_-1206943997'), (u'INDIRECT_-1206943371', u'MULTIEQUAL_-1206943274'), ('tmp_1290', u'INT_NOTEQUAL_-1206945029'), (u'INDIRECT_-1206942990', u'MULTIEQUAL_-1206943302'), (u'INDIRECT_-1206943539', u'MULTIEQUAL_-1206943528'), (u'CALL_-1206944255', u'INDIRECT_-1206942655'), (u'INDIRECT_-1206943318', u'MULTIEQUAL_-1206943632'), (u'PTRADD_-1206944567', u'STORE_-1206944621'), (u'STORE_-1206944881', u'INDIRECT_-1206943638'), (u'CALL_-1206944354', u'INDIRECT_-1206943099'), (u'INDIRECT_-1206943007', u'MULTIEQUAL_-1206942981'), (u'CALL_-1206944255', u'INDIRECT_-1206943044'), (u'STORE_-1206944729', u'INDIRECT_-1206943512'), ('const-28', u'PTRSUB_-1206942963'), ('const-433', u'LOAD_-1206945120'), (u'INDIRECT_-1206943365', u'MULTIEQUAL_-1206943339'), (u'INDIRECT_-1206943479', u'MULTIEQUAL_-1206943459'), (u'MULTIEQUAL_-1206944095', u'MULTIEQUAL_-1206944063'), ('tmp_3816', u'PTRSUB_-1206942726'), (u'CALL_-1206944255', u'INDIRECT_-1206943257'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942687'), (u'MULTIEQUAL_-1206943074', u'MULTIEQUAL_-1206943042'), (u'CALL_-1206944255', u'INDIRECT_-1206942742'), (u'CALL_-1206944255', u'INDIRECT_-1206943075'), (u'MULTIEQUAL_-1206943467', u'MULTIEQUAL_-1206943137'), (u'COPY_-1206944973', u'MULTIEQUAL_-1206943528'), (u'PTRSUB_-1206942835', u'LOAD_-1206944913'), (u'MULTIEQUAL_-1206943207', u'MULTIEQUAL_-1206942877'), (u'STORE_-1206944615', u'INDIRECT_-1206943482'), (u'LOAD_-1206945176', u'INT_NOTEQUAL_-1206944525'), (u'INDIRECT_-1206943198', u'MULTIEQUAL_-1206943178'), (u'STORE_-1206944778', u'INDIRECT_-1206943577'), (u'INDIRECT_-1206942955', u'MULTIEQUAL_-1206942929'), (u'INDIRECT_-1206943267', u'MULTIEQUAL_-1206943170'), (u'CALL_-1206944219', u'INDIRECT_-1206943729'), ('const-1', u'PTRADD_-1206944567'), (u'MULTIEQUAL_-1206943449', u'COPY_-1206943489'), (u'INDIRECT_-1206943042', u'MULTIEQUAL_-1206943022'), (u'CALL_-1206944407', u'INDIRECT_-1206943006'), ('tmp_6809', u'MULTIEQUAL_-1206943155'), (u'MULTIEQUAL_-1206943384', u'MULTIEQUAL_-1206943352'), ('const-433', u'LOAD_-1206944538'), (u'CALL_-1206944219', u'INDIRECT_-1206942760'), (u'MULTIEQUAL_-1206944237', u'CALL_-1206944666'), (u'CALL_-1206944360', u'INDIRECT_-1206942831'), (u'MULTIEQUAL_-1206943459', u'MULTIEQUAL_-1206943361'), (u'CALL_-1206944601', u'INDIRECT_-1206943215'), (u'MULTIEQUAL_-1206943596', u'MULTIEQUAL_-1206943499'), (u'CALL_-1206944354', u'INDIRECT_-1206943074'), (u'CALL_-1206944219', u'INDIRECT_-1206943018'), (u'CALL_-1206945063', u'INDIRECT_-1206943436'), (u'CALL_-1206944666', u'INDIRECT_-1206943149'), (u'STORE_-1206944881', u'INDIRECT_-1206943600'), (u'CALL_-1206944666', u'INDIRECT_-1206943403'), (u'INDIRECT_-1206943168', u'MULTIEQUAL_-1206943482'), (u'INDIRECT_-1206942987', u'MULTIEQUAL_-1206943301'), ('tmp_1141', u'CBRANCH_-1206944328'), (u'CALL_-1206944249', u'INDIRECT_-1206942783'), (u'CALL_-1206944601', u'INDIRECT_-1206943340'), (u'PTRSUB_-1206942734', u'STORE_-1206944735'), (u'CALL_-1206944354', u'INT_EQUAL_-1206944332'), (u'CALL_-1206944701', u'INDIRECT_-1206943119'), (u'CALL_-1206944407', u'INDIRECT_-1206943210'), ('const-72', u'PTRSUB_-1206942952'), (u'INDIRECT_-1206943663', u'MULTIEQUAL_-1206943632'), (u'INDIRECT_-1206943293', u'MULTIEQUAL_-1206943607'), (u'INDIRECT_-1206943253', u'MULTIEQUAL_-1206943236'), (u'CALL_-1206944285', u'INDIRECT_-1206942678'), (u'INDIRECT_-1206942883', u'MULTIEQUAL_-1206943197'), (u'INDIRECT_-1206942941', u'MULTIEQUAL_-1206942924'), (u'CALL_-1206944407', u'INDIRECT_-1206943348'), (u'CALL_-1206944844', u'INDIRECT_-1206943479'), (u'CALL_-1206944354', u'INDIRECT_-1206942814'), (u'INDIRECT_-1206943039', u'MULTIEQUAL_-1206943353'), (u'INDIRECT_-1206943042', u'MULTIEQUAL_-1206943354'), (u'LOAD_-1206944913', u'INT_LESS_-1206944898'), (u'INDIRECT_-1206942993', u'MULTIEQUAL_-1206942976'), (u'LOAD_-1206944962', u'INT_LESS_-1206944947'), (u'CALL_-1206944249', u'INDIRECT_-1206943141'), (u'INDIRECT_-1206943169', u'MULTIEQUAL_-1206943528'), (u'PTRSUB_-1206942749', u'LOAD_-1206944767'), (u'MULTIEQUAL_-1206943519', u'MULTIEQUAL_-1206943189'), (u'CALL_-1206944360', u'INDIRECT_-1206943318'), ('tmp_1287', u'PTRSUB_-1206942963'), (u'CALL_-1206944601', u'INDIRECT_-1206942903'), (u'CALL_-1206944285', u'INDIRECT_-1206943092'), (u'INT_NOTEQUAL_-1206945265', u'CBRANCH_-1206945265'), (u'CALL_-1206944360', u'INDIRECT_-1206943293'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942790'), (u'INDIRECT_-1206942967', u'MULTIEQUAL_-1206943326'), (u'INDIRECT_-1206943752', u'MULTIEQUAL_-1206944041'), (u'CALL_-1206944285', u'INDIRECT_-1206942990'), (u'CALL_-1206945044', u'INDIRECT_-1206943500'), (u'MULTIEQUAL_-1206943126', u'MULTIEQUAL_-1206943094'), (u'INDIRECT_-1206942968', u'MULTIEQUAL_-1206943302'), (u'CALL_-1206945063', u'INDIRECT_-1206944249'), (u'INDIRECT_-1206942604', u'MULTIEQUAL_-1206942938'), (u'CALL_-1206944844', u'INDIRECT_-1206943042'), (u'INDIRECT_-1206943726', u'MULTIEQUAL_-1206943682'), (u'CALL_-1206944255', u'INDIRECT_-1206943295'), (u'STORE_-1206944924', u'INDIRECT_-1206943622'), (u'CALL_-1206944360', u'INDIRECT_-1206943381'), ('tmp_6821', u'MULTIEQUAL_-1206943467'), (u'CALL_-1206944701', u'INDIRECT_-1206942963'), (u'INDIRECT_-1206943423', u'MULTIEQUAL_-1206943282'), (u'STORE_-1206944621', u'INDIRECT_-1206943449'), (u'INDIRECT_-1206943194', u'MULTIEQUAL_-1206943553'), (u'INDIRECT_-1206943243', u'MULTIEQUAL_-1206943557'), (u'MULTIEQUAL_-1206943427', u'MULTIEQUAL_-1206943405'), ('tmp_6824', u'CALL_-1206944360'), ('const-2', u'INT_AND_-1206945094'), (u'CAST_-1206942907', u'INT_EQUAL_-1206945080'), (u'CALL_-1206944379', u'INDIRECT_-1206943091'), (u'INT_LESS_-1206944947', u'CBRANCH_-1206944943'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942682'), (u'INDIRECT_-1206943223', u'MULTIEQUAL_-1206943202'), ('tmp_3816', u'PTRSUB_-1206942812'), ('tmp_4144', u'COPY_-1206943020'), (u'CALL_-1206945044', u'INDIRECT_-1206943650'), (u'INDIRECT_-1206942835', u'MULTIEQUAL_-1206943124'), (u'CALL_-1206944285', u'INDIRECT_-1206942886'), ('const-58', u'STORE_-1206944778'), (u'CALL_-1206944701', u'INDIRECT_-1206943223'), (u'LOAD_-1206945061', u'COPY_-1206942972'), (u'CALL_-1206944249', u'INDIRECT_-1206943016'), (u'CALL_-1206944844', u'INDIRECT_-1206943630'), (u'CALL_-1206944249', u'INDIRECT_-1206942939'), (u'INDIRECT_-1206943144', u'MULTIEQUAL_-1206943503'), (u'MULTIEQUAL_-1206943118', u'MULTIEQUAL_-1206943094'), (u'CALL_-1206944407', u'INDIRECT_-1206943386'), (u'CALL_-1206944255', u'INDIRECT_-1206942707'), (u'CALL_-1206944255', u'INDIRECT_-1206942794'), (u'INT_LESS_-1206944898', u'CBRANCH_-1206944894'), ('tmp_1171', u'BRANCH_-1206944216'), (u'CALL_-1206944701', u'INDIRECT_-1206942911'), (u'INDIRECT_-1206944236', u'MULTIEQUAL_-1206944095'), (u'INDIRECT_-1206943633', u'MULTIEQUAL_-1206943619'), (u'INDIRECT_-1206943149', u'MULTIEQUAL_-1206943132'), ('const-32', u'INT_AND_-1206944541'), (u'PTRADD_-1206944876', u'STORE_-1206944930'), (u'CALL_-1206944666', u'INDIRECT_-1206942941'), (u'MULTIEQUAL_-1206943250', u'MULTIEQUAL_-1206943228'), (u'PTRSUB_-1206942930', u'LOAD_-1206945061'), (u'CALL_-1206944249', u'INDIRECT_-1206942991'), (u'INDIRECT_-1206943141', u'MULTIEQUAL_-1206943262'), (u'CALL_-1206944255', u'INDIRECT_-1206942759'), (u'MULTIEQUAL_-1206943230', u'MULTIEQUAL_-1206943198'), (u'INDIRECT_-1206943315', u'MULTIEQUAL_-1206943289'), (u'CALL_-1206944666', u'INDIRECT_-1206943378'), (u'CALL_-1206944354', u'INDIRECT_-1206943022'), (u'INDIRECT_-1206942916', u'MULTIEQUAL_-1206943250'), (u'MULTIEQUAL_-1206943230', u'MULTIEQUAL_-1206943132'), (u'INDIRECT_-1206942731', u'MULTIEQUAL_-1206943020'), (u'MULTIEQUAL_-1206943074', u'MULTIEQUAL_-1206942976'), (u'CALL_-1206944379', u'INDIRECT_-1206942883'), (u'INDIRECT_-1206943300', u'MULTIEQUAL_-1206943279'), ('const-40', u'PTRSUB_-1206942687'), (u'INDIRECT_-1206943249', u'MULTIEQUAL_-1206943429'), (u'INDIRECT_-1206943529', u'MULTIEQUAL_-1206943499'), ('tmp_1289', u'INT_NOTEQUAL_-1206944815'), ('const-433', u'LOAD_-1206945099'), (u'CALL_-1206945063', u'INDIRECT_-1206943513'), ('const-433', u'STORE_-1206944881'), (u'INDIRECT_-1206943295', u'MULTIEQUAL_-1206943641'), ('tmp_1098', u'BRANCH_-1206944376'), (u'CALL_-1206944285', u'INDIRECT_-1206942834'), (u'INDIRECT_-1206943116', u'MULTIEQUAL_-1206943237'), (u'INDIRECT_-1206943094', u'MULTIEQUAL_-1206943074'), (u'INDIRECT_-1206944249', u'MULTIEQUAL_-1206944218'), (u'CALL_-1206944379', u'INDIRECT_-1206942831'), (u'CALL_-1206944255', u'INDIRECT_-1206942967'), (u'INDIRECT_-1206943512', u'MULTIEQUAL_-1206943505'), (u'CALL_-1206944354', u'INDIRECT_-1206943249'), (u'INDIRECT_-1206942834', u'MULTIEQUAL_-1206943146'), (u'MULTIEQUAL_-1206942970', u'MULTIEQUAL_-1206942872'), ('const-433', u'LOAD_-1206944980'), (u'INDIRECT_-1206942991', u'MULTIEQUAL_-1206943280'), ('tmp_6815', u'MULTIEQUAL_-1206943311'), (u'INDIRECT_-1206943111', u'MULTIEQUAL_-1206943085'), (u'CALL_-1206944249', u'INDIRECT_-1206942731'), (u'INDIRECT_-1206943016', u'MULTIEQUAL_-1206943305'), (u'CALL_-1206944701', u'MULTIEQUAL_-1206944237'), ('const--216', u'PTRSUB_-1206942890'), (u'INDIRECT_-1206943575', u'MULTIEQUAL_-1206943434'), (u'INDIRECT_-1206942864', u'MULTIEQUAL_-1206943198'), (u'INT_ADD_-1206944524', u'CAST_-1206942599'), (u'INDIRECT_-1206943045', u'MULTIEQUAL_-1206943028'), (u'INDIRECT_-1206943215', u'MULTIEQUAL_-1206943074'), ('const-1', u'RETURN_-1206944250'), (u'INDIRECT_-1206942938', u'MULTIEQUAL_-1206943250'), (u'LOAD_-1206945099', u'CAST_-1206942907'), ('const-1', u'PTRADD_-1206944730'), (u'INDIRECT_-1206943525', u'MULTIEQUAL_-1206943384'), (u'MULTIEQUAL_-1206944306', u'CALL_-1206945044'), (u'MULTIEQUAL_-1206943014', u'MULTIEQUAL_-1206942990'), (u'CALL_-1206944601', u'INDIRECT_-1206943365'), (u'CALL_-1206944701', u'INDIRECT_-1206943300'), (u'LOAD_-1206944774', u'INT_LESS_-1206944752'), (u'CALL_-1206944354', u'INDIRECT_-1206943350'), (u'MULTIEQUAL_-1206943452', u'MULTIEQUAL_-1206943430'), (u'INDIRECT_-1206943192', u'MULTIEQUAL_-1206943504'), (u'CALL_-1206944379', u'INDIRECT_-1206943216'), (u'LOAD_-1206944657', u'MULTIEQUAL_-1206944165'), (u'INDIRECT_-1206943201', u'MULTIEQUAL_-1206943184'), (u'CALL_-1206944844', u'INDIRECT_-1206943146'), (u'MULTIEQUAL_-1206943363', u'MULTIEQUAL_-1206943033'), (u'MULTIEQUAL_-1206943558', u'MULTIEQUAL_-1206943461'), (u'LOAD_-1206944842', u'PTRADD_-1206944730'), ('tmp_4126', u'COPY_-1206943023'), (u'INDIRECT_-1206942679', u'MULTIEQUAL_-1206942968'), (u'LOAD_-1206944664', u'MULTIEQUAL_-1206944217'), ('const-0', u'INT_EQUAL_-1206945129'), ('const-0', u'INT_EQUAL_-1206944332'), (u'MULTIEQUAL_-1206943236', u'MULTIEQUAL_-1206943212'), (u'CALL_-1206944219', u'INDIRECT_-1206942993'), (u'INDIRECT_-1206943488', u'MULTIEQUAL_-1206943457'), (u'CALL_-1206944379', u'INDIRECT_-1206943039'), ('tmp_636', u'CBRANCH_-1206944797'), (u'INDIRECT_-1206943354', u'MULTIEQUAL_-1206943334'), ('const-1', u'PTRADD_-1206944876'), (u'INDIRECT_-1206943852', u'MULTIEQUAL_-1206943973'), (u'INDIRECT_-1206943904', u'MULTIEQUAL_-1206944218'), (u'CALL_-1206944255', u'INDIRECT_-1206943194'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944666'), (u'CALL_-1206945063', u'INDIRECT_-1206943613'), (u'LOAD_-1206944767', u'INT_LESS_-1206944752'), (u'CALL_-1206944601', u'INDIRECT_-1206943059'), (u'LOAD_-1206944842', u'INT_LESS_-1206944788'), (u'INDIRECT_-1206943067', u'MULTIEQUAL_-1206943379'), (u'CALL_-1206944354', u'MULTIEQUAL_-1206944237'), ('tmp_6827', u'MULTIEQUAL_-1206943339'), (u'MULTIEQUAL_-1206943402', u'MULTIEQUAL_-1206943380'), ('tmp_372', u'CBRANCH_-1206945028'), (u'CALL_-1206944407', u'INDIRECT_-1206942902'), ('tmp_903', u'CBRANCH_-1206944570'), (u'INDIRECT_-1206943124', u'MULTIEQUAL_-1206943304'), ('const-1', u'PTRADD_-1206944567'), (u'CALL_-1206944360', u'INDIRECT_-1206943039'), (u'INDIRECT_-1206943093', u'MULTIEQUAL_-1206943427'), (u'INDIRECT_-1206943764', u'MULTIEQUAL_-1206943720'), (u'STORE_-1206944735', u'INDIRECT_-1206943555'), (u'CALL_-1206944255', u'INDIRECT_-1206943169'), ('tmp_6811', u'MULTIEQUAL_-1206943207'), (u'INDIRECT_-1206943551', u'MULTIEQUAL_-1206943517'), ('tmp_977', u'CBRANCH_-1206944517'), (u'INDIRECT_-1206943976', u'MULTIEQUAL_-1206943950'), (u'STORE_-1206944930', u'INDIRECT_-1206943627'), (u'INDIRECT_-1206943332', u'MULTIEQUAL_-1206943301'), (u'CALL_-1206944407', u'INDIRECT_-1206943235'), ('const-433', u'STORE_-1206944875'), (u'COPY_-1206943023', u'MULTIEQUAL_-1206943311'), (u'INDIRECT_-1206943453', u'MULTIEQUAL_-1206943411'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942863'), (u'INDIRECT_-1206942779', u'MULTIEQUAL_-1206943093'), (u'CALL_-1206944255', u'INDIRECT_-1206943188'), (u'PTRSUB_-1206942840', u'LOAD_-1206944920'), (u'MULTIEQUAL_-1206944217', u'PTRADD_-1206944567'), ('const-40', u'PTRSUB_-1206942734'), (u'INDIRECT_-1206942779', u'MULTIEQUAL_-1206942900'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942848'), (u'MULTIEQUAL_-1206943334', u'MULTIEQUAL_-1206943302'), ('tmp_4114', u'COPY_-1206943025'), (u'MULTIEQUAL_-1206943359', u'MULTIEQUAL_-1206943261'), (u'MULTIEQUAL_-1206943950', u'INT_ADD_-1206944524'), (u'LOAD_-1206945120', u'INT_AND_-1206945094'), ('const-1', u'PTRADD_-1206944827'), (u'STORE_-1206944735', u'INDIRECT_-1206943517'), (u'INDIRECT_-1206943660', u'MULTIEQUAL_-1206943641'), (u'INDIRECT_-1206943278', u'MULTIEQUAL_-1206943261'), (u'CALL_-1206944354', u'INDIRECT_-1206942710'), (u'INDIRECT_-1206943444', u'MULTIEQUAL_-1206943438'), (u'INDIRECT_-1206942812', u'MULTIEQUAL_-1206943146'), (u'INT_AND_-1206944541', u'INT_EQUAL_-1206944555'), (u'PTRADD_-1206944730', u'STORE_-1206944784'), (u'INDIRECT_-1206943119', u'MULTIEQUAL_-1206943478'), ('tmp_6828', u'MULTIEQUAL_-1206943364'), (u'MULTIEQUAL_-1206943428', u'MULTIEQUAL_-1206943404'), (u'MULTIEQUAL_-1206943282', u'MULTIEQUAL_-1206943250'), (u'CALL_-1206945063', u'INDIRECT_-1206943124'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944285'), (u'MULTIEQUAL_-1206943384', u'MULTIEQUAL_-1206943286'), (u'CALL_-1206944360', u'INDIRECT_-1206942935'), (u'INDIRECT_-1206942627', u'MULTIEQUAL_-1206942916'), (u'STORE_-1206944875', u'INDIRECT_-1206943595'), (u'INDIRECT_-1206943500', u'MULTIEQUAL_-1206943403'), (u'CALL_-1206944844', u'INDIRECT_-1206943504'), (u'INDIRECT_-1206943022', u'MULTIEQUAL_-1206943202'), (u'INDIRECT_-1206943835', u'MULTIEQUAL_-1206944015'), (u'INDIRECT_-1206943275', u'MULTIEQUAL_-1206943254'), (u'INDIRECT_-1206943091', u'MULTIEQUAL_-1206943405'), ('tmp_284', u'CBRANCH_-1206945104'), ('const-1', u'CALL_-1206944844'), (u'INDIRECT_-1206943018', u'MULTIEQUAL_-1206943352'), (u'CALL_-1206944354', u'INDIRECT_-1206942866'), (u'INDIRECT_-1206943513', u'MULTIEQUAL_-1206943479'), (u'INDIRECT_-1206943266', u'MULTIEQUAL_-1206943387'), (u'CALL_-1206945063', u'INDIRECT_-1206943280'), (u'INDIRECT_-1206943350', u'MULTIEQUAL_-1206943517'), (u'CALL_-1206944844', u'INDIRECT_-1206943454'), (u'LOAD_-1206944920', u'INT_LESS_-1206944898'), ('tmp_763', u'CBRANCH_-1206944685'), ('tmp_700', u'CBRANCH_-1206944748'), (u'INDIRECT_-1206943143', u'MULTIEQUAL_-1206943457'), (u'STORE_-1206944784', u'INDIRECT_-1206943582'), (u'PTRSUB_-1206942762', u'STORE_-1206944784'), ('tmp_1197', u'BRANCH_-1206944252'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942734'), (u'LOAD_-1206944538', u'INT_NOTEQUAL_-1206944525'), (u'INDIRECT_-1206943143', u'MULTIEQUAL_-1206943477'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944255'), ('const-48', u'PTRSUB_-1206942835'), ('const-433', u'LOAD_-1206944664'), (u'COPY_-1206943022', u'MULTIEQUAL_-1206943259'), (u'CALL_-1206945044', u'INDIRECT_-1206943713'), (u'CALL_-1206944666', u'INDIRECT_-1206943045'), (u'MULTIEQUAL_-1206943080', u'MULTIEQUAL_-1206943056'), (u'MULTIEQUAL_-1206942924', u'MULTIEQUAL_-1206942900'), (u'CALL_-1206944379', u'INDIRECT_-1206943141'), (u'CALL_-1206944249', u'INDIRECT_-1206943752'), (u'INT_NOTEQUAL_-1206945029', u'CBRANCH_-1206945028'), (u'INDIRECT_-1206943250', u'MULTIEQUAL_-1206943230'), ('const-433', u'LOAD_-1206944774'), (u'MULTIEQUAL_-1206943302', u'MULTIEQUAL_-1206943280'), ('tmp_6830', u'MULTIEQUAL_-1206943449'), (u'CALL_-1206944701', u'INDIRECT_-1206944036'), (u'LOAD_-1206944980', u'STORE_-1206944924'), (u'CALL_-1206945044', u'INDIRECT_-1206943751'), (u'INDIRECT_-1206944036', u'MULTIEQUAL_-1206944015'), (u'CALL_-1206944844', u'INDIRECT_-1206943250'), ('tmp_6813', u'MULTIEQUAL_-1206943259'), (u'INDIRECT_-1206943491', u'MULTIEQUAL_-1206943449'), (u'INDIRECT_-1206943329', u'MULTIEQUAL_-1206943438'), (u'CALL_-1206944844', u'INDIRECT_-1206943404'), ('tmp_6825', u'MULTIEQUAL_-1206943289'), (u'INDIRECT_-1206943280', u'MULTIEQUAL_-1206943249'), ('tmp_3919', u'INT_NOTEQUAL_-1206945265'), ('const-0', u'INT_EQUAL_-1206944555'), (u'COPY_-1206942988', u'MULTIEQUAL_-1206943214'), (u'MULTIEQUAL_-1206943170', u'MULTIEQUAL_-1206943146'), ('tmp_3824', u'COPY_-1206942988'), ('const-433', u'STORE_-1206944778'), (u'MULTIEQUAL_-1206943042', u'MULTIEQUAL_-1206943020'), (u'LOAD_-1206944842', u'MULTIEQUAL_-1206944217'), (u'CALL_-1206944354', u'INDIRECT_-1206943174'), ('const-40', u'PTRSUB_-1206942664'), (u'MULTIEQUAL_-1206943028', u'MULTIEQUAL_-1206943004'), (u'CALL_-1206944379', u'INDIRECT_-1206943329'), (u'INDIRECT_-1206943500', u'MULTIEQUAL_-1206943359'), (u'CALL_-1206944701', u'INDIRECT_-1206943067'), (u'INDIRECT_-1206943428', u'MULTIEQUAL_-1206943411'), (u'CALL_-1206944379', u'INDIRECT_-1206943852'), ('const-40', u'PTRSUB_-1206942762'), (u'CALL_-1206944601', u'INDIRECT_-1206942955'), (u'CALL_-1206944219', u'INDIRECT_-1206942916'), (u'CAST_-1206942599', u'LOAD_-1206944538'), (u'CALL_-1206944285', u'INDIRECT_-1206943318'), (u'COPY_-1206942618', u'MULTIEQUAL_-1206944306'), ('const-1', u'PTRADD_-1206944827'), (u'CALL_-1206944701', u'INDIRECT_-1206943325'), (u'INT_NOTEQUAL_-1206944586', u'CBRANCH_-1206944585'), (u'CALL_-1206944249', u'INDIRECT_-1206942627'), ('tmp_935', u'CBRANCH_-1206944552'), (u'INDIRECT_-1206943268', u'MULTIEQUAL_-1206943582'), (u'INDIRECT_-1206942990', u'MULTIEQUAL_-1206942970'), (u'INDIRECT_-1206943384', u'MULTIEQUAL_-1206943353'), (u'CALL_-1206944255', u'INDIRECT_-1206943050'), (u'INDIRECT_-1206943319', u'MULTIEQUAL_-1206943178'), (u'INDIRECT_-1206943091', u'MULTIEQUAL_-1206943212'), ('tmp_6826', u'MULTIEQUAL_-1206943314'), (u'CALL_-1206944285', u'INDIRECT_-1206942782'), (u'CALL_-1206944219', u'INDIRECT_-1206942864'), (u'CALL_-1206944249', u'INDIRECT_-1206943091'), ('const-1', u'PTRADD_-1206944876'), (u'INDIRECT_-1206943378', u'MULTIEQUAL_-1206943361'), (u'MULTIEQUAL_-1206943066', u'MULTIEQUAL_-1206943042'), (u'CALL_-1206944255', u'INDIRECT_-1206943100'), ('const-28', u'PTRSUB_-1206942638'), (u'CALL_-1206944407', u'INDIRECT_-1206943135'), ('const-48', u'PTRSUB_-1206942863'), ('const-433', u'LOAD_-1206944962'), ('tmp_1289', u'CALL_-1206944354'), (u'CALL_-1206944249', u'INDIRECT_-1206942887'), (u'MULTIEQUAL_-1206943478', u'MULTIEQUAL_-1206943454'), (u'INDIRECT_-1206943367', u'MULTIEQUAL_-1206943476'), (u'CALL_-1206944360', u'INDIRECT_-1206943243'), ('const-8', u'PTRSUB_-1206942912'), ('tmp_1158', u'BRANCH_-1206944246'), (u'INDIRECT_-1206942760', u'MULTIEQUAL_-1206943094'), (u'INDIRECT_-1206942883', u'MULTIEQUAL_-1206943004'), (u'INT_EQUAL_-1206944332', u'CBRANCH_-1206944328'), ('tmp_3823', u'COPY_-1206942989'), (u'INDIRECT_-1206942851', u'MULTIEQUAL_-1206942825'), (u'INDIRECT_-1206942911', u'MULTIEQUAL_-1206942890'), (u'INDIRECT_-1206942759', u'MULTIEQUAL_-1206943118'), (u'INDIRECT_-1206943375', u'MULTIEQUAL_-1206943354'), ('const-1', u'PTRADD_-1206944730'), ('const-32', u'STORE_-1206944875'), (u'PTRSUB_-1206942682', u'LOAD_-1206944657'), (u'CALL_-1206945044', u'INDIRECT_-1206943525'), (u'CALL_-1206945063', u'INDIRECT_-1206943726'), (u'MULTIEQUAL_-1206942976', u'MULTIEQUAL_-1206942952'), (u'CALL_-1206944354', u'INDIRECT_-1206942970'), (u'CALL_-1206944407', u'INDIRECT_-1206942746'), ('const-433', u'LOAD_-1206944835'), ('tmp_6817', u'MULTIEQUAL_-1206943363'), ('const-433', u'LOAD_-1206944657'), (u'INDIRECT_-1206943216', u'MULTIEQUAL_-1206943337'), ('const--424', u'PTRSUB_-1206942726'), (u'CALL_-1206944255', u'INDIRECT_-1206943000'), ('const-40', u'INT_ADD_-1206945160'), ('const-0', u'INT_EQUAL_-1206944572'), (u'INDIRECT_-1206943319', u'MULTIEQUAL_-1206943222'), (u'CALL_-1206945044', u'INDIRECT_-1206943423'), (u'INDIRECT_-1206942730', u'MULTIEQUAL_-1206943042'), (u'PTRADD_-1206944827', u'STORE_-1206944881'), (u'MULTIEQUAL_-1206943528', u'MULTIEQUAL_-1206943504'), (u'CALL_-1206944285', u'INDIRECT_-1206943067'), (u'CALL_-1206944407', u'INDIRECT_-1206942850'), (u'CALL_-1206944701', u'INDIRECT_-1206943275'), (u'PTRSUB_-1206942687', u'LOAD_-1206944664'), ('tmp_4132', u'COPY_-1206943022'), (u'INDIRECT_-1206943111', u'MULTIEQUAL_-1206942970'), (u'INDIRECT_-1206942963', u'MULTIEQUAL_-1206942942'), (u'INDIRECT_-1206943436', u'MULTIEQUAL_-1206943405'), (u'LOAD_-1206944835', u'INT_LESS_-1206944788'), (u'PTRSUB_-1206942726', u'CALL_-1206944701'), ('const-1103529', u'COPY_-1206944331'), (u'INDIRECT_-1206942707', u'MULTIEQUAL_-1206943066'), ('const-433', u'STORE_-1206944729'), (u'CALL_-1206945063', u'INDIRECT_-1206943332'), (u'INDIRECT_-1206943142', u'MULTIEQUAL_-1206943454'), ('const-433', u'STORE_-1206944784'), (u'INDIRECT_-1206943280', u'MULTIEQUAL_-1206943581'), (u'INT_ADD_-1206945160', u'CAST_-1206942946'), (u'INT_NOTEQUAL_-1206945107', u'CBRANCH_-1206945104'), ('const-433', u'STORE_-1206944621'), (u'CALL_-1206944255', u'INDIRECT_-1206943019'), (u'CALL_-1206944360', u'INDIRECT_-1206943904'), (u'MULTIEQUAL_-1206942938', u'MULTIEQUAL_-1206942916'), (u'PTRSUB_-1206942912', u'MULTIEQUAL_-1206943503'), (u'PTRSUB_-1206942963', u'LOAD_-1206945120'), (u'INDIRECT_-1206943325', u'MULTIEQUAL_-1206943304'), ('tmp_3816', u'PTRSUB_-1206942890'), (u'INDIRECT_-1206943217', u'MULTIEQUAL_-1206943529'), ('const-48', u'PTRSUB_-1206942682'), ('const--448', u'PTRSUB_-1206942812'), (u'CALL_-1206944379', u'INDIRECT_-1206942727'), (u'CALL_-1206945063', u'INDIRECT_-1206943588'), ('const-64', u'PTRSUB_-1206942930'), (u'LOAD_-1206944980', u'INT_LESS_-1206944947'), (u'CALL_-1206944360', u'INDIRECT_-1206943091'), (u'COPY_-1206943027', u'MULTIEQUAL_-1206943519'), (u'CALL_-1206944407', u'INDIRECT_-1206943260'), (u'CALL_-1206944255', u'INDIRECT_-1206942846'), (u'CALL_-1206944379', u'INDIRECT_-1206943241'), (u'INDIRECT_-1206943491', u'MULTIEQUAL_-1206943461'), ('const-433', u'LOAD_-1206944920'), (u'LOAD_-1206944920', u'PTRADD_-1206944827'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942820'), (u'CALL_-1206945044', u'INDIRECT_-1206943215'), ('const-200', u'CALL_-1206944701'), (u'INDIRECT_-1206943241', u'MULTIEQUAL_-1206943362'), (u'CALL_-1206944219', u'INDIRECT_-1206942968'), (u'CALL_-1206944601', u'INDIRECT_-1206943453'), (u'INDIRECT_-1206943803', u'MULTIEQUAL_-1206944115'), (u'MULTIEQUAL_-1206943155', u'MULTIEQUAL_-1206942825'), (u'CALL_-1206945063', u'INDIRECT_-1206943488'), (u'MULTIEQUAL_-1206943146', u'MULTIEQUAL_-1206943124'), (u'INDIRECT_-1206943504', u'MULTIEQUAL_-1206943484'), (u'INDIRECT_-1206943119', u'MULTIEQUAL_-1206943098'), (u'INDIRECT_-1206943240', u'MULTIEQUAL_-1206943214'), (u'MULTIEQUAL_-1206943198', u'MULTIEQUAL_-1206943176'), (u'CALL_-1206944285', u'INDIRECT_-1206943042'), (u'CALL_-1206944255', u'INDIRECT_-1206943780'), (u'INDIRECT_-1206943206', u'MULTIEQUAL_-1206943528'), (u'MULTIEQUAL_-1206943132', u'MULTIEQUAL_-1206943108'), (u'INDIRECT_-1206943529', u'MULTIEQUAL_-1206943509'), (u'CALL_-1206944701', u'INDIRECT_-1206943551'), (u'INDIRECT_-1206943348', u'COPY_-1206943404'), (u'INDIRECT_-1206943044', u'MULTIEQUAL_-1206943403'), ('tmp_6824', u'INT_EQUAL_-1206944373'), (u'INDIRECT_-1206943638', u'MULTIEQUAL_-1206943607'), (u'CALL_-1206944354', u'INDIRECT_-1206942918'), (u'CALL_-1206945044', u'INDIRECT_-1206943475'), (u'INDIRECT_-1206943191', u'MULTIEQUAL_-1206943312'), (u'CALL_-1206944407', u'INDIRECT_-1206942954'), (u'INDIRECT_-1206943386', u'COPY_-1206943442'), (u'CALL_-1206944354', u'INDIRECT_-1206942762'), (u'INDIRECT_-1206943116', u'MULTIEQUAL_-1206943405'), (u'CALL_-1206944844', u'INDIRECT_-1206943198'), (u'INDIRECT_-1206943118', u'MULTIEQUAL_-1206943452'), (u'CALL_-1206944360', u'INDIRECT_-1206943268'), (u'CALL_-1206944219', u'INDIRECT_-1206942604'), (u'INDIRECT_-1206943538', u'MULTIEQUAL_-1206943507'), (u'INDIRECT_-1206942887', u'MULTIEQUAL_-1206943176'), ('const-10', u'CALL_-1206944379'), (u'MULTIEQUAL_-1206944165', u'INT_LESS_-1206944637'), (u'INDIRECT_-1206942915', u'MULTIEQUAL_-1206943274'), (u'CALL_-1206944285', u'INDIRECT_-1206943280'), (u'CALL_-1206944249', u'INDIRECT_-1206942679'), (u'CALL_-1206945044', u'INDIRECT_-1206943575'), ('tmp_1288', u'INT_NOTEQUAL_-1206944586'), (u'CALL_-1206944844', u'INDIRECT_-1206943094'), (u'INDIRECT_-1206943423', u'MULTIEQUAL_-1206943326'), (u'CALL_-1206944255', u'INDIRECT_-1206943226'), (u'INDIRECT_-1206942811', u'MULTIEQUAL_-1206943170'), ('const-48', u'COPY_-1206944973'), (u'INDIRECT_-1206942708', u'MULTIEQUAL_-1206943042'), (u'CALL_-1206945044', u'INDIRECT_-1206944236'), (u'PTRSUB_-1206942863', u'LOAD_-1206944962'), (u'PTRSUB_-1206942754', u'LOAD_-1206944774'), (u'MULTIEQUAL_-1206942970', u'MULTIEQUAL_-1206942938'), (u'INDIRECT_-1206943482', u'MULTIEQUAL_-1206943476'), (u'MULTIEQUAL_-1206943286', u'MULTIEQUAL_-1206943262'), (u'PTRSUB_-1206942790', u'LOAD_-1206944842'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942785'), (u'INDIRECT_-1206943171', u'MULTIEQUAL_-1206943150'), (u'STORE_-1206944924', u'INDIRECT_-1206943660'), ('tmp_877', u'CBRANCH_-1206944585'), (u'INDIRECT_-1206942863', u'MULTIEQUAL_-1206943222'), (u'INDIRECT_-1206942782', u'MULTIEQUAL_-1206943094'), (u'CALL_-1206944360', u'INDIRECT_-1206942883'), (u'CALL_-1206944255', u'INDIRECT_-1206942915'), (u'CALL_-1206944701', u'INDIRECT_-1206943400'), (u'INDIRECT_-1206943069', u'MULTIEQUAL_-1206943428'), (u'MULTIEQUAL_-1206943459', u'MULTIEQUAL_-1206943427'), (u'INDIRECT_-1206943713', u'MULTIEQUAL_-1206943558'), (u'CALL_-1206945063', u'INDIRECT_-1206943764'), (u'LOAD_-1206944980', u'PTRADD_-1206944876'), (u'MULTIEQUAL_-1206943503', u'MULTIEQUAL_-1206943479'), (u'INDIRECT_-1206943622', u'MULTIEQUAL_-1206943603'), (u'INDIRECT_-1206942935', u'MULTIEQUAL_-1206943249'), (u'CALL_-1206944666', u'INDIRECT_-1206943303'), (u'INDIRECT_-1206943588', u'MULTIEQUAL_-1206943557'), (u'CALL_-1206944219', u'INDIRECT_-1206943244'), (u'CALL_-1206944844', u'INDIRECT_-1206943529'), (u'INDIRECT_-1206943404', u'MULTIEQUAL_-1206943384'), (u'COPY_-1206942972', u'MULTIEQUAL_-1206944306'), (u'INDIRECT_-1206943381', u'MULTIEQUAL_-1206943682'), ('const-433', u'LOAD_-1206945176'), ('tmp_4120', u'COPY_-1206943024'), (u'LOAD_-1206944920', u'STORE_-1206944875'), (u'MULTIEQUAL_-1206943311', u'MULTIEQUAL_-1206942981'), (u'CALL_-1206945063', u'INDIRECT_-1206943538'), (u'INDIRECT_-1206944236', u'MULTIEQUAL_-1206944139'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942762'), ('tmp_3835', u'MULTIEQUAL_-1206943950'), (u'MULTIEQUAL_-1206943327', u'MULTIEQUAL_-1206943305'), (u'CALL_-1206944701', u'INT_EQUAL_-1206944687'), (u'INDIRECT_-1206943425', u'MULTIEQUAL_-1206943404'), (u'INDIRECT_-1206943371', u'MULTIEQUAL_-1206943230'), (u'MULTIEQUAL_-1206943222', u'MULTIEQUAL_-1206943198'), (u'COPY_-1206943025', u'MULTIEQUAL_-1206943415'), (u'MULTIEQUAL_-1206943126', u'MULTIEQUAL_-1206943028'), (u'CALL_-1206944379', u'INDIRECT_-1206942779'), (u'COPY_-1206944331', u'MULTIEQUAL_-1206944237'), (u'CALL_-1206944255', u'INDIRECT_-1206942690'), (u'INDIRECT_-1206942903', u'MULTIEQUAL_-1206942877'), (u'CALL_-1206944601', u'INDIRECT_-1206943111'), (u'MULTIEQUAL_-1206943336', u'MULTIEQUAL_-1206943312'), (u'CALL_-1206944219', u'INDIRECT_-1206943093'), (u'INDIRECT_-1206943600', u'MULTIEQUAL_-1206943459'), (u'CALL_-1206945044', u'INDIRECT_-1206943319'), (u'INDIRECT_-1206944115', u'MULTIEQUAL_-1206944095'), (u'MULTIEQUAL_-1206943022', u'MULTIEQUAL_-1206942924'), (u'CAST_-1206942907', u'MULTIEQUAL_-1206944385'), (u'PTRSUB_-1206942820', u'STORE_-1206944881'), (u'MULTIEQUAL_-1206943434', u'MULTIEQUAL_-1206943336'), (u'CALL_-1206944354', u'INDIRECT_-1206943224'), ('const-433', u'STORE_-1206944615'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944219'), (u'INT_EQUAL_-1206945129', u'CBRANCH_-1206945127'), (u'INDIRECT_-1206943229', u'MULTIEQUAL_-1206943505'), (u'INDIRECT_-1206942814', u'MULTIEQUAL_-1206942994'), ('tmp_1184', u'BRANCH_-1206944282'), (u'MULTIEQUAL_-1206943484', u'MULTIEQUAL_-1206943452'), (u'INDIRECT_-1206944014', u'MULTIEQUAL_-1206943997'), (u'CALL_-1206944601', u'INDIRECT_-1206943265'), (u'INDIRECT_-1206943215', u'MULTIEQUAL_-1206943189'), (u'CALL_-1206944666', u'INDIRECT_-1206943353'), (u'CALL_-1206944360', u'INDIRECT_-1206943419'), (u'MULTIEQUAL_-1206943378', u'MULTIEQUAL_-1206943354'), (u'CALL_-1206944219', u'INDIRECT_-1206943118'), (u'MULTIEQUAL_-1206943178', u'MULTIEQUAL_-1206943080'), ('const-40', u'PTRSUB_-1206942790'), (u'COPY_-1206943143', u'MULTIEQUAL_-1206944385'), (u'CALL_-1206944255', u'INDIRECT_-1206942638'), (u'INDIRECT_-1206943592', u'MULTIEQUAL_-1206943558'), (u'MULTIEQUAL_-1206943261', u'MULTIEQUAL_-1206943237'), (u'CALL_-1206944360', u'INDIRECT_-1206943168'), (u'INDIRECT_-1206943419', u'COPY_-1206942618'), (u'INDIRECT_-1206943318', u'MULTIEQUAL_-1206943619'), (u'CALL_-1206944285', u'INDIRECT_-1206943142'), (u'INDIRECT_-1206943302', u'MULTIEQUAL_-1206943282'), (u'MULTIEQUAL_-1206943553', u'MULTIEQUAL_-1206943529'), (u'INDIRECT_-1206943751', u'MULTIEQUAL_-1206943596'), (u'MULTIEQUAL_-1206943259', u'MULTIEQUAL_-1206942929'), (u'CALL_-1206944666', u'INDIRECT_-1206943529'), (u'CALL_-1206944379', u'INDIRECT_-1206942935'), (u'CALL_-1206944219', u'INDIRECT_-1206943068'), (u'MULTIEQUAL_-1206943509', u'MULTIEQUAL_-1206943411'), (u'INDIRECT_-1206943513', u'MULTIEQUAL_-1206943482'), ('tmp_6824', u'COPY_-1206943143'), (u'CALL_-1206944255', u'INDIRECT_-1206942811'), (u'INDIRECT_-1206942935', u'MULTIEQUAL_-1206943056'), (u'MULTIEQUAL_-1206943094', u'MULTIEQUAL_-1206943072'), (u'INDIRECT_-1206943174', u'MULTIEQUAL_-1206943354'), (u'MULTIEQUAL_-1206944385', u'CALL_-1206944379'), ('tmp_1287', u'PTRSUB_-1206942930'), (u'INDIRECT_-1206943041', u'MULTIEQUAL_-1206943330'), (u'LOAD_-1206944774', u'PTRADD_-1206944681'), (u'PTRSUB_-1206942664', u'STORE_-1206944621'), (u'INT_EQUAL_-1206944572', u'CBRANCH_-1206944570'), (u'CALL_-1206944285', u'INDIRECT_-1206942730'), ('const-0', u'INT_EQUAL_-1206944687'), (u'INDIRECT_-1206942762', u'MULTIEQUAL_-1206942942'), (u'MULTIEQUAL_-1206943352', u'MULTIEQUAL_-1206943330'), (u'INDIRECT_-1206943303', u'MULTIEQUAL_-1206943286'), (u'STORE_-1206944621', u'INDIRECT_-1206943487'), (u'CALL_-1206944844', u'INDIRECT_-1206943354'), (u'CALL_-1206944407', u'INDIRECT_-1206943160'), (u'CALL_-1206944255', u'INDIRECT_-1206943125'), (u'MULTIEQUAL_-1206943415', u'MULTIEQUAL_-1206943085'), (u'INDIRECT_-1206943400', u'MULTIEQUAL_-1206943379'), (u'INDIRECT_-1206943454', u'MULTIEQUAL_-1206943434'), (u'INDIRECT_-1206943074', u'MULTIEQUAL_-1206943254'), (u'STORE_-1206944778', u'INDIRECT_-1206943539'), (u'STORE_-1206944930', u'INDIRECT_-1206943665'), (u'CALL_-1206945063', u'INDIRECT_-1206943663'), (u'CALL_-1206944360', u'INDIRECT_-1206942987'), ('const-433', u'STORE_-1206944930'), (u'CALL_-1206945044', u'INDIRECT_-1206943600'), (u'INT_EQUAL_-1206944687', u'CBRANCH_-1206944685'), (u'INDIRECT_-1206943577', u'MULTIEQUAL_-1206943566'), (u'CALL_-1206944601', u'INDIRECT_-1206943163'), (u'CALL_-1206944701', u'INDIRECT_-1206943450'), ('tmp_1287', u'PTRSUB_-1206942952'), (u'CALL_-1206944601', u'INDIRECT_-1206943390'), (u'INDIRECT_-1206943630', u'MULTIEQUAL_-1206943596'), (u'CALL_-1206944844', u'INDIRECT_-1206943592'), (u'INDIRECT_-1206943099', u'MULTIEQUAL_-1206943279'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942835'), (u'STORE_-1206944729', u'INDIRECT_-1206943550'), (u'MULTIEQUAL_-1206943411', u'COPY_-1206943451'), (u'MULTIEQUAL_-1206944217', u'STORE_-1206944615'), (u'INDIRECT_-1206943390', u'MULTIEQUAL_-1206943364'), ('const-40', u'PTRSUB_-1206942848'), (u'MULTIEQUAL_-1206944139', u'MULTIEQUAL_-1206944115'), ('tmp_1288', u'CALL_-1206944407'), (u'INDIRECT_-1206942918', u'MULTIEQUAL_-1206943098'), (u'CALL_-1206944666', u'INDIRECT_-1206942889'), (u'STORE_-1206944784', u'INDIRECT_-1206943544'), (u'CALL_-1206945044', u'INDIRECT_-1206943163'), ('const-433', u'LOAD_-1206944767'), (u'CALL_-1206945044', u'INDIRECT_-1206943625'), ('const-32', u'STORE_-1206944729'), ('tmp_1287', u'INT_EQUAL_-1206944572'), (u'MULTIEQUAL_-1206943434', u'MULTIEQUAL_-1206943402'), (u'MULTIEQUAL_-1206944385', u'PTRSUB_-1206942754'), (u'CALL_-1206944360', u'INDIRECT_-1206942779'), (u'MULTIEQUAL_-1206943334', u'MULTIEQUAL_-1206943236'), (u'CALL_-1206944219', u'INDIRECT_-1206943143'), ('const-433', u'STORE_-1206944735'), (u'CALL_-1206944360', u'INDIRECT_-1206943193'), (u'INDIRECT_-1206942939', u'MULTIEQUAL_-1206943228'), (u'COPY_-1206943020', u'MULTIEQUAL_-1206943155'), ('const-58', u'CALL_-1206944219'), (u'CALL_-1206944407', u'INDIRECT_-1206943110'), (u'CALL_-1206944285', u'INDIRECT_-1206943217'), (u'INDIRECT_-1206943141', u'MULTIEQUAL_-1206943430'), ('const-0', u'INT_NOTEQUAL_-1206944815'), (u'INDIRECT_-1206943267', u'MULTIEQUAL_-1206943543'), (u'INDIRECT_-1206942831', u'MULTIEQUAL_-1206943145'), (u'CALL_-1206944249', u'INDIRECT_-1206943229'), (u'INT_EQUAL_-1206945080', u'CBRANCH_-1206945078'), ('tmp_1289', u'CALL_-1206944701'), (u'CALL_-1206944285', u'INDIRECT_-1206942938'), (u'CALL_-1206944219', u'INDIRECT_-1206942656'), (u'CALL_-1206944844', u'INDIRECT_-1206944115'), (u'INDIRECT_-1206943525', u'MULTIEQUAL_-1206943428'), (u'CALL_-1206944255', u'INDIRECT_-1206942586'), (u'CALL_-1206944666', u'INDIRECT_-1206943201'), (u'INDIRECT_-1206943199', u'MULTIEQUAL_-1206943379'), (u'INDIRECT_-1206943550', u'MULTIEQUAL_-1206943543'), ('const-48', u'PTRSUB_-1206942785'), ('const-32', u'CALL_-1206944249'), (u'COPY_-1206943024', u'MULTIEQUAL_-1206943363'), (u'CALL_-1206944249', u'INDIRECT_-1206943116'), (u'MULTIEQUAL_-1206943326', u'MULTIEQUAL_-1206943302'), (u'CALL_-1206944285', u'INDIRECT_-1206943192'), (u'COPY_-1206943021', u'MULTIEQUAL_-1206943207'), (u'CALL_-1206944354', u'INDIRECT_-1206943199'), (u'INDIRECT_-1206942886', u'MULTIEQUAL_-1206943198'), (u'CALL_-1206944701', u'INDIRECT_-1206943513'), (u'CALL_-1206944601', u'INDIRECT_-1206943315'), ('const-48', u'PTRSUB_-1206942749'), ('tmp_318', u'CBRANCH_-1206945078'), (u'INDIRECT_-1206943193', u'MULTIEQUAL_-1206943507'), (u'INDIRECT_-1206943091', u'MULTIEQUAL_-1206943380'), (u'CALL_-1206944249', u'INDIRECT_-1206942835'), (u'CALL_-1206944219', u'INDIRECT_-1206942812'), (u'INT_AND_-1206945094', u'INT_NOTEQUAL_-1206945107'), (u'CALL_-1206944666', u'INDIRECT_-1206944014'), (u'LOAD_-1206944774', u'STORE_-1206944729'), ('tmp_524', u'CBRANCH_-1206944894'), (u'MULTIEQUAL_-1206943509', u'MULTIEQUAL_-1206943477'), (u'CALL_-1206944407', u'INDIRECT_-1206943285'), (u'INT_EQUAL_-1206944555', u'CBRANCH_-1206944552'), (u'INDIRECT_-1206942987', u'MULTIEQUAL_-1206943108'), (u'INDIRECT_-1206943353', u'MULTIEQUAL_-1206943336'), (u'CALL_-1206944601', u'INDIRECT_-1206943240'), (u'CAST_-1206942907', u'CALL_-1206945063'), (u'CALL_-1206944601', u'INDIRECT_-1206942851'), (u'MULTIEQUAL_-1206944217', u'INT_LESS_-1206944637'), ('tmp_118', u'CBRANCH_-1206945265'), (u'CALL_-1206944601', u'INDIRECT_-1206943976'), (u'INDIRECT_-1206943188', u'COPY_-1206943246'), (u'INDIRECT_-1206943019', u'MULTIEQUAL_-1206943378'), (u'INDIRECT_-1206943146', u'MULTIEQUAL_-1206943126'), ('const-32', u'COPY_-1206945017'), (u'MULTIEQUAL_-1206943282', u'MULTIEQUAL_-1206943184'), ('const-40', u'PTRSUB_-1206942876'), (u'INDIRECT_-1206943097', u'MULTIEQUAL_-1206943080'), ('tmp_4108', u'COPY_-1206943026')]
[(u'MULTIEQUAL_-1206943240', u'MULTIEQUAL_-1206943208'), (u'CALL_-1206944255', u'INDIRECT_-1206942596'), (u'INDIRECT_-1206943126', u'MULTIEQUAL_-1206943415'), (u'INT_ADD_-1206945083', u'CAST_-1206942920'), (u'LOAD_-1206944842', u'STORE_-1206944778'), (u'PTRSUB_-1206942825', u'CALL_-1206944844'), (u'INDIRECT_-1206942897', u'MULTIEQUAL_-1206943186'), (u'INDIRECT_-1206942689', u'MULTIEQUAL_-1206942978'), (u'CALL_-1206944701', u'INDIRECT_-1206943335'), (u'CALL_-1206944379', u'INDIRECT_-1206943151'), (u'INDIRECT_-1206943236', u'COPY_-1206943294'), (u'CALL_-1206944601', u'INDIRECT_-1206943225'), (u'COPY_-1206943003', u'MULTIEQUAL_-1206943249'), (u'INDIRECT_-1206943381', u'MULTIEQUAL_-1206943240'), (u'CALL_-1206945044', u'INDIRECT_-1206943277'), (u'INDIRECT_-1206944238', u'MULTIEQUAL_-1206944097'), (u'MULTIEQUAL_-1206944141', u'MULTIEQUAL_-1206944117'), ('const-40', u'INT_ADD_-1206944524'), (u'CALL_-1206945063', u'INDIRECT_-1206943573'), (u'INDIRECT_-1206943723', u'MULTIEQUAL_-1206943568'), (u'INDIRECT_-1206943003', u'MULTIEQUAL_-1206942986'), (u'INDIRECT_-1206943782', u'MULTIEQUAL_-1206944141'), (u'CALL_-1206944844', u'INDIRECT_-1206943156'), (u'INT_NOTEQUAL_-1206944815', u'CBRANCH_-1206944814'), (u'INDIRECT_-1206943226', u'MULTIEQUAL_-1206943347'), (u'CALL_-1206944255', u'INDIRECT_-1206942873'), (u'CALL_-1206944285', u'INDIRECT_-1206942896'), ('tmp_460', u'CBRANCH_-1206944943'), ('tmp_250', u'CBRANCH_-1206945127'), (u'MULTIEQUAL_-1206943425', u'MULTIEQUAL_-1206943095'), ('const-0', u'RETURN_-1206944459'), (u'CALL_-1206944219', u'INDIRECT_-1206942666'), (u'PTRSUB_-1206942747', u'STORE_-1206944735'), ('tmp_823', u'CBRANCH_-1206944634'), ('tmp_6807', u'MULTIEQUAL_-1206943165'), ('tmp_6819', u'MULTIEQUAL_-1206943477'), (u'CALL_-1206944255', u'INDIRECT_-1206942925'), (u'CALL_-1206944255', u'INDIRECT_-1206943236'), (u'CALL_-1206944255', u'INDIRECT_-1206943079'), (u'CALL_-1206944255', u'INDIRECT_-1206942769'), ('tmp_1224', u'CBRANCH_-1206944371'), (u'PTRADD_-1206944681', u'STORE_-1206944735'), (u'INDIRECT_-1206943312', u'MULTIEQUAL_-1206943292'), (u'STORE_-1206944621', u'INDIRECT_-1206943497'), (u'CALL_-1206944219', u'INDIRECT_-1206943254'), (u'INT_EQUAL_-1206944373', u'CBRANCH_-1206944371'), (u'INDIRECT_-1206943489', u'MULTIEQUAL_-1206943469'), (u'CALL_-1206944360', u'INDIRECT_-1206942997'), ('tmp_603', u'CBRANCH_-1206944814'), (u'INDIRECT_-1206943623', u'MULTIEQUAL_-1206943592'), (u'CALL_-1206944601', u'INDIRECT_-1206943325'), (u'COPY_-1206945017', u'MULTIEQUAL_-1206943563'), (u'INDIRECT_-1206942977', u'MULTIEQUAL_-1206943336'), (u'INDIRECT_-1206942896', u'MULTIEQUAL_-1206943208'), ('const-433', u'LOAD_-1206944913'), (u'PTRSUB_-1206942739', u'CALL_-1206944701'), (u'INDIRECT_-1206943225', u'MULTIEQUAL_-1206943084'), (u'INDIRECT_-1206942948', u'MULTIEQUAL_-1206943260'), (u'CALL_-1206944354', u'INDIRECT_-1206943184'), (u'CALL_-1206944407', u'INDIRECT_-1206943270'), (u'CALL_-1206944379', u'INDIRECT_-1206942945'), (u'MULTIEQUAL_-1206943232', u'MULTIEQUAL_-1206943208'), (u'INDIRECT_-1206943573', u'MULTIEQUAL_-1206943542'), (u'CALL_-1206944219', u'INDIRECT_-1206943128'), (u'INDIRECT_-1206943673', u'MULTIEQUAL_-1206943642'), (u'CALL_-1206944666', u'INDIRECT_-1206943107'), (u'STORE_-1206944875', u'INDIRECT_-1206943605'), (u'INDIRECT_-1206943028', u'MULTIEQUAL_-1206943362'), (u'CALL_-1206944219', u'INDIRECT_-1206943053'), (u'INDIRECT_-1206943134', u'MULTIEQUAL_-1206943314'), (u'COPY_-1206943035', u'MULTIEQUAL_-1206943217'), (u'INT_LESS_-1206944752', u'CBRANCH_-1206944748'), (u'CALL_-1206944219', u'INDIRECT_-1206942614'), (u'CALL_-1206944601', u'INDIRECT_-1206943463'), (u'INDIRECT_-1206943225', u'MULTIEQUAL_-1206943128'), (u'INDIRECT_-1206943335', u'MULTIEQUAL_-1206943314'), (u'INDIRECT_-1206942770', u'MULTIEQUAL_-1206943104'), ('const-0', u'INT_NOTEQUAL_-1206945265'), (u'INDIRECT_-1206943251', u'MULTIEQUAL_-1206943372'), ('const-0', u'INT_NOTEQUAL_-1206945029'), ('const-10', u'CALL_-1206944379'), (u'CALL_-1206944379', u'INDIRECT_-1206942841'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942747'), ('tmp_6811', u'MULTIEQUAL_-1206943269'), (u'MULTIEQUAL_-1206944097', u'MULTIEQUAL_-1206943999'), ('const-1', u'PTRADD_-1206944876'), ('const-1', u'RETURN_-1206944402'), (u'INDIRECT_-1206943561', u'MULTIEQUAL_-1206943527'), (u'CALL_-1206944255', u'INDIRECT_-1206943198'), (u'CALL_-1206945044', u'INDIRECT_-1206943225'), ('const-0', u'INT_NOTEQUAL_-1206944586'), (u'CALL_-1206944255', u'INDIRECT_-1206943029'), (u'INDIRECT_-1206943388', u'MULTIEQUAL_-1206943371'), (u'CALL_-1206944354', u'INDIRECT_-1206943322'), (u'LOAD_-1206944567', u'INT_AND_-1206944541'), ('const-1', u'PTRADD_-1206944681'), (u'INDIRECT_-1206942861', u'MULTIEQUAL_-1206942835'), ('const-433', u'LOAD_-1206945120'), (u'INDIRECT_-1206943438', u'MULTIEQUAL_-1206943421'), (u'MULTIEQUAL_-1206943606', u'MULTIEQUAL_-1206943509'), (u'INDIRECT_-1206943464', u'MULTIEQUAL_-1206943444'), (u'CALL_-1206944666', u'INDIRECT_-1206943263'), (u'INDIRECT_-1206943225', u'MULTIEQUAL_-1206943199'), (u'LOAD_-1206945099', u'CALL_-1206945063'), (u'INDIRECT_-1206942874', u'MULTIEQUAL_-1206943208'), (u'INDIRECT_-1206943201', u'MULTIEQUAL_-1206943322'), (u'CALL_-1206944285', u'INDIRECT_-1206943328'), (u'INDIRECT_-1206942876', u'MULTIEQUAL_-1206943056'), ('const-433', u'LOAD_-1206944567'), (u'INT_LESS_-1206944788', u'CBRANCH_-1206944797'), (u'CAST_-1206942960', u'LOAD_-1206945176'), (u'CALL_-1206944354', u'INDIRECT_-1206943234'), (u'MULTIEQUAL_-1206943180', u'MULTIEQUAL_-1206943156'), (u'MULTIEQUAL_-1206943487', u'MULTIEQUAL_-1206943465'), (u'INT_ADD_-1206945160', u'CAST_-1206942960'), (u'INDIRECT_-1206943854', u'MULTIEQUAL_-1206943975'), ('const-72', u'INT_ADD_-1206945083'), (u'INDIRECT_-1206943363', u'MULTIEQUAL_-1206943346'), ('const-58', u'STORE_-1206944924'), (u'PTRSUB_-1206942803', u'LOAD_-1206944842'), (u'INDIRECT_-1206943523', u'MULTIEQUAL_-1206943492'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944255'), (u'INDIRECT_-1206943360', u'MULTIEQUAL_-1206943527'), ('tmp_3819', u'CALL_-1206944844'), (u'STORE_-1206944930', u'INDIRECT_-1206943675'), (u'CALL_-1206944255', u'INDIRECT_-1206943104'), (u'INDIRECT_-1206943485', u'MULTIEQUAL_-1206943344'), ('const-40', u'PTRSUB_-1206942775'), ('const-32', u'COPY_-1206945017'), (u'CALL_-1206944844', u'INDIRECT_-1206943464'), (u'PTRSUB_-1206942889', u'LOAD_-1206944980'), (u'STORE_-1206944729', u'INDIRECT_-1206943560'), (u'INT_LESS_-1206944637', u'CBRANCH_-1206944634'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942695'), ('tmp_3825', u'COPY_-1206943003'), ('const-2', u'INT_AND_-1206945094'), (u'STORE_-1206944875', u'INDIRECT_-1206943643'), ('const-8', u'PTRSUB_-1206942925'), (u'STORE_-1206944735', u'INDIRECT_-1206943527'), (u'LOAD_-1206945061', u'COPY_-1206942986'), (u'INT_NOTEQUAL_-1206944525', u'CBRANCH_-1206944517'), (u'CALL_-1206944249', u'INDIRECT_-1206942637'), (u'CALL_-1206944354', u'INDIRECT_-1206942928'), (u'STORE_-1206944615', u'INDIRECT_-1206943454'), ('const-0', u'INT_EQUAL_-1206944373'), (u'INDIRECT_-1206944117', u'MULTIEQUAL_-1206944097'), (u'INDIRECT_-1206943602', u'MULTIEQUAL_-1206943568'), (u'CALL_-1206944219', u'INDIRECT_-1206943731'), (u'CALL_-1206944701', u'INDIRECT_-1206944038'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944285'), ('tmp_4118', u'COPY_-1206943038'), (u'CALL_-1206944255', u'INDIRECT_-1206942717'), ('const-1', u'CALL_-1206944844'), (u'CALL_-1206944601', u'INDIRECT_-1206943173'), ('const-40', u'PTRSUB_-1206942747'), (u'INDIRECT_-1206943051', u'MULTIEQUAL_-1206943340'), (u'CALL_-1206944255', u'INDIRECT_-1206942977'), (u'CALL_-1206944285', u'INDIRECT_-1206943127'), (u'CALL_-1206944255', u'INDIRECT_-1206943054'), (u'MULTIEQUAL_-1206943142', u'MULTIEQUAL_-1206943118'), (u'CALL_-1206944285', u'INDIRECT_-1206943227'), ('tmp_1238', u'BRANCH_-1206944349'), (u'CAST_-1206942610', u'LOAD_-1206944538'), (u'CALL_-1206944360', u'INDIRECT_-1206942841'), (u'CALL_-1206944219', u'INDIRECT_-1206943028'), (u'CALL_-1206944249', u'INDIRECT_-1206942689'), (u'CALL_-1206944844', u'INDIRECT_-1206943000'), (u'INDIRECT_-1206942928', u'MULTIEQUAL_-1206943108'), (u'CALL_-1206945044', u'INDIRECT_-1206943723'), (u'MULTIEQUAL_-1206943469', u'MULTIEQUAL_-1206943437'), (u'MULTIEQUAL_-1206943519', u'MULTIEQUAL_-1206943421'), (u'INDIRECT_-1206943233', u'MULTIEQUAL_-1206943212'), (u'INDIRECT_-1206943375', u'MULTIEQUAL_-1206943349'), ('const-0', u'INT_EQUAL_-1206945080'), (u'INDIRECT_-1206943342', u'MULTIEQUAL_-1206943311'), (u'MULTIEQUAL_-1206943999', u'MULTIEQUAL_-1206943975'), (u'INDIRECT_-1206943585', u'MULTIEQUAL_-1206943444'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942848'), (u'INDIRECT_-1206942997', u'MULTIEQUAL_-1206943311'), (u'INDIRECT_-1206943202', u'MULTIEQUAL_-1206943514'), (u'CALL_-1206944285', u'INDIRECT_-1206942844'), (u'INDIRECT_-1206943128', u'MULTIEQUAL_-1206943462'), ('const-40', u'PTRSUB_-1206942677'), ('const--448', u'PTRSUB_-1206942825'), ('tmp_6822', u'CALL_-1206944360'), (u'CALL_-1206944255', u'INDIRECT_-1206942960'), ('const-433', u'LOAD_-1206944962'), (u'INDIRECT_-1206943429', u'MULTIEQUAL_-1206943730'), (u'INDIRECT_-1206943539', u'MULTIEQUAL_-1206943509'), (u'MULTIEQUAL_-1206943076', u'MULTIEQUAL_-1206943052'), (u'INDIRECT_-1206943358', u'COPY_-1206943414'), (u'CALL_-1206944407', u'INDIRECT_-1206943068'), (u'INDIRECT_-1206943290', u'MULTIEQUAL_-1206943259'), (u'CALL_-1206944285', u'INDIRECT_-1206943000'), (u'INDIRECT_-1206943389', u'MULTIEQUAL_-1206943369'), (u'CALL_-1206944249', u'INDIRECT_-1206942793'), (u'CALL_-1206944354', u'INDIRECT_-1206943084'), (u'INDIRECT_-1206942718', u'MULTIEQUAL_-1206943052'), (u'CALL_-1206944379', u'INDIRECT_-1206943226'), ('const-433', u'LOAD_-1206944980'), (u'INDIRECT_-1206943238', u'MULTIEQUAL_-1206943207'), (u'INDIRECT_-1206942845', u'MULTIEQUAL_-1206943134'), (u'CALL_-1206944666', u'INDIRECT_-1206943313'), (u'INDIRECT_-1206943121', u'MULTIEQUAL_-1206942980'), (u'MULTIEQUAL_-1206942934', u'MULTIEQUAL_-1206942910'), (u'INDIRECT_-1206942951', u'MULTIEQUAL_-1206942934'), (u'CALL_-1206944379', u'INDIRECT_-1206942893'), (u'MULTIEQUAL_-1206943271', u'MULTIEQUAL_-1206943247'), (u'CALL_-1206945063', u'INDIRECT_-1206943648'), (u'INDIRECT_-1206943156', u'MULTIEQUAL_-1206943136'), (u'INDIRECT_-1206943560', u'MULTIEQUAL_-1206943419'), (u'INDIRECT_-1206943761', u'MULTIEQUAL_-1206943606'), (u'STORE_-1206944615', u'INDIRECT_-1206943492'), (u'MULTIEQUAL_-1206943032', u'MULTIEQUAL_-1206942934'), (u'PTRADD_-1206944567', u'STORE_-1206944621'), (u'CALL_-1206944601', u'INDIRECT_-1206943978'), ('const-48', u'PTRSUB_-1206942762'), (u'INDIRECT_-1206943290', u'MULTIEQUAL_-1206943591'), (u'CALL_-1206945063', u'INDIRECT_-1206943446'), ('const-433', u'STORE_-1206944924'), ('const-433', u'LOAD_-1206944538'), (u'INDIRECT_-1206943313', u'MULTIEQUAL_-1206943296'), (u'MULTIEQUAL_-1206942980', u'MULTIEQUAL_-1206942882'), (u'MULTIEQUAL_-1206943519', u'MULTIEQUAL_-1206943487'), ('tmp_4100', u'COPY_-1206943041'), (u'CALL_-1206944354', u'INDIRECT_-1206943360'), ('tmp_4130', u'COPY_-1206943036'), (u'CALL_-1206944844', u'INDIRECT_-1206943104'), (u'INDIRECT_-1206942793', u'MULTIEQUAL_-1206943082'), (u'INDIRECT_-1206943025', u'MULTIEQUAL_-1206943004'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944379'), ('const-433', u'STORE_-1206944735'), (u'INDIRECT_-1206943978', u'MULTIEQUAL_-1206943952'), ('const-1', u'PTRADD_-1206944567'), (u'CALL_-1206944285', u'INDIRECT_-1206942740'), (u'CALL_-1206944407', u'INDIRECT_-1206943295'), ('tmp_6821', u'MULTIEQUAL_-1206943529'), (u'INDIRECT_-1206943104', u'MULTIEQUAL_-1206943084'), (u'MULTIEQUAL_-1206943346', u'MULTIEQUAL_-1206943322'), (u'MULTIEQUAL_-1206943292', u'MULTIEQUAL_-1206943260'), (u'CALL_-1206945044', u'INDIRECT_-1206943433'), ('const-40', u'PTRSUB_-1206942700'), (u'MULTIEQUAL_-1206943437', u'MULTIEQUAL_-1206943415'), (u'INDIRECT_-1206944016', u'MULTIEQUAL_-1206943999'), (u'MULTIEQUAL_-1206944237', u'CALL_-1206944666'), (u'INDIRECT_-1206943102', u'MULTIEQUAL_-1206943414'), (u'CALL_-1206944407', u'INDIRECT_-1206943170'), (u'MULTIEQUAL_-1206944308', u'CALL_-1206945044'), (u'CALL_-1206944379', u'INDIRECT_-1206942737'), (u'MULTIEQUAL_-1206943084', u'MULTIEQUAL_-1206943052'), (u'MULTIEQUAL_-1206943413', u'MULTIEQUAL_-1206943389'), ('tmp_6822', u'COPY_-1206943157'), (u'INDIRECT_-1206943587', u'MULTIEQUAL_-1206943576'), (u'CALL_-1206944407', u'INDIRECT_-1206942964'), (u'MULTIEQUAL_-1206943090', u'MULTIEQUAL_-1206943066'), (u'CALL_-1206944255', u'INDIRECT_-1206943154'), (u'PTRSUB_-1206942775', u'STORE_-1206944784'), ('tmp_1141', u'CBRANCH_-1206944328'), ('const-1', u'PTRADD_-1206944681'), (u'INDIRECT_-1206943394', u'MULTIEQUAL_-1206943363'), (u'INDIRECT_-1206943208', u'MULTIEQUAL_-1206943188'), (u'INDIRECT_-1206943413', u'MULTIEQUAL_-1206943396'), (u'CALL_-1206944249', u'INDIRECT_-1206943001'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942700'), (u'CALL_-1206944844', u'INDIRECT_-1206944117'), (u'CALL_-1206945044', u'INDIRECT_-1206943535'), (u'CALL_-1206944354', u'INT_EQUAL_-1206944332'), (u'INDIRECT_-1206943360', u'MULTIEQUAL_-1206943339'), (u'CALL_-1206944360', u'INDIRECT_-1206943328'), (u'INDIRECT_-1206943253', u'MULTIEQUAL_-1206943567'), (u'CALL_-1206944249', u'INDIRECT_-1206942897'), (u'INDIRECT_-1206943029', u'MULTIEQUAL_-1206943388'), (u'INDIRECT_-1206943514', u'MULTIEQUAL_-1206943494'), (u'STORE_-1206944924', u'INDIRECT_-1206943670'), (u'INDIRECT_-1206943498', u'MULTIEQUAL_-1206943467'), (u'LOAD_-1206944913', u'INT_LESS_-1206944898'), ('tmp_3816', u'PTRSUB_-1206942903'), (u'LOAD_-1206944962', u'INT_LESS_-1206944947'), (u'INDIRECT_-1206943178', u'MULTIEQUAL_-1206943492'), (u'INDIRECT_-1206943454', u'MULTIEQUAL_-1206943448'), (u'INDIRECT_-1206943003', u'MULTIEQUAL_-1206943337'), (u'INDIRECT_-1206943173', u'MULTIEQUAL_-1206943076'), (u'CALL_-1206945063', u'INDIRECT_-1206943186'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942775'), ('tmp_3823', u'INT_ADD_-1206945106'), (u'MULTIEQUAL_-1206943513', u'MULTIEQUAL_-1206943489'), (u'INT_NOTEQUAL_-1206945265', u'CBRANCH_-1206945265'), (u'CALL_-1206944249', u'INDIRECT_-1206943026'), (u'INDIRECT_-1206943277', u'MULTIEQUAL_-1206943553'), (u'COPY_-1206943036', u'MULTIEQUAL_-1206943269'), (u'CALL_-1206944285', u'INDIRECT_-1206942792'), (u'INDIRECT_-1206943209', u'MULTIEQUAL_-1206943389'), (u'CALL_-1206944354', u'INDIRECT_-1206942772'), ('const-58', u'CALL_-1206944255'), (u'PTRSUB_-1206942677', u'STORE_-1206944621'), (u'INDIRECT_-1206943184', u'MULTIEQUAL_-1206943364'), ('const-40', u'PTRSUB_-1206942767'), (u'INDIRECT_-1206943026', u'MULTIEQUAL_-1206943315'), (u'INDIRECT_-1206943435', u'MULTIEQUAL_-1206943414'), (u'MULTIEQUAL_-1206943038', u'MULTIEQUAL_-1206943014'), (u'INDIRECT_-1206942637', u'MULTIEQUAL_-1206942926'), (u'CALL_-1206945044', u'INDIRECT_-1206943121'), (u'INDIRECT_-1206943539', u'MULTIEQUAL_-1206943519'), (u'INT_LESS_-1206944947', u'CBRANCH_-1206944943'), (u'CALL_-1206944666', u'INDIRECT_-1206943003'), (u'INDIRECT_-1206943736', u'MULTIEQUAL_-1206943692'), ('const-433', u'LOAD_-1206944835'), (u'INDIRECT_-1206942688', u'MULTIEQUAL_-1206943000'), ('tmp_6828', u'MULTIEQUAL_-1206943459'), (u'MULTIEQUAL_-1206943463', u'MULTIEQUAL_-1206943439'), (u'INDIRECT_-1206942841', u'MULTIEQUAL_-1206943155'), (u'PTRSUB_-1206942833', u'STORE_-1206944881'), (u'INDIRECT_-1206943077', u'MULTIEQUAL_-1206943056'), (u'INDIRECT_-1206943129', u'MULTIEQUAL_-1206943488'), (u'MULTIEQUAL_-1206943444', u'MULTIEQUAL_-1206943346'), (u'STORE_-1206944930', u'INDIRECT_-1206943637'), (u'CAST_-1206942625', u'LOAD_-1206944567'), (u'CALL_-1206944407', u'INDIRECT_-1206943016'), (u'CALL_-1206944219', u'INDIRECT_-1206943003'), (u'INDIRECT_-1206943204', u'MULTIEQUAL_-1206943563'), (u'MULTIEQUAL_-1206943292', u'MULTIEQUAL_-1206943194'), ('tmp_4112', u'COPY_-1206943039'), (u'INDIRECT_-1206943396', u'COPY_-1206943452'), (u'INT_LESS_-1206944898', u'CBRANCH_-1206944894'), ('tmp_1171', u'BRANCH_-1206944216'), (u'CALL_-1206944844', u'INDIRECT_-1206943539'), ('tmp_3823', u'INT_EQUAL_-1206945129'), (u'INDIRECT_-1206942893', u'MULTIEQUAL_-1206943014'), (u'INDIRECT_-1206943648', u'MULTIEQUAL_-1206943617'), (u'PTRADD_-1206944876', u'STORE_-1206944930'), (u'COPY_-1206943157', u'MULTIEQUAL_-1206944386'), ('const-48', u'PTRSUB_-1206942848'), (u'CALL_-1206944666', u'INDIRECT_-1206943539'), (u'INDIRECT_-1206943381', u'MULTIEQUAL_-1206943284'), (u'CALL_-1206944249', u'INDIRECT_-1206943151'), (u'INDIRECT_-1206943054', u'MULTIEQUAL_-1206943413'), (u'CALL_-1206944666', u'INDIRECT_-1206943338'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942767'), (u'INDIRECT_-1206943055', u'MULTIEQUAL_-1206943038'), (u'CALL_-1206944360', u'INDIRECT_-1206943178'), (u'CALL_-1206945063', u'INDIRECT_-1206943774'), (u'INDIRECT_-1206943101', u'MULTIEQUAL_-1206943390'), (u'CALL_-1206944666', u'INDIRECT_-1206943363'), (u'MULTIEQUAL_-1206942986', u'MULTIEQUAL_-1206942962'), (u'CAST_-1206942931', u'LOAD_-1206945120'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942798'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942853'), ('const-433', u'STORE_-1206944615'), (u'CALL_-1206944379', u'INDIRECT_-1206943854'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944219'), (u'INDIRECT_-1206942949', u'MULTIEQUAL_-1206943238'), (u'INDIRECT_-1206942965', u'MULTIEQUAL_-1206942939'), (u'STORE_-1206944881', u'INDIRECT_-1206943610'), ('tmp_1098', u'BRANCH_-1206944376'), (u'MULTIEQUAL_-1206943344', u'MULTIEQUAL_-1206943312'), ('const-200', u'CALL_-1206944701'), ('const-433', u'STORE_-1206944621'), ('const-40', u'PTRSUB_-1206942861'), (u'CALL_-1206944360', u'INDIRECT_-1206943228'), (u'CALL_-1206944407', u'INDIRECT_-1206943245'), (u'CALL_-1206944255', u'INDIRECT_-1206942908'), (u'INDIRECT_-1206943305', u'MULTIEQUAL_-1206943651'), (u'INDIRECT_-1206943906', u'MULTIEQUAL_-1206944220'), (u'CALL_-1206944701', u'MULTIEQUAL_-1206944237'), ('const-58', u'CALL_-1206944219'), (u'INDIRECT_-1206943548', u'MULTIEQUAL_-1206943517'), (u'INDIRECT_-1206943077', u'MULTIEQUAL_-1206943389'), (u'CALL_-1206944219', u'INDIRECT_-1206942770'), (u'CALL_-1206944255', u'INDIRECT_-1206943010'), (u'PTRSUB_-1206942925', u'MULTIEQUAL_-1206943513'), ('tmp_4124', u'COPY_-1206943037'), (u'CALL_-1206944255', u'INDIRECT_-1206943782'), (u'INDIRECT_-1206943001', u'MULTIEQUAL_-1206943290'), (u'INDIRECT_-1206943643', u'MULTIEQUAL_-1206943629'), ('const-1', u'RETURN_-1206944250'), (u'CALL_-1206944601', u'INDIRECT_-1206943501'), (u'INDIRECT_-1206943598', u'MULTIEQUAL_-1206943567'), (u'MULTIEQUAL_-1206942948', u'MULTIEQUAL_-1206942926'), (u'INDIRECT_-1206943410', u'MULTIEQUAL_-1206943389'), (u'INDIRECT_-1206943017', u'MULTIEQUAL_-1206942991'), (u'INDIRECT_-1206943377', u'MULTIEQUAL_-1206943486'), (u'CALL_-1206944354', u'INDIRECT_-1206942876'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944249'), (u'CALL_-1206944354', u'INDIRECT_-1206942720'), (u'MULTIEQUAL_-1206943362', u'MULTIEQUAL_-1206943340'), (u'INDIRECT_-1206943000', u'MULTIEQUAL_-1206943312'), (u'INDIRECT_-1206944251', u'MULTIEQUAL_-1206944220'), (u'INDIRECT_-1206943186', u'MULTIEQUAL_-1206943155'), ('const-28', u'INT_ADD_-1206945106'), (u'CALL_-1206944379', u'INDIRECT_-1206943049'), (u'LOAD_-1206944774', u'INT_LESS_-1206944752'), (u'MULTIEQUAL_-1206943563', u'MULTIEQUAL_-1206943539'), (u'INDIRECT_-1206942772', u'MULTIEQUAL_-1206942952'), (u'CALL_-1206945063', u'INDIRECT_-1206943394'), (u'CALL_-1206945063', u'INDIRECT_-1206944251'), (u'PTRSUB_-1206942762', u'LOAD_-1206944767'), (u'LOAD_-1206944657', u'MULTIEQUAL_-1206944166'), (u'CALL_-1206944354', u'INDIRECT_-1206943837'), (u'MULTIEQUAL_-1206943000', u'MULTIEQUAL_-1206942978'), (u'INDIRECT_-1206943177', u'MULTIEQUAL_-1206943489'), ('tmp_3819', u'INT_NOTEQUAL_-1206945029'), ('const-433', u'LOAD_-1206944842'), (u'LOAD_-1206944842', u'PTRADD_-1206944730'), (u'CALL_-1206945044', u'INDIRECT_-1206943761'), ('const-32', u'STORE_-1206944729'), (u'LOAD_-1206944664', u'MULTIEQUAL_-1206944217'), ('const-0', u'INT_EQUAL_-1206945129'), (u'CALL_-1206944844', u'INDIRECT_-1206943489'), (u'CALL_-1206944701', u'INDIRECT_-1206943310'), (u'CALL_-1206944285', u'INDIRECT_-1206943152'), (u'CALL_-1206944701', u'INDIRECT_-1206943181'), (u'MULTIEQUAL_-1206943469', u'MULTIEQUAL_-1206943371'), (u'CALL_-1206944285', u'INDIRECT_-1206943077'), ('const-0', u'INT_EQUAL_-1206944332'), (u'CALL_-1206944407', u'INDIRECT_-1206943220'), (u'INDIRECT_-1206943731', u'MULTIEQUAL_-1206944065'), (u'INDIRECT_-1206943414', u'MULTIEQUAL_-1206943394'), (u'INDIRECT_-1206942945', u'MULTIEQUAL_-1206943259'), (u'STORE_-1206944784', u'INDIRECT_-1206943554'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942861'), (u'CALL_-1206944285', u'INDIRECT_-1206943177'), ('tmp_636', u'CBRANCH_-1206944797'), ('const-433', u'LOAD_-1206945061'), (u'MULTIEQUAL_-1206943188', u'MULTIEQUAL_-1206943090'), (u'COPY_-1206942632', u'MULTIEQUAL_-1206944308'), (u'MULTIEQUAL_-1206943419', u'MULTIEQUAL_-1206943321'), (u'INDIRECT_-1206943069', u'MULTIEQUAL_-1206943043'), ('const-1', u'PTRADD_-1206944876'), (u'INT_ADD_-1206945045', u'CAST_-1206942898'), (u'INDIRECT_-1206943032', u'MULTIEQUAL_-1206943212'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942803'), (u'INDIRECT_-1206942720', u'MULTIEQUAL_-1206942900'), (u'INDIRECT_-1206942792', u'MULTIEQUAL_-1206943104'), (u'MULTIEQUAL_-1206943188', u'MULTIEQUAL_-1206943156'), (u'INDIRECT_-1206942873', u'MULTIEQUAL_-1206943232'), (u'CALL_-1206944601', u'INDIRECT_-1206943121'), (u'CALL_-1206944285', u'INDIRECT_-1206943805'), ('const-0', u'INT_EQUAL_-1206944555'), (u'CALL_-1206944255', u'INDIRECT_-1206942648'), (u'MULTIEQUAL_-1206943217', u'MULTIEQUAL_-1206942887'), (u'INDIRECT_-1206943101', u'MULTIEQUAL_-1206943415'), (u'CALL_-1206944219', u'INDIRECT_-1206942978'), (u'LOAD_-1206944767', u'INT_LESS_-1206944752'), (u'INDIRECT_-1206943176', u'MULTIEQUAL_-1206943297'), (u'MULTIEQUAL_-1206943488', u'MULTIEQUAL_-1206943464'), (u'INDIRECT_-1206942822', u'MULTIEQUAL_-1206943156'), (u'LOAD_-1206944842', u'INT_LESS_-1206944788'), (u'CALL_-1206944701', u'INDIRECT_-1206942973'), (u'CALL_-1206944354', u'MULTIEQUAL_-1206944237'), (u'CALL_-1206944844', u'INDIRECT_-1206943260'), ('tmp_4136', u'COPY_-1206943035'), (u'COPY_-1206943002', u'MULTIEQUAL_-1206943224'), (u'INDIRECT_-1206943485', u'MULTIEQUAL_-1206943388'), (u'CALL_-1206944666', u'INDIRECT_-1206943055'), ('const-433', u'LOAD_-1206945176'), ('tmp_372', u'CBRANCH_-1206945028'), (u'INDIRECT_-1206943329', u'MULTIEQUAL_-1206943232'), (u'CALL_-1206944354', u'INDIRECT_-1206942824'), (u'INDIRECT_-1206943391', u'MULTIEQUAL_-1206943692'), ('tmp_903', u'CBRANCH_-1206944570'), (u'CALL_-1206944666', u'INDIRECT_-1206943388'), (u'CALL_-1206944379', u'INDIRECT_-1206943377'), (u'INDIRECT_-1206943328', u'MULTIEQUAL_-1206943642'), (u'INDIRECT_-1206943126', u'MULTIEQUAL_-1206943247'), (u'INDIRECT_-1206942666', u'MULTIEQUAL_-1206943000'), (u'CALL_-1206944844', u'INDIRECT_-1206943640'), (u'MULTIEQUAL_-1206943136', u'MULTIEQUAL_-1206943104'), (u'CALL_-1206945063', u'INDIRECT_-1206943736'), ('const-58', u'STORE_-1206944778'), (u'COPY_-1206943039', u'MULTIEQUAL_-1206943425'), (u'COPY_-1206943041', u'MULTIEQUAL_-1206943529'), (u'MULTIEQUAL_-1206943156', u'MULTIEQUAL_-1206943134'), (u'CALL_-1206944249', u'INDIRECT_-1206943101'), ('tmp_3823', u'INT_ADD_-1206945045'), (u'INDIRECT_-1206942821', u'MULTIEQUAL_-1206943180'), (u'INDIRECT_-1206942913', u'MULTIEQUAL_-1206942887'), (u'INDIRECT_-1206943254', u'MULTIEQUAL_-1206943576'), (u'INDIRECT_-1206943433', u'MULTIEQUAL_-1206943336'), ('tmp_977', u'CBRANCH_-1206944517'), (u'PTRSUB_-1206942848', u'LOAD_-1206944913'), (u'PTRSUB_-1206942767', u'LOAD_-1206944774'), (u'MULTIEQUAL_-1206943494', u'MULTIEQUAL_-1206943462'), (u'INDIRECT_-1206943400', u'MULTIEQUAL_-1206943374'), ('tmp_3837', u'INT_ADD_-1206945160'), (u'CALL_-1206944407', u'INDIRECT_-1206942912'), (u'INDIRECT_-1206942893', u'MULTIEQUAL_-1206943207'), (u'CAST_-1206942898', u'LOAD_-1206945061'), (u'INDIRECT_-1206943510', u'MULTIEQUAL_-1206943413'), (u'MULTIEQUAL_-1206943388', u'MULTIEQUAL_-1206943364'), (u'CALL_-1206945044', u'INDIRECT_-1206944238'), (u'INDIRECT_-1206943640', u'MULTIEQUAL_-1206943606'), (u'CALL_-1206944666', u'INDIRECT_-1206943211'), ('const-10', u'STORE_-1206944615'), (u'CALL_-1206944249', u'INDIRECT_-1206943239'), (u'INDIRECT_-1206943460', u'MULTIEQUAL_-1206943439'), (u'CALL_-1206944249', u'INDIRECT_-1206943076'), (u'CALL_-1206944219', u'INDIRECT_-1206942718'), (u'MULTIEQUAL_-1206944217', u'PTRADD_-1206944567'), (u'INDIRECT_-1206943154', u'MULTIEQUAL_-1206943513'), (u'CALL_-1206944844', u'INDIRECT_-1206943312'), (u'CALL_-1206944249', u'INDIRECT_-1206943051'), ('const-433', u'LOAD_-1206944664'), (u'CALL_-1206944407', u'INDIRECT_-1206942808'), (u'STORE_-1206944729', u'INDIRECT_-1206943522'), (u'LOAD_-1206945120', u'INT_AND_-1206945094'), ('const-1', u'PTRADD_-1206944827'), ('tmp_6822', u'INT_EQUAL_-1206944373'), (u'CALL_-1206944601', u'INDIRECT_-1206942861'), (u'LOAD_-1206945176', u'MULTIEQUAL_-1206943274'), (u'STORE_-1206944881', u'INDIRECT_-1206943648'), (u'PTRSUB_-1206942853', u'LOAD_-1206944920'), (u'INT_AND_-1206944541', u'INT_EQUAL_-1206944555'), (u'PTRADD_-1206944730', u'STORE_-1206944784'), (u'INDIRECT_-1206943670', u'MULTIEQUAL_-1206943651'), (u'COPY_-1206943040', u'MULTIEQUAL_-1206943477'), (u'CALL_-1206944354', u'INDIRECT_-1206943032'), ('const-32', u'STORE_-1206944875'), (u'MULTIEQUAL_-1206943128', u'MULTIEQUAL_-1206943104'), ('tmp_6824', u'MULTIEQUAL_-1206943324'), (u'MULTIEQUAL_-1206943568', u'MULTIEQUAL_-1206943471'), (u'MULTIEQUAL_-1206943394', u'MULTIEQUAL_-1206943296'), (u'MULTIEQUAL_-1206943269', u'MULTIEQUAL_-1206942939'), (u'CALL_-1206944701', u'INDIRECT_-1206943385'), (u'INDIRECT_-1206943774', u'MULTIEQUAL_-1206943730'), ('const-433', u'STORE_-1206944881'), ('tmp_284', u'CBRANCH_-1206945104'), ('const-1', u'PTRADD_-1206944567'), ('tmp_6822', u'MULTIEQUAL_-1206943421'), (u'PTRSUB_-1206942700', u'LOAD_-1206944664'), (u'MULTIEQUAL_-1206943032', u'MULTIEQUAL_-1206943000'), (u'LOAD_-1206944920', u'INT_LESS_-1206944898'), ('tmp_763', u'CBRANCH_-1206944685'), ('tmp_700', u'CBRANCH_-1206944748'), (u'CALL_-1206944379', u'INDIRECT_-1206943201'), ('tmp_1197', u'BRANCH_-1206944252'), (u'CALL_-1206944844', u'INDIRECT_-1206943414'), (u'MULTIEQUAL_-1206943052', u'MULTIEQUAL_-1206943030'), ('tmp_6825', u'MULTIEQUAL_-1206943349'), (u'LOAD_-1206944538', u'INT_NOTEQUAL_-1206944525'), (u'INDIRECT_-1206943325', u'MULTIEQUAL_-1206943299'), (u'INDIRECT_-1206943104', u'MULTIEQUAL_-1206943463'), (u'CALL_-1206945044', u'INDIRECT_-1206943610'), (u'INDIRECT_-1206943501', u'MULTIEQUAL_-1206943471'), (u'MULTIEQUAL_-1206943208', u'MULTIEQUAL_-1206943186'), (u'MULTIEQUAL_-1206943421', u'COPY_-1206943461'), (u'PTRSUB_-1206942695', u'LOAD_-1206944657'), (u'CALL_-1206944601', u'INDIRECT_-1206943250'), (u'INDIRECT_-1206943285', u'MULTIEQUAL_-1206943264'), (u'MULTIEQUAL_-1206943412', u'MULTIEQUAL_-1206943390'), (u'INT_NOTEQUAL_-1206945029', u'CBRANCH_-1206945028'), (u'INDIRECT_-1206943151', u'MULTIEQUAL_-1206943440'), (u'CALL_-1206944255', u'INDIRECT_-1206943267'), (u'INDIRECT_-1206943159', u'MULTIEQUAL_-1206943339'), (u'CALL_-1206944255', u'INDIRECT_-1206942985'), (u'INDIRECT_-1206942925', u'MULTIEQUAL_-1206943284'), (u'LOAD_-1206944980', u'STORE_-1206944924'), (u'INDIRECT_-1206943632', u'MULTIEQUAL_-1206943613'), (u'COPY_-1206942986', u'MULTIEQUAL_-1206944308'), (u'CALL_-1206944601', u'INDIRECT_-1206943375'), (u'CALL_-1206944255', u'INDIRECT_-1206942752'), (u'CALL_-1206944407', u'INDIRECT_-1206943120'), (u'PTRSUB_-1206942903', u'MULTIEQUAL_-1206943488'), (u'CALL_-1206944249', u'INDIRECT_-1206942845'), (u'INDIRECT_-1206943216', u'MULTIEQUAL_-1206943538'), (u'CALL_-1206944379', u'INDIRECT_-1206943101'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944601'), (u'MULTIEQUAL_-1206943321', u'MULTIEQUAL_-1206942991'), (u'CALL_-1206944666', u'INDIRECT_-1206943413'), (u'CALL_-1206944354', u'INDIRECT_-1206943134'), (u'LOAD_-1206944835', u'MULTIEQUAL_-1206944166'), (u'CALL_-1206944701', u'INDIRECT_-1206943233'), (u'CALL_-1206945063', u'INDIRECT_-1206943290'), (u'LOAD_-1206944842', u'MULTIEQUAL_-1206944217'), (u'MULTIEQUAL_-1206943371', u'MULTIEQUAL_-1206943347'), (u'INDIRECT_-1206943049', u'MULTIEQUAL_-1206943170'), (u'MULTIEQUAL_-1206942980', u'MULTIEQUAL_-1206942948'), (u'INDIRECT_-1206943079', u'MULTIEQUAL_-1206943438'), (u'CALL_-1206944255', u'INDIRECT_-1206943085'), (u'INDIRECT_-1206943560', u'MULTIEQUAL_-1206943553'), (u'INDIRECT_-1206943109', u'MULTIEQUAL_-1206943289'), (u'CALL_-1206944219', u'INDIRECT_-1206943153'), ('const-433', u'LOAD_-1206945099'), (u'CALL_-1206945044', u'INDIRECT_-1206943560'), ('tmp_4142', u'COPY_-1206943034'), ('tmp_3816', u'PTRSUB_-1206942925'), (u'INDIRECT_-1206943052', u'MULTIEQUAL_-1206943032'), (u'MULTIEQUAL_-1206943369', u'MULTIEQUAL_-1206943271'), (u'CALL_-1206944285', u'INDIRECT_-1206942948'), ('const-1103529', u'COPY_-1206944331'), (u'MULTIEQUAL_-1206943421', u'MULTIEQUAL_-1206943397'), (u'CALL_-1206945044', u'INDIRECT_-1206943660'), (u'CALL_-1206945044', u'INDIRECT_-1206943585'), ('tmp_3837', u'MULTIEQUAL_-1206943952'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944666'), (u'CALL_-1206944255', u'INDIRECT_-1206943035'), (u'INDIRECT_-1206943227', u'MULTIEQUAL_-1206943539'), (u'INT_NOTEQUAL_-1206944586', u'CBRANCH_-1206944585'), ('tmp_935', u'CBRANCH_-1206944552'), (u'CALL_-1206945044', u'INDIRECT_-1206943635'), (u'INDIRECT_-1206943151', u'MULTIEQUAL_-1206943272'), ('const-48', u'PTRSUB_-1206942876'), (u'MULTIEQUAL_-1206943165', u'MULTIEQUAL_-1206942835'), (u'MULTIEQUAL_-1206943952', u'INT_ADD_-1206944524'), (u'INDIRECT_-1206943198', u'COPY_-1206943256'), (u'CALL_-1206944666', u'INDIRECT_-1206943288'), (u'INDIRECT_-1206943660', u'MULTIEQUAL_-1206943519'), ('const-433', u'LOAD_-1206944920'), (u'CALL_-1206945063', u'INDIRECT_-1206943342'), ('tmp_3910', u'INT_NOTEQUAL_-1206944815'), (u'CALL_-1206944249', u'INDIRECT_-1206943176'), (u'CALL_-1206944255', u'INDIRECT_-1206943110'), (u'CALL_-1206944219', u'INDIRECT_-1206943103'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206945044'), ('const-1', u'PTRADD_-1206944827'), (u'CALL_-1206945063', u'INDIRECT_-1206943238'), (u'INT_ADD_-1206944524', u'CAST_-1206942610'), (u'STORE_-1206944735', u'INDIRECT_-1206943565'), (u'MULTIEQUAL_-1206943337', u'MULTIEQUAL_-1206943315'), (u'INDIRECT_-1206943610', u'MULTIEQUAL_-1206943469'), (u'CALL_-1206945044', u'INDIRECT_-1206943329'), ('tmp_1158', u'BRANCH_-1206944246'), (u'INT_EQUAL_-1206944332', u'CBRANCH_-1206944328'), (u'CALL_-1206944844', u'INDIRECT_-1206943052'), (u'CALL_-1206944701', u'INDIRECT_-1206942921'), (u'CALL_-1206945063', u'INDIRECT_-1206943623'), (u'CALL_-1206944601', u'INDIRECT_-1206942913'), (u'CALL_-1206944601', u'INDIRECT_-1206943069'), ('tmp_6817', u'MULTIEQUAL_-1206943425'), ('const-433', u'STORE_-1206944729'), (u'INDIRECT_-1206943429', u'COPY_-1206942632'), ('const-1', u'PTRADD_-1206944730'), (u'CALL_-1206944701', u'INDIRECT_-1206943435'), (u'CALL_-1206944844', u'INDIRECT_-1206943389'), (u'MULTIEQUAL_-1206943084', u'MULTIEQUAL_-1206942986'), (u'CALL_-1206944407', u'INDIRECT_-1206942860'), (u'INDIRECT_-1206943275', u'MULTIEQUAL_-1206943249'), ('const-40', u'INT_ADD_-1206945160'), (u'CALL_-1206944219', u'INDIRECT_-1206943216'), ('const-40', u'PTRSUB_-1206942803'), ('const-0', u'INT_EQUAL_-1206944572'), (u'PTRADD_-1206944827', u'STORE_-1206944881'), ('tmp_3901', u'INT_NOTEQUAL_-1206944586'), ('tmp_6826', u'MULTIEQUAL_-1206943374'), ('const-40', u'PTRSUB_-1206942833'), (u'CALL_-1206944666', u'INDIRECT_-1206942951'), (u'INDIRECT_-1206943535', u'MULTIEQUAL_-1206943438'), (u'LOAD_-1206944835', u'INT_LESS_-1206944788'), (u'CALL_-1206944255', u'INDIRECT_-1206943305'), (u'CALL_-1206944666', u'INDIRECT_-1206943501'), (u'CALL_-1206944360', u'INDIRECT_-1206943101'), (u'INDIRECT_-1206942789', u'MULTIEQUAL_-1206943103'), (u'INDIRECT_-1206943350', u'MULTIEQUAL_-1206943324'), (u'MULTIEQUAL_-1206943387', u'MULTIEQUAL_-1206943365'), ('const-48', u'PTRSUB_-1206942798'), (u'MULTIEQUAL_-1206944166', u'INT_LESS_-1206944637'), (u'INT_NOTEQUAL_-1206945107', u'CBRANCH_-1206945104'), (u'CALL_-1206944701', u'INDIRECT_-1206943360'), (u'PTRSUB_-1206942861', u'STORE_-1206944930'), (u'INDIRECT_-1206943078', u'MULTIEQUAL_-1206943412'), ('tmp_3901', u'CALL_-1206944407'), (u'MULTIEQUAL_-1206943459', u'COPY_-1206943499'), (u'INDIRECT_-1206943159', u'MULTIEQUAL_-1206943142'), (u'INDIRECT_-1206943263', u'MULTIEQUAL_-1206943246'), (u'CALL_-1206944285', u'INDIRECT_-1206942688'), (u'CALL_-1206945063', u'INDIRECT_-1206943134'), ('const-40', u'PTRSUB_-1206942853'), ('const-32', u'CALL_-1206944249'), (u'LOAD_-1206944980', u'INT_LESS_-1206944947'), (u'INDIRECT_-1206942665', u'MULTIEQUAL_-1206943024'), (u'INDIRECT_-1206943433', u'MULTIEQUAL_-1206943292'), (u'MULTIEQUAL_-1206943344', u'MULTIEQUAL_-1206943246'), (u'MULTIEQUAL_-1206943419', u'MULTIEQUAL_-1206943387'), (u'LOAD_-1206944920', u'PTRADD_-1206944827'), (u'INDIRECT_-1206943267', u'MULTIEQUAL_-1206943613'), (u'INDIRECT_-1206943103', u'MULTIEQUAL_-1206943437'), (u'INDIRECT_-1206942769', u'MULTIEQUAL_-1206943128'), (u'CALL_-1206944844', u'INDIRECT_-1206943439'), (u'STORE_-1206944778', u'INDIRECT_-1206943549'), (u'INDIRECT_-1206943076', u'MULTIEQUAL_-1206943365'), (u'CALL_-1206944255', u'INDIRECT_-1206942856'), (u'INDIRECT_-1206943277', u'MULTIEQUAL_-1206943180'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942762'), (u'INDIRECT_-1206942978', u'MULTIEQUAL_-1206943312'), (u'INDIRECT_-1206942945', u'MULTIEQUAL_-1206943066'), (u'CALL_-1206944379', u'INDIRECT_-1206942997'), (u'CALL_-1206944354', u'INDIRECT_-1206942980'), (u'CALL_-1206944379', u'INDIRECT_-1206943126'), (u'CALL_-1206945063', u'INDIRECT_-1206943598'), (u'INDIRECT_-1206943228', u'MULTIEQUAL_-1206943542'), (u'MULTIEQUAL_-1206944065', u'MULTIEQUAL_-1206944043'), ('const-1', u'PTRADD_-1206944730'), (u'MULTIEQUAL_-1206943438', u'MULTIEQUAL_-1206943414'), (u'INDIRECT_-1206943605', u'MULTIEQUAL_-1206943591'), (u'CALL_-1206944666', u'INDIRECT_-1206942899'), ('tmp_3921', u'INT_NOTEQUAL_-1206945265'), ('tmp_3823', u'INT_ADD_-1206945083'), (u'INDIRECT_-1206943300', u'MULTIEQUAL_-1206943274'), (u'INDIRECT_-1206943535', u'MULTIEQUAL_-1206943394'), (u'CALL_-1206944379', u'INDIRECT_-1206943276'), (u'MULTIEQUAL_-1206943260', u'MULTIEQUAL_-1206943238'), (u'CALL_-1206945044', u'INDIRECT_-1206943173'), ('const-0', u'INT_NOTEQUAL_-1206945107'), (u'INDIRECT_-1206944038', u'MULTIEQUAL_-1206944017'), (u'CALL_-1206944255', u'INDIRECT_-1206942804'), (u'INDIRECT_-1206943329', u'MULTIEQUAL_-1206943188'), (u'INT_ADD_-1206945106', u'CAST_-1206942931'), (u'INDIRECT_-1206943364', u'MULTIEQUAL_-1206943344'), (u'INDIRECT_-1206943260', u'MULTIEQUAL_-1206943240'), ('const-433', u'LOAD_-1206944774'), (u'COPY_-1206944973', u'MULTIEQUAL_-1206943538'), (u'CALL_-1206944601', u'INDIRECT_-1206943275'), (u'CALL_-1206944219', u'INDIRECT_-1206942822'), (u'CALL_-1206944249', u'INDIRECT_-1206943277'), (u'CALL_-1206944701', u'INDIRECT_-1206943285'), (u'INDIRECT_-1206943635', u'MULTIEQUAL_-1206943494'), (u'INDIRECT_-1206943549', u'MULTIEQUAL_-1206943538'), ('tmp_877', u'CBRANCH_-1206944585'), ('const-433', u'STORE_-1206944930'), (u'MULTIEQUAL_-1206944386', u'CALL_-1206944844'), (u'INDIRECT_-1206943510', u'MULTIEQUAL_-1206943369'), (u'CALL_-1206944701', u'INDIRECT_-1206943410'), (u'INDIRECT_-1206943153', u'MULTIEQUAL_-1206943487'), (u'LOAD_-1206944980', u'PTRADD_-1206944876'), ('tmp_4106', u'COPY_-1206943040'), (u'INDIRECT_-1206943837', u'MULTIEQUAL_-1206944017'), (u'STORE_-1206944621', u'INDIRECT_-1206943459'), ('tmp_6823', u'MULTIEQUAL_-1206943299'), (u'CALL_-1206944255', u'INDIRECT_-1206942700'), (u'INDIRECT_-1206943121', u'MULTIEQUAL_-1206943024'), (u'CALL_-1206944701', u'INDIRECT_-1206943129'), (u'INDIRECT_-1206943239', u'MULTIEQUAL_-1206943515'), (u'CALL_-1206944249', u'INDIRECT_-1206942741'), (u'INDIRECT_-1206942737', u'MULTIEQUAL_-1206942858'), ('const-64', u'INT_ADD_-1206945045'), ('const-433', u'STORE_-1206944875'), ('tmp_3816', u'PTRSUB_-1206942739'), (u'CALL_-1206944407', u'INDIRECT_-1206943396'), (u'STORE_-1206944784', u'INDIRECT_-1206943592'), (u'LOAD_-1206944920', u'STORE_-1206944875'), (u'INDIRECT_-1206943339', u'MULTIEQUAL_-1206943448'), (u'CALL_-1206944360', u'INDIRECT_-1206943391'), (u'MULTIEQUAL_-1206943444', u'MULTIEQUAL_-1206943412'), (u'INDIRECT_-1206943152', u'MULTIEQUAL_-1206943464'), (u'INDIRECT_-1206943385', u'MULTIEQUAL_-1206943364'), (u'CALL_-1206944666', u'INDIRECT_-1206944016'), (u'INDIRECT_-1206943203', u'MULTIEQUAL_-1206943517'), (u'MULTIEQUAL_-1206943240', u'MULTIEQUAL_-1206943142'), (u'CALL_-1206945063', u'INDIRECT_-1206943548'), (u'MULTIEQUAL_-1206943194', u'MULTIEQUAL_-1206943170'), (u'CALL_-1206944701', u'INT_EQUAL_-1206944687'), (u'INDIRECT_-1206942789', u'MULTIEQUAL_-1206942910'), (u'CALL_-1206944379', u'INDIRECT_-1206943339'), (u'INDIRECT_-1206943134', u'MULTIEQUAL_-1206943103'), (u'COPY_-1206944331', u'MULTIEQUAL_-1206944237'), (u'INDIRECT_-1206943049', u'MULTIEQUAL_-1206943363'), (u'CALL_-1206944701', u'INDIRECT_-1206943077'), ('tmp_3910', u'CALL_-1206944354'), (u'CALL_-1206945044', u'INDIRECT_-1206943510'), ('const-28', u'INT_ADD_-1206944553'), (u'CALL_-1206944407', u'INDIRECT_-1206943358'), (u'MULTIEQUAL_-1206943336', u'MULTIEQUAL_-1206943312'), (u'INDIRECT_-1206943052', u'MULTIEQUAL_-1206943364'), (u'COPY_-1206943037', u'MULTIEQUAL_-1206943321'), (u'INDIRECT_-1206943121', u'MULTIEQUAL_-1206943095'), (u'INDIRECT_-1206943101', u'MULTIEQUAL_-1206943222'), ('const-433', u'STORE_-1206944778'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942677'), (u'INT_EQUAL_-1206945129', u'CBRANCH_-1206945127'), (u'CALL_-1206944285', u'INDIRECT_-1206943202'), (u'INDIRECT_-1206942741', u'MULTIEQUAL_-1206943030'), (u'INDIRECT_-1206943276', u'MULTIEQUAL_-1206943397'), (u'MULTIEQUAL_-1206943494', u'MULTIEQUAL_-1206943396'), (u'INDIRECT_-1206943492', u'MULTIEQUAL_-1206943486'), (u'LOAD_-1206945099', u'INT_EQUAL_-1206945080'), (u'CALL_-1206944285', u'INDIRECT_-1206943102'), ('tmp_1184', u'BRANCH_-1206944282'), (u'CALL_-1206944249', u'INDIRECT_-1206943754'), (u'INDIRECT_-1206943250', u'MULTIEQUAL_-1206943224'), ('const-48', u'PTRSUB_-1206942695'), ('tmp_6809', u'MULTIEQUAL_-1206943217'), (u'CALL_-1206944844', u'INDIRECT_-1206943208'), (u'MULTIEQUAL_-1206943024', u'MULTIEQUAL_-1206943000'), (u'INDIRECT_-1206943338', u'MULTIEQUAL_-1206943321'), (u'CALL_-1206944601', u'INDIRECT_-1206943300'), (u'CALL_-1206944601', u'INDIRECT_-1206943017'), (u'CALL_-1206944360', u'INDIRECT_-1206943906'), (u'CALL_-1206944249', u'INDIRECT_-1206943126'), (u'INDIRECT_-1206943173', u'MULTIEQUAL_-1206943032'), (u'INDIRECT_-1206943084', u'MULTIEQUAL_-1206943264'), ('const-433', u'LOAD_-1206944767'), (u'CALL_-1206944666', u'INDIRECT_-1206943438'), ('const-433', u'LOAD_-1206944657'), (u'MULTIEQUAL_-1206944097', u'MULTIEQUAL_-1206944065'), (u'INDIRECT_-1206943234', u'MULTIEQUAL_-1206943414'), (u'CALL_-1206944255', u'INDIRECT_-1206943204'), (u'CALL_-1206944354', u'INDIRECT_-1206943109'), (u'MULTIEQUAL_-1206943246', u'MULTIEQUAL_-1206943222'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942833'), (u'MULTIEQUAL_-1206943284', u'MULTIEQUAL_-1206943260'), (u'CALL_-1206944601', u'INDIRECT_-1206943350'), (u'MULTIEQUAL_-1206943373', u'MULTIEQUAL_-1206943043'), (u'INT_ADD_-1206944553', u'CAST_-1206942625'), (u'CALL_-1206944285', u'INDIRECT_-1206943290'), (u'MULTIEQUAL_-1206943538', u'MULTIEQUAL_-1206943514'), (u'CALL_-1206944379', u'INDIRECT_-1206942789'), (u'CALL_-1206944407', u'INDIRECT_-1206943195'), (u'CALL_-1206944360', u'INDIRECT_-1206943203'), ('const--216', u'PTRSUB_-1206942903'), (u'LOAD_-1206944774', u'PTRADD_-1206944681'), (u'CALL_-1206944255', u'INDIRECT_-1206942821'), (u'INDIRECT_-1206943277', u'MULTIEQUAL_-1206943136'), (u'INT_EQUAL_-1206944572', u'CBRANCH_-1206944570'), (u'CALL_-1206944360', u'INDIRECT_-1206943278'), (u'CALL_-1206944354', u'INDIRECT_-1206943209'), (u'CALL_-1206944601', u'INDIRECT_-1206942965'), ('const-0', u'INT_EQUAL_-1206944687'), (u'MULTIEQUAL_-1206942882', u'MULTIEQUAL_-1206942858'), (u'INDIRECT_-1206942841', u'MULTIEQUAL_-1206942962'), ('tmp_3826', u'COPY_-1206943002'), (u'INDIRECT_-1206943328', u'MULTIEQUAL_-1206943629'), (u'CALL_-1206944360', u'INDIRECT_-1206943253'), ('tmp_3816', u'PTRSUB_-1206942825'), (u'CALL_-1206944701', u'INDIRECT_-1206943561'), ('const-433', u'STORE_-1206944784'), (u'INDIRECT_-1206943000', u'MULTIEQUAL_-1206942980'), (u'INDIRECT_-1206943181', u'MULTIEQUAL_-1206943160'), (u'INDIRECT_-1206942921', u'MULTIEQUAL_-1206942900'), (u'INDIRECT_-1206943153', u'MULTIEQUAL_-1206943467'), (u'CAST_-1206942920', u'LOAD_-1206945099'), (u'CALL_-1206944360', u'INDIRECT_-1206943303'), (u'MULTIEQUAL_-1206943136', u'MULTIEQUAL_-1206943038'), (u'CALL_-1206944701', u'INDIRECT_-1206943025'), (u'CALL_-1206944360', u'INDIRECT_-1206942945'), ('const--424', u'PTRSUB_-1206942739'), (u'MULTIEQUAL_-1206943296', u'MULTIEQUAL_-1206943272'), (u'MULTIEQUAL_-1206943462', u'MULTIEQUAL_-1206943440'), (u'MULTIEQUAL_-1206943477', u'MULTIEQUAL_-1206943147'), (u'INT_EQUAL_-1206944687', u'CBRANCH_-1206944685'), (u'MULTIEQUAL_-1206943274', u'INT_NOTEQUAL_-1206944525'), ('tmp_6813', u'MULTIEQUAL_-1206943321'), (u'MULTIEQUAL_-1206943529', u'MULTIEQUAL_-1206943199'), (u'CALL_-1206944219', u'INDIRECT_-1206942926'), (u'MULTIEQUAL_-1206943396', u'MULTIEQUAL_-1206943372'), (u'CALL_-1206945063', u'INDIRECT_-1206943498'), (u'CALL_-1206944407', u'INDIRECT_-1206942756'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942889'), ('tmp_3910', u'CALL_-1206944701'), (u'CALL_-1206944844', u'INDIRECT_-1206943602'), (u'INDIRECT_-1206943127', u'MULTIEQUAL_-1206943439'), (u'INDIRECT_-1206943179', u'MULTIEQUAL_-1206943538'), (u'INDIRECT_-1206942899', u'MULTIEQUAL_-1206942882'), (u'INDIRECT_-1206943754', u'MULTIEQUAL_-1206944043'), (u'CALL_-1206944255', u'INDIRECT_-1206943179'), (u'MULTIEQUAL_-1206944217', u'STORE_-1206944615'), (u'INDIRECT_-1206943322', u'MULTIEQUAL_-1206943489'), (u'INDIRECT_-1206943288', u'MULTIEQUAL_-1206943271'), ('tmp_3823', u'INT_ADD_-1206944553'), ('const-32', u'CALL_-1206944285'), (u'CALL_-1206945044', u'INDIRECT_-1206943381'), (u'PTRSUB_-1206942798', u'LOAD_-1206944835'), (u'INDIRECT_-1206943173', u'MULTIEQUAL_-1206943147'), (u'MULTIEQUAL_-1206943312', u'MULTIEQUAL_-1206943290'), (u'CALL_-1206944701', u'INDIRECT_-1206943523'), (u'CALL_-1206944354', u'INDIRECT_-1206943159'), (u'MULTIEQUAL_-1206943321', u'MULTIEQUAL_-1206943297'), (u'CALL_-1206944360', u'INDIRECT_-1206942789'), (u'CALL_-1206944255', u'INDIRECT_-1206943060'), (u'CALL_-1206944844', u'INDIRECT_-1206943514'), (u'INDIRECT_-1206942980', u'MULTIEQUAL_-1206943160'), (u'CALL_-1206944379', u'INDIRECT_-1206943176'), ('const-48', u'COPY_-1206944973'), (u'CALL_-1206944666', u'INDIRECT_-1206943159'), (u'MULTIEQUAL_-1206944386', u'PTRSUB_-1206942876'), (u'INDIRECT_-1206943310', u'MULTIEQUAL_-1206943289'), (u'CALL_-1206944701', u'INDIRECT_-1206943460'), (u'INDIRECT_-1206942973', u'MULTIEQUAL_-1206942952'), (u'STORE_-1206944778', u'INDIRECT_-1206943587'), (u'INDIRECT_-1206943522', u'MULTIEQUAL_-1206943515'), (u'INDIRECT_-1206943211', u'MULTIEQUAL_-1206943194'), (u'INDIRECT_-1206942997', u'MULTIEQUAL_-1206943118'), (u'INDIRECT_-1206944238', u'MULTIEQUAL_-1206944141'), (u'INDIRECT_-1206943523', u'MULTIEQUAL_-1206943489'), ('const-0', u'INT_NOTEQUAL_-1206944815'), (u'CALL_-1206944255', u'INDIRECT_-1206943129'), (u'INDIRECT_-1206942614', u'MULTIEQUAL_-1206942948'), (u'INT_EQUAL_-1206945080', u'CBRANCH_-1206945078'), (u'PTRSUB_-1206942876', u'LOAD_-1206944962'), (u'CALL_-1206945063', u'INDIRECT_-1206943523'), (u'INDIRECT_-1206942844', u'MULTIEQUAL_-1206943156'), (u'CALL_-1206945063', u'INDIRECT_-1206943673'), ('const-32', u'INT_AND_-1206944541'), ('tmp_6815', u'MULTIEQUAL_-1206943373'), (u'INDIRECT_-1206943446', u'MULTIEQUAL_-1206943415'), (u'INDIRECT_-1206942740', u'MULTIEQUAL_-1206943052'), (u'INDIRECT_-1206943176', u'MULTIEQUAL_-1206943465'), (u'INDIRECT_-1206943107', u'MULTIEQUAL_-1206943090'), (u'CALL_-1206944379', u'INDIRECT_-1206943251'), (u'CALL_-1206944354', u'INDIRECT_-1206943259'), (u'INDIRECT_-1206943439', u'MULTIEQUAL_-1206943419'), (u'LOAD_-1206945099', u'MULTIEQUAL_-1206944386'), (u'INDIRECT_-1206943805', u'MULTIEQUAL_-1206944117'), (u'CALL_-1206944219', u'INDIRECT_-1206942874'), (u'MULTIEQUAL_-1206943104', u'MULTIEQUAL_-1206943082'), (u'INDIRECT_-1206943053', u'MULTIEQUAL_-1206943387'), (u'CALL_-1206944360', u'INDIRECT_-1206943153'), (u'CALL_-1206945044', u'INDIRECT_-1206943485'), (u'INDIRECT_-1206943278', u'MULTIEQUAL_-1206943592'), (u'CALL_-1206944249', u'INDIRECT_-1206942949'), ('tmp_318', u'CBRANCH_-1206945078'), (u'CALL_-1206944255', u'INDIRECT_-1206943135'), (u'CALL_-1206944285', u'INDIRECT_-1206943052'), (u'MULTIEQUAL_-1206943394', u'MULTIEQUAL_-1206943362'), (u'STORE_-1206944924', u'INDIRECT_-1206943632'), (u'INDIRECT_-1206942926', u'MULTIEQUAL_-1206943260'), (u'INDIRECT_-1206943501', u'MULTIEQUAL_-1206943459'), ('const-40', u'PTRSUB_-1206942889'), (u'INT_AND_-1206945094', u'INT_NOTEQUAL_-1206945107'), (u'INDIRECT_-1206942824', u'MULTIEQUAL_-1206943004'), (u'CALL_-1206944360', u'INDIRECT_-1206943049'), (u'INDIRECT_-1206942717', u'MULTIEQUAL_-1206943076'), (u'LOAD_-1206944774', u'STORE_-1206944729'), ('tmp_524', u'CBRANCH_-1206944894'), (u'MULTIEQUAL_-1206943369', u'MULTIEQUAL_-1206943337'), (u'INDIRECT_-1206943129', u'MULTIEQUAL_-1206943108'), (u'INT_EQUAL_-1206944555', u'CBRANCH_-1206944552'), (u'CALL_-1206944407', u'INDIRECT_-1206943145'), (u'CALL_-1206944255', u'INDIRECT_-1206942665'), (u'COPY_-1206943034', u'MULTIEQUAL_-1206943165'), (u'COPY_-1206943038', u'MULTIEQUAL_-1206943373'), (u'CALL_-1206944601', u'INDIRECT_-1206943400'), ('tmp_3823', u'INT_EQUAL_-1206944572'), (u'MULTIEQUAL_-1206944217', u'INT_LESS_-1206944637'), ('tmp_118', u'CBRANCH_-1206945265'), (u'INDIRECT_-1206943303', u'MULTIEQUAL_-1206943617'), (u'INDIRECT_-1206943463', u'MULTIEQUAL_-1206943421'), (u'CALL_-1206944219', u'INDIRECT_-1206943078'), (u'CALL_-1206944360', u'INDIRECT_-1206943429'), (u'INDIRECT_-1206943560', u'MULTIEQUAL_-1206943463'), (u'CALL_-1206944844', u'INDIRECT_-1206943364'), (u'INDIRECT_-1206943259', u'MULTIEQUAL_-1206943439'), (u'CALL_-1206944360', u'INDIRECT_-1206942893')]
null
null
001079b0
x64
O2
(translation_unit "void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}\n\n" (function_definition "void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}" primitive_type (function_declarator "argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_10" primitive_type identifier) , (parameter_declaration "int param_11" primitive_type identifier) , (parameter_declaration "long param_12" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_1c0;" type_identifier identifier ;) (declaration "undefined4 local_1bc;" type_identifier identifier ;) (declaration "undefined1 *local_1b8;" type_identifier (pointer_declarator "*local_1b8" * identifier) ;) (declaration "undefined1 *local_1b0;" type_identifier (pointer_declarator "*local_1b0" * identifier) ;) (declaration "char local_1a8 [200];" primitive_type (array_declarator "local_1a8 [200]" identifier [ number_literal ]) ;) (declaration "long local_e0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" { (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" identifier = identifier) ;) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" identifier = identifier) ;) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" identifier = identifier) ;) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" identifier = identifier) ;) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" identifier = identifier) ;) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" identifier = identifier) ;) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" identifier = identifier) ;) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" identifier = identifier) ;) })) (expression_statement "local_e0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_e0 = *(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) ))))) ;) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" identifier = identifier) ;) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" identifier = identifier) ;) (if_statement "if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" if (parenthesized_expression "(param_9 == 0)" ( (binary_expression "param_9 == 0" identifier == number_literal) )) (compound_statement "{\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }" { (if_statement "if (stderr == (FILE *)0x0) goto LAB_00107b70;" if (parenthesized_expression "(stderr == (FILE *)0x0)" ( (binary_expression "stderr == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(stderr);" (call_expression "flockfile(stderr)" identifier (argument_list "(stderr)" ( identifier ))) ;) (expression_statement "pcVar1 = program_invocation_short_name;" (assignment_expression "pcVar1 = program_invocation_short_name" identifier = identifier) ;) }) (else_clause "else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" else (compound_statement "{\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" { (if_statement "if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;" if (parenthesized_expression "(((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0))" ( (binary_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0)" ( (binary_expression "(*(byte *)(param_9 + 0x1c) & 2) != 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_9 + 0x1c) & 2" (pointer_expression "*(byte *)(param_9 + 0x1c)" * (cast_expression "(byte *)(param_9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_9 + 0x1c)" ( (binary_expression "param_9 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" ( (comma_expression "__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0" (assignment_expression "__stream = *(FILE **)(param_9 + 0x48)" identifier = (pointer_expression "*(FILE **)(param_9 + 0x48)" * (cast_expression "(FILE **)(param_9 + 0x48)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_9 + 0x48)" ( (binary_expression "param_9 + 0x48" identifier + number_literal) ))))) , (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(__stream);" (call_expression "flockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "pcVar1 = *(char **)(param_9 + 0x40);" (assignment_expression "pcVar1 = *(char **)(param_9 + 0x40)" identifier = (pointer_expression "*(char **)(param_9 + 0x40)" * (cast_expression "(char **)(param_9 + 0x40)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_9 + 0x40)" ( (binary_expression "param_9 + 0x40" identifier + number_literal) ))))) ;) }))) (expression_statement "fputs_unlocked(pcVar1,__stream);" (call_expression "fputs_unlocked(pcVar1,__stream)" identifier (argument_list "(pcVar1,__stream)" ( identifier , identifier ))) ;) (if_statement "if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" if (parenthesized_expression "(param_12 != 0)" ( (binary_expression "param_12 != 0" identifier != number_literal) )) (compound_statement "{\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" { (expression_statement "local_1b8 = &stack0x00000008;" (assignment_expression "local_1b8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_1c0 = 0x20;" (assignment_expression "local_1c0 = 0x20" identifier = number_literal) ;) (expression_statement "local_1b0 = local_d8;" (assignment_expression "local_1b0 = local_d8" identifier = identifier) ;) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "local_1bc = 0x30;" (assignment_expression "local_1bc = 0x30" identifier = number_literal) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "__vfprintf_chk(__stream,1,param_12,&local_1c0);" (call_expression "__vfprintf_chk(__stream,1,param_12,&local_1c0)" identifier (argument_list "(__stream,1,param_12,&local_1c0)" ( identifier , number_literal , identifier , (pointer_expression "&local_1c0" & identifier) ))) ;) })) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) (if_statement "if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" if (parenthesized_expression "(param_11 != 0)" ( (binary_expression "param_11 != 0" identifier != number_literal) )) (compound_statement "{\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" { (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar1 < pcVar2)" ( (binary_expression "pcVar1 < pcVar2" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = strerror_r(param_11,local_1a8,200);" (assignment_expression "pcVar1 = strerror_r(param_11,local_1a8,200)" identifier = (call_expression "strerror_r(param_11,local_1a8,200)" identifier (argument_list "(param_11,local_1a8,200)" ( identifier , identifier , number_literal )))) ;) (if_statement "if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }" if (parenthesized_expression "((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0))" ( (binary_expression "(pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" (parenthesized_expression "(pcVar1 == (char *)0x0)" ( (binary_expression "pcVar1 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" ( (comma_expression "pcVar1 = strerror(param_11), pcVar1 == (char *)0x0" (assignment_expression "pcVar1 = strerror(param_11)" identifier = (call_expression "strerror(param_11)" identifier (argument_list "(param_11)" ( identifier )))) , (binary_expression "pcVar1 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar1 = "Unknown system error";\n }" { (expression_statement "pcVar1 = "Unknown system error";" (assignment_expression "pcVar1 = "Unknown system error"" identifier = (string_literal ""Unknown system error"" " string_content ")) ;) })) (expression_statement "fputs(pcVar1,__stream);" (call_expression "fputs(pcVar1,__stream)" identifier (argument_list "(pcVar1,__stream)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) })) (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }" if (parenthesized_expression "(pcVar1 < pcVar2)" ( (binary_expression "pcVar1 < pcVar2" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = '\n';" (assignment_expression "*pcVar1 = '\n'" (pointer_expression "*pcVar1" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) }) (else_clause "else {\n __overflow(__stream,10);\n }" else (compound_statement "{\n __overflow(__stream,10);\n }" { (expression_statement "__overflow(__stream,10);" (call_expression "__overflow(__stream,10)" identifier (argument_list "(__stream,10)" ( identifier , number_literal ))) ;) }))) (expression_statement "funlockfile(__stream);" (call_expression "funlockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (if_statement "if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(param_10);\n }" if (parenthesized_expression "((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))))" ( (binary_expression "(param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" (parenthesized_expression "(param_10 != 0)" ( (binary_expression "param_10 != 0" identifier != number_literal) )) && (parenthesized_expression "((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" ( (parenthesized_expression "(param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))" ( (binary_expression "param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" (binary_expression "param_9 == 0" identifier == number_literal) || (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" ( (binary_expression "(*(byte *)(param_9 + 0x1c) & 0x20) == 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 0x20)" ( (binary_expression "*(byte *)(param_9 + 0x1c) & 0x20" (pointer_expression "*(byte *)(param_9 + 0x1c)" * (cast_expression "(byte *)(param_9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_9 + 0x1c)" ( (binary_expression "param_9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n exit(param_10);\n }" { comment (expression_statement "exit(param_10);" (call_expression "exit(param_10)" identifier (argument_list "(param_10)" ( identifier ))) ;) })) (labeled_statement "LAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(local_e0 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_e0 != *(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 /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void argp_failure(argp_state *state,int status,int errnum,char *fmt,...)\n\n{\n long lVar1;\n char in_AL;\n char *pcVar2;\n char *pcVar3;\n FILE *__stream;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list ap;\n char buf [200];\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = in_R8;\n local_b0 = in_R9;\n if (state == (argp_state *)0x0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar2 = program_invocation_short_name;\n }\n else {\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }\n fputs_unlocked(pcVar2,__stream);\n if (fmt != (char *)0x0) {\n ap[0].overflow_arg_area = &stack0x00000008;\n ap[0].gp_offset = 0x20;\n ap[0].reg_save_area = local_d8;\n pcVar2 = __stream->_IO_write_ptr;\n ap[0].fp_offset = 0x30;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,fmt,ap);\n }\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n if (errnum != 0) {\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar2 = strerror_r(errnum,buf,200);\n if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }\n fputs(pcVar2,__stream);\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n }\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(status);\n }\nLAB_00107b70:\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}\n\n" (function_definition "void argp_failure(argp_state *state,int status,int errnum,char *fmt,...)\n\n{\n long lVar1;\n char in_AL;\n char *pcVar2;\n char *pcVar3;\n FILE *__stream;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list ap;\n char buf [200];\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = in_R8;\n local_b0 = in_R9;\n if (state == (argp_state *)0x0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar2 = program_invocation_short_name;\n }\n else {\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }\n fputs_unlocked(pcVar2,__stream);\n if (fmt != (char *)0x0) {\n ap[0].overflow_arg_area = &stack0x00000008;\n ap[0].gp_offset = 0x20;\n ap[0].reg_save_area = local_d8;\n pcVar2 = __stream->_IO_write_ptr;\n ap[0].fp_offset = 0x30;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,fmt,ap);\n }\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n if (errnum != 0) {\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar2 = strerror_r(errnum,buf,200);\n if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }\n fputs(pcVar2,__stream);\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n }\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(status);\n }\nLAB_00107b70:\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}" primitive_type (function_declarator "argp_failure(argp_state *state,int status,int errnum,char *fmt,...)" identifier (parameter_list "(argp_state *state,int status,int errnum,char *fmt,...)" ( (parameter_declaration "argp_state *state" type_identifier (pointer_declarator "*state" * identifier)) , (parameter_declaration "int status" primitive_type identifier) , (parameter_declaration "int errnum" primitive_type identifier) , (parameter_declaration "char *fmt" primitive_type (pointer_declarator "*fmt" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n long lVar1;\n char in_AL;\n char *pcVar2;\n char *pcVar3;\n FILE *__stream;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list ap;\n char buf [200];\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = in_R8;\n local_b0 = in_R9;\n if (state == (argp_state *)0x0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar2 = program_invocation_short_name;\n }\n else {\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }\n fputs_unlocked(pcVar2,__stream);\n if (fmt != (char *)0x0) {\n ap[0].overflow_arg_area = &stack0x00000008;\n ap[0].gp_offset = 0x20;\n ap[0].reg_save_area = local_d8;\n pcVar2 = __stream->_IO_write_ptr;\n ap[0].fp_offset = 0x30;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,fmt,ap);\n }\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n if (errnum != 0) {\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar2 = strerror_r(errnum,buf,200);\n if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }\n fputs(pcVar2,__stream);\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n }\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(status);\n }\nLAB_00107b70:\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list ap;" type_identifier identifier ;) (declaration "char buf [200];" primitive_type (array_declarator "buf [200]" identifier [ number_literal ]) ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) (if_statement "if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }" { (expression_statement "local_a8 = in_XMM0_Qa;" (assignment_expression "local_a8 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_98 = in_XMM1_Qa;" (assignment_expression "local_98 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_88 = in_XMM2_Qa;" (assignment_expression "local_88 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM3_Qa;" (assignment_expression "local_78 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM4_Qa;" (assignment_expression "local_68 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM5_Qa;" (assignment_expression "local_58 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM6_Qa;" (assignment_expression "local_48 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM7_Qa;" (assignment_expression "local_38 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(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) ))))) ;) (expression_statement "local_b8 = in_R8;" (assignment_expression "local_b8 = in_R8" identifier = identifier) ;) (expression_statement "local_b0 = in_R9;" (assignment_expression "local_b0 = in_R9" identifier = identifier) ;) (if_statement "if (state == (argp_state *)0x0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar2 = program_invocation_short_name;\n }\n else {\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }" if (parenthesized_expression "(state == (argp_state *)0x0)" ( (binary_expression "state == (argp_state *)0x0" identifier == (cast_expression "(argp_state *)0x0" ( (type_descriptor "argp_state *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar2 = program_invocation_short_name;\n }" { (if_statement "if (stderr == (FILE *)0x0) goto LAB_00107b70;" if (parenthesized_expression "(stderr == (FILE *)0x0)" ( (binary_expression "stderr == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(stderr);" (call_expression "flockfile(stderr)" identifier (argument_list "(stderr)" ( identifier ))) ;) (expression_statement "pcVar2 = program_invocation_short_name;" (assignment_expression "pcVar2 = program_invocation_short_name" identifier = identifier) ;) }) (else_clause "else {\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }" else (compound_statement "{\n if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;\n flockfile(__stream);\n pcVar2 = state->name;\n }" { (if_statement "if (((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n ) goto LAB_00107b70;" if (parenthesized_expression "(((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)\n )" ( (binary_expression "((state->flags & 2) != 0) || (__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)" (parenthesized_expression "((state->flags & 2) != 0)" ( (binary_expression "(state->flags & 2) != 0" (parenthesized_expression "(state->flags & 2)" ( (binary_expression "state->flags & 2" (field_expression "state->flags" identifier -> field_identifier) & number_literal) )) != number_literal) )) || (parenthesized_expression "(__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0)" ( (comma_expression "__stream = (FILE *)state->err_stream, __stream == (FILE *)0x0" (assignment_expression "__stream = (FILE *)state->err_stream" identifier = (cast_expression "(FILE *)state->err_stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "state->err_stream" identifier -> field_identifier))) , (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(__stream);" (call_expression "flockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "pcVar2 = state->name;" (assignment_expression "pcVar2 = state->name" identifier = (field_expression "state->name" identifier -> field_identifier)) ;) }))) (expression_statement "fputs_unlocked(pcVar2,__stream);" (call_expression "fputs_unlocked(pcVar2,__stream)" identifier (argument_list "(pcVar2,__stream)" ( identifier , identifier ))) ;) (if_statement "if (fmt != (char *)0x0) {\n ap[0].overflow_arg_area = &stack0x00000008;\n ap[0].gp_offset = 0x20;\n ap[0].reg_save_area = local_d8;\n pcVar2 = __stream->_IO_write_ptr;\n ap[0].fp_offset = 0x30;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,fmt,ap);\n }" if (parenthesized_expression "(fmt != (char *)0x0)" ( (binary_expression "fmt != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n ap[0].overflow_arg_area = &stack0x00000008;\n ap[0].gp_offset = 0x20;\n ap[0].reg_save_area = local_d8;\n pcVar2 = __stream->_IO_write_ptr;\n ap[0].fp_offset = 0x30;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,fmt,ap);\n }" { (expression_statement "ap[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "ap[0].overflow_arg_area = &stack0x00000008" (field_expression "ap[0].overflow_arg_area" (subscript_expression "ap[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "ap[0].gp_offset = 0x20;" (assignment_expression "ap[0].gp_offset = 0x20" (field_expression "ap[0].gp_offset" (subscript_expression "ap[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "ap[0].reg_save_area = local_d8;" (assignment_expression "ap[0].reg_save_area = local_d8" (field_expression "ap[0].reg_save_area" (subscript_expression "ap[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "pcVar2 = __stream->_IO_write_ptr;" (assignment_expression "pcVar2 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "ap[0].fp_offset = 0x30;" (assignment_expression "ap[0].fp_offset = 0x30" (field_expression "ap[0].fp_offset" (subscript_expression "ap[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (if_statement "if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar2 < __stream->_IO_write_end)" ( (binary_expression "pcVar2 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar2 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar2 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar2 = ':';" (assignment_expression "*pcVar2 = ':'" (pointer_expression "*pcVar2" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar2 = __stream->_IO_write_ptr;" (assignment_expression "pcVar2 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar2 < __stream->_IO_write_end)" ( (binary_expression "pcVar2 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar2 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar2 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar2 = ' ';" (assignment_expression "*pcVar2 = ' '" (pointer_expression "*pcVar2" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "__vfprintf_chk(__stream,1,fmt,ap);" (call_expression "__vfprintf_chk(__stream,1,fmt,ap)" identifier (argument_list "(__stream,1,fmt,ap)" ( identifier , number_literal , identifier , identifier ))) ;) })) (expression_statement "pcVar2 = __stream->_IO_write_ptr;" (assignment_expression "pcVar2 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar3 = __stream->_IO_write_end;" (assignment_expression "pcVar3 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) (if_statement "if (errnum != 0) {\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar2 = strerror_r(errnum,buf,200);\n if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }\n fputs(pcVar2,__stream);\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n }" if (parenthesized_expression "(errnum != 0)" ( (binary_expression "errnum != 0" identifier != number_literal) )) (compound_statement "{\n if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar2 = __stream->_IO_write_ptr;\n if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar2 = strerror_r(errnum,buf,200);\n if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }\n fputs(pcVar2,__stream);\n pcVar2 = __stream->_IO_write_ptr;\n pcVar3 = __stream->_IO_write_end;\n }" { (if_statement "if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar2 < pcVar3)" ( (binary_expression "pcVar2 < pcVar3" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar2 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar2 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar2 = ':';" (assignment_expression "*pcVar2 = ':'" (pointer_expression "*pcVar2" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar2 = __stream->_IO_write_ptr;" (assignment_expression "pcVar2 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar2 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar2 < __stream->_IO_write_end)" ( (binary_expression "pcVar2 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar2 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar2 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar2 = ' ';" (assignment_expression "*pcVar2 = ' '" (pointer_expression "*pcVar2" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar2 = strerror_r(errnum,buf,200);" (assignment_expression "pcVar2 = strerror_r(errnum,buf,200)" identifier = (call_expression "strerror_r(errnum,buf,200)" identifier (argument_list "(errnum,buf,200)" ( identifier , identifier , number_literal )))) ;) (if_statement "if ((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)) {\n pcVar2 = "Unknown system error";\n }" if (parenthesized_expression "((pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0))" ( (binary_expression "(pcVar2 == (char *)0x0) && (pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)" (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)) )) && (parenthesized_expression "(pcVar2 = strerror(errnum), pcVar2 == (char *)0x0)" ( (comma_expression "pcVar2 = strerror(errnum), pcVar2 == (char *)0x0" (assignment_expression "pcVar2 = strerror(errnum)" identifier = (call_expression "strerror(errnum)" identifier (argument_list "(errnum)" ( identifier )))) , (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar2 = "Unknown system error";\n }" { (expression_statement "pcVar2 = "Unknown system error";" (assignment_expression "pcVar2 = "Unknown system error"" identifier = (string_literal ""Unknown system error"" " string_content ")) ;) })) (expression_statement "fputs(pcVar2,__stream);" (call_expression "fputs(pcVar2,__stream)" identifier (argument_list "(pcVar2,__stream)" ( identifier , identifier ))) ;) (expression_statement "pcVar2 = __stream->_IO_write_ptr;" (assignment_expression "pcVar2 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar3 = __stream->_IO_write_end;" (assignment_expression "pcVar3 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) })) (if_statement "if (pcVar2 < pcVar3) {\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = '\n';\n }\n else {\n __overflow(__stream,10);\n }" if (parenthesized_expression "(pcVar2 < pcVar3)" ( (binary_expression "pcVar2 < pcVar3" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar2 + 1;\n *pcVar2 = '\n';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar2 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar2 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar2 = '\n';" (assignment_expression "*pcVar2 = '\n'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) }) (else_clause "else {\n __overflow(__stream,10);\n }" else (compound_statement "{\n __overflow(__stream,10);\n }" { (expression_statement "__overflow(__stream,10);" (call_expression "__overflow(__stream,10)" identifier (argument_list "(__stream,10)" ( identifier , number_literal ))) ;) }))) (expression_statement "funlockfile(__stream);" (call_expression "funlockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (if_statement "if ((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))) {\n /* WARNING: Subroutine does not return */\n exit(status);\n }" if (parenthesized_expression "((status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0))))" ( (binary_expression "(status != 0) && ((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))" (parenthesized_expression "(status != 0)" ( (binary_expression "status != 0" identifier != number_literal) )) && (parenthesized_expression "((state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)))" ( (parenthesized_expression "(state == (argp_state *)0x0 || ((state->flags & 0x20) == 0))" ( (binary_expression "state == (argp_state *)0x0 || ((state->flags & 0x20) == 0)" (binary_expression "state == (argp_state *)0x0" identifier == (cast_expression "(argp_state *)0x0" ( (type_descriptor "argp_state *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "((state->flags & 0x20) == 0)" ( (binary_expression "(state->flags & 0x20) == 0" (parenthesized_expression "(state->flags & 0x20)" ( (binary_expression "state->flags & 0x20" (field_expression "state->flags" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n exit(status);\n }" { comment (expression_statement "exit(status);" (call_expression "exit(status)" identifier (argument_list "(status)" ( identifier ))) ;) })) (labeled_statement "LAB_00107b70:\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(lVar1 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 != *(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 /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return;" return ;) })))
(translation_unit "void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return;\n}\n\n" (function_definition "void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return;\n}" primitive_type (function_declarator "argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_10" primitive_type identifier) , (parameter_declaration "int param_11" primitive_type identifier) , (parameter_declaration "long param_12" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_1c0;" type_identifier identifier ;) (declaration "undefined4 local_1bc;" type_identifier identifier ;) (declaration "undefined1 *local_1b8;" type_identifier (pointer_declarator "*local_1b8" * identifier) ;) (declaration "undefined1 *local_1b0;" type_identifier (pointer_declarator "*local_1b0" * identifier) ;) (declaration "char local_1a8 [200];" primitive_type (array_declarator "local_1a8 [200]" identifier [ number_literal ]) ;) (declaration "long local_e0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" identifier = identifier) ;) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" { (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" identifier = identifier) ;) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" identifier = identifier) ;) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" identifier = identifier) ;) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" identifier = identifier) ;) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" identifier = identifier) ;) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" identifier = identifier) ;) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" identifier = identifier) ;) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" identifier = identifier) ;) })) (expression_statement "local_e0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_e0 = *(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) ))))) ;) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" identifier = identifier) ;) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" identifier = identifier) ;) (if_statement "if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" if (parenthesized_expression "(param_9 == 0)" ( (binary_expression "param_9 == 0" identifier == number_literal) )) (compound_statement "{\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }" { (if_statement "if (stderr == (FILE *)0x0) goto LAB_00107b70;" if (parenthesized_expression "(stderr == (FILE *)0x0)" ( (binary_expression "stderr == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(stderr);" (call_expression "flockfile(stderr)" identifier (argument_list "(stderr)" ( identifier ))) ;) (expression_statement "pcVar1 = program_invocation_short_name;" (assignment_expression "pcVar1 = program_invocation_short_name" identifier = identifier) ;) }) (else_clause "else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" else (compound_statement "{\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" { (if_statement "if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;" if (parenthesized_expression "(((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0))" ( (binary_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0)" ( (binary_expression "(*(byte *)(param_9 + 0x1c) & 2) != 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_9 + 0x1c) & 2" (pointer_expression "*(byte *)(param_9 + 0x1c)" * (cast_expression "(byte *)(param_9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_9 + 0x1c)" ( (binary_expression "param_9 + 0x1c" identifier + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "(__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" ( (comma_expression "__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0" (assignment_expression "__stream = *(FILE **)(param_9 + 0x48)" identifier = (pointer_expression "*(FILE **)(param_9 + 0x48)" * (cast_expression "(FILE **)(param_9 + 0x48)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_9 + 0x48)" ( (binary_expression "param_9 + 0x48" identifier + number_literal) ))))) , (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (goto_statement "goto LAB_00107b70;" goto statement_identifier ;)) (expression_statement "flockfile(__stream);" (call_expression "flockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "pcVar1 = *(char **)(param_9 + 0x40);" (assignment_expression "pcVar1 = *(char **)(param_9 + 0x40)" identifier = (pointer_expression "*(char **)(param_9 + 0x40)" * (cast_expression "(char **)(param_9 + 0x40)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_9 + 0x40)" ( (binary_expression "param_9 + 0x40" identifier + number_literal) ))))) ;) }))) (expression_statement "fputs_unlocked(pcVar1,__stream);" (call_expression "fputs_unlocked(pcVar1,__stream)" identifier (argument_list "(pcVar1,__stream)" ( identifier , identifier ))) ;) (if_statement "if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" if (parenthesized_expression "(param_12 != 0)" ( (binary_expression "param_12 != 0" identifier != number_literal) )) (compound_statement "{\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" { (expression_statement "local_1b8 = &stack0x00000008;" (assignment_expression "local_1b8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_1c0 = 0x20;" (assignment_expression "local_1c0 = 0x20" identifier = number_literal) ;) (expression_statement "local_1b0 = local_d8;" (assignment_expression "local_1b0 = local_d8" identifier = identifier) ;) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "local_1bc = 0x30;" (assignment_expression "local_1bc = 0x30" identifier = number_literal) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "__vfprintf_chk(__stream,1,param_12,&local_1c0);" (call_expression "__vfprintf_chk(__stream,1,param_12,&local_1c0)" identifier (argument_list "(__stream,1,param_12,&local_1c0)" ( identifier , number_literal , identifier , (pointer_expression "&local_1c0" & identifier) ))) ;) })) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) (if_statement "if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" if (parenthesized_expression "(param_11 != 0)" ( (binary_expression "param_11 != 0" identifier != number_literal) )) (compound_statement "{\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" { (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" if (parenthesized_expression "(pcVar1 < pcVar2)" ( (binary_expression "pcVar1 < pcVar2" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" * identifier) = (char_literal "':'" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x3a);\n }" else (compound_statement "{\n __overflow(__stream,0x3a);\n }" { (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" identifier (argument_list "(__stream,0x3a)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" if (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" ( (binary_expression "pcVar1 < __stream->_IO_write_end" identifier < (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" * identifier) = (char_literal "' '" ' character ')) ;) }) (else_clause "else {\n __overflow(__stream,0x20);\n }" else (compound_statement "{\n __overflow(__stream,0x20);\n }" { (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" identifier (argument_list "(__stream,0x20)" ( identifier , number_literal ))) ;) }))) (expression_statement "pcVar1 = strerror_r(param_11,local_1a8,200);" (assignment_expression "pcVar1 = strerror_r(param_11,local_1a8,200)" identifier = (call_expression "strerror_r(param_11,local_1a8,200)" identifier (argument_list "(param_11,local_1a8,200)" ( identifier , identifier , number_literal )))) ;) (if_statement "if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }" if (parenthesized_expression "((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0))" ( (binary_expression "(pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" (parenthesized_expression "(pcVar1 == (char *)0x0)" ( (binary_expression "pcVar1 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" ( (comma_expression "pcVar1 = strerror(param_11), pcVar1 == (char *)0x0" (assignment_expression "pcVar1 = strerror(param_11)" identifier = (call_expression "strerror(param_11)" identifier (argument_list "(param_11)" ( identifier )))) , (binary_expression "pcVar1 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar1 = "Unknown system error";\n }" { (expression_statement "pcVar1 = "Unknown system error";" (assignment_expression "pcVar1 = "Unknown system error"" identifier = (string_literal ""Unknown system error"" " string_content ")) ;) })) (expression_statement "fputs(pcVar1,__stream);" (call_expression "fputs(pcVar1,__stream)" identifier (argument_list "(pcVar1,__stream)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" identifier = (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier)) ;) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" identifier = (field_expression "__stream->_IO_write_end" identifier -> field_identifier)) ;) })) (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }" if (parenthesized_expression "(pcVar1 < pcVar2)" ( (binary_expression "pcVar1 < pcVar2" identifier < identifier) )) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }" { (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar1 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar1 = '\n';" (assignment_expression "*pcVar1 = '\n'" (pointer_expression "*pcVar1" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) }) (else_clause "else {\n __overflow(__stream,10);\n }" else (compound_statement "{\n __overflow(__stream,10);\n }" { (expression_statement "__overflow(__stream,10);" (call_expression "__overflow(__stream,10)" identifier (argument_list "(__stream,10)" ( identifier , number_literal ))) ;) }))) (expression_statement "funlockfile(__stream);" (call_expression "funlockfile(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (if_statement "if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }" if (parenthesized_expression "((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))))" ( (binary_expression "(param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" (parenthesized_expression "(param_10 != 0)" ( (binary_expression "param_10 != 0" identifier != number_literal) )) && (parenthesized_expression "((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" ( (parenthesized_expression "(param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))" ( (binary_expression "param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" (binary_expression "param_9 == 0" identifier == number_literal) || (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" ( (binary_expression "(*(byte *)(param_9 + 0x1c) & 0x20) == 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 0x20)" ( (binary_expression "*(byte *)(param_9 + 0x1c) & 0x20" (pointer_expression "*(byte *)(param_9 + 0x1c)" * (cast_expression "(byte *)(param_9 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_9 + 0x1c)" ( (binary_expression "param_9 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n \n exit(param_10);\n }" { (expression_statement "exit(param_10);" (call_expression "exit(param_10)" identifier (argument_list "(param_10)" ( identifier ))) ;) })) (labeled_statement "LAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" if (parenthesized_expression "(local_e0 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_e0 != *(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 \n __stack_chk_fail();\n }" { (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (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) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) 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 (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (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 = 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) ;) (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 = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = 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 IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (field_expression IDENT -> field_identifier)) )) (compound_statement { (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' character ')) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (field_expression IDENT -> field_identifier)) )) (compound_statement { (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' character ')) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' character ')) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (field_expression IDENT -> field_identifier)) )) (compound_statement { (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' character ')) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) ;) (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 )))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (return_statement return ;) })))
(function_definition "void argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return;\n}" (primitive_type "void") (function_declarator "argp_failure(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" (identifier "argp_failure") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,int param_10,int param_11,long param_12,undefined8 param_13,\n undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "long param_9" (sized_type_specifier "long" (long "long")) (identifier "param_9")) (, ",") (parameter_declaration "int param_10" (primitive_type "int") (identifier "param_10")) (, ",") (parameter_declaration "int param_11" (primitive_type "int") (identifier "param_11")) (, ",") (parameter_declaration "long param_12" (sized_type_specifier "long" (long "long")) (identifier "param_12")) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n char in_AL;\n char *pcVar1;\n char *pcVar2;\n FILE *__stream;\n long in_FS_OFFSET;\n undefined4 local_1c0;\n undefined4 local_1bc;\n undefined1 *local_1b8;\n undefined1 *local_1b0;\n char local_1a8 [200];\n long local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n __stream = stderr;\n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_e0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b8 = param_13;\n local_b0 = param_14;\n if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }\n fputs_unlocked(pcVar1,__stream);\n if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }\n funlockfile(__stream);\n if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }\nLAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return;\n}" ({ "{") (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "undefined4 local_1c0;" (type_identifier "undefined4") (identifier "local_1c0") (; ";")) (declaration "undefined4 local_1bc;" (type_identifier "undefined4") (identifier "local_1bc") (; ";")) (declaration "undefined1 *local_1b8;" (type_identifier "undefined1") (pointer_declarator "*local_1b8" (* "*") (identifier "local_1b8")) (; ";")) (declaration "undefined1 *local_1b0;" (type_identifier "undefined1") (pointer_declarator "*local_1b0" (* "*") (identifier "local_1b0")) (; ";")) (declaration "char local_1a8 [200];" (primitive_type "char") (array_declarator "local_1a8 [200]" (identifier "local_1a8") ([ "[") (number_literal "200") (] "]")) (; ";")) (declaration "long local_e0;" (sized_type_specifier "long" (long "long")) (identifier "local_e0") (; ";")) (declaration "undefined1 local_d8 [32];" (type_identifier "undefined1") (array_declarator "local_d8 [32]" (identifier "local_d8") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "undefined8 local_b8;" (type_identifier "undefined8") (identifier "local_b8") (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (expression_statement "__stream = stderr;" (assignment_expression "__stream = stderr" (identifier "__stream") (= "=") (identifier "stderr")) (; ";")) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" ({ "{") (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" (identifier "local_a8") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" (identifier "local_98") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" (identifier "local_88") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" (identifier "local_78") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" (identifier "local_68") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" (identifier "local_58") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" (identifier "local_48") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" (identifier "local_38") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_e0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_e0 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_e0") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" (identifier "local_b8") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" (identifier "local_b0") (= "=") (identifier "param_14")) (; ";")) (if_statement "if (param_9 == 0) {\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }\n else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" (if "if") (parenthesized_expression "(param_9 == 0)" (( "(") (binary_expression "param_9 == 0" (identifier "param_9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (stderr == (FILE *)0x0) goto LAB_00107b70;\n flockfile(stderr);\n pcVar1 = program_invocation_short_name;\n }" ({ "{") (if_statement "if (stderr == (FILE *)0x0) goto LAB_00107b70;" (if "if") (parenthesized_expression "(stderr == (FILE *)0x0)" (( "(") (binary_expression "stderr == (FILE *)0x0" (identifier "stderr") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00107b70;" (goto "goto") (statement_identifier "LAB_00107b70") (; ";"))) (expression_statement "flockfile(stderr);" (call_expression "flockfile(stderr)" (identifier "flockfile") (argument_list "(stderr)" (( "(") (identifier "stderr") () ")"))) (; ";")) (expression_statement "pcVar1 = program_invocation_short_name;" (assignment_expression "pcVar1 = program_invocation_short_name" (identifier "pcVar1") (= "=") (identifier "program_invocation_short_name")) (; ";")) (} "}")) (else_clause "else {\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" (else "else") (compound_statement "{\n if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;\n flockfile(__stream);\n pcVar1 = *(char **)(param_9 + 0x40);\n }" ({ "{") (if_statement "if (((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70;" (if "if") (parenthesized_expression "(((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0))" (( "(") (binary_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0) ||\n (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(param_9 + 0x1c) & 2) != 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(param_9 + 0x1c) & 2" (pointer_expression "*(byte *)(param_9 + 0x1c)" (* "*") (cast_expression "(byte *)(param_9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_9 + 0x1c)" (( "(") (binary_expression "param_9 + 0x1c" (identifier "param_9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)" (( "(") (comma_expression "__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0" (assignment_expression "__stream = *(FILE **)(param_9 + 0x48)" (identifier "__stream") (= "=") (pointer_expression "*(FILE **)(param_9 + 0x48)" (* "*") (cast_expression "(FILE **)(param_9 + 0x48)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_9 + 0x48)" (( "(") (binary_expression "param_9 + 0x48" (identifier "param_9") (+ "+") (number_literal "0x48")) () ")"))))) (, ",") (binary_expression "__stream == (FILE *)0x0" (identifier "__stream") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (goto_statement "goto LAB_00107b70;" (goto "goto") (statement_identifier "LAB_00107b70") (; ";"))) (expression_statement "flockfile(__stream);" (call_expression "flockfile(__stream)" (identifier "flockfile") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")"))) (; ";")) (expression_statement "pcVar1 = *(char **)(param_9 + 0x40);" (assignment_expression "pcVar1 = *(char **)(param_9 + 0x40)" (identifier "pcVar1") (= "=") (pointer_expression "*(char **)(param_9 + 0x40)" (* "*") (cast_expression "(char **)(param_9 + 0x40)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_9 + 0x40)" (( "(") (binary_expression "param_9 + 0x40" (identifier "param_9") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (} "}")))) (expression_statement "fputs_unlocked(pcVar1,__stream);" (call_expression "fputs_unlocked(pcVar1,__stream)" (identifier "fputs_unlocked") (argument_list "(pcVar1,__stream)" (( "(") (identifier "pcVar1") (, ",") (identifier "__stream") () ")"))) (; ";")) (if_statement "if (param_12 != 0) {\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" (if "if") (parenthesized_expression "(param_12 != 0)" (( "(") (binary_expression "param_12 != 0" (identifier "param_12") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_1b8 = &stack0x00000008;\n local_1c0 = 0x20;\n local_1b0 = local_d8;\n pcVar1 = __stream->_IO_write_ptr;\n local_1bc = 0x30;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n __vfprintf_chk(__stream,1,param_12,&local_1c0);\n }" ({ "{") (expression_statement "local_1b8 = &stack0x00000008;" (assignment_expression "local_1b8 = &stack0x00000008" (identifier "local_1b8") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_1c0 = 0x20;" (assignment_expression "local_1c0 = 0x20" (identifier "local_1c0") (= "=") (number_literal "0x20")) (; ";")) (expression_statement "local_1b0 = local_d8;" (assignment_expression "local_1b0 = local_d8" (identifier "local_1b0") (= "=") (identifier "local_d8")) (; ";")) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" (identifier "pcVar1") (= "=") (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (expression_statement "local_1bc = 0x30;" (assignment_expression "local_1bc = 0x30" (identifier "local_1bc") (= "=") (number_literal "0x30")) (; ";")) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" (if "if") (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" (( "(") (binary_expression "pcVar1 < __stream->_IO_write_end" (identifier "pcVar1") (< "<") (field_expression "__stream->_IO_write_end" (identifier "__stream") (-> "->") (field_identifier "_IO_write_end"))) () ")")) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" ({ "{") (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (= "=") (char_literal "':'" (' "'") (character ":") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n __overflow(__stream,0x3a);\n }" (else "else") (compound_statement "{\n __overflow(__stream,0x3a);\n }" ({ "{") (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" (identifier "__overflow") (argument_list "(__stream,0x3a)" (( "(") (identifier "__stream") (, ",") (number_literal "0x3a") () ")"))) (; ";")) (} "}")))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" (identifier "pcVar1") (= "=") (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" (if "if") (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" (( "(") (binary_expression "pcVar1 < __stream->_IO_write_end" (identifier "pcVar1") (< "<") (field_expression "__stream->_IO_write_end" (identifier "__stream") (-> "->") (field_identifier "_IO_write_end"))) () ")")) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" ({ "{") (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (= "=") (char_literal "' '" (' "'") (character " ") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n __overflow(__stream,0x20);\n }" (else "else") (compound_statement "{\n __overflow(__stream,0x20);\n }" ({ "{") (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" (identifier "__overflow") (argument_list "(__stream,0x20)" (( "(") (identifier "__stream") (, ",") (number_literal "0x20") () ")"))) (; ";")) (} "}")))) (expression_statement "__vfprintf_chk(__stream,1,param_12,&local_1c0);" (call_expression "__vfprintf_chk(__stream,1,param_12,&local_1c0)" (identifier "__vfprintf_chk") (argument_list "(__stream,1,param_12,&local_1c0)" (( "(") (identifier "__stream") (, ",") (number_literal "1") (, ",") (identifier "param_12") (, ",") (pointer_expression "&local_1c0" (& "&") (identifier "local_1c0")) () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" (identifier "pcVar1") (= "=") (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" (identifier "pcVar2") (= "=") (field_expression "__stream->_IO_write_end" (identifier "__stream") (-> "->") (field_identifier "_IO_write_end"))) (; ";")) (if_statement "if (param_11 != 0) {\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" (if "if") (parenthesized_expression "(param_11 != 0)" (( "(") (binary_expression "param_11 != 0" (identifier "param_11") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }\n pcVar1 = __stream->_IO_write_ptr;\n if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }\n pcVar1 = strerror_r(param_11,local_1a8,200);\n if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }\n fputs(pcVar1,__stream);\n pcVar1 = __stream->_IO_write_ptr;\n pcVar2 = __stream->_IO_write_end;\n }" ({ "{") (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }\n else {\n __overflow(__stream,0x3a);\n }" (if "if") (parenthesized_expression "(pcVar1 < pcVar2)" (( "(") (binary_expression "pcVar1 < pcVar2" (identifier "pcVar1") (< "<") (identifier "pcVar2")) () ")")) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ':';\n }" ({ "{") (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar1 = ':';" (assignment_expression "*pcVar1 = ':'" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (= "=") (char_literal "':'" (' "'") (character ":") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n __overflow(__stream,0x3a);\n }" (else "else") (compound_statement "{\n __overflow(__stream,0x3a);\n }" ({ "{") (expression_statement "__overflow(__stream,0x3a);" (call_expression "__overflow(__stream,0x3a)" (identifier "__overflow") (argument_list "(__stream,0x3a)" (( "(") (identifier "__stream") (, ",") (number_literal "0x3a") () ")"))) (; ";")) (} "}")))) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" (identifier "pcVar1") (= "=") (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (if_statement "if (pcVar1 < __stream->_IO_write_end) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }\n else {\n __overflow(__stream,0x20);\n }" (if "if") (parenthesized_expression "(pcVar1 < __stream->_IO_write_end)" (( "(") (binary_expression "pcVar1 < __stream->_IO_write_end" (identifier "pcVar1") (< "<") (field_expression "__stream->_IO_write_end" (identifier "__stream") (-> "->") (field_identifier "_IO_write_end"))) () ")")) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = ' ';\n }" ({ "{") (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar1 = ' ';" (assignment_expression "*pcVar1 = ' '" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (= "=") (char_literal "' '" (' "'") (character " ") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n __overflow(__stream,0x20);\n }" (else "else") (compound_statement "{\n __overflow(__stream,0x20);\n }" ({ "{") (expression_statement "__overflow(__stream,0x20);" (call_expression "__overflow(__stream,0x20)" (identifier "__overflow") (argument_list "(__stream,0x20)" (( "(") (identifier "__stream") (, ",") (number_literal "0x20") () ")"))) (; ";")) (} "}")))) (expression_statement "pcVar1 = strerror_r(param_11,local_1a8,200);" (assignment_expression "pcVar1 = strerror_r(param_11,local_1a8,200)" (identifier "pcVar1") (= "=") (call_expression "strerror_r(param_11,local_1a8,200)" (identifier "strerror_r") (argument_list "(param_11,local_1a8,200)" (( "(") (identifier "param_11") (, ",") (identifier "local_1a8") (, ",") (number_literal "200") () ")")))) (; ";")) (if_statement "if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) {\n pcVar1 = "Unknown system error";\n }" (if "if") (parenthesized_expression "((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0))" (( "(") (binary_expression "(pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" (parenthesized_expression "(pcVar1 == (char *)0x0)" (( "(") (binary_expression "pcVar1 == (char *)0x0" (identifier "pcVar1") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)" (( "(") (comma_expression "pcVar1 = strerror(param_11), pcVar1 == (char *)0x0" (assignment_expression "pcVar1 = strerror(param_11)" (identifier "pcVar1") (= "=") (call_expression "strerror(param_11)" (identifier "strerror") (argument_list "(param_11)" (( "(") (identifier "param_11") () ")")))) (, ",") (binary_expression "pcVar1 == (char *)0x0" (identifier "pcVar1") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n pcVar1 = "Unknown system error";\n }" ({ "{") (expression_statement "pcVar1 = "Unknown system error";" (assignment_expression "pcVar1 = "Unknown system error"" (identifier "pcVar1") (= "=") (string_literal ""Unknown system error"" (" """) (string_content "Unknown system error") (" """))) (; ";")) (} "}"))) (expression_statement "fputs(pcVar1,__stream);" (call_expression "fputs(pcVar1,__stream)" (identifier "fputs") (argument_list "(pcVar1,__stream)" (( "(") (identifier "pcVar1") (, ",") (identifier "__stream") () ")"))) (; ";")) (expression_statement "pcVar1 = __stream->_IO_write_ptr;" (assignment_expression "pcVar1 = __stream->_IO_write_ptr" (identifier "pcVar1") (= "=") (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (expression_statement "pcVar2 = __stream->_IO_write_end;" (assignment_expression "pcVar2 = __stream->_IO_write_end" (identifier "pcVar2") (= "=") (field_expression "__stream->_IO_write_end" (identifier "__stream") (-> "->") (field_identifier "_IO_write_end"))) (; ";")) (} "}"))) (if_statement "if (pcVar1 < pcVar2) {\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }\n else {\n __overflow(__stream,10);\n }" (if "if") (parenthesized_expression "(pcVar1 < pcVar2)" (( "(") (binary_expression "pcVar1 < pcVar2" (identifier "pcVar1") (< "<") (identifier "pcVar2")) () ")")) (compound_statement "{\n __stream->_IO_write_ptr = pcVar1 + 1;\n *pcVar1 = '\n';\n }" ({ "{") (expression_statement "__stream->_IO_write_ptr = pcVar1 + 1;" (assignment_expression "__stream->_IO_write_ptr = pcVar1 + 1" (field_expression "__stream->_IO_write_ptr" (identifier "__stream") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar1 + 1" (identifier "pcVar1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar1 = '\n';" (assignment_expression "*pcVar1 = '\n'" (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) (= "=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) (; ";")) (} "}")) (else_clause "else {\n __overflow(__stream,10);\n }" (else "else") (compound_statement "{\n __overflow(__stream,10);\n }" ({ "{") (expression_statement "__overflow(__stream,10);" (call_expression "__overflow(__stream,10)" (identifier "__overflow") (argument_list "(__stream,10)" (( "(") (identifier "__stream") (, ",") (number_literal "10") () ")"))) (; ";")) (} "}")))) (expression_statement "funlockfile(__stream);" (call_expression "funlockfile(__stream)" (identifier "funlockfile") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")"))) (; ";")) (if_statement "if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) {\n \n exit(param_10);\n }" (if "if") (parenthesized_expression "((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))))" (( "(") (binary_expression "(param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" (parenthesized_expression "(param_10 != 0)" (( "(") (binary_expression "param_10 != 0" (identifier "param_10") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))" (( "(") (parenthesized_expression "(param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0))" (( "(") (binary_expression "param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" (binary_expression "param_9 == 0" (identifier "param_9") (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "((*(byte *)(param_9 + 0x1c) & 0x20) == 0)" (( "(") (binary_expression "(*(byte *)(param_9 + 0x1c) & 0x20) == 0" (parenthesized_expression "(*(byte *)(param_9 + 0x1c) & 0x20)" (( "(") (binary_expression "*(byte *)(param_9 + 0x1c) & 0x20" (pointer_expression "*(byte *)(param_9 + 0x1c)" (* "*") (cast_expression "(byte *)(param_9 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_9 + 0x1c)" (( "(") (binary_expression "param_9 + 0x1c" (identifier "param_9") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n \n exit(param_10);\n }" ({ "{") (expression_statement "exit(param_10);" (call_expression "exit(param_10)" (identifier "exit") (argument_list "(param_10)" (( "(") (identifier "param_10") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00107b70:\n if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" (statement_identifier "LAB_00107b70") (: ":") (if_statement "if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" (if "if") (parenthesized_expression "(local_e0 != *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_e0 != *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_e0") (!= "!=") (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 \n __stack_chk_fail();\n }" ({ "{") (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *var_3,int var_18,int var_12,char *var_8,...) { long var_20; char var_1; char *var_9; char *var_13; type_2 *var_6; type_3 in_R8; type_3 in_R9; long var_2; type_3 in_XMM0_Qa; type_3 in_XMM1_Qa; type_3 in_XMM2_Qa; type_3 in_XMM3_Qa; type_3 in_XMM4_Qa; type_3 in_XMM5_Qa; type_3 in_XMM6_Qa; type_3 in_XMM7_Qa; type_4 ap; char buf [200]; type_5 local_d8 [32]; type_3 local_b8; type_3 local_b0; type_3 local_a8; type_3 local_98; type_3 local_88; type_3 local_78; type_3 local_68; type_3 local_58; type_3 local_48; type_3 local_38; var_6 = var_4; if (var_1 != '\0') { local_a8 = in_XMM0_Qa; local_98 = in_XMM1_Qa; local_88 = in_XMM2_Qa; local_78 = in_XMM3_Qa; local_68 = in_XMM4_Qa; local_58 = in_XMM5_Qa; local_48 = in_XMM6_Qa; local_38 = in_XMM7_Qa; } var_20 = *(long *)(var_2 + 0x28); local_b8 = in_R8; local_b0 = in_R9; if (var_3 == (type_1 *)0x0) { if (var_4 == (type_2 *)0x0) goto LAB_00107b70; var_5(var_4); var_9 = program_invocation_short_name; } else { if (((var_3->flags & 2) != 0) || (var_6 = (type_2 *)var_3->err_stream, var_6 == (type_2 *)0x0) ) goto LAB_00107b70; var_5(var_6); var_9 = var_3->name; } var_7(var_9,var_6); if (var_8 != (char *)0x0) { ap[0].overflow_arg_area = &stack0x00000008; ap[0].gp_offset = 0x20; ap[0].reg_save_area = local_d8; var_9 = var_6->_IO_write_ptr; ap[0].fp_offset = 0x30; if (var_9 < var_6->_IO_write_end) { var_6->_IO_write_ptr = var_9 + 1; *var_9 = ':'; } else { var_10(var_6,0x3a); } var_9 = var_6->_IO_write_ptr; if (var_9 < var_6->_IO_write_end) { var_6->_IO_write_ptr = var_9 + 1; *var_9 = ' '; } else { var_10(var_6,0x20); } var_11(var_6,1,var_8,ap); } var_9 = var_6->_IO_write_ptr; var_13 = var_6->_IO_write_end; if (var_12 != 0) { if (var_9 < var_13) { var_6->_IO_write_ptr = var_9 + 1; *var_9 = ':'; } else { var_10(var_6,0x3a); } var_9 = var_6->_IO_write_ptr; if (var_9 < var_6->_IO_write_end) { var_6->_IO_write_ptr = var_9 + 1; *var_9 = ' '; } else { var_10(var_6,0x20); } var_9 = var_14(var_12,buf,200); if ((var_9 == (char *)0x0) && (var_9 = var_15(var_12), var_9 == (char *)0x0)) { var_9 = "Unknown system error"; } var_16(var_9,var_6); var_9 = var_6->_IO_write_ptr; var_13 = var_6->_IO_write_end; } if (var_9 < var_13) { var_6->_IO_write_ptr = var_9 + 1; *var_9 = '\n'; } else { var_10(var_6,10); } var_17(var_6); if ((var_18 != 0) && ((var_3 == (type_1 *)0x0 || ((var_3->flags & 0x20) == 0)))) { /* WARNING: Subroutine does not return */ var_19(var_18); } LAB_00107b70: if (var_20 != *(long *)(var_2 + 0x28)) { /* WARNING: Subroutine does not return */ var_21(); } 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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (sized_type_specifier) 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: (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: (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))) (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (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: (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: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (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: (identifier) right: (number_literal))) consequence: (compound_statement (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_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 (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (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: (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)))) 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: (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (expression_statement (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 (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,int param_10,int param_11,long param_12,undefined8 param_13, undefined8 param_14) { char in_AL; char *pcVar1; char *pcVar2; FILE *__stream; long in_FS_OFFSET; undefined4 local_1c0; undefined4 local_1bc; undefined1 *local_1b8; undefined1 *local_1b0; char local_1a8 [200]; long local_e0; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; __stream = stderr; if (in_AL != '\0') { local_a8 = param_1; local_98 = param_2; local_88 = param_3; local_78 = param_4; local_68 = param_5; local_58 = param_6; local_48 = param_7; local_38 = param_8; } local_e0 = *(long *)(in_FS_OFFSET + 0x28); local_b8 = param_13; local_b0 = param_14; if (param_9 == 0) { if (stderr == (FILE *)0x0) goto LAB_00107b70; flockfile(stderr); pcVar1 = program_invocation_short_name; } else { if (((*(byte *)(param_9 + 0x1c) & 2) != 0) || (__stream = *(FILE **)(param_9 + 0x48), __stream == (FILE *)0x0)) goto LAB_00107b70; flockfile(__stream); pcVar1 = *(char **)(param_9 + 0x40); } fputs_unlocked(pcVar1,__stream); if (param_12 != 0) { local_1b8 = &stack0x00000008; local_1c0 = 0x20; local_1b0 = local_d8; pcVar1 = __stream->_IO_write_ptr; local_1bc = 0x30; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ':'; } else { __overflow(__stream,0x3a); } pcVar1 = __stream->_IO_write_ptr; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ' '; } else { __overflow(__stream,0x20); } __vfprintf_chk(__stream,1,param_12,&local_1c0); } pcVar1 = __stream->_IO_write_ptr; pcVar2 = __stream->_IO_write_end; if (param_11 != 0) { if (pcVar1 < pcVar2) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ':'; } else { __overflow(__stream,0x3a); } pcVar1 = __stream->_IO_write_ptr; if (pcVar1 < __stream->_IO_write_end) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = ' '; } else { __overflow(__stream,0x20); } pcVar1 = strerror_r(param_11,local_1a8,200); if ((pcVar1 == (char *)0x0) && (pcVar1 = strerror(param_11), pcVar1 == (char *)0x0)) { pcVar1 = "Unknown system error"; } fputs(pcVar1,__stream); pcVar1 = __stream->_IO_write_ptr; pcVar2 = __stream->_IO_write_end; } if (pcVar1 < pcVar2) { __stream->_IO_write_ptr = pcVar1 + 1; *pcVar1 = '\n'; } else { __overflow(__stream,10); } funlockfile(__stream); if ((param_10 != 0) && ((param_9 == 0 || ((*(byte *)(param_9 + 0x1c) & 0x20) == 0)))) { /* WARNING: Subroutine does not return */ exit(param_10); } LAB_00107b70: if (local_e0 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return; }
7409_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
string_prepend
FUN_002c2e60
void string_prepend(string *p,char *s) { size_t sVar1; sVar1 = strlen(s); if ((int)sVar1 == 0) { return; } string_prependn(p,s,(int)sVar1); return; }
void FUN_002c2e60(undefined8 param_1,char *param_2) { size_t sVar1; sVar1 = strlen(param_2); if ((int)sVar1 == 0) { return; } FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff); return; }
PUSH RBP MOV RBP,RDI MOV RDI,RSI PUSH RBX MOV RBX,RSI SUB RSP,0x8 CALL 0x00147490 TEST EAX,EAX JNZ 0x002c2e80 ADD RSP,0x8 POP RBX POP RBP RET ADD RSP,0x8 MOV RSI,RBX MOV RDI,RBP MOV EDX,EAX POP RBX POP RBP JMP 0x002c2e10
null
null
null
null
[('const-0', u'RETURN_-1204605253'), ('tmp_82', u'CBRANCH_-1204605286'), ('const-0', u'INT_EQUAL_-1204605288'), (u'CALL_-1204605302', u'SUBPIECE_-1204605176'), (u'SUBPIECE_-1204605176', u'INT_EQUAL_-1204605288'), (u'INT_EQUAL_-1204605288', u'CBRANCH_-1204605286'), (u'SUBPIECE_-1204605176', u'CALL_-1204605218'), ('tmp_204', u'CALL_-1204605302'), ('tmp_203', u'CALL_-1204605218'), ('const-0', u'SUBPIECE_-1204605176'), ('tmp_204', u'CALL_-1204605218'), ('const-0', u'RETURN_-1204605214')]
[('tmp_306', u'CALL_-1204605218'), ('const-0', u'SUBPIECE_-1204605176'), ('const-0', u'RETURN_-1204605253'), ('tmp_82', u'CBRANCH_-1204605286'), ('const-0', u'INT_EQUAL_-1204605288'), (u'CALL_-1204605302', u'SUBPIECE_-1204605176'), (u'CALL_-1204605302', u'INT_AND_-1204605184'), ('const-4294967295', u'INT_AND_-1204605184'), (u'INT_AND_-1204605184', u'CALL_-1204605218'), (u'SUBPIECE_-1204605176', u'INT_EQUAL_-1204605288'), (u'INT_EQUAL_-1204605288', u'CBRANCH_-1204605286'), ('tmp_305', u'CALL_-1204605218'), ('tmp_306', u'CALL_-1204605302'), ('const-0', u'RETURN_-1204605214')]
null
null
002c2e60
x64
O2
(translation_unit "void FUN_002c2e60(undefined8 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}\n\n" (function_definition "void FUN_002c2e60(undefined8 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" primitive_type (function_declarator "FUN_002c2e60(undefined8 param_1,char *param_2)" identifier (parameter_list "(undefined8 param_1,char *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if ((int)sVar1 == 0) {\n return;\n }" if (parenthesized_expression "((int)sVar1 == 0)" ( (binary_expression "(int)sVar1 == 0" (cast_expression "(int)sVar1" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);" (call_expression "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff)" identifier (argument_list "(param_1,param_2,sVar1 & 0xffffffff)" ( identifier , identifier , (binary_expression "sVar1 & 0xffffffff" identifier & number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void string_prepend(string *p,char *s)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(s);\n if ((int)sVar1 == 0) {\n return;\n }\n string_prependn(p,s,(int)sVar1);\n return;\n}\n\n" (function_definition "void string_prepend(string *p,char *s)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(s);\n if ((int)sVar1 == 0) {\n return;\n }\n string_prependn(p,s,(int)sVar1);\n return;\n}" primitive_type (function_declarator "string_prepend(string *p,char *s)" identifier (parameter_list "(string *p,char *s)" ( (parameter_declaration "string *p" type_identifier (pointer_declarator "*p" * identifier)) , (parameter_declaration "char *s" primitive_type (pointer_declarator "*s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(s);\n if ((int)sVar1 == 0) {\n return;\n }\n string_prependn(p,s,(int)sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(s);" (assignment_expression "sVar1 = strlen(s)" identifier = (call_expression "strlen(s)" identifier (argument_list "(s)" ( identifier )))) ;) (if_statement "if ((int)sVar1 == 0) {\n return;\n }" if (parenthesized_expression "((int)sVar1 == 0)" ( (binary_expression "(int)sVar1 == 0" (cast_expression "(int)sVar1" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "string_prependn(p,s,(int)sVar1);" (call_expression "string_prependn(p,s,(int)sVar1)" identifier (argument_list "(p,s,(int)sVar1)" ( identifier , identifier , (cast_expression "(int)sVar1" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002c2e60(undefined8 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}\n\n" (function_definition "void FUN_002c2e60(undefined8 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" primitive_type (function_declarator "FUN_002c2e60(undefined8 param_1,char *param_2)" identifier (parameter_list "(undefined8 param_1,char *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" identifier = (call_expression "strlen(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if ((int)sVar1 == 0) {\n return;\n }" if (parenthesized_expression "((int)sVar1 == 0)" ( (binary_expression "(int)sVar1 == 0" (cast_expression "(int)sVar1" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);" (call_expression "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff)" identifier (argument_list "(param_1,param_2,sVar1 & 0xffffffff)" ( identifier , identifier , (binary_expression "sVar1 & 0xffffffff" identifier & number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002c2e60(undefined8 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002c2e60(undefined8 param_1,char *param_2)" (identifier "FUN_002c2e60") (parameter_list "(undefined8 param_1,char *param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n if ((int)sVar1 == 0) {\n return;\n }\n FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);\n return;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = strlen(param_2);" (assignment_expression "sVar1 = strlen(param_2)" (identifier "sVar1") (= "=") (call_expression "strlen(param_2)" (identifier "strlen") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (if_statement "if ((int)sVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "((int)sVar1 == 0)" (( "(") (binary_expression "(int)sVar1 == 0" (cast_expression "(int)sVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar1")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff);" (call_expression "FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff)" (identifier "FUN_002c2e10") (argument_list "(param_1,param_2,sVar1 & 0xffffffff)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (binary_expression "sVar1 & 0xffffffff" (identifier "sVar1") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *p,char *s) { size_t sVar1; sVar1 = var_1(s); if ((int)sVar1 == 0) { return; } var_2(p,s,(int)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: (primitive_type) 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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
null
void MASKED(undefined8 param_1,char *param_2) { size_t sVar1; sVar1 = strlen(param_2); if ((int)sVar1 == 0) { return; } FUN_002c2e10(param_1,param_2,sVar1 & 0xffffffff); return; }
115_powerpc64-linux-gnu-readelf_and_powerpc64-linux-gnu-readelf_strip.c
request_dump_bynumber
FUN_00111440
void request_dump_bynumber(Filedata *filedata,uint section,dump_type type) { uint uVar1; dump_type *__src; dump_type *__dest; char *message; uVar1 = filedata->num_dump_sects; if (uVar1 <= section) { __dest = (dump_type *)calloc((ulong)(section + 1),1); if (__dest != (dump_type *)0x0) { __src = filedata->dump_sects; if (__src != (dump_type *)0x0) { memcpy(__dest,__src,(ulong)uVar1); free(__src); } filedata->dump_sects = __dest; filedata->num_dump_sects = section + 1; goto LAB_0011146f; } message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5); error(message); } __dest = filedata->dump_sects; if (__dest == (dump_type *)0x0) { return; } LAB_0011146f: __dest[section] = __dest[section] | type; return; }
void FUN_00111440(long param_1,uint param_2,byte param_3) { uint uVar1; void *__src; void *__dest; undefined8 uVar2; uVar1 = *(uint *)(param_1 + 0x98); if (uVar1 <= param_2) { __dest = calloc((ulong)(param_2 + 1),1); if (__dest != (void *)0x0) { __src = *(void **)(param_1 + 0x90); if (__src != (void *)0x0) { memcpy(__dest,__src,(ulong)uVar1); free(__src); } *(void **)(param_1 + 0x90) = __dest; *(uint *)(param_1 + 0x98) = param_2 + 1; goto LAB_0011146f; } uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar2); } __dest = *(void **)(param_1 + 0x90); if (__dest == (void *)0x0) { return; } LAB_0011146f: *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3; return; }
PUSH R15 MOV R15D,EDX PUSH R14 PUSH R13 PUSH R12 MOV R12,RDI PUSH RBP PUSH RBX MOV EBX,ESI SUB RSP,0x18 MOV R13D,dword ptr [RDI + 0x98] CMP R13D,EBX JBE 0x00111488 MOV RBP,qword ptr [R12 + 0x90] TEST RBP,RBP JZ 0x00111474 OR byte ptr [RBP + RBX*0x1],R15B ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA EDI,[RBX + 0x1] MOV ESI,0x1 MOV R14,RDI CALL 0x00107250 MOV RBP,RAX TEST RAX,RAX JZ 0x001114e0 MOV RCX,qword ptr [R12 + 0x90] TEST RCX,RCX JZ 0x001114cd MOV RSI,RCX MOV RDI,RAX MOV EDX,R13D MOV qword ptr [RSP + 0x8],RCX CALL 0x001072b0 MOV RCX,qword ptr [RSP + 0x8] MOV RDI,RCX CALL 0x00107030 MOV qword ptr [R12 + 0x90],RBP MOV dword ptr [R12 + 0x98],R14D JMP 0x0011146f XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x16e5a8] CALL 0x00107130 MOV RDI,RAX XOR EAX,EAX CALL 0x00154b80 JMP 0x00111462
null
null
null
null
[(u'INT_ZEXT_-1207036409', u'PTRADD_-1207036690'), (u'CAST_-1207036104', u'CALL_-1207036476'), ('tmp_345', u'CBRANCH_-1207036634'), (u'LOAD_-1207036750', u'INT_OR_-1207036723'), ('const-433', u'LOAD_-1207036750'), ('tmp_535', u'INT_OR_-1207036723'), (u'PTRSUB_-1207036139', u'STORE_-1207036556'), ('const-433', u'STORE_-1207036747'), ('const-433', u'LOAD_-1207036779'), (u'CALL_-1207036500', u'CAST_-1207036104'), ('tmp_534', u'INT_LESSEQUAL_-1207036770'), (u'CALL_-1207036654', u'CAST_-1207036196'), (u'PTRADD_-1207036690', u'LOAD_-1207036750'), ('const-144', u'PTRSUB_-1207036248'), ('const-433', u'STORE_-1207036545'), ('tmp_533', u'PTRSUB_-1207036185'), ('const-0', u'RETURN_-1207036275'), ('tmp_533', u'PTRSUB_-1207036248'), ('const-0', u'RETURN_-1207036676'), ('const-0', u'INT_NOTEQUAL_-1207036635'), ('const-0', u'INT_EQUAL_-1207036756'), (u'PTRSUB_-1207036185', u'LOAD_-1207036633'), ('const-433', u'LOAD_-1207036633'), ('const-1', u'INT_ADD_-1207036660'), ('const-144', u'PTRSUB_-1207036139'), (u'LOAD_-1207036807', u'INT_ZEXT_-1207036446'), (u'PTRSUB_-1207036130', u'STORE_-1207036545'), (u'INT_OR_-1207036723', u'STORE_-1207036747'), ('tmp_534', u'INT_ADD_-1207036660'), ('const-152', u'PTRSUB_-1207036261'), ('const-152', u'PTRSUB_-1207036130'), (u'INT_ADD_-1207036660', u'STORE_-1207036545'), (u'LOAD_-1207036779', u'MULTIEQUAL_-1207036450'), (u'INT_NOTEQUAL_-1207036635', u'CBRANCH_-1207036634'), (u'INT_LESSEQUAL_-1207036770', u'CBRANCH_-1207036780'), ('tmp_379', u'CBRANCH_-1207036608'), (u'PTRSUB_-1207036261', u'LOAD_-1207036807'), (u'INT_NOTEQUAL_-1207036609', u'CBRANCH_-1207036608'), ('tmp_533', u'PTRSUB_-1207036261'), ('const-144', u'PTRSUB_-1207036185'), ('const-433', u'STORE_-1207036556'), ('const-433', u'LOAD_-1207036807'), ('const-0', u'CALL_-1207036500'), ('const-5', u'CALL_-1207036500'), (u'CAST_-1207036196', u'INT_NOTEQUAL_-1207036635'), (u'LOAD_-1207036779', u'INT_EQUAL_-1207036756'), (u'PTRSUB_-1207036248', u'LOAD_-1207036779'), (u'COPY_-1207036175', u'CALL_-1207036500'), ('const-0', u'INT_NOTEQUAL_-1207036609'), (u'LOAD_-1207036633', u'CALL_-1207036580'), (u'LOAD_-1207036807', u'INT_LESSEQUAL_-1207036770'), (u'INT_ZEXT_-1207036447', u'CALL_-1207036654'), ('tmp_159', u'CBRANCH_-1207036754'), ('tmp_439', u'BRANCH_-1207036535'), (u'PTRADD_-1207036690', u'STORE_-1207036747'), ('const-1500584', u'COPY_-1207036175'), (u'INT_ZEXT_-1207036446', u'CALL_-1207036580'), ('tmp_125', u'CBRANCH_-1207036780'), (u'LOAD_-1207036633', u'CALL_-1207036560'), ('tmp_533', u'PTRSUB_-1207036130'), (u'CAST_-1207036196', u'MULTIEQUAL_-1207036450'), (u'CAST_-1207036196', u'STORE_-1207036556'), ('tmp_534', u'INT_ZEXT_-1207036409'), (u'INT_ADD_-1207036660', u'INT_ZEXT_-1207036447'), (u'CAST_-1207036196', u'CALL_-1207036580'), ('tmp_533', u'PTRSUB_-1207036139'), (u'INT_EQUAL_-1207036756', u'CBRANCH_-1207036754'), (u'LOAD_-1207036633', u'INT_NOTEQUAL_-1207036609'), ('const-1', u'PTRADD_-1207036690'), (u'MULTIEQUAL_-1207036450', u'PTRADD_-1207036690'), ('const-1', u'CALL_-1207036654'), ('tmp_514', u'BRANCH_-1207036473')]
[('tmp_345', u'CBRANCH_-1207036634'), (u'LOAD_-1207036750', u'INT_OR_-1207036723'), (u'INT_ADD_-1207036763', u'CAST_-1207036254'), (u'INT_ADD_-1207036791', u'CAST_-1207036270'), ('const-144', u'INT_ADD_-1207036763'), (u'INT_ADD_-1207036617', u'CAST_-1207036195'), ('const-433', u'LOAD_-1207036633'), ('tmp_1127', u'INT_ADD_-1207036791'), (u'INT_ADD_-1207036531', u'CAST_-1207036140'), ('const-433', u'LOAD_-1207036750'), (u'CAST_-1207036195', u'LOAD_-1207036633'), ('tmp_1518', u'INT_LESSEQUAL_-1207036770'), ('const-433', u'STORE_-1207036545'), (u'CAST_-1207036239', u'STORE_-1207036747'), (u'INT_ZEXT_-1207036447', u'CALL_-1207036580'), (u'CAST_-1207036149', u'STORE_-1207036556'), ('tmp_1127', u'INT_ADD_-1207036531'), (u'CALL_-1207036654', u'INT_NOTEQUAL_-1207036635'), ('tmp_1518', u'INT_ADD_-1207036660'), ('const-0', u'RETURN_-1207036676'), ('const-0', u'INT_NOTEQUAL_-1207036635'), ('const-0', u'INT_EQUAL_-1207036756'), ('const-5', u'CALL_-1207036500'), (u'INT_ADD_-1207036736', u'CAST_-1207036239'), ('const-433', u'LOAD_-1207036807'), (u'CALL_-1207036654', u'CALL_-1207036580'), ('const-433', u'STORE_-1207036556'), (u'CAST_-1207036240', u'INT_ADD_-1207036736'), ('const-433', u'STORE_-1207036747'), (u'INT_OR_-1207036723', u'STORE_-1207036747'), (u'INT_ADD_-1207036660', u'STORE_-1207036545'), (u'CALL_-1207036654', u'MULTIEQUAL_-1207036451'), (u'INT_ADD_-1207036660', u'INT_ZEXT_-1207036449'), ('const-1', u'CALL_-1207036654'), (u'CALL_-1207036654', u'STORE_-1207036556'), (u'INT_NOTEQUAL_-1207036635', u'CBRANCH_-1207036634'), (u'INT_LESSEQUAL_-1207036770', u'CBRANCH_-1207036780'), ('tmp_379', u'CBRANCH_-1207036608'), ('const-1500584', u'COPY_-1207036183'), (u'INT_ZEXT_-1207036531', u'INT_ADD_-1207036736'), ('tmp_1518', u'INT_ZEXT_-1207036531'), (u'INT_NOTEQUAL_-1207036609', u'CBRANCH_-1207036608'), (u'MULTIEQUAL_-1207036451', u'CAST_-1207036240'), ('const-144', u'INT_ADD_-1207036542'), (u'LOAD_-1207036779', u'INT_EQUAL_-1207036756'), ('const-433', u'LOAD_-1207036779'), ('const-0', u'CALL_-1207036500'), ('const-152', u'INT_ADD_-1207036791'), ('tmp_1127', u'INT_ADD_-1207036763'), (u'CALL_-1207036500', u'CALL_-1207036476'), ('const-0', u'INT_NOTEQUAL_-1207036609'), (u'LOAD_-1207036633', u'CALL_-1207036580'), ('tmp_1127', u'INT_ADD_-1207036542'), (u'LOAD_-1207036807', u'INT_LESSEQUAL_-1207036770'), (u'CAST_-1207036254', u'LOAD_-1207036779'), (u'INT_ADD_-1207036542', u'CAST_-1207036149'), ('tmp_159', u'CBRANCH_-1207036754'), ('tmp_439', u'BRANCH_-1207036535'), ('const-152', u'INT_ADD_-1207036531'), ('const-1', u'INT_ADD_-1207036660'), ('tmp_125', u'CBRANCH_-1207036780'), (u'LOAD_-1207036779', u'MULTIEQUAL_-1207036451'), ('const-0', u'RETURN_-1207036283'), ('tmp_1127', u'INT_ADD_-1207036617'), ('const-144', u'INT_ADD_-1207036617'), (u'CAST_-1207036270', u'LOAD_-1207036807'), (u'COPY_-1207036183', u'CALL_-1207036500'), (u'LOAD_-1207036633', u'CALL_-1207036560'), (u'CAST_-1207036239', u'LOAD_-1207036750'), ('tmp_1520', u'INT_OR_-1207036723'), (u'INT_ZEXT_-1207036449', u'CALL_-1207036654'), (u'LOAD_-1207036807', u'INT_ZEXT_-1207036447'), (u'INT_EQUAL_-1207036756', u'CBRANCH_-1207036754'), (u'LOAD_-1207036633', u'INT_NOTEQUAL_-1207036609'), (u'CAST_-1207036140', u'STORE_-1207036545'), ('tmp_514', u'BRANCH_-1207036473')]
null
null
00111440
x64
O2
(translation_unit "void FUN_00111440(long param_1,uint param_2,byte param_3)\n\n{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}\n\n" (function_definition "void FUN_00111440(long param_1,uint param_2,byte param_3)\n\n{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" primitive_type (function_declarator "FUN_00111440(long param_1,uint param_2,byte param_3)" identifier (parameter_list "(long param_1,uint param_2,byte param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "byte param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)(param_1 + 0x98);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x98)" identifier = (pointer_expression "*(uint *)(param_1 + 0x98)" * (cast_expression "(uint *)(param_1 + 0x98)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (if_statement "if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" if (parenthesized_expression "(uVar1 <= param_2)" ( (binary_expression "uVar1 <= param_2" identifier <= identifier) )) (compound_statement "{\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" { (expression_statement "__dest = calloc((ulong)(param_2 + 1),1);" (assignment_expression "__dest = calloc((ulong)(param_2 + 1),1)" identifier = (call_expression "calloc((ulong)(param_2 + 1),1)" identifier (argument_list "((ulong)(param_2 + 1),1)" ( (call_expression "(ulong)(param_2 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) ))) , number_literal )))) ;) (if_statement "if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" if (parenthesized_expression "(__dest != (void *)0x0)" ( (binary_expression "__dest != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" { (expression_statement "__src = *(void **)(param_1 + 0x90);" (assignment_expression "__src = *(void **)(param_1 + 0x90)" identifier = (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (if_statement "if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" if (parenthesized_expression "(__src != (void *)0x0)" ( (binary_expression "__src != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" { (expression_statement "memcpy(__dest,__src,(ulong)uVar1);" (call_expression "memcpy(__dest,__src,(ulong)uVar1)" identifier (argument_list "(__dest,__src,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) })) (expression_statement "*(void **)(param_1 + 0x90) = __dest;" (assignment_expression "*(void **)(param_1 + 0x90) = __dest" (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)(param_1 + 0x98) = param_2 + 1;" (assignment_expression "*(uint *)(param_1 + 0x98) = param_2 + 1" (pointer_expression "*(uint *)(param_1 + 0x98)" * (cast_expression "(uint *)(param_1 + 0x98)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) )))) = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0011146f;" goto statement_identifier ;) })) (expression_statement "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) })) (expression_statement "__dest = *(void **)(param_1 + 0x90);" (assignment_expression "__dest = *(void **)(param_1 + 0x90)" identifier = (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (if_statement "if (__dest == (void *)0x0) {\n return;\n }" if (parenthesized_expression "(__dest == (void *)0x0)" ( (binary_expression "__dest == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" statement_identifier : (expression_statement "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" (assignment_expression "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" * (cast_expression "(byte *)((long)__dest + (ulong)param_2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + (ulong)param_2)" ( (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) = (binary_expression "*(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" * (cast_expression "(byte *)((long)__dest + (ulong)param_2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + (ulong)param_2)" ( (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) | identifier)) ;)) (return_statement "return;" return ;) })))
(translation_unit "void request_dump_bynumber(Filedata *filedata,uint section,dump_type type)\n\n{\n uint uVar1;\n dump_type *__src;\n dump_type *__dest;\n char *message;\n \n uVar1 = filedata->num_dump_sects;\n if (uVar1 <= section) {\n __dest = (dump_type *)calloc((ulong)(section + 1),1);\n if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }\n message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(message);\n }\n __dest = filedata->dump_sects;\n if (__dest == (dump_type *)0x0) {\n return;\n }\nLAB_0011146f:\n __dest[section] = __dest[section] | type;\n return;\n}\n\n" (function_definition "void request_dump_bynumber(Filedata *filedata,uint section,dump_type type)\n\n{\n uint uVar1;\n dump_type *__src;\n dump_type *__dest;\n char *message;\n \n uVar1 = filedata->num_dump_sects;\n if (uVar1 <= section) {\n __dest = (dump_type *)calloc((ulong)(section + 1),1);\n if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }\n message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(message);\n }\n __dest = filedata->dump_sects;\n if (__dest == (dump_type *)0x0) {\n return;\n }\nLAB_0011146f:\n __dest[section] = __dest[section] | type;\n return;\n}" primitive_type (function_declarator "request_dump_bynumber(Filedata *filedata,uint section,dump_type type)" identifier (parameter_list "(Filedata *filedata,uint section,dump_type type)" ( (parameter_declaration "Filedata *filedata" type_identifier (pointer_declarator "*filedata" * identifier)) , (parameter_declaration "uint section" type_identifier identifier) , (parameter_declaration "dump_type type" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n dump_type *__src;\n dump_type *__dest;\n char *message;\n \n uVar1 = filedata->num_dump_sects;\n if (uVar1 <= section) {\n __dest = (dump_type *)calloc((ulong)(section + 1),1);\n if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }\n message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(message);\n }\n __dest = filedata->dump_sects;\n if (__dest == (dump_type *)0x0) {\n return;\n }\nLAB_0011146f:\n __dest[section] = __dest[section] | type;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "dump_type *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "dump_type *__dest;" type_identifier (pointer_declarator "*__dest" * identifier) ;) (declaration "char *message;" primitive_type (pointer_declarator "*message" * identifier) ;) (expression_statement "uVar1 = filedata->num_dump_sects;" (assignment_expression "uVar1 = filedata->num_dump_sects" identifier = (field_expression "filedata->num_dump_sects" identifier -> field_identifier)) ;) (if_statement "if (uVar1 <= section) {\n __dest = (dump_type *)calloc((ulong)(section + 1),1);\n if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }\n message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(message);\n }" if (parenthesized_expression "(uVar1 <= section)" ( (binary_expression "uVar1 <= section" identifier <= identifier) )) (compound_statement "{\n __dest = (dump_type *)calloc((ulong)(section + 1),1);\n if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }\n message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(message);\n }" { (expression_statement "__dest = (dump_type *)calloc((ulong)(section + 1),1);" (assignment_expression "__dest = (dump_type *)calloc((ulong)(section + 1),1)" identifier = (cast_expression "(dump_type *)calloc((ulong)(section + 1),1)" ( (type_descriptor "dump_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "calloc((ulong)(section + 1),1)" identifier (argument_list "((ulong)(section + 1),1)" ( (call_expression "(ulong)(section + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(section + 1)" ( (binary_expression "section + 1" identifier + number_literal) ))) , number_literal ))))) ;) (if_statement "if (__dest != (dump_type *)0x0) {\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }" if (parenthesized_expression "(__dest != (dump_type *)0x0)" ( (binary_expression "__dest != (dump_type *)0x0" identifier != (cast_expression "(dump_type *)0x0" ( (type_descriptor "dump_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __src = filedata->dump_sects;\n if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n filedata->dump_sects = __dest;\n filedata->num_dump_sects = section + 1;\n goto LAB_0011146f;\n }" { (expression_statement "__src = filedata->dump_sects;" (assignment_expression "__src = filedata->dump_sects" identifier = (field_expression "filedata->dump_sects" identifier -> field_identifier)) ;) (if_statement "if (__src != (dump_type *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" if (parenthesized_expression "(__src != (dump_type *)0x0)" ( (binary_expression "__src != (dump_type *)0x0" identifier != (cast_expression "(dump_type *)0x0" ( (type_descriptor "dump_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" { (expression_statement "memcpy(__dest,__src,(ulong)uVar1);" (call_expression "memcpy(__dest,__src,(ulong)uVar1)" identifier (argument_list "(__dest,__src,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) })) (expression_statement "filedata->dump_sects = __dest;" (assignment_expression "filedata->dump_sects = __dest" (field_expression "filedata->dump_sects" identifier -> field_identifier) = identifier) ;) (expression_statement "filedata->num_dump_sects = section + 1;" (assignment_expression "filedata->num_dump_sects = section + 1" (field_expression "filedata->num_dump_sects" identifier -> field_identifier) = (binary_expression "section + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0011146f;" goto statement_identifier ;) })) (expression_statement "message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "message = (char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Out of memory allocating dump request table.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(message);" (call_expression "error(message)" identifier (argument_list "(message)" ( identifier ))) ;) })) (expression_statement "__dest = filedata->dump_sects;" (assignment_expression "__dest = filedata->dump_sects" identifier = (field_expression "filedata->dump_sects" identifier -> field_identifier)) ;) (if_statement "if (__dest == (dump_type *)0x0) {\n return;\n }" if (parenthesized_expression "(__dest == (dump_type *)0x0)" ( (binary_expression "__dest == (dump_type *)0x0" identifier == (cast_expression "(dump_type *)0x0" ( (type_descriptor "dump_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011146f:\n __dest[section] = __dest[section] | type;" statement_identifier : (expression_statement "__dest[section] = __dest[section] | type;" (assignment_expression "__dest[section] = __dest[section] | type" (subscript_expression "__dest[section]" identifier [ identifier ]) = (binary_expression "__dest[section] | type" (subscript_expression "__dest[section]" identifier [ identifier ]) | identifier)) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00111440(long param_1,uint param_2,byte param_3)\n\n{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}\n\n" (function_definition "void FUN_00111440(long param_1,uint param_2,byte param_3)\n\n{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" primitive_type (function_declarator "FUN_00111440(long param_1,uint param_2,byte param_3)" identifier (parameter_list "(long param_1,uint param_2,byte param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "byte param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)(param_1 + 0x98);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x98)" identifier = (pointer_expression "*(uint *)(param_1 + 0x98)" * (cast_expression "(uint *)(param_1 + 0x98)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (if_statement "if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" if (parenthesized_expression "(uVar1 <= param_2)" ( (binary_expression "uVar1 <= param_2" identifier <= identifier) )) (compound_statement "{\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" { (expression_statement "__dest = calloc((ulong)(param_2 + 1),1);" (assignment_expression "__dest = calloc((ulong)(param_2 + 1),1)" identifier = (call_expression "calloc((ulong)(param_2 + 1),1)" identifier (argument_list "((ulong)(param_2 + 1),1)" ( (call_expression "(ulong)(param_2 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) ))) , number_literal )))) ;) (if_statement "if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" if (parenthesized_expression "(__dest != (void *)0x0)" ( (binary_expression "__dest != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" { (expression_statement "__src = *(void **)(param_1 + 0x90);" (assignment_expression "__src = *(void **)(param_1 + 0x90)" identifier = (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (if_statement "if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" if (parenthesized_expression "(__src != (void *)0x0)" ( (binary_expression "__src != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" { (expression_statement "memcpy(__dest,__src,(ulong)uVar1);" (call_expression "memcpy(__dest,__src,(ulong)uVar1)" identifier (argument_list "(__dest,__src,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) })) (expression_statement "*(void **)(param_1 + 0x90) = __dest;" (assignment_expression "*(void **)(param_1 + 0x90) = __dest" (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)(param_1 + 0x98) = param_2 + 1;" (assignment_expression "*(uint *)(param_1 + 0x98) = param_2 + 1" (pointer_expression "*(uint *)(param_1 + 0x98)" * (cast_expression "(uint *)(param_1 + 0x98)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) )))) = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0011146f;" goto statement_identifier ;) })) (expression_statement "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" identifier (argument_list "(0,"Out of memory allocating dump request table.\n",5)" ( number_literal , (string_literal ""Out of memory allocating dump request table.\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) })) (expression_statement "__dest = *(void **)(param_1 + 0x90);" (assignment_expression "__dest = *(void **)(param_1 + 0x90)" identifier = (pointer_expression "*(void **)(param_1 + 0x90)" * (cast_expression "(void **)(param_1 + 0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))))) ;) (if_statement "if (__dest == (void *)0x0) {\n return;\n }" if (parenthesized_expression "(__dest == (void *)0x0)" ( (binary_expression "__dest == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" statement_identifier : (expression_statement "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" (assignment_expression "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" * (cast_expression "(byte *)((long)__dest + (ulong)param_2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + (ulong)param_2)" ( (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) = (binary_expression "*(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" * (cast_expression "(byte *)((long)__dest + (ulong)param_2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + (ulong)param_2)" ( (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )))) | identifier)) ;)) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * 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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_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 = (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 { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) (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 = (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 { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) | IDENT)) ;)) (return_statement return ;) })))
(function_definition "void FUN_00111440(long param_1,uint param_2,byte param_3)\n\n{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00111440(long param_1,uint param_2,byte param_3)" (identifier "FUN_00111440") (parameter_list "(long param_1,uint param_2,byte param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "byte param_3" (type_identifier "byte") (identifier "param_3")) () ")"))) (compound_statement "{\n uint uVar1;\n void *__src;\n void *__dest;\n undefined8 uVar2;\n \n uVar1 = *(uint *)(param_1 + 0x98);\n if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }\n __dest = *(void **)(param_1 + 0x90);\n if (__dest == (void *)0x0) {\n return;\n }\nLAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "uVar1 = *(uint *)(param_1 + 0x98);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x98)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_1 + 0x98)" (* "*") (cast_expression "(uint *)(param_1 + 0x98)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (if_statement "if (uVar1 <= param_2) {\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" (if "if") (parenthesized_expression "(uVar1 <= param_2)" (( "(") (binary_expression "uVar1 <= param_2" (identifier "uVar1") (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n __dest = calloc((ulong)(param_2 + 1),1);\n if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }\n uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uVar2);\n }" ({ "{") (expression_statement "__dest = calloc((ulong)(param_2 + 1),1);" (assignment_expression "__dest = calloc((ulong)(param_2 + 1),1)" (identifier "__dest") (= "=") (call_expression "calloc((ulong)(param_2 + 1),1)" (identifier "calloc") (argument_list "((ulong)(param_2 + 1),1)" (( "(") (call_expression "(ulong)(param_2 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")"))) (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (__dest != (void *)0x0) {\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" (if "if") (parenthesized_expression "(__dest != (void *)0x0)" (( "(") (binary_expression "__dest != (void *)0x0" (identifier "__dest") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __src = *(void **)(param_1 + 0x90);\n if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }\n *(void **)(param_1 + 0x90) = __dest;\n *(uint *)(param_1 + 0x98) = param_2 + 1;\n goto LAB_0011146f;\n }" ({ "{") (expression_statement "__src = *(void **)(param_1 + 0x90);" (assignment_expression "__src = *(void **)(param_1 + 0x90)" (identifier "__src") (= "=") (pointer_expression "*(void **)(param_1 + 0x90)" (* "*") (cast_expression "(void **)(param_1 + 0x90)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")"))))) (; ";")) (if_statement "if (__src != (void *)0x0) {\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" (if "if") (parenthesized_expression "(__src != (void *)0x0)" (( "(") (binary_expression "__src != (void *)0x0" (identifier "__src") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n memcpy(__dest,__src,(ulong)uVar1);\n free(__src);\n }" ({ "{") (expression_statement "memcpy(__dest,__src,(ulong)uVar1);" (call_expression "memcpy(__dest,__src,(ulong)uVar1)" (identifier "memcpy") (argument_list "(__dest,__src,(ulong)uVar1)" (( "(") (identifier "__dest") (, ",") (identifier "__src") (, ",") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) () ")"))) (; ";")) (expression_statement "free(__src);" (call_expression "free(__src)" (identifier "free") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (} "}"))) (expression_statement "*(void **)(param_1 + 0x90) = __dest;" (assignment_expression "*(void **)(param_1 + 0x90) = __dest" (pointer_expression "*(void **)(param_1 + 0x90)" (* "*") (cast_expression "(void **)(param_1 + 0x90)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (= "=") (identifier "__dest")) (; ";")) (expression_statement "*(uint *)(param_1 + 0x98) = param_2 + 1;" (assignment_expression "*(uint *)(param_1 + 0x98) = param_2 + 1" (pointer_expression "*(uint *)(param_1 + 0x98)" (* "*") (cast_expression "(uint *)(param_1 + 0x98)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")")))) (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_0011146f;" (goto "goto") (statement_identifier "LAB_0011146f") (; ";")) (} "}"))) (expression_statement "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"Out of memory allocating dump request table.\n",5)" (identifier "dcgettext") (argument_list "(0,"Out of memory allocating dump request table.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Out of memory allocating dump request table.\n"" (" """) (string_content "Out of memory allocating dump request table.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" (identifier "error") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "__dest = *(void **)(param_1 + 0x90);" (assignment_expression "__dest = *(void **)(param_1 + 0x90)" (identifier "__dest") (= "=") (pointer_expression "*(void **)(param_1 + 0x90)" (* "*") (cast_expression "(void **)(param_1 + 0x90)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")"))))) (; ";")) (if_statement "if (__dest == (void *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(__dest == (void *)0x0)" (( "(") (binary_expression "__dest == (void *)0x0" (identifier "__dest") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0011146f:\n *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" (statement_identifier "LAB_0011146f") (: ":") (expression_statement "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3;" (assignment_expression "*(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" (* "*") (cast_expression "(byte *)((long)__dest + (ulong)param_2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + (ulong)param_2)" (( "(") (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2"))) () ")")))) (= "=") (binary_expression "*(byte *)((long)__dest + (ulong)param_2) | param_3" (pointer_expression "*(byte *)((long)__dest + (ulong)param_2)" (* "*") (cast_expression "(byte *)((long)__dest + (ulong)param_2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + (ulong)param_2)" (( "(") (binary_expression "(long)__dest + (ulong)param_2" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2"))) () ")")))) (| "|") (identifier "param_3"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *filedata,type_2 var_2,type_3 var_10) { type_2 var_1; type_3 *var_5; type_3 *var_4; char *message; var_1 = filedata->num_dump_sects; if (var_1 <= var_2) { var_4 = (type_3 *)var_3((type_4)(var_2 + 1),1); if (var_4 != (type_3 *)0x0) { var_5 = filedata->dump_sects; if (var_5 != (type_3 *)0x0) { var_6(var_4,var_5,(type_4)var_1); var_7(var_5); } filedata->dump_sects = var_4; filedata->num_dump_sects = var_2 + 1; goto LAB_0011146f; } message = (char *)var_8(0,"Out of memory allocating dump request table.\n",5); var_9(message); } var_4 = filedata->dump_sects; if (var_4 == (type_3 *)0x0) { return; } LAB_0011146f: var_4[var_2] = var_4[var_2] | var_10; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (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: (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: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) (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: (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) (expression_statement (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 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: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_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))))) (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 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 (return_statement))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))) right: (identifier))))) (return_statement))))
null
void MASKED(long param_1,uint param_2,byte param_3) { uint uVar1; void *__src; void *__dest; undefined8 uVar2; uVar1 = *(uint *)(param_1 + 0x98); if (uVar1 <= param_2) { __dest = calloc((ulong)(param_2 + 1),1); if (__dest != (void *)0x0) { __src = *(void **)(param_1 + 0x90); if (__src != (void *)0x0) { memcpy(__dest,__src,(ulong)uVar1); free(__src); } *(void **)(param_1 + 0x90) = __dest; *(uint *)(param_1 + 0x98) = param_2 + 1; goto LAB_0011146f; } uVar2 = dcgettext(0,"Out of memory allocating dump request table.\n",5); error(uVar2); } __dest = *(void **)(param_1 + 0x90); if (__dest == (void *)0x0) { return; } LAB_0011146f: *(byte *)((long)__dest + (ulong)param_2) = *(byte *)((long)__dest + (ulong)param_2) | param_3; return; }
3762_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
write
FUN_001cfac0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */ ssize_t __thiscall gold::Output_data_got<64,_true>::Got_entry::write(Got_entry *this,int __fd,void *__buf,size_t __n) { Relobj *pRVar1; Target *pTVar2; bool bVar3; int iVar4; int iVar5; Target_size_endianness TVar6; Xindex *in_RAX; undefined7 extraout_var; undefined4 extraout_var_00; undefined4 extraout_var_01; undefined4 extraout_var_02; uint uVar7; ulong to; Xindex *pXVar8; uVar7 = *(uint *)&this->field_0x8 & 0x7fffffff; if (uVar7 != 0x7ffffffe) { if (0x7ffffffe < uVar7) { pRVar1 = (this->u_).object; if (((char)this->field_0xb < '\0') && (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) { pTVar2 = parameters->target_; if (pTVar2 == (Target *)0x0) goto LAB_001cfc84; in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1); pXVar8 = in_RAX; } else { TVar6 = Parameters::size_and_endianness(parameters); in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6); if (TVar6 < TARGET_64_LITTLE) { pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_; } else { if (TARGET_64_BIG < TVar6) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0x583,"write"); } pXVar8 = (pRVar1->super_Object).xindex_; } if (((char)this->field_0xb < '\0') && (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7, (char)uVar7 == '\x06')) { pTVar2 = parameters->target_; if (pTVar2 == (Target *)0x0) goto LAB_001cfc84; in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd); pXVar8 = (Xindex *) ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_); } } goto LAB_001cfb54; } if (uVar7 != 0x7ffffffd) { pRVar1 = (this->u_).object; iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7); if ((char)this->field_0xb < '\0') { if ((char)iVar4 == '\0') { pTVar2 = parameters->target_; if (pTVar2 == (Target *)0x0) goto LAB_001cfc84; in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7); pXVar8 = in_RAX; goto LAB_001cfb54; } iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_); in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4); pXVar8 = in_RAX; if (-1 < (char)this->field_0xb) goto LAB_001cfb54; } else { iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_); in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5); pXVar8 = in_RAX; if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54; } pTVar2 = parameters->target_; if (pTVar2 == (Target *)0x0) { LAB_001cfc84: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd); pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_); goto LAB_001cfb54; } bVar3 = Parameters::incremental_update(parameters); in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3); if (bVar3) { return (ssize_t)in_RAX; } } pXVar8 = (Xindex *)(this->u_).constant; LAB_001cfb54: *(ulong *)__buf = (ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 | ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 | ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 | ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38; return (ssize_t)in_RAX; }
void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3) { long *plVar1; long *plVar2; ulong uVar3; char cVar4; ulong uVar5; long lVar6; uint uVar7; uVar7 = (uint)param_1[1] & 0x7fffffff; if (uVar7 != 0x7ffffffe) { if (0x7ffffffe < uVar7) { uVar3 = *param_1; if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) { plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) goto LAB_001cfc84; uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3); } else { uVar7 = FUN_001edc60(); if (uVar7 < 2) { uVar5 = (ulong)*(uint *)(uVar3 + 0x40); } else { if (3 < uVar7) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/output.cc",0x583,"write"); } uVar5 = *(ulong *)(uVar3 + 0x40); } if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) { plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) goto LAB_001cfc84; lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2); uVar5 = uVar5 + lVar6; } } goto LAB_001cfb54; } if (uVar7 != 0x7ffffffd) { plVar1 = (long *)*param_1; cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7); if (*(char *)((long)param_1 + 0xb) < '\0') { if (cVar4 == '\0') { plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar2 == (long *)0x0) goto LAB_001cfc84; uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7); goto LAB_001cfb54; } uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]); if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54; } else { uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]); if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54; } plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar2 == (long *)0x0) { LAB_001cfc84: /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x69,"target"); } lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2); uVar5 = uVar5 + lVar6; goto LAB_001cfb54; } cVar4 = FUN_001ee080(PTR_DAT_003be6b0); if (cVar4 != '\0') { return; } } uVar5 = *param_1; LAB_001cfb54: *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 | (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 | (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38; return; }
PUSH R15 PUSH R14 PUSH R13 MOV R13,RDX PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX SUB RSP,0x18 MOV EBX,dword ptr [RDI + 0x8] AND EBX,0x7fffffff CMP EBX,0x7ffffffe JZ 0x001cfb50 MOV R15D,ESI JA 0x001cfb70 CMP EBX,0x7ffffffd JZ 0x001cfb40 MOV R14,qword ptr [RDI] MOV ESI,EBX MOV RAX,qword ptr [R14] MOV RDI,R14 CALL qword ptr [RAX + 0x170] CMP byte ptr [RBP + 0xb],0x0 JNS 0x001cfba8 TEST AL,AL JNZ 0x001cfc60 MOV RAX,qword ptr [0x003be6b0] MOV RDI,qword ptr [RAX + 0x18] TEST RDI,RDI JZ 0x001cfc84 MOV RAX,qword ptr [RDI] MOV EDX,EBX MOV RSI,R14 CALL qword ptr [RAX + 0x70] MOV R12,RAX JMP 0x001cfb54 MOV RDI,qword ptr [0x003be6b0] CALL 0x001ee080 TEST AL,AL JNZ 0x001cfb5b MOV R12,qword ptr [RBP] BSWAP R12 MOV qword ptr [R13],R12 ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CMP byte ptr [RBP + 0xb],0x0 MOV RBX,qword ptr [RDI] MOV RDI,qword ptr [0x003be6b0] JNS 0x001cfc00 CMP dword ptr [RBX + 0x24],-0x1 JZ 0x001cfc00 MOV RDI,qword ptr [RDI + 0x18] TEST RDI,RDI JZ 0x001cfc84 MOV RAX,qword ptr [RDI] MOV RSI,RBX CALL qword ptr [RAX + 0x68] MOV R12,RAX JMP 0x001cfb54 MOV byte ptr [RSP + 0xf],AL MOV RAX,qword ptr [R14] MOV ESI,EBX MOV RDI,R14 MOV RDX,qword ptr [RBP + 0x10] CALL qword ptr [RAX + 0x148] CMP byte ptr [RBP + 0xb],0x0 MOV R12,RAX JNS 0x001cfb54 MOVZX ECX,byte ptr [RSP + 0xf] TEST CL,CL JZ 0x001cfb54 MOV RAX,qword ptr [0x003be6b0] MOV RDI,qword ptr [RAX + 0x18] TEST RDI,RDI JZ 0x001cfc84 MOV RAX,qword ptr [RDI] MOV ECX,R15D MOV EDX,EBX MOV RSI,R14 CALL qword ptr [RAX + 0x78] ADD R12,RAX JMP 0x001cfb54 CALL 0x001edc60 CMP EAX,0x1 JA 0x001cfc50 MOV R12D,dword ptr [RBX + 0x40] CMP byte ptr [RBP + 0xb],0x0 JNS 0x001cfb54 MOVZX EAX,byte ptr [RBX + 0x38] AND EAX,0xf CMP AL,0x6 JNZ 0x001cfb54 MOV RAX,qword ptr [0x003be6b0] MOV RDI,qword ptr [RAX + 0x18] TEST RDI,RDI JZ 0x001cfc84 MOV RAX,qword ptr [RDI] MOV EDX,R15D MOV RSI,RBX CALL qword ptr [RAX + 0x80] ADD R12,RAX JMP 0x001cfb54 CMP EAX,0x3 JA 0x001cfc9c MOV R12,qword ptr [RBX + 0x40] JMP 0x001cfc0e MOV RAX,qword ptr [R14] MOV RDX,qword ptr [RBP + 0x10] MOV ESI,EBX MOV RDI,R14 CALL qword ptr [RAX + 0x148] CMP byte ptr [RBP + 0xb],0x0 MOV R12,RAX JS 0x001cfbd0 JMP 0x001cfb54 LEA RDX,[0x319fdb] MOV ESI,0x69 LEA RDI,[0x30dc70] CALL 0x0016cdf0 LEA RDX,[0x3189e0] MOV ESI,0x583 LEA RDI,[0x31856f] CALL 0x0016cdf0
null
null
null
null
[(u'INT_ADD_-1207697175', u'CAST_-1207697048'), ('const-0', u'PTRSUB_-1207697129'), ('const-1095216660480', u'INT_AND_-1207698434'), (u'PTRSUB_-1207697024', u'LOAD_-1207698124'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697202'), (u'MULTIEQUAL_-1207697460', u'MULTIEQUAL_-1207697459'), ('tmp_1341', u'CALLIND_-1207697890'), ('const-3', u'INT_LESS_-1207697843'), ('tmp_1340', u'PTRSUB_-1207697024'), (u'INDIRECT_-1207697482', u'COPY_-1207697303'), (u'LOAD_-1207698236', u'INT_EQUAL_-1207698217'), ('const-0', u'INT_EQUAL_-1207698163'), ('const-0', u'SUBPIECE_-1207697058'), (u'PTRSUB_-1207697078', u'LOAD_-1207697936'), (u'INT_AND_-1207697950', u'INT_ZEXT_-1207697639'), (u'INT_LESS_-1207697843', u'CBRANCH_-1207697851'), ('tmp_1038', u'CBRANCH_-1207698017'), (u'INT_RIGHT_-1207698430', u'INT_OR_-1207698431'), ('const-433', u'LOAD_-1207698208'), ('const-120', u'INT_ADD_-1207698176'), (u'CAST_-1207697046', u'INT_SLESS_-1207697992'), (u'PTRSUB_-1207697011', u'LOAD_-1207697850'), (u'CALL_-1207698291', u'INDIRECT_-1207697482'), ('const-433', u'LOAD_-1207698225'), ('tmp_1340', u'PTRSUB_-1207697111'), ('const-56', u'INT_LEFT_-1207698419'), (u'INDIRECT_-1207697819', u'PIECE_-1207697817'), (u'PTRSUB_-1207697087', u'PTRSUB_-1207697073'), (u'COPY_-1207697507', u'COPY_-1207697501'), (u'CALLIND_-1207698210', u'INDIRECT_-1207697702'), (u'INT_LEFT_-1207698425', u'INT_OR_-1207698425'), (u'COPY_-1207697153', u'MULTIEQUAL_-1207697655'), (u'CAST_-1207697200', u'INT_AND_-1207698437'), (u'CAST_-1207697211', u'INT_SLESS_-1207698224'), (u'CALLIND_-1207698182', u'CAST_-1207697054'), ('const-433', u'LOAD_-1207698544'), (u'CAST_-1207697201', u'INT_AND_-1207698440'), ('const-433', u'LOAD_-1207698626'), (u'INDIRECT_-1207697310', u'MULTIEQUAL_-1207697459'), ('const-433', u'LOAD_-1207697984'), ('const-433', u'LOAD_-1207698203'), ('const-65280', u'INT_AND_-1207698425'), (u'INT_EQUAL_-1207698217', u'CBRANCH_-1207698215'), (u'LOAD_-1207698275', u'CAST_-1207697222'), (u'LOAD_-1207698149', u'CALLIND_-1207698139'), (u'CAST_-1207696926', u'INT_SLESS_-1207698081'), (u'PTRSUB_-1207697270', u'PTRSUB_-1207697204'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697195'), ('const-0', u'PTRSUB_-1207697401'), (u'INDIRECT_-1207697186', u'MULTIEQUAL_-1207697334'), (u'INT_ADD_-1207698176', u'CAST_-1207697055'), (u'LOAD_-1207698016', u'INT_ZEXT_-1207697517'), ('const-8', u'PTRSUB_-1207697436'), ('const-433', u'LOAD_-1207698519'), ('tmp_1340', u'PTRSUB_-1207697008'), ('tmp_1340', u'PTRSUB_-1207697275'), ('const-8', u'INT_LEFT_-1207698428'), ('tmp_1242', u'BRANCH_-1207697875'), (u'INT_AND_-1207698667', u'INT_NOTEQUAL_-1207698630'), ('const-41', u'PTRADD_-1207696983'), (u'CAST_-1207697188', u'LOAD_-1207698203'), (u'PIECE_-1207697626', u'CAST_-1207697063'), (u'CAST_-1207697115', u'MULTIEQUAL_-1207697782'), ('const-433', u'LOAD_-1207698008'), ('tmp_900', u'CBRANCH_-1207698208'), ('const-56', u'INT_RIGHT_-1207698438'), (u'LOAD_-1207698225', u'CALLIND_-1207697890'), ('tmp_1086', u'CBRANCH_-1207697989'), (u'INDIRECT_-1207697235', u'MULTIEQUAL_-1207697459'), (u'INDIRECT_-1207697367', u'MULTIEQUAL_-1207697459'), (u'LOAD_-1207698626', u'PTRSUB_-1207697382'), ('const-433', u'LOAD_-1207698149'), ('const-433', u'LOAD_-1207698016'), ('const-6', u'INT_EQUAL_-1207697951'), ('const-64', u'PTRSUB_-1207697088'), (u'COPY_-1207697029', u'CALL_-1207697747'), ('const-433', u'LOAD_-1207698700'), (u'LOAD_-1207697936', u'INT_EQUAL_-1207697917'), (u'LOAD_-1207698607', u'CALLIND_-1207698597'), ('tmp_1340', u'PTRSUB_-1207697401'), (u'CALLIND_-1207698495', u'INDIRECT_-1207697494'), ('const-0', u'PTRSUB_-1207697244'), (u'INT_LEFT_-1207698428', u'INT_OR_-1207698428'), (u'CALL_-1207698073', u'INDIRECT_-1207697141'), (u'COPY_-1207697200', u'COPY_-1207697182'), ('const-16', u'PTRSUB_-1207697024'), ('const-0', u'INT_SLESS_-1207697992'), (u'LOAD_-1207697984', u'SUBPIECE_-1207697058'), ('const-8', u'PTRADD_-1207696983'), ('const-433', u'LOAD_-1207698617'), (u'INT_OR_-1207698437', u'INT_OR_-1207698434'), ('tmp_280', u'CBRANCH_-1207698557'), (u'CAST_-1207697189', u'INT_ADD_-1207697263'), (u'INT_AND_-1207698667', u'INT_ZEXT_-1207697829'), (u'CAST_-1207697368', u'LOAD_-1207698700'), (u'INT_OR_-1207698419', u'STORE_-1207698439'), ('const-433', u'LOAD_-1207697850'), (u'LOAD_-1207698208', u'CAST_-1207697108'), ('const-0', u'RETURN_-1207697293'), (u'CAST_-1207697048', u'COPY_-1207697153'), ('const-46', u'PTRADD_-1207697350'), (u'CALL_-1207698036', u'INDIRECT_-1207697628'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697197'), (u'SUBPIECE_-1207697567', u'INT_EQUAL_-1207698559'), (u'PTRSUB_-1207697221', u'LOAD_-1207698275'), ('const-433', u'LOAD_-1207698159'), ('const-433', u'LOAD_-1207698220'), (u'LOAD_-1207698700', u'INT_AND_-1207698667'), (u'LOAD_-1207698225', u'PTRSUB_-1207697020'), (u'LOAD_-1207697936', u'CALLIND_-1207697890'), (u'MULTIEQUAL_-1207697782', u'COPY_-1207697830'), (u'LOAD_-1207698626', u'CALLIND_-1207698597'), ('tmp_1340', u'PTRSUB_-1207697270'), (u'INT_EQUAL_-1207698165', u'CBRANCH_-1207698163'), (u'INT_SLESS_-1207698081', u'CBRANCH_-1207698075'), ('const-71776119061217280', u'INT_AND_-1207698440'), (u'PTRSUB_-1207697193', u'LOAD_-1207698208'), ('const-8', u'PTRSUB_-1207697225'), (u'LOAD_-1207698008', u'CAST_-1207697046'), ('const-56', u'PTRSUB_-1207697073'), (u'INT_ZEXT_-1207697645', u'CALLIND_-1207698210'), (u'PTRSUB_-1207697204', u'LOAD_-1207698225'), (u'INT_AND_-1207698667', u'INT_NOTEQUAL_-1207698663'), (u'CAST_-1207696992', u'PTRSUB_-1207697037'), (u'INT_LEFT_-1207698419', u'INT_OR_-1207698419'), (u'INDIRECT_-1207697551', u'PTRSUB_-1207697357'), (u'INT_ADD_-1207698133', u'CAST_-1207697150'), (u'PIECE_-1207697512', u'CAST_-1207696933'), (u'COPY_-1207697012', u'MULTIEQUAL_-1207697530'), (u'CAST_-1207696985', u'INT_ADD_-1207697083'), (u'LOAD_-1207698097', u'CAST_-1207696926'), ('const-2', u'INT_LESS_-1207698009'), ('tmp_4068', u'MULTIEQUAL_-1207697460'), (u'CAST_-1207697050', u'INT_ADD_-1207697175'), ('const-11', u'PTRSUB_-1207697383'), ('const-4278190080', u'INT_AND_-1207698431'), (u'INT_AND_-1207698667', u'CALLIND_-1207698495'), (u'CALL_-1207698036', u'INT_LESS_-1207697843'), (u'CALLIND_-1207698139', u'CAST_-1207697149'), (u'CALL_-1207698291', u'INDIRECT_-1207697819'), ('const-433', u'LOAD_-1207697915'), ('tmp_153', u'CBRANCH_-1207698649'), (u'CAST_-1207697052', u'LOAD_-1207698016'), (u'COPY_-1207697028', u'CALL_-1207697747'), (u'PTRSUB_-1207697225', u'PTRSUB_-1207697217'), ('const-105', u'CALL_-1207698073'), (u'PTRSUB_-1207697037', u'CAST_-1207696985'), (u'CALLIND_-1207698210', u'INDIRECT_-1207697367'), (u'STORE_-1207698439', u'INDIRECT_-1207697456'), (u'LOAD_-1207697915', u'INT_ADD_-1207697884'), (u'INDIRECT_-1207697301', u'MULTIEQUAL_-1207697459'), ('const-0', u'PTRSUB_-1207697007'), (u'INT_AND_-1207698428', u'INT_LEFT_-1207698425'), (u'INT_OR_-1207698428', u'INT_OR_-1207698425'), ('const-433', u'LOAD_-1207698097'), (u'PTRSUB_-1207697129', u'CAST_-1207697050'), (u'INDIRECT_-1207697482', u'MULTIEQUAL_-1207697460'), ('const-0', u'INT_EQUAL_-1207698525'), ('const-11', u'PTRSUB_-1207697275'), (u'PTRSUB_-1207697357', u'LOAD_-1207698544'), (u'LOAD_-1207697850', u'MULTIEQUAL_-1207697467'), ('const-0', u'PTRSUB_-1207697037'), (u'INDIRECT_-1207697551', u'MULTIEQUAL_-1207697153'), (u'INT_ZEXT_-1207697656', u'INT_AND_-1207697950'), (u'INT_SLESS_-1207698192', u'CBRANCH_-1207698185'), ('const-3245423', u'COPY_-1207697029'), (u'LOAD_-1207698236', u'CAST_-1207697067'), (u'CALL_-1207698036', u'PIECE_-1207697626'), (u'CALLIND_-1207698495', u'CAST_-1207697234'), (u'INDIRECT_-1207697514', u'PIECE_-1207697512'), (u'CAST_-1207697293', u'INT_SLESS_-1207698579'), (u'MULTIEQUAL_-1207697334', u'PTRSUB_-1207697167'), (u'LOAD_-1207698544', u'CALLIND_-1207698495'), ('const-0', u'SUBPIECE_-1207697567'), (u'INT_ADD_-1207697263', u'CAST_-1207697188'), ('const-1411', u'CALL_-1207697747'), (u'CAST_-1207697054', u'PTRSUB_-1207697129'), (u'CAST_-1207697199', u'INT_AND_-1207698434'), (u'CAST_-1207697003', u'LOAD_-1207697915'), (u'LOAD_-1207698241', u'PTRADD_-1207697164'), (u'CAST_-1207697235', u'LOAD_-1207698505'), ('tmp_1340', u'PTRSUB_-1207697193'), ('const-24', u'PTRSUB_-1207697078'), ('const-0', u'INT_SLESS_-1207698579'), ('const-41', u'PTRADD_-1207697164'), ('tmp_1340', u'PTRSUB_-1207697436'), (u'CAST_-1207697067', u'LOAD_-1207698211'), ('tmp_4068', u'CALL_-1207698291'), (u'LOAD_-1207698626', u'CALLIND_-1207698495'), (u'INT_AND_-1207698667', u'CALLIND_-1207698182'), ('const-0', u'INT_EQUAL_-1207697917'), ('const-2147483646', u'INT_LESS_-1207698640'), ('const-433', u'LOAD_-1207698130'), ('const-15', u'INT_AND_-1207697950'), (u'CAST_-1207697234', u'COPY_-1207697318'), ('const-433', u'LOAD_-1207698241'), (u'MULTIEQUAL_-1207697334', u'MULTIEQUAL_-1207697153'), ('const-433', u'LOAD_-1207698607'), (u'LOAD_-1207698220', u'CALLIND_-1207698210'), ('const-12', u'INT_ADD_-1207697263'), (u'INT_SLESS_-1207697992', u'CBRANCH_-1207697989'), ('tmp_316', u'CBRANCH_-1207698523'), (u'PTRSUB_-1207697382', u'PTRSUB_-1207697363'), (u'PTRSUB_-1207697007', u'PTRSUB_-1207696999'), ('const-24', u'PTRSUB_-1207697357'), ('const-24', u'PTRSUB_-1207697247'), (u'SUBPIECE_-1207697610', u'INT_EQUAL_-1207697951'), (u'PIECE_-1207697700', u'CAST_-1207697115'), ('tmp_812', u'CBRANCH_-1207698162'), (u'CAST_-1207696983', u'COPY_-1207697062'), (u'CAST_-1207697196', u'INT_AND_-1207698425'), (u'INT_ADD_-1207697884', u'CAST_-1207696993'), (u'CALLIND_-1207698182', u'INDIRECT_-1207697310'), ('tmp_936', u'CBRANCH_-1207698185'), (u'CAST_-1207697202', u'INT_RIGHT_-1207698438'), ('const-11', u'PTRSUB_-1207697008'), (u'INT_AND_-1207698431', u'INT_LEFT_-1207698428'), (u'INT_OR_-1207698431', u'INT_OR_-1207698428'), (u'CAST_-1207696933', u'COPY_-1207697013'), (u'LOAD_-1207698225', u'PTRSUB_-1207697103'), ('const-2147483646', u'INT_NOTEQUAL_-1207698663'), (u'INT_NOTEQUAL_-1207698187', u'CBRANCH_-1207698185'), (u'SUBPIECE_-1207697567', u'INT_EQUAL_-1207698163'), (u'MULTIEQUAL_-1207697530', u'PTRSUB_-1207697131'), (u'CALL_-1207697747', u'INDIRECT_-1207697125'), ('tmp_1286', u'BRANCH_-1207697842'), (u'CAST_-1207697244', u'LOAD_-1207698519'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697201'), ('const-0', u'INT_EQUAL_-1207698217'), (u'LOAD_-1207698240', u'CAST_-1207697211'), (u'LOAD_-1207698109', u'CALLIND_-1207698099'), (u'INT_EQUAL_-1207698525', u'CBRANCH_-1207698523'), ('tmp_1342', u'CAST_-1207697191'), (u'PTRSUB_-1207697308', u'PTRSUB_-1207697221'), (u'INT_LESS_-1207698009', u'CBRANCH_-1207698017'), ('const-11', u'PTRSUB_-1207697111'), (u'LOAD_-1207698225', u'CALLIND_-1207698139'), ('tmp_1152', u'CBRANCH_-1207697949'), ('const-8', u'PTRADD_-1207697350'), ('const-0', u'PTRSUB_-1207697202'), ('const-24', u'INT_RIGHT_-1207698433'), (u'INT_SLESS_-1207698579', u'CBRANCH_-1207698576'), ('tmp_4068', u'PTRSUB_-1207697247'), (u'LOAD_-1207698626', u'PTRSUB_-1207697007'), ('const-0', u'PTRSUB_-1207697131'), (u'MULTIEQUAL_-1207697467', u'COPY_-1207697119'), (u'LOAD_-1207698130', u'PTRADD_-1207696983'), (u'PTRSUB_-1207697167', u'LOAD_-1207698236'), (u'COPY_-1207697830', u'CAST_-1207697172'), (u'INT_ZEXT_-1207697639', u'CAST_-1207697031'), ('const-433', u'LOAD_-1207698275'), (u'LOAD_-1207698626', u'CALLIND_-1207698182'), (u'COPY_-1207697013', u'COPY_-1207697012'), (u'CAST_-1207696993', u'LOAD_-1207697900'), (u'COPY_-1207697013', u'MULTIEQUAL_-1207697655'), ('const-0', u'PTRSUB_-1207697204'), ('tmp_1340', u'PTRSUB_-1207697308'), ('const-0', u'PTRSUB_-1207696999'), (u'CALL_-1207698291', u'PIECE_-1207697817'), (u'COPY_-1207697103', u'MULTIEQUAL_-1207697655'), (u'LOAD_-1207698626', u'CALLIND_-1207698099'), (u'MULTIEQUAL_-1207697783', u'MULTIEQUAL_-1207697782'), (u'PTRSUB_-1207697183', u'LOAD_-1207698241'), (u'LOAD_-1207698225', u'PTRSUB_-1207697087'), ('const-104', u'INT_ADD_-1207698133'), (u'CALLIND_-1207698597', u'SUBPIECE_-1207697567'), (u'CAST_-1207697234', u'MULTIEQUAL_-1207697783'), ('const-2147483645', u'INT_NOTEQUAL_-1207698630'), (u'MULTIEQUAL_-1207697467', u'PTRSUB_-1207697039'), (u'INDIRECT_-1207697125', u'COPY_-1207697173'), ('tmp_4068', u'MULTIEQUAL_-1207697153'), ('const-433', u'LOAD_-1207698109'), (u'INT_EQUAL_-1207697917', u'CBRANCH_-1207697915'), (u'LOAD_-1207698236', u'CALLIND_-1207698182'), ('const-3252187', u'COPY_-1207697051'), (u'CAST_-1207697197', u'INT_AND_-1207698428'), (u'LOAD_-1207698626', u'PTRSUB_-1207697202'), ('tmp_3197', u'MULTIEQUAL_-1207697783'), ('const-24', u'PTRSUB_-1207697167'), (u'INT_ZEXT_-1207697517', u'CAST_-1207697051'), (u'CAST_-1207697031', u'MULTIEQUAL_-1207697782'), (u'INT_AND_-1207698440', u'INT_RIGHT_-1207698436'), ('const-64', u'PTRSUB_-1207697011'), (u'PTRSUB_-1207697217', u'CAST_-1207697189'), (u'COPY_-1207697054', u'CALL_-1207698073'), (u'PTRSUB_-1207696999', u'LOAD_-1207698130'), ('tmp_1340', u'PTRSUB_-1207697383'), ('tmp_600', u'CBRANCH_-1207698075'), ('tmp_970', u'CBRANCH_-1207698163'), ('const-0', u'RETURN_-1207698378'), (u'INT_SLESS_-1207698224', u'CBRANCH_-1207698208'), (u'COPY_-1207697182', u'MULTIEQUAL_-1207697530'), (u'CALLIND_-1207698099', u'PIECE_-1207697512'), (u'LOAD_-1207698225', u'PTRSUB_-1207697244'), (u'CAST_-1207697115', u'COPY_-1207697200'), ('const-255', u'INT_SLESS_-1207698081'), (u'INT_AND_-1207698434', u'INT_RIGHT_-1207698430'), (u'CALL_-1207698036', u'INT_LESS_-1207698009'), (u'CAST_-1207697049', u'INT_ADD_-1207697175'), (u'PTRSUB_-1207697039', u'CAST_-1207696984'), ('const-128', u'INT_ADD_-1207697884'), ('const-0', u'PTRSUB_-1207697039'), ('const-0', u'INT_EQUAL_-1207698165'), (u'LOAD_-1207698505', u'CALLIND_-1207698495'), ('const-280375465082880', u'INT_AND_-1207698437'), ('tmp_850', u'CBRANCH_-1207698275'), ('const-0', u'PTRSUB_-1207697308'), (u'INDIRECT_-1207697186', u'MULTIEQUAL_-1207697459'), ('const-3246560', u'COPY_-1207697028'), (u'CALLIND_-1207698597', u'INDIRECT_-1207697551'), ('tmp_346', u'BRANCH_-1207698491'), ('const-0', u'PTRSUB_-1207697020'), ('tmp_1340', u'PTRSUB_-1207697204'), ('const-433', u'LOAD_-1207698595'), (u'PTRSUB_-1207697383', u'LOAD_-1207698595'), ('const-0', u'PTRSUB_-1207697270'), (u'CALL_-1207698036', u'INDIRECT_-1207697301'), (u'INT_NOTEQUAL_-1207698630', u'CBRANCH_-1207698626'), (u'CALLIND_-1207698099', u'INDIRECT_-1207697514'), (u'CAST_-1207697157', u'LOAD_-1207698159'), (u'COPY_-1207697315', u'MULTIEQUAL_-1207697655'), ('tmp_1276', u'CBRANCH_-1207697851'), (u'INT_ZEXT_-1207697829', u'CALLIND_-1207698597'), (u'PIECE_-1207697817', u'CAST_-1207697234'), (u'LOAD_-1207698626', u'CALLIND_-1207698210'), ('const-2147483647', u'INT_AND_-1207698667'), (u'CALLIND_-1207698139', u'INDIRECT_-1207697397'), (u'COPY_-1207697340', u'MULTIEQUAL_-1207697655'), (u'INT_RIGHT_-1207698438', u'INT_OR_-1207698437'), (u'INDIRECT_-1207697494', u'MULTIEQUAL_-1207697459'), (u'PTRSUB_-1207697020', u'PTRSUB_-1207697011'), (u'CAST_-1207696984', u'INT_ADD_-1207697083'), (u'COPY_-1207697200', u'MULTIEQUAL_-1207697655'), ('const-24', u'INT_LEFT_-1207698425'), (u'LOAD_-1207698192', u'CALLIND_-1207698182'), ('const-0', u'PTRSUB_-1207697087'), (u'CAST_-1207696933', u'MULTIEQUAL_-1207697782'), (u'INT_AND_-1207698667', u'INT_ZEXT_-1207697459'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697196'), ('const-433', u'LOAD_-1207697936'), (u'COPY_-1207697051', u'CALL_-1207698073'), (u'PTRADD_-1207697350', u'LOAD_-1207698607'), (u'INT_AND_-1207698437', u'INT_RIGHT_-1207698433'), (u'PTRSUB_-1207697008', u'LOAD_-1207698097'), ('const-433', u'LOAD_-1207698240'), (u'CAST_-1207697108', u'INT_SLESS_-1207698192'), (u'CALLIND_-1207697890', u'INDIRECT_-1207697235'), ('const-0', u'PTRSUB_-1207697183'), (u'PTRSUB_-1207697131', u'CAST_-1207697049'), ('tmp_1188', u'CBRANCH_-1207697915'), ('const-3202160', u'COPY_-1207697054'), (u'INT_LEFT_-1207698422', u'INT_OR_-1207698422'), (u'INT_EQUAL_-1207698163', u'CBRANCH_-1207698162'), ('const-8', u'PTRADD_-1207697164'), ('const-433', u'LOAD_-1207698124'), (u'INT_AND_-1207698667', u'INT_LESS_-1207698640'), (u'CAST_-1207697234', u'MULTIEQUAL_-1207697782'), ('const-433', u'LOAD_-1207697900'), ('const-255', u'INT_SLESS_-1207698192'), (u'INT_AND_-1207698667', u'INT_ZEXT_-1207697645'), (u'INT_EQUAL_-1207698559', u'CBRANCH_-1207698557'), (u'LOAD_-1207698227', u'CALLIND_-1207698210'), (u'PTRSUB_-1207697436', u'CAST_-1207697368'), ('tmp_776', u'CBRANCH_-1207698185'), (u'CAST_-1207697051', u'MULTIEQUAL_-1207697467'), (u'CAST_-1207697149', u'MULTIEQUAL_-1207697782'), (u'MULTIEQUAL_-1207697467', u'COPY_-1207697103'), (u'CAST_-1207697150', u'LOAD_-1207698149'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697198'), (u'LOAD_-1207698544', u'CAST_-1207697244'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697200'), (u'COPY_-1207697318', u'CAST_-1207697199'), (u'INDIRECT_-1207697456', u'COPY_-1207697507'), (u'LOAD_-1207698203', u'INT_NOTEQUAL_-1207698187'), ('const-8', u'INT_RIGHT_-1207698430'), ('const-433', u'LOAD_-1207698505'), (u'CALLIND_-1207698210', u'PIECE_-1207697700'), (u'INDIRECT_-1207697141', u'COPY_-1207697198'), (u'INT_EQUAL_-1207697951', u'CBRANCH_-1207697949'), (u'PTRSUB_-1207697088', u'CAST_-1207697052'), ('const-16711680', u'INT_AND_-1207698428'), ('tmp_637', u'CBRANCH_-1207698215'), (u'INT_RIGHT_-1207698433', u'INT_OR_-1207698434'), (u'PTRSUB_-1207697363', u'LOAD_-1207698617'), ('const-40', u'INT_LEFT_-1207698422'), ('const-1', u'RETURN_-1207698068'), ('const-112', u'INT_ADD_-1207698489'), (u'CAST_-1207697054', u'MULTIEQUAL_-1207697782'), ('const-40', u'INT_RIGHT_-1207698436'), (u'CAST_-1207697149', u'COPY_-1207697231'), (u'INT_AND_-1207697950', u'SUBPIECE_-1207697610'), (u'COPY_-1207697062', u'MULTIEQUAL_-1207697655'), (u'PTRSUB_-1207697401', u'PTRSUB_-1207697309'), ('const-0', u'INT_SLESS_-1207698224'), ('const-0', u'PTRSUB_-1207697103'), (u'INDIRECT_-1207697301', u'MULTIEQUAL_-1207697153'), (u'CALLIND_-1207698099', u'INDIRECT_-1207697186'), (u'PTRADD_-1207697164', u'LOAD_-1207698220'), (u'INDIRECT_-1207697628', u'PIECE_-1207697626'), ('const-0', u'PTRSUB_-1207697221'), (u'PTRSUB_-1207697073', u'LOAD_-1207697984'), ('const-433', u'STORE_-1207698439'), (u'PTRSUB_-1207697275', u'LOAD_-1207698240'), (u'COPY_-1207697231', u'MULTIEQUAL_-1207697655'), ('const-4294967295', u'INT_NOTEQUAL_-1207698187'), (u'INT_RIGHT_-1207698436', u'INT_OR_-1207698437'), ('const-1', u'RETURN_-1207697742'), (u'LOAD_-1207698617', u'PTRADD_-1207697350'), ('const-0', u'PTRSUB_-1207697309'), (u'PTRSUB_-1207697111', u'LOAD_-1207698008'), (u'PTRADD_-1207696983', u'LOAD_-1207698109'), (u'INT_LESS_-1207698640', u'CBRANCH_-1207698649'), (u'LOAD_-1207698124', u'CALLIND_-1207698099'), (u'LOAD_-1207697936', u'CAST_-1207697003'), ('tmp_252', u'CBRANCH_-1207698576'), (u'INDIRECT_-1207697367', u'MULTIEQUAL_-1207697334'), (u'INT_OR_-1207698425', u'INT_OR_-1207698422'), (u'INT_AND_-1207698425', u'INT_LEFT_-1207698422'), ('tmp_183', u'CBRANCH_-1207698626'), (u'PTRSUB_-1207697247', u'LOAD_-1207698184'), (u'CAST_-1207697055', u'LOAD_-1207698192'), ('const-0', u'SUBPIECE_-1207697610'), ('const-0', u'PTRSUB_-1207697363'), (u'INT_ZEXT_-1207697459', u'CALLIND_-1207698099'), (u'INT_ADD_-1207697083', u'CAST_-1207696983'), ('const-11', u'PTRSUB_-1207697193'), (u'CAST_-1207697199', u'RETURN_-1207697293'), (u'LOAD_-1207698544', u'INT_EQUAL_-1207698525'), (u'CAST_-1207697234', u'COPY_-1207697340'), (u'MULTIEQUAL_-1207697655', u'CAST_-1207697199'), ('const-16', u'PTRSUB_-1207697217'), (u'COPY_-1207697119', u'MULTIEQUAL_-1207697655'), ('tmp_4068', u'CALL_-1207698036'), (u'LOAD_-1207698159', u'INT_ADD_-1207698133'), (u'INDIRECT_-1207697702', u'PIECE_-1207697700'), (u'LOAD_-1207698184', u'INT_EQUAL_-1207698165'), ('const-433', u'LOAD_-1207698236'), (u'CAST_-1207697063', u'MULTIEQUAL_-1207697782'), ('const-433', u'LOAD_-1207698184'), ('const-433', u'LOAD_-1207698192'), (u'INT_ADD_-1207698489', u'CAST_-1207697235'), ('tmp_1341', u'CALLIND_-1207698182'), (u'CAST_-1207696992', u'MULTIEQUAL_-1207697782'), (u'PTRSUB_-1207697202', u'PTRSUB_-1207697183'), (u'LOAD_-1207698519', u'INT_ADD_-1207698489'), (u'INT_NOTEQUAL_-1207698663', u'CBRANCH_-1207698659'), (u'INT_OR_-1207698434', u'INT_OR_-1207698431'), (u'INDIRECT_-1207697301', u'PTRSUB_-1207697078'), (u'CAST_-1207697198', u'INT_AND_-1207698431'), (u'LOAD_-1207697900', u'CALLIND_-1207697890'), ('const-0', u'PTRSUB_-1207697382'), ('tmp_695', u'BRANCH_-1207698170'), (u'CAST_-1207697222', u'COPY_-1207697315'), (u'CALL_-1207698291', u'CBRANCH_-1207698275'), (u'PTRSUB_-1207697204', u'LOAD_-1207698227'), (u'LOAD_-1207698211', u'INT_ADD_-1207698176'), (u'CALLIND_-1207697890', u'CAST_-1207696992'), (u'INDIRECT_-1207697397', u'MULTIEQUAL_-1207697459'), ('const-433', u'LOAD_-1207698227'), (u'CAST_-1207697172', u'RETURN_-1207698378'), (u'CAST_-1207697195', u'INT_LEFT_-1207698419'), (u'PTRSUB_-1207697244', u'PTRSUB_-1207697225'), (u'CAST_-1207697191', u'STORE_-1207698439'), (u'PTRSUB_-1207697309', u'LOAD_-1207698626'), ('const-0', u'INT_EQUAL_-1207698559'), (u'SUBPIECE_-1207697058', u'INT_ZEXT_-1207697656'), ('const-433', u'LOAD_-1207698211'), ('const-16', u'PTRSUB_-1207697204'), (u'INT_OR_-1207698422', u'INT_OR_-1207698419'), (u'LOAD_-1207698184', u'CAST_-1207697157'), (u'PTRSUB_-1207697103', u'PTRSUB_-1207697088'), ('tmp_142', u'CBRANCH_-1207698659'), ('tmp_996', u'BRANCH_-1207698135'), (u'LOAD_-1207698595', u'CAST_-1207697293'), (u'LOAD_-1207698184', u'CALLIND_-1207698139')]
[(u'INT_EQUAL_-1207698525', u'CBRANCH_-1207698523'), (u'PTRADD_-1207697037', u'LOAD_-1207698124'), ('const-1095216660480', u'INT_AND_-1207698434'), (u'INT_LESS_-1207698009', u'CBRANCH_-1207698017'), (u'LOAD_-1207698225', u'CALLIND_-1207698139'), ('const-255', u'INT_SLESS_-1207698081'), ('const-11', u'INT_ADD_-1207698579'), ('const-433', u'LOAD_-1207698130'), ('tmp_1152', u'CBRANCH_-1207697949'), (u'LOAD_-1207698225', u'INT_ADD_-1207698187'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698440'), ('const-328', u'INT_ADD_-1207698204'), (u'COPY_-1207697030', u'CALL_-1207697747'), (u'INT_ADD_-1207698000', u'CAST_-1207697112'), (u'MULTIEQUAL_-1207697668', u'INT_RIGHT_-1207698438'), ('const-24', u'INT_RIGHT_-1207698433'), (u'CAST_-1207696992', u'INT_ADD_-1207698081'), (u'INT_SLESS_-1207698579', u'CBRANCH_-1207698576'), ('const-433', u'LOAD_-1207698097'), ('const-3245423', u'COPY_-1207697030'), (u'LOAD_-1207698236', u'INT_EQUAL_-1207698217'), (u'PTRADD_-1207698482', u'CAST_-1207697326'), (u'CALLIND_-1207698099', u'MULTIEQUAL_-1207697668'), (u'LOAD_-1207697936', u'LOAD_-1207697915'), (u'CAST_-1207697380', u'LOAD_-1207698617'), ('const-0', u'INT_SLESS_-1207698224'), ('const-0', u'INT_EQUAL_-1207698163'), ('const-11', u'INT_ADD_-1207698081'), ('const-2147483646', u'INT_NOTEQUAL_-1207698663'), (u'INT_LESS_-1207697843', u'CBRANCH_-1207697851'), ('tmp_1038', u'CBRANCH_-1207698017'), ('const-433', u'LOAD_-1207698544'), (u'INT_RIGHT_-1207698430', u'INT_OR_-1207698431'), ('tmp_4153', u'CALLIND_-1207698182'), ('tmp_3167', u'PTRADD_-1207697037'), ('const-64', u'INT_ADD_-1207697834'), ('const-2147483645', u'INT_NOTEQUAL_-1207698630'), (u'CAST_-1207697361', u'INT_ADD_-1207698579'), ('const-120', u'INT_ADD_-1207698176'), (u'LOAD_-1207698700', u'SUBPIECE_-1207697428'), (u'INT_ADD_-1207697884', u'CAST_-1207697053'), (u'LOAD_-1207698241', u'INT_ADD_-1207698204'), (u'INDIRECT_-1207697304', u'MULTIEQUAL_-1207697462'), ('const-104', u'INT_ADD_-1207698133'), (u'LOAD_-1207698008', u'INT_SLESS_-1207697992'), (u'INDIRECT_-1207697554', u'PTRADD_-1207698482'), ('const-1', u'PTRADD_-1207697438'), ('const-24', u'PTRADD_-1207698482'), (u'INDIRECT_-1207697459', u'COPY_-1207697510'), (u'CAST_-1207697380', u'LOAD_-1207698130'), ('const-56', u'INT_LEFT_-1207698419'), (u'CALLIND_-1207698210', u'MULTIEQUAL_-1207697543'), (u'INT_LEFT_-1207698425', u'INT_OR_-1207698425'), (u'INT_EQUAL_-1207697917', u'CBRANCH_-1207697915'), (u'LOAD_-1207698236', u'CALLIND_-1207698182'), (u'LOAD_-1207698225', u'INT_ADD_-1207697834'), (u'INT_ADD_-1207698165', u'MULTIEQUAL_-1207697668'), (u'CALLIND_-1207697890', u'INT_ADD_-1207697870'), ('const-255', u'INT_SLESS_-1207698192'), (u'CALL_-1207698036', u'INDIRECT_-1207697304'), ('const-36', u'INT_ADD_-1207698187'), ('tmp_3164', u'STORE_-1207698439'), (u'CAST_-1207697380', u'CALLIND_-1207698099'), (u'INDIRECT_-1207697485', u'COPY_-1207697349'), (u'CAST_-1207697304', u'LOAD_-1207698505'), ('const-65280', u'INT_AND_-1207698425'), (u'INT_EQUAL_-1207698217', u'CBRANCH_-1207698215'), (u'LOAD_-1207698149', u'CALLIND_-1207698139'), (u'INT_ADD_-1207698081', u'CAST_-1207696991'), (u'INT_AND_-1207698440', u'INT_RIGHT_-1207698436'), ('const-433', u'LOAD_-1207698211'), (u'CAST_-1207696999', u'LOAD_-1207698109'), ('tmp_3167', u'PTRADD_-1207697213'), (u'INT_ADD_-1207698579', u'CAST_-1207697360'), (u'LOAD_-1207698208', u'INT_SLESS_-1207698192'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698431'), ('const-433', u'LOAD_-1207697915'), ('const-8', u'INT_LEFT_-1207698428'), (u'CALLIND_-1207698597', u'INT_EQUAL_-1207698163'), ('tmp_1242', u'BRANCH_-1207697875'), ('const-433', u'LOAD_-1207698109'), ('tmp_600', u'CBRANCH_-1207698075'), (u'INT_AND_-1207698667', u'INT_NOTEQUAL_-1207698630'), ('tmp_970', u'CBRANCH_-1207698163'), (u'INT_NOTEQUAL_-1207698276', u'CBRANCH_-1207698275'), ('const-0', u'RETURN_-1207698378'), (u'INT_SLESS_-1207698224', u'CBRANCH_-1207698208'), (u'CALL_-1207698291', u'INT_NOTEQUAL_-1207698276'), ('const-56', u'INT_RIGHT_-1207698438'), ('tmp_900', u'CBRANCH_-1207698208'), (u'CAST_-1207697380', u'CALLIND_-1207698182'), (u'LOAD_-1207698225', u'CALLIND_-1207697890'), ('tmp_1086', u'CBRANCH_-1207697989'), (u'INT_AND_-1207698434', u'INT_RIGHT_-1207698430'), ('const-368', u'INT_ADD_-1207698591'), (u'CALL_-1207698036', u'INT_LESS_-1207698009'), ('const-128', u'INT_ADD_-1207697884'), ('const-0', u'INT_EQUAL_-1207698165'), (u'LOAD_-1207698505', u'CALLIND_-1207698495'), ('const-280375465082880', u'INT_AND_-1207698437'), ('tmp_850', u'CBRANCH_-1207698275'), (u'CAST_-1207697095', u'LOAD_-1207697984'), (u'CAST_-1207697248', u'LOAD_-1207698203'), ('const-433', u'LOAD_-1207698227'), ('tmp_346', u'BRANCH_-1207698491'), ('const-433', u'LOAD_-1207698241'), ('const-433', u'LOAD_-1207698208'), ('const-24', u'PTRADD_-1207697874'), (u'CALLIND_-1207698210', u'INDIRECT_-1207697370'), ('const-433', u'LOAD_-1207698124'), ('tmp_4153', u'CALLIND_-1207697890'), (u'INT_ADD_-1207698489', u'CAST_-1207697304'), (u'CALLIND_-1207698495', u'MULTIEQUAL_-1207697668'), ('const-433', u'LOAD_-1207698236'), (u'INT_NOTEQUAL_-1207698630', u'CBRANCH_-1207698626'), (u'CALL_-1207698073', u'INDIRECT_-1207697144'), ('const-0', u'INT_NOTEQUAL_-1207698276'), (u'COPY_-1207697029', u'CALL_-1207697747'), (u'CAST_-1207697234', u'LOAD_-1207698184'), ('tmp_1276', u'CBRANCH_-1207697851'), (u'CAST_-1207697145', u'LOAD_-1207698236'), (u'INDIRECT_-1207697497', u'MULTIEQUAL_-1207697462'), (u'LOAD_-1207698236', u'LOAD_-1207698211'), (u'LOAD_-1207697936', u'INT_EQUAL_-1207697917'), (u'LOAD_-1207698607', u'CALLIND_-1207698597'), (u'CAST_-1207697112', u'LOAD_-1207698016'), ('tmp_3167', u'PTRADD_-1207697438'), ('tmp_4084', u'MULTIEQUAL_-1207697463'), (u'INT_LEFT_-1207698428', u'INT_OR_-1207698428'), ('const-2147483647', u'INT_AND_-1207698667'), (u'STORE_-1207698439', u'INDIRECT_-1207697459'), ('const-3246560', u'COPY_-1207697029'), (u'CAST_-1207697175', u'INT_ADD_-1207698192'), (u'PTRADD_-1207697438', u'LOAD_-1207698700'), (u'INT_RIGHT_-1207698438', u'INT_OR_-1207698437'), ('tmp_3167', u'LOAD_-1207698275'), ('const-433', u'LOAD_-1207698505'), (u'CALL_-1207698291', u'INDIRECT_-1207697485'), ('tmp_3167', u'LOAD_-1207698626'), (u'MULTIEQUAL_-1207697668', u'INT_LEFT_-1207698419'), (u'PTRADD_-1207698174', u'CAST_-1207697145'), ('const-433', u'LOAD_-1207698008'), ('const-433', u'LOAD_-1207698225'), ('tmp_280', u'CBRANCH_-1207698557'), (u'INT_OR_-1207698437', u'INT_OR_-1207698434'), ('const-24', u'INT_LEFT_-1207698425'), (u'CALLIND_-1207698597', u'INDIRECT_-1207697554'), ('const-433', u'LOAD_-1207698159'), ('const-433', u'LOAD_-1207698240'), (u'CAST_-1207697182', u'LOAD_-1207698220'), (u'INT_OR_-1207698419', u'STORE_-1207698439'), (u'LOAD_-1207698192', u'CALLIND_-1207698182'), (u'CAST_-1207697368', u'LOAD_-1207698607'), ('const-433', u'LOAD_-1207697850'), ('const-433', u'LOAD_-1207697984'), (u'LOAD_-1207698016', u'INT_ZEXT_-1207697530'), ('tmp_3167', u'CAST_-1207697107'), ('const-24', u'PTRADD_-1207698174'), ('const-3', u'INT_LESS_-1207697843'), ('tmp_3167', u'CAST_-1207697175'), ('const-15', u'INT_AND_-1207697322'), (u'INT_AND_-1207698667', u'CALLIND_-1207698210'), (u'INT_AND_-1207698437', u'INT_RIGHT_-1207698433'), (u'INT_ZEXT_-1207697530', u'MULTIEQUAL_-1207697480'), (u'LOAD_-1207698544', u'LOAD_-1207698519'), ('tmp_4084', u'PTRADD_-1207698122'), (u'CAST_-1207697072', u'LOAD_-1207697936'), (u'LOAD_-1207697936', u'CALLIND_-1207697890'), ('const-0', u'INT_SLESS_-1207698579'), ('const-8', u'PTRADD_-1207697438'), (u'CAST_-1207697174', u'LOAD_-1207698208'), (u'INT_ADD_-1207698192', u'CAST_-1207697174'), ('tmp_1188', u'CBRANCH_-1207697915'), (u'INT_LEFT_-1207698422', u'INT_OR_-1207698422'), ('const-433', u'LOAD_-1207698519'), (u'INDIRECT_-1207697370', u'MULTIEQUAL_-1207697337'), (u'INT_EQUAL_-1207698165', u'CBRANCH_-1207698163'), (u'CALLIND_-1207697890', u'INDIRECT_-1207697238'), (u'INT_SLESS_-1207698081', u'CBRANCH_-1207698075'), (u'INT_EQUAL_-1207698163', u'CBRANCH_-1207698162'), ('const-71776119061217280', u'INT_AND_-1207698440'), ('tmp_3167', u'CAST_-1207697270'), (u'INT_ADD_-1207698187', u'CAST_-1207697248'), (u'INDIRECT_-1207697304', u'MULTIEQUAL_-1207697156'), (u'CAST_-1207697360', u'LOAD_-1207698595'), (u'INT_AND_-1207698667', u'INT_LESS_-1207698640'), (u'CAST_-1207697038', u'LOAD_-1207697850'), (u'CAST_-1207697380', u'CALLIND_-1207698210'), ('const-0', u'INT_SLESS_-1207697992'), (u'INT_AND_-1207698667', u'INT_NOTEQUAL_-1207698663'), (u'LOAD_-1207698626', u'CAST_-1207697380'), ('const-433', u'LOAD_-1207698607'), (u'INT_LEFT_-1207698419', u'INT_OR_-1207698419'), (u'CAST_-1207697380', u'LOAD_-1207698241'), (u'INDIRECT_-1207697370', u'MULTIEQUAL_-1207697462'), (u'INT_ADD_-1207697870', u'MULTIEQUAL_-1207697668'), ('const-1411', u'CALL_-1207697747'), (u'INT_ADD_-1207697968', u'CAST_-1207697095'), (u'CALLIND_-1207698495', u'INDIRECT_-1207697497'), ('const-433', u'LOAD_-1207698184'), (u'LOAD_-1207698275', u'MULTIEQUAL_-1207697668'), (u'INT_EQUAL_-1207698559', u'CBRANCH_-1207698557'), (u'LOAD_-1207698227', u'CALLIND_-1207698210'), ('tmp_776', u'CBRANCH_-1207698185'), (u'LOAD_-1207698130', u'INT_ADD_-1207698093'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698434'), ('const-6', u'INT_EQUAL_-1207697951'), (u'LOAD_-1207698184', u'LOAD_-1207698159'), ('const-4278190080', u'INT_AND_-1207698431'), (u'CALLIND_-1207698139', u'MULTIEQUAL_-1207697668'), (u'INT_AND_-1207698667', u'CALLIND_-1207698495'), (u'CALL_-1207698036', u'INT_LESS_-1207697843'), (u'INT_AND_-1207697322', u'INT_EQUAL_-1207697951'), ('const-433', u'LOAD_-1207698617'), (u'LOAD_-1207698203', u'INT_NOTEQUAL_-1207698187'), ('const-433', u'LOAD_-1207698192'), ('const-8', u'INT_RIGHT_-1207698430'), ('const-433', u'LOAD_-1207697936'), (u'INDIRECT_-1207697128', u'COPY_-1207697176'), (u'INDIRECT_-1207697400', u'MULTIEQUAL_-1207697462'), (u'COPY_-1207697510', u'COPY_-1207697504'), (u'PTRADD_-1207697213', u'LOAD_-1207698227'), ('const-433', u'STORE_-1207698439'), (u'INT_EQUAL_-1207697951', u'CBRANCH_-1207697949'), (u'CAST_-1207697053', u'LOAD_-1207697900'), (u'LOAD_-1207698225', u'INT_ADD_-1207698000'), ('tmp_4084', u'CALL_-1207698291'), ('tmp_153', u'CBRANCH_-1207698649'), ('const-16711680', u'INT_AND_-1207698428'), ('tmp_637', u'CBRANCH_-1207698215'), (u'INT_RIGHT_-1207698433', u'INT_OR_-1207698434'), ('tmp_3167', u'CAST_-1207697361'), ('const-24', u'PTRADD_-1207698122'), (u'CAST_-1207697107', u'INT_ADD_-1207697992'), ('const-40', u'INT_LEFT_-1207698422'), ('const-1', u'RETURN_-1207698068'), ('const-433', u'LOAD_-1207698595'), ('const-112', u'INT_ADD_-1207698489'), ('const-3252187', u'COPY_-1207697052'), ('const-40', u'INT_RIGHT_-1207698436'), ('const-11', u'INT_ADD_-1207698192'), ('const-11', u'INT_ADD_-1207698224'), ('tmp_3167', u'CAST_-1207696992'), (u'LOAD_-1207697915', u'INT_ADD_-1207697884'), ('const-8', u'PTRADD_-1207697037'), (u'CALLIND_-1207698182', u'INT_ADD_-1207698165'), ('const-433', u'LOAD_-1207698626'), ('const-433', u'LOAD_-1207698275'), (u'INT_AND_-1207698428', u'INT_LEFT_-1207698425'), (u'INT_OR_-1207698428', u'INT_OR_-1207698425'), (u'INDIRECT_-1207697304', u'PTRADD_-1207697874'), ('const-2147483646', u'INT_LESS_-1207698640'), (u'CALLIND_-1207698597', u'INT_EQUAL_-1207698559'), (u'CALLIND_-1207698139', u'INDIRECT_-1207697400'), (u'CAST_-1207697380', u'CALLIND_-1207698495'), ('const-2', u'INT_LESS_-1207698009'), ('const-0', u'INT_EQUAL_-1207698525'), (u'INT_ADD_-1207698133', u'CAST_-1207697214'), (u'CAST_-1207697269', u'LOAD_-1207698240'), ('const-433', u'LOAD_-1207698016'), (u'MULTIEQUAL_-1207697543', u'INT_ADD_-1207698165'), ('const-433', u'LOAD_-1207697900'), (u'CALL_-1207697747', u'INDIRECT_-1207697128'), ('const-1', u'PTRADD_-1207698122'), ('const-2', u'PTRADD_-1207697213'), ('const-3202160', u'COPY_-1207697055'), (u'INT_RIGHT_-1207698436', u'INT_OR_-1207698437'), (u'COPY_-1207697052', u'CALL_-1207698073'), ('const-1', u'RETURN_-1207697742'), ('const-1', u'PTRADD_-1207698482'), ('const-0', u'RETURN_-1207697339'), (u'INT_LESS_-1207698640', u'CBRANCH_-1207698649'), ('const-2', u'PTRADD_-1207697037'), (u'LOAD_-1207698124', u'CALLIND_-1207698099'), ('const-1', u'PTRADD_-1207698174'), ('tmp_252', u'CBRANCH_-1207698576'), (u'INT_SLESS_-1207698192', u'CBRANCH_-1207698185'), (u'CALLIND_-1207698182', u'INDIRECT_-1207697313'), (u'CAST_-1207697270', u'INT_ADD_-1207698224'), ('const-1', u'PTRADD_-1207697874'), ('const-105', u'CALL_-1207698073'), (u'PTRADD_-1207698122', u'CAST_-1207697234'), (u'INT_AND_-1207698425', u'INT_LEFT_-1207698422'), (u'INT_OR_-1207698425', u'INT_OR_-1207698422'), (u'INT_ADD_-1207698093', u'CAST_-1207696999'), ('const-8', u'PTRADD_-1207697213'), ('tmp_183', u'CBRANCH_-1207698626'), (u'CAST_-1207697214', u'LOAD_-1207698149'), (u'LOAD_-1207697850', u'MULTIEQUAL_-1207697480'), (u'COPY_-1207697055', u'CALL_-1207698073'), (u'LOAD_-1207698544', u'CALLIND_-1207698495'), (u'INT_ADD_-1207698204', u'CAST_-1207697182'), (u'INDIRECT_-1207697144', u'COPY_-1207697201'), (u'LOAD_-1207698240', u'INT_SLESS_-1207698224'), ('const-433', u'LOAD_-1207698149'), (u'CALLIND_-1207698099', u'INDIRECT_-1207697189'), ('const-11', u'INT_ADD_-1207697992'), ('tmp_4084', u'MULTIEQUAL_-1207697156'), (u'INT_AND_-1207698667', u'CALLIND_-1207698099'), ('tmp_3167', u'LOAD_-1207698225'), (u'CAST_-1207697380', u'CALLIND_-1207698597'), (u'LOAD_-1207698544', u'INT_EQUAL_-1207698525'), (u'INT_AND_-1207698667', u'CALLIND_-1207698597'), ('const-4294967295', u'INT_NOTEQUAL_-1207698187'), ('const-64', u'INT_ADD_-1207698000'), (u'CAST_-1207696991', u'LOAD_-1207698097'), (u'MULTIEQUAL_-1207697463', u'MULTIEQUAL_-1207697462'), (u'LOAD_-1207698159', u'INT_ADD_-1207698133'), (u'LOAD_-1207698184', u'INT_EQUAL_-1207698165'), (u'INT_AND_-1207698667', u'CALLIND_-1207698182'), ('const-0', u'INT_EQUAL_-1207697917'), (u'MULTIEQUAL_-1207697480', u'INT_ADD_-1207697870'), ('const-433', u'LOAD_-1207698203'), (u'LOAD_-1207698617', u'INT_ADD_-1207698591'), ('const-433', u'LOAD_-1207698700'), (u'LOAD_-1207697984', u'INT_AND_-1207697322'), (u'INDIRECT_-1207697238', u'MULTIEQUAL_-1207697462'), ('const-0', u'SUBPIECE_-1207697428'), (u'LOAD_-1207698519', u'INT_ADD_-1207698489'), ('const-433', u'LOAD_-1207698220'), (u'INT_NOTEQUAL_-1207698663', u'CBRANCH_-1207698659'), (u'INT_OR_-1207698434', u'INT_OR_-1207698431'), (u'INT_ADD_-1207698591', u'CAST_-1207697368'), (u'INT_ADD_-1207697834', u'CAST_-1207697038'), (u'LOAD_-1207698220', u'CALLIND_-1207698210'), (u'LOAD_-1207698225', u'INT_ADD_-1207697968'), (u'LOAD_-1207697900', u'CALLIND_-1207697890'), (u'INDIRECT_-1207697189', u'MULTIEQUAL_-1207697462'), (u'INT_SLESS_-1207697992', u'CBRANCH_-1207697989'), ('tmp_316', u'CBRANCH_-1207698523'), ('tmp_695', u'BRANCH_-1207698170'), (u'INDIRECT_-1207697554', u'MULTIEQUAL_-1207697156'), (u'INDIRECT_-1207697313', u'MULTIEQUAL_-1207697462'), (u'LOAD_-1207698211', u'INT_ADD_-1207698176'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698425'), (u'SUBPIECE_-1207697428', u'INT_AND_-1207698667'), (u'CAST_-1207697120', u'LOAD_-1207698192'), (u'INT_ADD_-1207697992', u'CAST_-1207697106'), ('const-328', u'INT_ADD_-1207698093'), (u'CALLIND_-1207698099', u'MULTIEQUAL_-1207697543'), ('tmp_812', u'CBRANCH_-1207698162'), (u'INDIRECT_-1207697189', u'MULTIEQUAL_-1207697337'), (u'CALLIND_-1207698210', u'MULTIEQUAL_-1207697668'), ('const-0', u'INT_EQUAL_-1207698559'), ('tmp_936', u'CBRANCH_-1207698185'), (u'MULTIEQUAL_-1207697337', u'MULTIEQUAL_-1207697156'), (u'INT_AND_-1207698431', u'INT_LEFT_-1207698428'), (u'INT_OR_-1207698431', u'INT_OR_-1207698428'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698428'), (u'CAST_-1207697106', u'LOAD_-1207698008'), (u'INT_NOTEQUAL_-1207698187', u'CBRANCH_-1207698185'), ('const-56', u'INT_ADD_-1207697968'), (u'INT_OR_-1207698422', u'INT_OR_-1207698419'), (u'CAST_-1207697326', u'LOAD_-1207698544'), ('tmp_1286', u'BRANCH_-1207697842'), (u'MULTIEQUAL_-1207697337', u'PTRADD_-1207698174'), ('const-0', u'INT_EQUAL_-1207698217'), (u'LOAD_-1207698097', u'INT_SLESS_-1207698081'), (u'MULTIEQUAL_-1207697668', u'INT_AND_-1207698437'), ('tmp_142', u'CBRANCH_-1207698659'), ('tmp_996', u'BRANCH_-1207698135'), (u'INDIRECT_-1207697485', u'MULTIEQUAL_-1207697463'), (u'PTRADD_-1207697874', u'CAST_-1207697072'), (u'LOAD_-1207698109', u'CALLIND_-1207698099'), (u'INT_ADD_-1207698224', u'CAST_-1207697269'), (u'LOAD_-1207698595', u'INT_SLESS_-1207698579'), (u'MULTIEQUAL_-1207697480', u'MULTIEQUAL_-1207697668'), (u'INT_ADD_-1207698176', u'CAST_-1207697120'), (u'LOAD_-1207698184', u'CALLIND_-1207698139')]
null
null
001cfac0
x64
O2
(translation_unit "void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)\n\n{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}\n\n" (function_definition "void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)\n\n{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" primitive_type (function_declarator "FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)" identifier (parameter_list "(ulong *param_1,undefined4 param_2,ulong *param_3)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "ulong *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (expression_statement "uVar7 = (uint)param_1[1] & 0x7fffffff;" (assignment_expression "uVar7 = (uint)param_1[1] & 0x7fffffff" identifier = (binary_expression "(uint)param_1[1] & 0x7fffffff" (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) & number_literal)) ;) (if_statement "if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffe)" ( (binary_expression "uVar7 != 0x7ffffffe" identifier != number_literal) )) (compound_statement "{\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" { (if_statement "if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(0x7ffffffe < uVar7)" ( (binary_expression "0x7ffffffe < uVar7" number_literal < identifier) )) (compound_statement "{\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" { (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" if (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1))" ( (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(uVar3 + 0x24) != -1)" ( (binary_expression "*(int *)(uVar3 + 0x24) != -1" (pointer_expression "*(int *)(uVar3 + 0x24)" * (cast_expression "(int *)(uVar3 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x24)" ( (binary_expression "uVar3 + 0x24" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }" { (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" identifier = (call_expression "(**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" (parenthesized_expression "(**(code **)(*plVar1 + 0x68))" ( (pointer_expression "**(code **)(*plVar1 + 0x68)" * (pointer_expression "*(code **)(*plVar1 + 0x68)" * (cast_expression "(code **)(*plVar1 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x68)" ( (binary_expression "*plVar1 + 0x68" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar3)" ( identifier , identifier )))) ;) }) (else_clause "else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" else (compound_statement "{\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" { (expression_statement "uVar7 = FUN_001edc60();" (assignment_expression "uVar7 = FUN_001edc60()" identifier = (call_expression "FUN_001edc60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" if (parenthesized_expression "(uVar7 < 2)" ( (binary_expression "uVar7 < 2" identifier < number_literal) )) (compound_statement "{\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }" { (expression_statement "uVar5 = (ulong)*(uint *)(uVar3 + 0x40);" (assignment_expression "uVar5 = (ulong)*(uint *)(uVar3 + 0x40)" identifier = (binary_expression "(ulong)*(uint *)(uVar3 + 0x40)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(uVar3 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x40)" ( (binary_expression "uVar3 + 0x40" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" else (compound_statement "{\n if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" { (if_statement "if (3 < uVar7) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" if (parenthesized_expression "(3 < uVar7)" ( (binary_expression "3 < uVar7" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" { comment (expression_statement "FUN_0016cdf0("../../gold/output.cc",0x583,"write");" (call_expression "FUN_0016cdf0("../../gold/output.cc",0x583,"write")" identifier (argument_list "("../../gold/output.cc",0x583,"write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write"" " string_content ") ))) ;) })) (expression_statement "uVar5 = *(ulong *)(uVar3 + 0x40);" (assignment_expression "uVar5 = *(ulong *)(uVar3 + 0x40)" identifier = (pointer_expression "*(ulong *)(uVar3 + 0x40)" * (cast_expression "(ulong *)(uVar3 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x40)" ( (binary_expression "uVar3 + 0x40" identifier + number_literal) ))))) ;) }))) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" if (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6))" ( (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" ( (binary_expression "(*(byte *)(uVar3 + 0x38) & 0xf) == 6" (parenthesized_expression "(*(byte *)(uVar3 + 0x38) & 0xf)" ( (binary_expression "*(byte *)(uVar3 + 0x38) & 0xf" (pointer_expression "*(byte *)(uVar3 + 0x38)" * (cast_expression "(byte *)(uVar3 + 0x38)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x38)" ( (binary_expression "uVar3 + 0x38" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" { (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" identifier = (call_expression "(**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x80))" ( (pointer_expression "**(code **)(*plVar1 + 0x80)" * (pointer_expression "*(code **)(*plVar1 + 0x80)" * (cast_expression "(code **)(*plVar1 + 0x80)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x80)" ( (binary_expression "*plVar1 + 0x80" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar3,param_2)" ( identifier , identifier , identifier )))) ;) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" identifier = (binary_expression "uVar5 + lVar6" identifier + identifier)) ;) })) }))) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (if_statement "if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffd)" ( (binary_expression "uVar7 != 0x7ffffffd" identifier != number_literal) )) (compound_statement "{\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" { (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);" (assignment_expression "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" identifier = (call_expression "(**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar1 + 0x170))" ( (pointer_expression "**(code **)(*plVar1 + 0x170)" * (pointer_expression "*(code **)(*plVar1 + 0x170)" * (cast_expression "(code **)(*plVar1 + 0x170)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x170)" ( (binary_expression "*plVar1 + 0x170" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }" { (if_statement "if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" { (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);" (assignment_expression "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" identifier = (call_expression "(**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar2 + 0x70))" ( (pointer_expression "**(code **)(*plVar2 + 0x70)" * (pointer_expression "*(code **)(*plVar2 + 0x70)" * (cast_expression "(code **)(*plVar2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x70)" ( (binary_expression "*plVar2 + 0x70" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,plVar1,uVar7)" ( identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" identifier = (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" ( (pointer_expression "**(code **)(*plVar1 + 0x148)" * (pointer_expression "*(code **)(*plVar1 + 0x148)" * (cast_expression "(code **)(*plVar1 + 0x148)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x148)" ( (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7,param_1[2])" ( identifier , identifier , (subscript_expression "param_1[2]" identifier [ number_literal ]) )))) ;) (if_statement "if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;" if (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" ( (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" number_literal < (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }) (else_clause "else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" else (compound_statement "{\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" { (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" identifier = (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" ( (pointer_expression "**(code **)(*plVar1 + 0x148)" * (pointer_expression "*(code **)(*plVar1 + 0x148)" * (cast_expression "(code **)(*plVar1 + 0x148)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x148)" ( (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7,param_1[2])" ( identifier , identifier , (subscript_expression "param_1[2]" identifier [ number_literal ]) )))) ;) (if_statement "if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;" if (parenthesized_expression "((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0'))" ( (binary_expression "(-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')" (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" ( (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" number_literal < (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) || (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }))) (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" { (labeled_statement "LAB_001cfc84:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" statement_identifier : comment (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0016cdf0("../../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 "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" identifier = (call_expression "(**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" (parenthesized_expression "(**(code **)(*plVar2 + 0x78))" ( (pointer_expression "**(code **)(*plVar2 + 0x78)" * (pointer_expression "*(code **)(*plVar2 + 0x78)" * (cast_expression "(code **)(*plVar2 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x78)" ( (binary_expression "*plVar2 + 0x78" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,plVar1,uVar7,param_2)" ( identifier , identifier , identifier , identifier )))) ;) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" identifier = (binary_expression "uVar5 + lVar6" identifier + identifier)) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (expression_statement "cVar4 = FUN_001ee080(PTR_DAT_003be6b0);" (assignment_expression "cVar4 = FUN_001ee080(PTR_DAT_003be6b0)" identifier = (call_expression "FUN_001ee080(PTR_DAT_003be6b0)" identifier (argument_list "(PTR_DAT_003be6b0)" ( identifier )))) ;) (if_statement "if (cVar4 != '\0') {\n return;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "uVar5 = *param_1;" (assignment_expression "uVar5 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (labeled_statement "LAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" statement_identifier : (expression_statement "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" (assignment_expression "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (pointer_expression "*param_3" * identifier) = (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28" (binary_expression "uVar5 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar5 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar5 & 0xff000000000000)" ( (binary_expression "uVar5 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar5 & 0xff0000000000)" ( (binary_expression "uVar5 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff00000000) >> 8" (parenthesized_expression "(uVar5 & 0xff00000000)" ( (binary_expression "uVar5 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff000000) << 8" (parenthesized_expression "(uVar5 & 0xff000000)" ( (binary_expression "uVar5 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar5 & 0xff0000) << 0x18" (parenthesized_expression "(uVar5 & 0xff0000)" ( (binary_expression "uVar5 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar5 & 0xff00) << 0x28" (parenthesized_expression "(uVar5 & 0xff00)" ( (binary_expression "uVar5 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar5 << 0x38" identifier << number_literal))) ;)) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */\n\nssize_t __thiscall\ngold::Output_data_got<64,_true>::Got_entry::write(Got_entry *this,int __fd,void *__buf,size_t __n)\n\n{\n Relobj *pRVar1;\n Target *pTVar2;\n bool bVar3;\n int iVar4;\n int iVar5;\n Target_size_endianness TVar6;\n Xindex *in_RAX;\n undefined7 extraout_var;\n undefined4 extraout_var_00;\n undefined4 extraout_var_01;\n undefined4 extraout_var_02;\n uint uVar7;\n ulong to;\n Xindex *pXVar8;\n \n uVar7 = *(uint *)&this->field_0x8 & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n pRVar1 = (this->u_).object;\n if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n pRVar1 = (this->u_).object;\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);\n if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);\n pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n goto LAB_001cfb54;\n }\n bVar3 = Parameters::incremental_update(parameters);\n in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3);\n if (bVar3) {\n return (ssize_t)in_RAX;\n }\n }\n pXVar8 = (Xindex *)(this->u_).constant;\nLAB_001cfb54:\n *(ulong *)__buf =\n (ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38;\n return (ssize_t)in_RAX;\n}\n\n" comment comment (declaration "ssize_t __thiscall\ngold::Output_data_got<64,_true>::Got_entry::write(Got_entry *this,int __fd,void *__buf,size_t __n)\n\n{\n Relobj *pRVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::Got_entry::write(Got_entry *this,int __fd,void *__buf,size_t __n)\n\n{\n Relobj" identifier > : : identifier : : (function_declarator "write(Got_entry *this,int __fd,void *__buf,size_t __n)" identifier (parameter_list "(Got_entry *this,int __fd,void *__buf,size_t __n)" ( (parameter_declaration "Got_entry *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) { identifier) (pointer_declarator "*pRVar1" * identifier) ;) (declaration "Target *pTVar2;" type_identifier (pointer_declarator "*pTVar2" * identifier) ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "Target_size_endianness TVar6;" type_identifier identifier ;) (declaration "Xindex *in_RAX;" type_identifier (pointer_declarator "*in_RAX" * identifier) ;) (declaration "undefined7 extraout_var;" type_identifier identifier ;) (declaration "undefined4 extraout_var_00;" type_identifier identifier ;) (declaration "undefined4 extraout_var_01;" type_identifier identifier ;) (declaration "undefined4 extraout_var_02;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "ulong to;" type_identifier identifier ;) (declaration "Xindex *pXVar8;" type_identifier (pointer_declarator "*pXVar8" * identifier) ;) (expression_statement "uVar7 = *(uint *)&this->field_0x8 & 0x7fffffff;" (assignment_expression "uVar7 = *(uint *)&this->field_0x8 & 0x7fffffff" identifier = (binary_expression "*(uint *)&this->field_0x8 & 0x7fffffff" (pointer_expression "*(uint *)&this->field_0x8" * (cast_expression "(uint *)&this->field_0x8" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x8" & (field_expression "this->field_0x8" identifier -> field_identifier)))) & number_literal)) ;) (if_statement "if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n pRVar1 = (this->u_).object;\n if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n pRVar1 = (this->u_).object;\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);\n if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);\n pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n goto LAB_001cfb54;\n }\n bVar3 = Parameters::incremental_update(parameters);\n in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3);\n if (bVar3) {\n return (ssize_t)in_RAX;\n }\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffe)" ( (binary_expression "uVar7 != 0x7ffffffe" identifier != number_literal) )) (compound_statement "{\n if (0x7ffffffe < uVar7) {\n pRVar1 = (this->u_).object;\n if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n pRVar1 = (this->u_).object;\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);\n if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);\n pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n goto LAB_001cfb54;\n }\n bVar3 = Parameters::incremental_update(parameters);\n in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3);\n if (bVar3) {\n return (ssize_t)in_RAX;\n }\n }" { (if_statement "if (0x7ffffffe < uVar7) {\n pRVar1 = (this->u_).object;\n if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(0x7ffffffe < uVar7)" ( (binary_expression "0x7ffffffe < uVar7" number_literal < identifier) )) (compound_statement "{\n pRVar1 = (this->u_).object;\n if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }\n goto LAB_001cfb54;\n }" { (expression_statement "pRVar1 = (this->u_).object;" (assignment_expression "pRVar1 = (this->u_).object" identifier = (field_expression "(this->u_).object" (parenthesized_expression "(this->u_)" ( (field_expression "this->u_" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }\n else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }" if (parenthesized_expression "(((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1))" ( (binary_expression "((char)this->field_0xb < '\0') &&\n (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)" (parenthesized_expression "((char)this->field_0xb < '\0')" ( (binary_expression "(char)this->field_0xb < '\0'" (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)" ( (binary_expression "*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1" (pointer_expression "*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc)" * (cast_expression "(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pRVar1->super_Object).name_.field_2 + 0xc)" ( (binary_expression "(long)&(pRVar1->super_Object).name_.field_2 + 0xc" (cast_expression "(long)&(pRVar1->super_Object).name_.field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pRVar1->super_Object).name_.field_2" & (field_expression "(pRVar1->super_Object).name_.field_2" (field_expression "(pRVar1->super_Object).name_" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);\n pXVar8 = in_RAX;\n }" { (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;" 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)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1);" (assignment_expression "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1)" identifier = (cast_expression "(Xindex *)(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)pTVar2 + 0x68))(pTVar2,pRVar1)" (parenthesized_expression "(**(code **)(*(long *)pTVar2 + 0x68))" ( (pointer_expression "**(code **)(*(long *)pTVar2 + 0x68)" * (pointer_expression "*(code **)(*(long *)pTVar2 + 0x68)" * (cast_expression "(code **)(*(long *)pTVar2 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar2 + 0x68)" ( (binary_expression "*(long *)pTVar2 + 0x68" (pointer_expression "*(long *)pTVar2" * (cast_expression "(long *)pTVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar2,pRVar1)" ( identifier , identifier ))))) ;) (expression_statement "pXVar8 = in_RAX;" (assignment_expression "pXVar8 = in_RAX" identifier = identifier) ;) }) (else_clause "else {\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }" else (compound_statement "{\n TVar6 = Parameters::size_and_endianness(parameters);\n in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);\n if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }\n if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }\n }" { (ERROR "TVar6 = Parameters::" (assignment_expression "TVar6 = Parameters" identifier = identifier) : :) (expression_statement "size_and_endianness(parameters);" (call_expression "size_and_endianness(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;) (expression_statement "in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6);" (assignment_expression "in_RAX = (Xindex *)CONCAT44(extraout_var_01,TVar6)" identifier = (cast_expression "(Xindex *)CONCAT44(extraout_var_01,TVar6)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var_01,TVar6)" identifier (argument_list "(extraout_var_01,TVar6)" ( identifier , identifier ))))) ;) (if_statement "if (TVar6 < TARGET_64_LITTLE) {\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }\n else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }" if (parenthesized_expression "(TVar6 < TARGET_64_LITTLE)" ( (binary_expression "TVar6 < TARGET_64_LITTLE" identifier < identifier) )) (compound_statement "{\n pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;\n }" { (expression_statement "pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_;" (assignment_expression "pXVar8 = (Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_" identifier = (binary_expression "(Xindex *)(ulong)*(uint *)&(pRVar1->super_Object).xindex_" (cast_expression "(Xindex *)(ulong)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(ulong)" ( identifier ))) * (cast_expression "(uint *)&(pRVar1->super_Object).xindex_" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pRVar1->super_Object).xindex_" & (field_expression "(pRVar1->super_Object).xindex_" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier))))) ;) }) (else_clause "else {\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }" else (compound_statement "{\n if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }\n pXVar8 = (pRVar1->super_Object).xindex_;\n }" { (if_statement "if (TARGET_64_BIG < TVar6) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }" if (parenthesized_expression "(TARGET_64_BIG < TVar6)" ( (binary_expression "TARGET_64_BIG < TVar6" identifier < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x583,"write");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x583,"write");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x583,"write")" identifier (argument_list "("../../gold/output.cc",0x583,"write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write"" " string_content ") ))) ;) })) (expression_statement "pXVar8 = (pRVar1->super_Object).xindex_;" (assignment_expression "pXVar8 = (pRVar1->super_Object).xindex_" identifier = (field_expression "(pRVar1->super_Object).xindex_" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier)) ;) }))) (if_statement "if (((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')) {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }" if (parenthesized_expression "(((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06'))" ( (binary_expression "((char)this->field_0xb < '\0') &&\n (uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')" (parenthesized_expression "((char)this->field_0xb < '\0')" ( (binary_expression "(char)this->field_0xb < '\0'" (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06')" ( (comma_expression "uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06'" (assignment_expression "uVar7 = (byte)(pRVar1->super_Object).shnum_ & 0xf" identifier = (binary_expression "(byte)(pRVar1->super_Object).shnum_ & 0xf" (field_expression "(byte)(pRVar1->super_Object).shnum_" (call_expression "(byte)(pRVar1->super_Object)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) ))) . field_identifier) & number_literal)) , (comma_expression "in_RAX = (Xindex *)(ulong)uVar7,\n (char)uVar7 == '\x06'" (assignment_expression "in_RAX = (Xindex *)(ulong)uVar7" identifier = (cast_expression "(Xindex *)(ulong)uVar7" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier))) , (binary_expression "(char)uVar7 == '\x06'" (cast_expression "(char)uVar7" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\x06'" ' escape_sequence ')))) ))) )) (compound_statement "{\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);\n pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n }" { (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;" 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)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd);" (assignment_expression "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd)" identifier = (cast_expression "(Xindex *)(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)pTVar2 + 0x80))(pTVar2,pRVar1,__fd)" (parenthesized_expression "(**(code **)(*(long *)pTVar2 + 0x80))" ( (pointer_expression "**(code **)(*(long *)pTVar2 + 0x80)" * (pointer_expression "*(code **)(*(long *)pTVar2 + 0x80)" * (cast_expression "(code **)(*(long *)pTVar2 + 0x80)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar2 + 0x80)" ( (binary_expression "*(long *)pTVar2 + 0x80" (pointer_expression "*(long *)pTVar2" * (cast_expression "(long *)pTVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar2,pRVar1,__fd)" ( identifier , identifier , identifier ))))) ;) (expression_statement "pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);" (assignment_expression "pXVar8 = (Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" identifier = (cast_expression "(Xindex *)\n ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" ( (binary_expression "(long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_" (cast_expression "(long)&in_RAX->large_shndx_offset_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&in_RAX->large_shndx_offset_" & (field_expression "in_RAX->large_shndx_offset_" identifier -> field_identifier))) + (cast_expression "(long)&pXVar8->large_shndx_offset_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pXVar8->large_shndx_offset_" & (field_expression "pXVar8->large_shndx_offset_" identifier -> field_identifier)))) )))) ;) })) }))) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (if_statement "if (uVar7 != 0x7ffffffd) {\n pRVar1 = (this->u_).object;\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);\n if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);\n pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffd)" ( (binary_expression "uVar7 != 0x7ffffffd" identifier != number_literal) )) (compound_statement "{\n pRVar1 = (this->u_).object;\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);\n if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);\n pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);\n goto LAB_001cfb54;\n }" { (expression_statement "pRVar1 = (this->u_).object;" (assignment_expression "pRVar1 = (this->u_).object" identifier = (field_expression "(this->u_).object" (parenthesized_expression "(this->u_)" ( (field_expression "this->u_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7);" (assignment_expression "iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7)" identifier = (call_expression "(*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(ulong)uVar7)" (parenthesized_expression "(*(pRVar1->super_Object)._vptr_Object[0x2e])" ( (pointer_expression "*(pRVar1->super_Object)._vptr_Object[0x2e]" * (subscript_expression "(pRVar1->super_Object)._vptr_Object[0x2e]" (field_expression "(pRVar1->super_Object)._vptr_Object" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(pRVar1,(ulong)uVar7)" ( identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (if_statement "if ((char)this->field_0xb < '\0') {\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }\n else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }" if (parenthesized_expression "((char)this->field_0xb < '\0')" ( (binary_expression "(char)this->field_0xb < '\0'" (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier)) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }\n iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);\n pXVar8 = in_RAX;\n if (-1 < (char)this->field_0xb) goto LAB_001cfb54;\n }" { (if_statement "if ((char)iVar4 == '\0') {\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }" if (parenthesized_expression "((char)iVar4 == '\0')" ( (binary_expression "(char)iVar4 == '\0'" (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pTVar2 = parameters->target_;\n if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;\n in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);\n pXVar8 = in_RAX;\n goto LAB_001cfb54;\n }" { (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 == (Target *)0x0) goto LAB_001cfc84;" 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)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7);" (assignment_expression "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7)" identifier = (cast_expression "(Xindex *)(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)pTVar2 + 0x70))(pTVar2,pRVar1,uVar7)" (parenthesized_expression "(**(code **)(*(long *)pTVar2 + 0x70))" ( (pointer_expression "**(code **)(*(long *)pTVar2 + 0x70)" * (pointer_expression "*(code **)(*(long *)pTVar2 + 0x70)" * (cast_expression "(code **)(*(long *)pTVar2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar2 + 0x70)" ( (binary_expression "*(long *)pTVar2 + 0x70" (pointer_expression "*(long *)pTVar2" * (cast_expression "(long *)pTVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar2,pRVar1,uVar7)" ( identifier , identifier , identifier ))))) ;) (expression_statement "pXVar8 = in_RAX;" (assignment_expression "pXVar8 = in_RAX" identifier = identifier) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (expression_statement "iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);" (assignment_expression "iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_)" identifier = (call_expression "(*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_)" (parenthesized_expression "(*(pRVar1->super_Object)._vptr_Object[0x29])" ( (pointer_expression "*(pRVar1->super_Object)._vptr_Object[0x29]" * (subscript_expression "(pRVar1->super_Object)._vptr_Object[0x29]" (field_expression "(pRVar1->super_Object)._vptr_Object" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(pRVar1,(ulong)uVar7,this->addend_)" ( identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , (field_expression "this->addend_" identifier -> field_identifier) )))) ;) (expression_statement "in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4);" (assignment_expression "in_RAX = (Xindex *)CONCAT44(extraout_var_02,iVar4)" identifier = (cast_expression "(Xindex *)CONCAT44(extraout_var_02,iVar4)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var_02,iVar4)" identifier (argument_list "(extraout_var_02,iVar4)" ( identifier , identifier ))))) ;) (expression_statement "pXVar8 = in_RAX;" (assignment_expression "pXVar8 = in_RAX" identifier = identifier) ;) (if_statement "if (-1 < (char)this->field_0xb) goto LAB_001cfb54;" if (parenthesized_expression "(-1 < (char)this->field_0xb)" ( (binary_expression "-1 < (char)this->field_0xb" number_literal < (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }) (else_clause "else {\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }" else (compound_statement "{\n iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);\n in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);\n pXVar8 = in_RAX;\n if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;\n }" { (expression_statement "iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_);" (assignment_expression "iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_)" identifier = (call_expression "(*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(ulong)uVar7,this->addend_)" (parenthesized_expression "(*(pRVar1->super_Object)._vptr_Object[0x29])" ( (pointer_expression "*(pRVar1->super_Object)._vptr_Object[0x29]" * (subscript_expression "(pRVar1->super_Object)._vptr_Object[0x29]" (field_expression "(pRVar1->super_Object)._vptr_Object" (parenthesized_expression "(pRVar1->super_Object)" ( (field_expression "pRVar1->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(pRVar1,(ulong)uVar7,this->addend_)" ( identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , (field_expression "this->addend_" identifier -> field_identifier) )))) ;) (expression_statement "in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5);" (assignment_expression "in_RAX = (Xindex *)CONCAT44(extraout_var_00,iVar5)" identifier = (cast_expression "(Xindex *)CONCAT44(extraout_var_00,iVar5)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var_00,iVar5)" identifier (argument_list "(extraout_var_00,iVar5)" ( identifier , identifier ))))) ;) (expression_statement "pXVar8 = in_RAX;" (assignment_expression "pXVar8 = in_RAX" identifier = identifier) ;) (if_statement "if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54;" if (parenthesized_expression "((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0'))" ( (binary_expression "(-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')" (parenthesized_expression "(-1 < (char)this->field_0xb)" ( (binary_expression "-1 < (char)this->field_0xb" number_literal < (cast_expression "(char)this->field_0xb" ( (type_descriptor "char" primitive_type) ) (field_expression "this->field_0xb" identifier -> field_identifier))) )) || (parenthesized_expression "((char)iVar4 == '\0')" ( (binary_expression "(char)iVar4 == '\0'" (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }))) (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 == (Target *)0x0) {\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\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 "{\nLAB_001cfc84:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { (labeled_statement "LAB_001cfc84:\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 "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd);" (assignment_expression "in_RAX = (Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd)" identifier = (cast_expression "(Xindex *)(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*(long *)pTVar2 + 0x78))(pTVar2,pRVar1,uVar7,__fd)" (parenthesized_expression "(**(code **)(*(long *)pTVar2 + 0x78))" ( (pointer_expression "**(code **)(*(long *)pTVar2 + 0x78)" * (pointer_expression "*(code **)(*(long *)pTVar2 + 0x78)" * (cast_expression "(code **)(*(long *)pTVar2 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar2 + 0x78)" ( (binary_expression "*(long *)pTVar2 + 0x78" (pointer_expression "*(long *)pTVar2" * (cast_expression "(long *)pTVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar2,pRVar1,uVar7,__fd)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_);" (assignment_expression "pXVar8 = (Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" identifier = (cast_expression "(Xindex *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_)" ( (binary_expression "(long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_" (cast_expression "(long)&in_RAX->large_shndx_offset_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&in_RAX->large_shndx_offset_" & (field_expression "in_RAX->large_shndx_offset_" identifier -> field_identifier))) + (cast_expression "(long)&pXVar8->large_shndx_offset_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pXVar8->large_shndx_offset_" & (field_expression "pXVar8->large_shndx_offset_" identifier -> field_identifier)))) )))) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (ERROR "bVar3 = Parameters::" (assignment_expression "bVar3 = Parameters" identifier = identifier) : :) (expression_statement "incremental_update(parameters);" (call_expression "incremental_update(parameters)" identifier (argument_list "(parameters)" ( identifier ))) ;) (expression_statement "in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3);" (assignment_expression "in_RAX = (Xindex *)CONCAT71(extraout_var,bVar3)" identifier = (cast_expression "(Xindex *)CONCAT71(extraout_var,bVar3)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT71(extraout_var,bVar3)" identifier (argument_list "(extraout_var,bVar3)" ( identifier , identifier ))))) ;) (if_statement "if (bVar3) {\n return (ssize_t)in_RAX;\n }" if (parenthesized_expression "(bVar3)" ( identifier )) (compound_statement "{\n return (ssize_t)in_RAX;\n }" { (return_statement "return (ssize_t)in_RAX;" return (cast_expression "(ssize_t)in_RAX" ( (type_descriptor "ssize_t" primitive_type) ) identifier) ;) })) })) (expression_statement "pXVar8 = (Xindex *)(this->u_).constant;" (assignment_expression "pXVar8 = (Xindex *)(this->u_).constant" identifier = (cast_expression "(Xindex *)(this->u_).constant" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(this->u_).constant" (parenthesized_expression "(this->u_)" ( (field_expression "this->u_" identifier -> field_identifier) )) . field_identifier))) ;) (labeled_statement "LAB_001cfb54:\n *(ulong *)__buf =\n (ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38;" statement_identifier : (expression_statement "*(ulong *)__buf =\n (ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38;" (assignment_expression "*(ulong *)__buf =\n (ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38" (pointer_expression "*(ulong *)__buf" * (cast_expression "(ulong *)__buf" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18 |\n ((ulong)pXVar8 & 0xff00) << 0x28" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8 | ((ulong)pXVar8 & 0xff0000) << 0x18" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8 |\n ((ulong)pXVar8 & 0xff000000) << 8" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18 | ((ulong)pXVar8 & 0xff00000000) >> 8" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28 |\n ((ulong)pXVar8 & 0xff0000000000) >> 0x18" (binary_expression "(ulong)pXVar8 >> 0x38 | ((ulong)pXVar8 & 0xff000000000000) >> 0x28" (binary_expression "(ulong)pXVar8 >> 0x38" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) | (binary_expression "((ulong)pXVar8 & 0xff000000000000) >> 0x28" (parenthesized_expression "((ulong)pXVar8 & 0xff000000000000)" ( (binary_expression "(ulong)pXVar8 & 0xff000000000000" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) >> number_literal)) | (binary_expression "((ulong)pXVar8 & 0xff0000000000) >> 0x18" (parenthesized_expression "((ulong)pXVar8 & 0xff0000000000)" ( (binary_expression "(ulong)pXVar8 & 0xff0000000000" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) >> number_literal)) | (binary_expression "((ulong)pXVar8 & 0xff00000000) >> 8" (parenthesized_expression "((ulong)pXVar8 & 0xff00000000)" ( (binary_expression "(ulong)pXVar8 & 0xff00000000" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) >> number_literal)) | (binary_expression "((ulong)pXVar8 & 0xff000000) << 8" (parenthesized_expression "((ulong)pXVar8 & 0xff000000)" ( (binary_expression "(ulong)pXVar8 & 0xff000000" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) << number_literal)) | (binary_expression "((ulong)pXVar8 & 0xff0000) << 0x18" (parenthesized_expression "((ulong)pXVar8 & 0xff0000)" ( (binary_expression "(ulong)pXVar8 & 0xff0000" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) << number_literal)) | (binary_expression "((ulong)pXVar8 & 0xff00) << 0x28" (parenthesized_expression "((ulong)pXVar8 & 0xff00)" ( (binary_expression "(ulong)pXVar8 & 0xff00" (cast_expression "(ulong)pXVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) & number_literal) )) << number_literal)) | (binary_expression "(long)pXVar8 << 0x38" (cast_expression "(long)pXVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal))) ;)) (return_statement "return (ssize_t)in_RAX;" return (cast_expression "(ssize_t)in_RAX" ( (type_descriptor "ssize_t" primitive_type) ) identifier) ;) (ERROR "}" }))
(translation_unit "void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)\n\n{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}\n\n" (function_definition "void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)\n\n{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" primitive_type (function_declarator "FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)" identifier (parameter_list "(ulong *param_1,undefined4 param_2,ulong *param_3)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "ulong *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (expression_statement "uVar7 = (uint)param_1[1] & 0x7fffffff;" (assignment_expression "uVar7 = (uint)param_1[1] & 0x7fffffff" identifier = (binary_expression "(uint)param_1[1] & 0x7fffffff" (cast_expression "(uint)param_1[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) & number_literal)) ;) (if_statement "if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffe)" ( (binary_expression "uVar7 != 0x7ffffffe" identifier != number_literal) )) (compound_statement "{\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" { (if_statement "if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(0x7ffffffe < uVar7)" ( (binary_expression "0x7ffffffe < uVar7" number_literal < identifier) )) (compound_statement "{\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" { (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" if (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1))" ( (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(int *)(uVar3 + 0x24) != -1)" ( (binary_expression "*(int *)(uVar3 + 0x24) != -1" (pointer_expression "*(int *)(uVar3 + 0x24)" * (cast_expression "(int *)(uVar3 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x24)" ( (binary_expression "uVar3 + 0x24" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }" { (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" identifier = (call_expression "(**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" (parenthesized_expression "(**(code **)(*plVar1 + 0x68))" ( (pointer_expression "**(code **)(*plVar1 + 0x68)" * (pointer_expression "*(code **)(*plVar1 + 0x68)" * (cast_expression "(code **)(*plVar1 + 0x68)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x68)" ( (binary_expression "*plVar1 + 0x68" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar3)" ( identifier , identifier )))) ;) }) (else_clause "else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" else (compound_statement "{\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" { (expression_statement "uVar7 = FUN_001edc60();" (assignment_expression "uVar7 = FUN_001edc60()" identifier = (call_expression "FUN_001edc60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" if (parenthesized_expression "(uVar7 < 2)" ( (binary_expression "uVar7 < 2" identifier < number_literal) )) (compound_statement "{\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }" { (expression_statement "uVar5 = (ulong)*(uint *)(uVar3 + 0x40);" (assignment_expression "uVar5 = (ulong)*(uint *)(uVar3 + 0x40)" identifier = (binary_expression "(ulong)*(uint *)(uVar3 + 0x40)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(uVar3 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x40)" ( (binary_expression "uVar3 + 0x40" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" else (compound_statement "{\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" { (if_statement "if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" if (parenthesized_expression "(3 < uVar7)" ( (binary_expression "3 < uVar7" number_literal < identifier) )) (compound_statement "{\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" { (expression_statement "FUN_0016cdf0("../../gold/output.cc",0x583,"write");" (call_expression "FUN_0016cdf0("../../gold/output.cc",0x583,"write")" identifier (argument_list "("../../gold/output.cc",0x583,"write")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""write"" " string_content ") ))) ;) })) (expression_statement "uVar5 = *(ulong *)(uVar3 + 0x40);" (assignment_expression "uVar5 = *(ulong *)(uVar3 + 0x40)" identifier = (pointer_expression "*(ulong *)(uVar3 + 0x40)" * (cast_expression "(ulong *)(uVar3 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x40)" ( (binary_expression "uVar3 + 0x40" identifier + number_literal) ))))) ;) }))) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" if (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6))" ( (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" ( (binary_expression "(*(byte *)(uVar3 + 0x38) & 0xf) == 6" (parenthesized_expression "(*(byte *)(uVar3 + 0x38) & 0xf)" ( (binary_expression "*(byte *)(uVar3 + 0x38) & 0xf" (pointer_expression "*(byte *)(uVar3 + 0x38)" * (cast_expression "(byte *)(uVar3 + 0x38)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar3 + 0x38)" ( (binary_expression "uVar3 + 0x38" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" { (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" identifier = (call_expression "(**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x80))" ( (pointer_expression "**(code **)(*plVar1 + 0x80)" * (pointer_expression "*(code **)(*plVar1 + 0x80)" * (cast_expression "(code **)(*plVar1 + 0x80)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x80)" ( (binary_expression "*plVar1 + 0x80" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar3,param_2)" ( identifier , identifier , identifier )))) ;) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" identifier = (binary_expression "uVar5 + lVar6" identifier + identifier)) ;) })) }))) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (if_statement "if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(uVar7 != 0x7ffffffd)" ( (binary_expression "uVar7 != 0x7ffffffd" identifier != number_literal) )) (compound_statement "{\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" { (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);" (assignment_expression "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" identifier = (call_expression "(**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar1 + 0x170))" ( (pointer_expression "**(code **)(*plVar1 + 0x170)" * (pointer_expression "*(code **)(*plVar1 + 0x170)" * (cast_expression "(code **)(*plVar1 + 0x170)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x170)" ( (binary_expression "*plVar1 + 0x170" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" ( (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }" { (if_statement "if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" { (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) goto LAB_001cfc84;" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001cfc84;" goto statement_identifier ;)) (expression_statement "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);" (assignment_expression "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" identifier = (call_expression "(**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar2 + 0x70))" ( (pointer_expression "**(code **)(*plVar2 + 0x70)" * (pointer_expression "*(code **)(*plVar2 + 0x70)" * (cast_expression "(code **)(*plVar2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x70)" ( (binary_expression "*plVar2 + 0x70" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,plVar1,uVar7)" ( identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" identifier = (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" ( (pointer_expression "**(code **)(*plVar1 + 0x148)" * (pointer_expression "*(code **)(*plVar1 + 0x148)" * (cast_expression "(code **)(*plVar1 + 0x148)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x148)" ( (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7,param_1[2])" ( identifier , identifier , (subscript_expression "param_1[2]" identifier [ number_literal ]) )))) ;) (if_statement "if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;" if (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" ( (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" number_literal < (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }) (else_clause "else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" else (compound_statement "{\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" { (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" identifier = (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" ( (pointer_expression "**(code **)(*plVar1 + 0x148)" * (pointer_expression "*(code **)(*plVar1 + 0x148)" * (cast_expression "(code **)(*plVar1 + 0x148)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x148)" ( (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,uVar7,param_1[2])" ( identifier , identifier , (subscript_expression "param_1[2]" identifier [ number_literal ]) )))) ;) (if_statement "if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;" if (parenthesized_expression "((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0'))" ( (binary_expression "(-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')" (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" ( (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" number_literal < (pointer_expression "*(char *)((long)param_1 + 0xb)" * (cast_expression "(char *)((long)param_1 + 0xb)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xb)" ( (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) || (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) )) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;)) }))) (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" { (labeled_statement "LAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" statement_identifier : (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0016cdf0("../../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 "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" identifier = (call_expression "(**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" (parenthesized_expression "(**(code **)(*plVar2 + 0x78))" ( (pointer_expression "**(code **)(*plVar2 + 0x78)" * (pointer_expression "*(code **)(*plVar2 + 0x78)" * (cast_expression "(code **)(*plVar2 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x78)" ( (binary_expression "*plVar2 + 0x78" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,plVar1,uVar7,param_2)" ( identifier , identifier , identifier , identifier )))) ;) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" identifier = (binary_expression "uVar5 + lVar6" identifier + identifier)) ;) (goto_statement "goto LAB_001cfb54;" goto statement_identifier ;) })) (expression_statement "cVar4 = FUN_001ee080(PTR_DAT_003be6b0);" (assignment_expression "cVar4 = FUN_001ee080(PTR_DAT_003be6b0)" identifier = (call_expression "FUN_001ee080(PTR_DAT_003be6b0)" identifier (argument_list "(PTR_DAT_003be6b0)" ( identifier )))) ;) (if_statement "if (cVar4 != '\0') {\n return;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "uVar5 = *param_1;" (assignment_expression "uVar5 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (labeled_statement "LAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" statement_identifier : (expression_statement "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" (assignment_expression "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (pointer_expression "*param_3" * identifier) = (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28" (binary_expression "uVar5 >> 0x38" identifier >> number_literal) | (binary_expression "(uVar5 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar5 & 0xff000000000000)" ( (binary_expression "uVar5 & 0xff000000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar5 & 0xff0000000000)" ( (binary_expression "uVar5 & 0xff0000000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff00000000) >> 8" (parenthesized_expression "(uVar5 & 0xff00000000)" ( (binary_expression "uVar5 & 0xff00000000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar5 & 0xff000000) << 8" (parenthesized_expression "(uVar5 & 0xff000000)" ( (binary_expression "uVar5 & 0xff000000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar5 & 0xff0000) << 0x18" (parenthesized_expression "(uVar5 & 0xff0000)" ( (binary_expression "uVar5 & 0xff0000" identifier & number_literal) )) << number_literal)) | (binary_expression "(uVar5 & 0xff00) << 0x28" (parenthesized_expression "(uVar5 & 0xff00)" ( (binary_expression "uVar5 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar5 << 0x38" identifier << number_literal))) ;)) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * 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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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) )))) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (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 )))) ;) }) (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 (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (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 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 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 (sized_type_specifier long)) ) IDENT) + LIT) )))) < (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) })) }))) (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 (sized_type_specifier long) (abstract_pointer_declarator *)) ) (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 )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) < (char_literal ' escape_sequence ')) )) (compound_statement { (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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT )))) ;) (goto_statement goto statement_identifier ;) })) (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 , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) )) || (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) ))) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (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 )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;)) (return_statement return ;) })))
(function_definition "void FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)\n\n{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001cfac0(ulong *param_1,undefined4 param_2,ulong *param_3)" (identifier "FUN_001cfac0") (parameter_list "(ulong *param_1,undefined4 param_2,ulong *param_3)" (( "(") (parameter_declaration "ulong *param_1" (type_identifier "ulong") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "ulong *param_3" (type_identifier "ulong") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n ulong uVar3;\n char cVar4;\n ulong uVar5;\n long lVar6;\n uint uVar7;\n \n uVar7 = (uint)param_1[1] & 0x7fffffff;\n if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }\n uVar5 = *param_1;\nLAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (expression_statement "uVar7 = (uint)param_1[1] & 0x7fffffff;" (assignment_expression "uVar7 = (uint)param_1[1] & 0x7fffffff" (identifier "uVar7") (= "=") (binary_expression "(uint)param_1[1] & 0x7fffffff" (cast_expression "(uint)param_1[1]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (& "&") (number_literal "0x7fffffff"))) (; ";")) (if_statement "if (uVar7 != 0x7ffffffe) {\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" (if "if") (parenthesized_expression "(uVar7 != 0x7ffffffe)" (( "(") (binary_expression "uVar7 != 0x7ffffffe" (identifier "uVar7") (!= "!=") (number_literal "0x7ffffffe")) () ")")) (compound_statement "{\n if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }\n if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }\n cVar4 = FUN_001ee080(PTR_DAT_003be6b0);\n if (cVar4 != '\0') {\n return;\n }\n }" ({ "{") (if_statement "if (0x7ffffffe < uVar7) {\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" (if "if") (parenthesized_expression "(0x7ffffffe < uVar7)" (( "(") (binary_expression "0x7ffffffe < uVar7" (number_literal "0x7ffffffe") (< "<") (identifier "uVar7")) () ")")) (compound_statement "{\n uVar3 = *param_1;\n if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }\n goto LAB_001cfb54;\n }" ({ "{") (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" (identifier "uVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }\n else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" (if "if") (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1))" (( "(") (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" (* "*") (cast_expression "(char *)((long)param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xb)" (( "(") (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xb")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(uVar3 + 0x24) != -1)" (( "(") (binary_expression "*(int *)(uVar3 + 0x24) != -1" (pointer_expression "*(int *)(uVar3 + 0x24)" (* "*") (cast_expression "(int *)(uVar3 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar3 + 0x24)" (( "(") (binary_expression "uVar3 + 0x24" (identifier "uVar3") (+ "+") (number_literal "0x24")) () ")")))) (!= "!=") (number_literal "-1")) () ")"))) () ")")) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);\n }" ({ "{") (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x18" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001cfc84;" (goto "goto") (statement_identifier "LAB_001cfc84") (; ";"))) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" (identifier "uVar5") (= "=") (call_expression "(**(code **)(*plVar1 + 0x68))(plVar1,uVar3)" (parenthesized_expression "(**(code **)(*plVar1 + 0x68))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x68)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x68)" (* "*") (cast_expression "(code **)(*plVar1 + 0x68)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x68)" (( "(") (binary_expression "*plVar1 + 0x68" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x68")) () ")"))))) () ")")) (argument_list "(plVar1,uVar3)" (( "(") (identifier "plVar1") (, ",") (identifier "uVar3") () ")")))) (; ";")) (} "}")) (else_clause "else {\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" (else "else") (compound_statement "{\n uVar7 = FUN_001edc60();\n if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }\n if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }\n }" ({ "{") (expression_statement "uVar7 = FUN_001edc60();" (assignment_expression "uVar7 = FUN_001edc60()" (identifier "uVar7") (= "=") (call_expression "FUN_001edc60()" (identifier "FUN_001edc60") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (uVar7 < 2) {\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }\n else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" (if "if") (parenthesized_expression "(uVar7 < 2)" (( "(") (binary_expression "uVar7 < 2" (identifier "uVar7") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n uVar5 = (ulong)*(uint *)(uVar3 + 0x40);\n }" ({ "{") (expression_statement "uVar5 = (ulong)*(uint *)(uVar3 + 0x40);" (assignment_expression "uVar5 = (ulong)*(uint *)(uVar3 + 0x40)" (identifier "uVar5") (= "=") (binary_expression "(ulong)*(uint *)(uVar3 + 0x40)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(uVar3 + 0x40)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar3 + 0x40)" (( "(") (binary_expression "uVar3 + 0x40" (identifier "uVar3") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" (else "else") (compound_statement "{\n if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }\n uVar5 = *(ulong *)(uVar3 + 0x40);\n }" ({ "{") (if_statement "if (3 < uVar7) {\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" (if "if") (parenthesized_expression "(3 < uVar7)" (( "(") (binary_expression "3 < uVar7" (number_literal "3") (< "<") (identifier "uVar7")) () ")")) (compound_statement "{\n \n FUN_0016cdf0("../../gold/output.cc",0x583,"write");\n }" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/output.cc",0x583,"write");" (call_expression "FUN_0016cdf0("../../gold/output.cc",0x583,"write")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/output.cc",0x583,"write")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x583") (, ",") (string_literal ""write"" (" """) (string_content "write") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar5 = *(ulong *)(uVar3 + 0x40);" (assignment_expression "uVar5 = *(ulong *)(uVar3 + 0x40)" (identifier "uVar5") (= "=") (pointer_expression "*(ulong *)(uVar3 + 0x40)" (* "*") (cast_expression "(ulong *)(uVar3 + 0x40)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar3 + 0x40)" (( "(") (binary_expression "uVar3 + 0x40" (identifier "uVar3") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (} "}")))) (if_statement "if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) {\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" (if "if") (parenthesized_expression "((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6))" (( "(") (binary_expression "(*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" (* "*") (cast_expression "(char *)((long)param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xb)" (( "(") (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xb")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(uVar3 + 0x38) & 0xf) == 6)" (( "(") (binary_expression "(*(byte *)(uVar3 + 0x38) & 0xf) == 6" (parenthesized_expression "(*(byte *)(uVar3 + 0x38) & 0xf)" (( "(") (binary_expression "*(byte *)(uVar3 + 0x38) & 0xf" (pointer_expression "*(byte *)(uVar3 + 0x38)" (* "*") (cast_expression "(byte *)(uVar3 + 0x38)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar3 + 0x38)" (( "(") (binary_expression "uVar3 + 0x38" (identifier "uVar3") (+ "+") (number_literal "0x38")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (== "==") (number_literal "6")) () ")"))) () ")")) (compound_statement "{\n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) goto LAB_001cfc84;\n lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);\n uVar5 = uVar5 + lVar6;\n }" ({ "{") (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x18" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) goto LAB_001cfc84;" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001cfc84;" (goto "goto") (statement_identifier "LAB_001cfc84") (; ";"))) (expression_statement "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" (identifier "lVar6") (= "=") (call_expression "(**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x80))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x80)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x80)" (* "*") (cast_expression "(code **)(*plVar1 + 0x80)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x80)" (( "(") (binary_expression "*plVar1 + 0x80" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x80")) () ")"))))) () ")")) (argument_list "(plVar1,uVar3,param_2)" (( "(") (identifier "plVar1") (, ",") (identifier "uVar3") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" (identifier "uVar5") (= "=") (binary_expression "uVar5 + lVar6" (identifier "uVar5") (+ "+") (identifier "lVar6"))) (; ";")) (} "}"))) (} "}")))) (goto_statement "goto LAB_001cfb54;" (goto "goto") (statement_identifier "LAB_001cfb54") (; ";")) (} "}"))) (if_statement "if (uVar7 != 0x7ffffffd) {\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" (if "if") (parenthesized_expression "(uVar7 != 0x7ffffffd)" (( "(") (binary_expression "uVar7 != 0x7ffffffd" (identifier "uVar7") (!= "!=") (number_literal "0x7ffffffd")) () ")")) (compound_statement "{\n plVar1 = (long *)*param_1;\n cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);\n if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }\n lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);\n uVar5 = uVar5 + lVar6;\n goto LAB_001cfb54;\n }" ({ "{") (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" (identifier "plVar1") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7);" (assignment_expression "cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" (identifier "cVar4") (= "=") (call_expression "(**(code **)(*plVar1 + 0x170))(plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar1 + 0x170))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x170)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x170)" (* "*") (cast_expression "(code **)(*plVar1 + 0x170)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x170)" (( "(") (binary_expression "*plVar1 + 0x170" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x170")) () ")"))))) () ")")) (argument_list "(plVar1,uVar7)" (( "(") (identifier "plVar1") (, ",") (identifier "uVar7") () ")")))) (; ";")) (if_statement "if (*(char *)((long)param_1 + 0xb) < '\0') {\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }\n else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" (if "if") (parenthesized_expression "(*(char *)((long)param_1 + 0xb) < '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 0xb) < '\0'" (pointer_expression "*(char *)((long)param_1 + 0xb)" (* "*") (cast_expression "(char *)((long)param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xb)" (( "(") (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xb")) () ")")))) (< "<") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;\n }" ({ "{") (if_statement "if (cVar4 == '\0') {\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar2 == (long *)0x0) goto LAB_001cfc84;\n uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);\n goto LAB_001cfb54;\n }" ({ "{") (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x18" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar2 == (long *)0x0) goto LAB_001cfc84;" (if "if") (parenthesized_expression "(plVar2 == (long *)0x0)" (( "(") (binary_expression "plVar2 == (long *)0x0" (identifier "plVar2") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001cfc84;" (goto "goto") (statement_identifier "LAB_001cfc84") (; ";"))) (expression_statement "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7);" (assignment_expression "uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" (identifier "uVar5") (= "=") (call_expression "(**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7)" (parenthesized_expression "(**(code **)(*plVar2 + 0x70))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x70)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x70)" (* "*") (cast_expression "(code **)(*plVar2 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x70)" (( "(") (binary_expression "*plVar2 + 0x70" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(plVar2,plVar1,uVar7)" (( "(") (identifier "plVar2") (, ",") (identifier "plVar1") (, ",") (identifier "uVar7") () ")")))) (; ";")) (goto_statement "goto LAB_001cfb54;" (goto "goto") (statement_identifier "LAB_001cfb54") (; ";")) (} "}"))) (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (identifier "uVar5") (= "=") (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x148)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x148)" (* "*") (cast_expression "(code **)(*plVar1 + 0x148)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x148)" (( "(") (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x148")) () ")"))))) () ")")) (argument_list "(plVar1,uVar7,param_1[2])" (( "(") (identifier "plVar1") (, ",") (identifier "uVar7") (, ",") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) () ")")))) (; ";")) (if_statement "if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54;" (if "if") (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" (( "(") (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" (number_literal "-1") (< "<") (pointer_expression "*(char *)((long)param_1 + 0xb)" (* "*") (cast_expression "(char *)((long)param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xb)" (( "(") (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xb")) () ")"))))) () ")")) (goto_statement "goto LAB_001cfb54;" (goto "goto") (statement_identifier "LAB_001cfb54") (; ";"))) (} "}")) (else_clause "else {\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" (else "else") (compound_statement "{\n uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);\n if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;\n }" ({ "{") (expression_statement "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]);" (assignment_expression "uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (identifier "uVar5") (= "=") (call_expression "(**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2])" (parenthesized_expression "(**(code **)(*plVar1 + 0x148))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x148)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x148)" (* "*") (cast_expression "(code **)(*plVar1 + 0x148)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x148)" (( "(") (binary_expression "*plVar1 + 0x148" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x148")) () ")"))))) () ")")) (argument_list "(plVar1,uVar7,param_1[2])" (( "(") (identifier "plVar1") (, ",") (identifier "uVar7") (, ",") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) () ")")))) (; ";")) (if_statement "if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54;" (if "if") (parenthesized_expression "((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0'))" (( "(") (binary_expression "(-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')" (parenthesized_expression "(-1 < *(char *)((long)param_1 + 0xb))" (( "(") (binary_expression "-1 < *(char *)((long)param_1 + 0xb)" (number_literal "-1") (< "<") (pointer_expression "*(char *)((long)param_1 + 0xb)" (* "*") (cast_expression "(char *)((long)param_1 + 0xb)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xb)" (( "(") (binary_expression "(long)param_1 + 0xb" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xb")) () ")"))))) () ")")) (|| "||") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (goto_statement "goto LAB_001cfb54;" (goto "goto") (statement_identifier "LAB_001cfb54") (; ";"))) (} "}")))) (expression_statement "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x18" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar2 == (long *)0x0) {\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "(plVar2 == (long *)0x0)" (( "(") (binary_expression "plVar2 == (long *)0x0" (identifier "plVar2") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");\n }" ({ "{") (labeled_statement "LAB_001cfc84:\n \n FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" (statement_identifier "LAB_001cfc84") (: ":") (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x69,"target")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2);" (assignment_expression "lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" (identifier "lVar6") (= "=") (call_expression "(**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2)" (parenthesized_expression "(**(code **)(*plVar2 + 0x78))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x78)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x78)" (* "*") (cast_expression "(code **)(*plVar2 + 0x78)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x78)" (( "(") (binary_expression "*plVar2 + 0x78" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x78")) () ")"))))) () ")")) (argument_list "(plVar2,plVar1,uVar7,param_2)" (( "(") (identifier "plVar2") (, ",") (identifier "plVar1") (, ",") (identifier "uVar7") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar5 = uVar5 + lVar6;" (assignment_expression "uVar5 = uVar5 + lVar6" (identifier "uVar5") (= "=") (binary_expression "uVar5 + lVar6" (identifier "uVar5") (+ "+") (identifier "lVar6"))) (; ";")) (goto_statement "goto LAB_001cfb54;" (goto "goto") (statement_identifier "LAB_001cfb54") (; ";")) (} "}"))) (expression_statement "cVar4 = FUN_001ee080(PTR_DAT_003be6b0);" (assignment_expression "cVar4 = FUN_001ee080(PTR_DAT_003be6b0)" (identifier "cVar4") (= "=") (call_expression "FUN_001ee080(PTR_DAT_003be6b0)" (identifier "FUN_001ee080") (argument_list "(PTR_DAT_003be6b0)" (( "(") (identifier "PTR_DAT_003be6b0") () ")")))) (; ";")) (if_statement "if (cVar4 != '\0') {\n return;\n }" (if "if") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar5 = *param_1;" (assignment_expression "uVar5 = *param_1" (identifier "uVar5") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (labeled_statement "LAB_001cfb54:\n *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" (statement_identifier "LAB_001cfb54") (: ":") (expression_statement "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38;" (assignment_expression "*param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 |\n (uVar5 & 0xff00) << 0x28" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 |\n (uVar5 & 0xff00000000) >> 8" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18" (binary_expression "uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28" (binary_expression "uVar5 >> 0x38" (identifier "uVar5") (>> ">>") (number_literal "0x38")) (| "|") (binary_expression "(uVar5 & 0xff000000000000) >> 0x28" (parenthesized_expression "(uVar5 & 0xff000000000000)" (( "(") (binary_expression "uVar5 & 0xff000000000000" (identifier "uVar5") (& "&") (number_literal "0xff000000000000")) () ")")) (>> ">>") (number_literal "0x28"))) (| "|") (binary_expression "(uVar5 & 0xff0000000000) >> 0x18" (parenthesized_expression "(uVar5 & 0xff0000000000)" (( "(") (binary_expression "uVar5 & 0xff0000000000" (identifier "uVar5") (& "&") (number_literal "0xff0000000000")) () ")")) (>> ">>") (number_literal "0x18"))) (| "|") (binary_expression "(uVar5 & 0xff00000000) >> 8" (parenthesized_expression "(uVar5 & 0xff00000000)" (( "(") (binary_expression "uVar5 & 0xff00000000" (identifier "uVar5") (& "&") (number_literal "0xff00000000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar5 & 0xff000000) << 8" (parenthesized_expression "(uVar5 & 0xff000000)" (( "(") (binary_expression "uVar5 & 0xff000000" (identifier "uVar5") (& "&") (number_literal "0xff000000")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "(uVar5 & 0xff0000) << 0x18" (parenthesized_expression "(uVar5 & 0xff0000)" (( "(") (binary_expression "uVar5 & 0xff0000" (identifier "uVar5") (& "&") (number_literal "0xff0000")) () ")")) (<< "<<") (number_literal "0x18"))) (| "|") (binary_expression "(uVar5 & 0xff00) << 0x28" (parenthesized_expression "(uVar5 & 0xff00)" (( "(") (binary_expression "uVar5 & 0xff00" (identifier "uVar5") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "0x28"))) (| "|") (binary_expression "uVar5 << 0x38" (identifier "uVar5") (<< "<<") (number_literal "0x38")))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */ ssize_t __thiscall gold::Output_data_got<64,_true>::Got_entry::write(Got_entry *this,int __fd,void *__buf,size_t __n) { Relobj *pRVar1; type_1 *var_2; bool bVar3; int iVar4; int iVar5; type_2 var_5; type_3 *in_RAX; type_4 extraout_var; type_5 extraout_var_00; type_5 extraout_var_01; type_5 extraout_var_02; type_6 var_1; type_7 to; type_3 *pXVar8; var_1 = *(type_6 *)&this->field_0x8 & 0x7fffffff; if (var_1 != 0x7ffffffe) { if (0x7ffffffe < var_1) { pRVar1 = (this->u_).object; if (((char)this->field_0xb < '\0') && (*(int *)((long)&(pRVar1->super_Object).name_.field_2 + 0xc) != -1)) { var_2 = parameters->target_; if (var_2 == (type_1 *)0x0) goto LAB_001cfc84; in_RAX = (type_3 *)(**(type_8 **)(*(long *)var_2 + 0x68))(var_2,pRVar1); pXVar8 = in_RAX; } else { var_5 = Parameters::var_3(parameters); in_RAX = (type_3 *)var_4(extraout_var_01,var_5); if (var_5 < var_6) { pXVar8 = (type_3 *)(type_7)*(type_6 *)&(pRVar1->super_Object).xindex_; } else { if (var_7 < var_5) { /* WARNING: Subroutine does not return */ var_8("../../gold/output.cc",0x583,"write"); } pXVar8 = (pRVar1->super_Object).xindex_; } if (((char)this->field_0xb < '\0') && (var_1 = (byte)(pRVar1->super_Object).shnum_ & 0xf, in_RAX = (type_3 *)(type_7)var_1, (char)var_1 == '\x06')) { var_2 = parameters->target_; if (var_2 == (type_1 *)0x0) goto LAB_001cfc84; in_RAX = (type_3 *)(**(type_8 **)(*(long *)var_2 + 0x80))(var_2,pRVar1,__fd); pXVar8 = (type_3 *) ((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_); } } goto LAB_001cfb54; } if (var_1 != 0x7ffffffd) { pRVar1 = (this->u_).object; iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x2e])(pRVar1,(type_7)var_1); if ((char)this->field_0xb < '\0') { if ((char)iVar4 == '\0') { var_2 = parameters->target_; if (var_2 == (type_1 *)0x0) goto LAB_001cfc84; in_RAX = (type_3 *)(**(type_8 **)(*(long *)var_2 + 0x70))(var_2,pRVar1,var_1); pXVar8 = in_RAX; goto LAB_001cfb54; } iVar4 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(type_7)var_1,this->addend_); in_RAX = (type_3 *)var_4(extraout_var_02,iVar4); pXVar8 = in_RAX; if (-1 < (char)this->field_0xb) goto LAB_001cfb54; } else { iVar5 = (*(pRVar1->super_Object)._vptr_Object[0x29])(pRVar1,(type_7)var_1,this->addend_); in_RAX = (type_3 *)var_4(extraout_var_00,iVar5); pXVar8 = in_RAX; if ((-1 < (char)this->field_0xb) || ((char)iVar4 == '\0')) goto LAB_001cfb54; } var_2 = parameters->target_; if (var_2 == (type_1 *)0x0) { LAB_001cfc84: /* WARNING: Subroutine does not return */ var_8("../../gold/parameters.h",0x69,"target"); } in_RAX = (type_3 *)(**(type_8 **)(*(long *)var_2 + 0x78))(var_2,pRVar1,var_1,__fd); pXVar8 = (type_3 *)((long)&in_RAX->large_shndx_offset_ + (long)&pXVar8->large_shndx_offset_); goto LAB_001cfb54; } bVar3 = Parameters::var_9(parameters); in_RAX = (type_3 *)var_10(extraout_var,bVar3); if (bVar3) { return (ssize_t)in_RAX; } } pXVar8 = (type_3 *)(this->u_).constant; LAB_001cfb54: *(type_7 *)__buf = (type_7)pXVar8 >> 0x38 | ((type_7)pXVar8 & 0xff000000000000) >> 0x28 | ((type_7)pXVar8 & 0xff0000000000) >> 0x18 | ((type_7)pXVar8 & 0xff00000000) >> 8 | ((type_7)pXVar8 & 0xff000000) << 8 | ((type_7)pXVar8 & 0xff0000) << 0x18 | ((type_7)pXVar8 & 0xff00) << 0x28 | (long)pXVar8 << 0x38; return (ssize_t)in_RAX; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (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: (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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_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)))))) 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 (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)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))))) (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (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: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier))))) (goto_statement label: (statement_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) (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (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))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (goto_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: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
null
void MASKED(ulong *param_1,undefined4 param_2,ulong *param_3) { long *plVar1; long *plVar2; ulong uVar3; char cVar4; ulong uVar5; long lVar6; uint uVar7; uVar7 = (uint)param_1[1] & 0x7fffffff; if (uVar7 != 0x7ffffffe) { if (0x7ffffffe < uVar7) { uVar3 = *param_1; if ((*(char *)((long)param_1 + 0xb) < '\0') && (*(int *)(uVar3 + 0x24) != -1)) { plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) goto LAB_001cfc84; uVar5 = (**(code **)(*plVar1 + 0x68))(plVar1,uVar3); } else { uVar7 = FUN_001edc60(); if (uVar7 < 2) { uVar5 = (ulong)*(uint *)(uVar3 + 0x40); } else { if (3 < uVar7) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/output.cc",0x583,"write"); } uVar5 = *(ulong *)(uVar3 + 0x40); } if ((*(char *)((long)param_1 + 0xb) < '\0') && ((*(byte *)(uVar3 + 0x38) & 0xf) == 6)) { plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) goto LAB_001cfc84; lVar6 = (**(code **)(*plVar1 + 0x80))(plVar1,uVar3,param_2); uVar5 = uVar5 + lVar6; } } goto LAB_001cfb54; } if (uVar7 != 0x7ffffffd) { plVar1 = (long *)*param_1; cVar4 = (**(code **)(*plVar1 + 0x170))(plVar1,uVar7); if (*(char *)((long)param_1 + 0xb) < '\0') { if (cVar4 == '\0') { plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar2 == (long *)0x0) goto LAB_001cfc84; uVar5 = (**(code **)(*plVar2 + 0x70))(plVar2,plVar1,uVar7); goto LAB_001cfb54; } uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]); if (-1 < *(char *)((long)param_1 + 0xb)) goto LAB_001cfb54; } else { uVar5 = (**(code **)(*plVar1 + 0x148))(plVar1,uVar7,param_1[2]); if ((-1 < *(char *)((long)param_1 + 0xb)) || (cVar4 == '\0')) goto LAB_001cfb54; } plVar2 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar2 == (long *)0x0) { LAB_001cfc84: /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x69,"target"); } lVar6 = (**(code **)(*plVar2 + 0x78))(plVar2,plVar1,uVar7,param_2); uVar5 = uVar5 + lVar6; goto LAB_001cfb54; } cVar4 = FUN_001ee080(PTR_DAT_003be6b0); if (cVar4 != '\0') { return; } } uVar5 = *param_1; LAB_001cfb54: *param_3 = uVar5 >> 0x38 | (uVar5 & 0xff000000000000) >> 0x28 | (uVar5 & 0xff0000000000) >> 0x18 | (uVar5 & 0xff00000000) >> 8 | (uVar5 & 0xff000000) << 8 | (uVar5 & 0xff0000) << 0x18 | (uVar5 & 0xff00) << 0x28 | uVar5 << 0x38; return; }
23_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
__duplocale
__duplocale
void __duplocale(void) { (*(code *)PTR___duplocale_0043e0b8)(); return; }
void __duplocale(void) { (*(code *)PTR___duplocale_0043e0b8)(); return; }
JMP qword ptr [0x0043e0b8]
null
null
null
null
[(u'CAST_-1207209543', u'CALLIND_-1207209608'), (u'CALLIND_-1207209608', u'INDIRECT_-1207209548'), ('tmp_22', u'CAST_-1207209543'), ('const-0', u'RETURN_-1207209605'), (u'INDIRECT_-1207209548', u'COPY_-1207209607')]
[(u'CAST_-1207209543', u'CALLIND_-1207209608'), (u'CALLIND_-1207209608', u'INDIRECT_-1207209548'), ('tmp_22', u'CAST_-1207209543'), ('const-0', u'RETURN_-1207209605'), (u'INDIRECT_-1207209548', u'COPY_-1207209607')]
null
null
00147170
x64
O2
(translation_unit "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}\n\n" (function_definition "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" primitive_type (function_declarator "__duplocale(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR___duplocale_0043e0b8)();" (call_expression "(*(code *)PTR___duplocale_0043e0b8)()" (parenthesized_expression "(*(code *)PTR___duplocale_0043e0b8)" ( (pointer_expression "*(code *)PTR___duplocale_0043e0b8" * (cast_expression "(code *)PTR___duplocale_0043e0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}\n\n" (function_definition "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" primitive_type (function_declarator "__duplocale(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR___duplocale_0043e0b8)();" (call_expression "(*(code *)PTR___duplocale_0043e0b8)()" (parenthesized_expression "(*(code *)PTR___duplocale_0043e0b8)" ( (pointer_expression "*(code *)PTR___duplocale_0043e0b8" * (cast_expression "(code *)PTR___duplocale_0043e0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}\n\n" (function_definition "void __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" primitive_type (function_declarator "__duplocale(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR___duplocale_0043e0b8)();" (call_expression "(*(code *)PTR___duplocale_0043e0b8)()" (parenthesized_expression "(*(code *)PTR___duplocale_0043e0b8)" ( (pointer_expression "*(code *)PTR___duplocale_0043e0b8" * (cast_expression "(code *)PTR___duplocale_0043e0b8" ( (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 __duplocale(void)\n\n{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" (primitive_type "void") (function_declarator "__duplocale(void)" (identifier "__duplocale") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___duplocale_0043e0b8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___duplocale_0043e0b8)();" (call_expression "(*(code *)PTR___duplocale_0043e0b8)()" (parenthesized_expression "(*(code *)PTR___duplocale_0043e0b8)" (( "(") (pointer_expression "*(code *)PTR___duplocale_0043e0b8" (* "*") (cast_expression "(code *)PTR___duplocale_0043e0b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___duplocale_0043e0b8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR___duplocale_0043e0b8)(); 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_0043e0b8)(); return; }
9841_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
_M_clone
FUN_0036c4e0
/* std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) */ size_t * __thiscall std::string::_Rep::_M_clone(_Rep *this,allocator *param_1,ulong param_2) { size_t __n; size_t *psVar1; size_t *psVar2; size_t *__dest; psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1); psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38; __n = *(size_t *)this; __dest = psVar2 + 3; if (__n != 0) { if (__n == 1) { *(_Rep *)(psVar2 + 3) = this[0x18]; __n = *(size_t *)this; } else { __dest = (size_t *)memcpy(__dest,this + 0x18,__n); __n = *(size_t *)this; psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38; } } if (psVar2 != psVar1) { *(undefined4 *)(psVar2 + 2) = 0; *psVar2 = __n; *(undefined1 *)((long)psVar2 + __n + 0x18) = 0; } return __dest; }
size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3) { size_t __n; size_t *psVar1; size_t *psVar2; size_t *__dest; psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2); psVar1 = (size_t *)PTR_DAT_004b9c38; __n = *param_1; __dest = psVar2 + 3; if (__n != 0) { if (__n == 1) { *(char *)(psVar2 + 3) = (char)param_1[3]; __n = *param_1; } else { __dest = (size_t *)memcpy(__dest,param_1 + 3,__n); __n = *param_1; psVar1 = (size_t *)PTR_DAT_004b9c38; } } if (psVar2 != psVar1) { *(undefined4 *)(psVar2 + 2) = 0; *psVar2 = __n; *(undefined1 *)((long)psVar2 + __n + 0x18) = 0; } return __dest; }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV RDI,qword ptr [RDI] ADD RDI,RDX MOV RDX,RSI MOV RSI,qword ptr [RBX + 0x8] CALL 0x0036b630 MOV RDX,qword ptr [RBX] MOV RBP,RAX LEA RCX,[RAX + 0x18] TEST RDX,RDX JZ 0x0036c522 CMP RDX,0x1 JZ 0x0036c538 MOV RDI,RCX LEA RSI,[RBX + 0x18] CALL 0x00150a90 MOV RDX,qword ptr [RBX] MOV RCX,RAX CMP RBP,qword ptr [0x004b9c38] JNZ 0x0036c550 ADD RSP,0x8 MOV RAX,RCX POP RBX POP RBP RET MOVZX EAX,byte ptr [RBX + 0x18] CMP RBP,qword ptr [0x004b9c38] MOV byte ptr [RBP + 0x18],AL MOV RDX,qword ptr [RBX] JZ 0x0036c52b NOP dword ptr [RAX + RAX*0x1] MOV dword ptr [RBP + 0x10],0x0 MOV qword ptr [RBP],RDX MOV byte ptr [RBP + RDX*0x1 + 0x18],0x0 JMP 0x0036c52b
null
null
null
null
[('tmp_366', u'PTRADD_-1205221999'), (u'MULTIEQUAL_-1205221775', u'COPY_-1205221830'), (u'COPY_-1205221811', u'MULTIEQUAL_-1205221749'), ('tmp_366', u'CAST_-1205221779'), (u'PTRADD_-1205221725', u'CAST_-1205221706'), (u'CAST_-1205221786', u'CAST_-1205221676'), (u'LOAD_-1205222127', u'CALL_-1205222114'), (u'COPY_-1205221835', u'MULTIEQUAL_-1205221749'), (u'MULTIEQUAL_-1205221752', u'COPY_-1205222006'), (u'LOAD_-1205222113', u'MULTIEQUAL_-1205221751'), (u'INT_EQUAL_-1205222069', u'CBRANCH_-1205222066'), (u'INT_NOTEQUAL_-1205222024', u'CBRANCH_-1205222018'), (u'INDIRECT_-1205221834', u'CAST_-1205221785'), ('tmp_366', u'CAST_-1205221801'), (u'LOAD_-1205221972', u'STORE_-1205221945'), (u'COPY_-1205221771', u'MULTIEQUAL_-1205221749'), (u'INT_ADD_-1205221745', u'INT_ADD_-1205221925'), (u'LOAD_-1205222113', u'INT_EQUAL_-1205222069'), (u'CAST_-1205221786', u'PTRADD_-1205221711'), (u'LOAD_-1205222113', u'CALL_-1205222049'), ('const-8', u'PTRADD_-1205222065'), ('const-3', u'PTRADD_-1205221792'), ('const-0', u'STORE_-1205221957'), (u'MULTIEQUAL_-1205221750', u'MULTIEQUAL_-1205221775'), (u'CAST_-1205221801', u'LOAD_-1205222149'), ('const-8', u'PTRADD_-1205221792'), (u'PTRADD_-1205221792', u'CALL_-1205222049'), (u'MULTIEQUAL_-1205221751', u'INT_ADD_-1205221745'), ('tmp_366', u'CAST_-1205221742'), (u'STORE_-1205221939', u'INDIRECT_-1205221728'), ('const-433', u'STORE_-1205221939'), (u'CAST_-1205221706', u'STORE_-1205221945'), (u'PTRADD_-1205221999', u'CALL_-1205222049'), (u'LOAD_-1205222113', u'INT_NOTEQUAL_-1205222084'), ('const-3', u'PTRADD_-1205221725'), (u'CAST_-1205221688', u'STORE_-1205221957'), ('const-433', u'LOAD_-1205221972'), (u'CAST_-1205221779', u'LOAD_-1205222113'), ('const-1', u'PTRADD_-1205221999'), (u'CAST_-1205221742', u'LOAD_-1205222048'), (u'INDIRECT_-1205221800', u'CAST_-1205221738'), (u'LOAD_-1205222048', u'MULTIEQUAL_-1205221751'), ('const-1', u'INT_EQUAL_-1205222069'), (u'CAST_-1205221791', u'LOAD_-1205222127'), (u'INDIRECT_-1205221800', u'MULTIEQUAL_-1205221750'), (u'LOAD_-1205221942', u'MULTIEQUAL_-1205221751'), (u'COPY_-1205222006', u'RETURN_-1205221981'), ('const-0', u'RETURN_-1205221981'), (u'CAST_-1205221786', u'STORE_-1205221948'), (u'CAST_-1205221786', u'PTRADD_-1205221792'), (u'INT_ADD_-1205222125', u'CALL_-1205222114'), ('const-433', u'LOAD_-1205221942'), ('const-433', u'STORE_-1205221957'), (u'COPY_-1205221855', u'COPY_-1205221835'), (u'CAST_-1205221748', u'MULTIEQUAL_-1205221752'), (u'INT_NOTEQUAL_-1205222084', u'CBRANCH_-1205222083'), (u'CALL_-1205222114', u'CAST_-1205221786'), (u'CAST_-1205221785', u'COPY_-1205221855'), ('tmp_213', u'CBRANCH_-1205222018'), ('const-433', u'STORE_-1205221948'), (u'CALL_-1205222114', u'INDIRECT_-1205221834'), (u'INDIRECT_-1205221834', u'MULTIEQUAL_-1205221750'), (u'CALL_-1205222049', u'INDIRECT_-1205221800'), (u'CAST_-1205221786', u'INT_NOTEQUAL_-1205222024'), ('const-0', u'INT_NOTEQUAL_-1205222084'), ('const-2', u'PTRADD_-1205221711'), ('const-433', u'LOAD_-1205222127'), ('tmp_297', u'BRANCH_-1205221932'), (u'PTRADD_-1205221792', u'MULTIEQUAL_-1205221752'), (u'MULTIEQUAL_-1205221749', u'INT_NOTEQUAL_-1205222024'), (u'STORE_-1205221948', u'INDIRECT_-1205221733'), (u'COPY_-1205221855', u'COPY_-1205221771'), ('tmp_366', u'CAST_-1205221702'), (u'CAST_-1205221676', u'INT_ADD_-1205221925'), ('const-433', u'LOAD_-1205222048'), ('const-1', u'PTRADD_-1205221910'), (u'LOAD_-1205222149', u'INT_ADD_-1205222125'), ('tmp_368', u'INT_ADD_-1205222125'), ('tmp_366', u'PTRADD_-1205221910'), ('const-0', u'STORE_-1205221939'), (u'INDIRECT_-1205221751', u'MULTIEQUAL_-1205221750'), (u'CALL_-1205222049', u'CAST_-1205221748'), ('tmp_366', u'PTRADD_-1205222065'), (u'CAST_-1205221702', u'LOAD_-1205221942'), (u'INDIRECT_-1205221728', u'MULTIEQUAL_-1205221775'), (u'CAST_-1205221786', u'PTRADD_-1205221725'), ('const-24', u'INT_ADD_-1205221745'), ('const-8', u'PTRADD_-1205221725'), ('const-24', u'PTRADD_-1205221910'), (u'STORE_-1205221945', u'INDIRECT_-1205221751'), (u'CAST_-1205221738', u'COPY_-1205221811'), (u'CAST_-1205221675', u'STORE_-1205221939'), ('const-433', u'STORE_-1205221945'), (u'PTRADD_-1205221711', u'CAST_-1205221688'), ('const-433', u'LOAD_-1205222113'), (u'PTRADD_-1205222065', u'CAST_-1205221791'), ('const-8', u'PTRADD_-1205221711'), ('tmp_129', u'CBRANCH_-1205222083'), ('const-433', u'LOAD_-1205222149'), (u'PTRADD_-1205221910', u'LOAD_-1205221972'), ('tmp_159', u'CBRANCH_-1205222066'), (u'STORE_-1205221957', u'INDIRECT_-1205221741'), ('const-24', u'PTRADD_-1205221999'), (u'MULTIEQUAL_-1205221751', u'STORE_-1205221948'), ('const-1', u'PTRADD_-1205222065'), ('tmp_367', u'CALL_-1205222114'), (u'INT_ADD_-1205221925', u'CAST_-1205221675')]
[('tmp_733', u'INT_ADD_-1205222125'), (u'MULTIEQUAL_-1205221775', u'COPY_-1205221830'), ('const-8', u'PTRADD_-1205221807'), (u'COPY_-1205221851', u'COPY_-1205221767'), (u'LOAD_-1205222048', u'MULTIEQUAL_-1205221748'), (u'LOAD_-1205222127', u'CALL_-1205222114'), ('const-433', u'STORE_-1205221939'), ('const-3', u'PTRADD_-1205221722'), (u'INT_EQUAL_-1205222069', u'CBRANCH_-1205222066'), (u'MULTIEQUAL_-1205221748', u'STORE_-1205221948'), ('const-3', u'PTRADD_-1205221791'), (u'SUBPIECE_-1205221724', u'STORE_-1205221945'), (u'INT_NOTEQUAL_-1205222024', u'CBRANCH_-1205222018'), (u'INT_ADD_-1205221925', u'CAST_-1205221676'), ('tmp_732', u'LOAD_-1205222048'), (u'COPY_-1205221807', u'MULTIEQUAL_-1205221746'), ('const-8', u'PTRADD_-1205221708'), (u'CAST_-1205221677', u'INT_ADD_-1205221925'), (u'LOAD_-1205222113', u'MULTIEQUAL_-1205221748'), (u'COPY_-1205221831', u'MULTIEQUAL_-1205221746'), (u'PTRADD_-1205221807', u'LOAD_-1205222127'), (u'INDIRECT_-1205221834', u'CAST_-1205221783'), (u'LOAD_-1205222113', u'INT_EQUAL_-1205222069'), ('const-433', u'STORE_-1205221957'), (u'PTRADD_-1205221791', u'CALL_-1205222049'), ('tmp_732', u'LOAD_-1205221942'), (u'LOAD_-1205222113', u'CALL_-1205222049'), (u'CAST_-1205221784', u'PTRADD_-1205221791'), (u'CAST_-1205221784', u'CAST_-1205221677'), (u'CALL_-1205222114', u'CAST_-1205221784'), (u'STORE_-1205221939', u'INDIRECT_-1205221728'), ('const-0', u'STORE_-1205221939'), (u'COPY_-1205221767', u'MULTIEQUAL_-1205221746'), (u'LOAD_-1205222113', u'INT_NOTEQUAL_-1205222084'), ('tmp_732', u'PTRADD_-1205221772'), (u'PTRADD_-1205221791', u'MULTIEQUAL_-1205221749'), (u'PTRADD_-1205221708', u'CAST_-1205221689'), (u'MULTIEQUAL_-1205221748', u'INT_ADD_-1205221742'), (u'CAST_-1205221676', u'STORE_-1205221939'), (u'INDIRECT_-1205221834', u'MULTIEQUAL_-1205221747'), (u'COPY_-1205222006', u'RETURN_-1205221981'), ('const-0', u'RETURN_-1205221981'), ('const-2', u'PTRADD_-1205221708'), (u'CAST_-1205221748', u'MULTIEQUAL_-1205221749'), (u'PTRADD_-1205221722', u'CAST_-1205221705'), (u'INT_ADD_-1205222125', u'CALL_-1205222114'), ('const-433', u'LOAD_-1205222113'), ('const-8', u'PTRADD_-1205221722'), ('const-433', u'LOAD_-1205222048'), (u'CAST_-1205221784', u'INT_NOTEQUAL_-1205222024'), (u'CAST_-1205221689', u'STORE_-1205221957'), (u'INT_NOTEQUAL_-1205222084', u'CBRANCH_-1205222083'), ('const-8', u'PTRADD_-1205221734'), (u'CAST_-1205221739', u'COPY_-1205221807'), ('tmp_213', u'CBRANCH_-1205222018'), (u'CAST_-1205221784', u'PTRADD_-1205221722'), (u'CALL_-1205222114', u'INDIRECT_-1205221834'), ('tmp_734', u'CALL_-1205222114'), (u'CALL_-1205222049', u'INDIRECT_-1205221800'), ('const-24', u'INT_ADD_-1205221742'), ('const-0', u'INT_NOTEQUAL_-1205222084'), (u'MULTIEQUAL_-1205221749', u'COPY_-1205222006'), ('const-433', u'LOAD_-1205221972'), (u'LOAD_-1205221972', u'SUBPIECE_-1205221724'), ('const-0', u'STORE_-1205221957'), ('const-433', u'LOAD_-1205222149'), ('tmp_297', u'BRANCH_-1205221932'), (u'MULTIEQUAL_-1205221746', u'INT_NOTEQUAL_-1205222024'), (u'INDIRECT_-1205221751', u'MULTIEQUAL_-1205221747'), (u'INDIRECT_-1205221800', u'MULTIEQUAL_-1205221747'), (u'STORE_-1205221948', u'INDIRECT_-1205221733'), (u'CAST_-1205221784', u'STORE_-1205221948'), ('tmp_732', u'PTRADD_-1205221807'), (u'CAST_-1205221705', u'STORE_-1205221945'), (u'LOAD_-1205222149', u'INT_ADD_-1205222125'), ('const-8', u'PTRADD_-1205221772'), ('const-433', u'LOAD_-1205222127'), (u'CALL_-1205222049', u'CAST_-1205221748'), (u'PTRADD_-1205221734', u'LOAD_-1205221972'), ('const-1', u'INT_EQUAL_-1205222069'), (u'INDIRECT_-1205221728', u'MULTIEQUAL_-1205221775'), ('const-433', u'STORE_-1205221945'), ('tmp_732', u'LOAD_-1205222149'), ('const-3', u'PTRADD_-1205221772'), ('const-0', u'SUBPIECE_-1205221724'), (u'STORE_-1205221945', u'INDIRECT_-1205221751'), (u'COPY_-1205221851', u'COPY_-1205221831'), ('tmp_732', u'PTRADD_-1205221734'), (u'PTRADD_-1205221772', u'CALL_-1205222049'), ('tmp_129', u'CBRANCH_-1205222083'), (u'INDIRECT_-1205221800', u'CAST_-1205221739'), ('const-8', u'PTRADD_-1205221791'), ('const-3', u'PTRADD_-1205221734'), (u'CAST_-1205221783', u'COPY_-1205221851'), (u'LOAD_-1205221942', u'MULTIEQUAL_-1205221748'), ('tmp_159', u'CBRANCH_-1205222066'), (u'STORE_-1205221957', u'INDIRECT_-1205221741'), ('tmp_732', u'LOAD_-1205222113'), (u'CAST_-1205221784', u'PTRADD_-1205221708'), ('const-433', u'STORE_-1205221948'), (u'MULTIEQUAL_-1205221747', u'MULTIEQUAL_-1205221775'), ('const-1', u'PTRADD_-1205221807'), (u'INT_ADD_-1205221742', u'INT_ADD_-1205221925'), ('const-433', u'LOAD_-1205221942')]
null
null
0036c4e0
x64
O2
(translation_unit "size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}\n\n" (function_definition "size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" primitive_type (pointer_declarator "* FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" * (function_declarator "FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(size_t *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "size_t *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "size_t *psVar1;" primitive_type (pointer_declarator "*psVar1" * identifier) ;) (declaration "size_t *psVar2;" primitive_type (pointer_declarator "*psVar2" * identifier) ;) (declaration "size_t *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);" (assignment_expression "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" identifier = (cast_expression "(size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" identifier (argument_list "(*param_1 + param_3,param_1[1],param_2)" ( (binary_expression "*param_1 + param_3" (pointer_expression "*param_1" * identifier) + identifier) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier ))))) ;) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" identifier = (cast_expression "(size_t *)PTR_DAT_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__dest = psVar2 + 3;" (assignment_expression "__dest = psVar2 + 3" identifier = (binary_expression "psVar2 + 3" identifier + number_literal)) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" { (if_statement "if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }" { (expression_statement "*(char *)(psVar2 + 3) = (char)param_1[3];" (assignment_expression "*(char *)(psVar2 + 3) = (char)param_1[3]" (pointer_expression "*(char *)(psVar2 + 3)" * (cast_expression "(char *)(psVar2 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 3)" ( (binary_expression "psVar2 + 3" identifier + number_literal) )))) = (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) }) (else_clause "else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" else (compound_statement "{\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" { (expression_statement "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n);" (assignment_expression "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n)" identifier = (cast_expression "(size_t *)memcpy(__dest,param_1 + 3,__n)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(__dest,param_1 + 3,__n)" identifier (argument_list "(__dest,param_1 + 3,__n)" ( identifier , (binary_expression "param_1 + 3" identifier + number_literal) , identifier ))))) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" identifier = (cast_expression "(size_t *)PTR_DAT_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) }))) })) (if_statement "if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" if (parenthesized_expression "(psVar2 != psVar1)" ( (binary_expression "psVar2 != psVar1" identifier != identifier) )) (compound_statement "{\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" { (expression_statement "*(undefined4 *)(psVar2 + 2) = 0;" (assignment_expression "*(undefined4 *)(psVar2 + 2) = 0" (pointer_expression "*(undefined4 *)(psVar2 + 2)" * (cast_expression "(undefined4 *)(psVar2 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 2)" ( (binary_expression "psVar2 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*psVar2 = __n;" (assignment_expression "*psVar2 = __n" (pointer_expression "*psVar2" * identifier) = identifier) ;) (expression_statement "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0;" (assignment_expression "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0" (pointer_expression "*(undefined1 *)((long)psVar2 + __n + 0x18)" * (cast_expression "(undefined1 *)((long)psVar2 + __n + 0x18)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)psVar2 + __n + 0x18)" ( (binary_expression "(long)psVar2 + __n + 0x18" (binary_expression "(long)psVar2 + __n" (cast_expression "(long)psVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) })) (return_statement "return __dest;" return identifier ;) })))
(translation_unit "/* std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) */\n\nsize_t * __thiscall std::string::_Rep::_M_clone(_Rep *this,allocator *param_1,ulong param_2)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n __n = *(size_t *)this;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}\n\n" comment (declaration "size_t * __thiscall" primitive_type (pointer_declarator "* __thiscall" * identifier) ;) (labeled_statement "std::string::_Rep::_M_clone(_Rep *this,allocator *param_1,ulong param_2)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n __n = *(size_t *)this;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_clone(_Rep *this,allocator *param_1,ulong param_2)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n __n = *(size_t *)this;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_clone(_Rep *this,allocator *param_1,ulong param_2)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n __n = *(size_t *)this;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" statement_identifier : (ERROR ":_M_clone(_Rep *this,allocator *param_1,ulong param_2)" : (call_expression "_M_clone(_Rep *this,allocator *param_1,ulong param_2)" identifier (argument_list "(_Rep *this,allocator *param_1,ulong param_2)" ( (binary_expression "_Rep *this" identifier * identifier) , (binary_expression "allocator *param_1" identifier * identifier) , (ERROR "ulong" identifier) identifier )))) (compound_statement "{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n __n = *(size_t *)this;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "size_t *psVar1;" primitive_type (pointer_declarator "*psVar1" * identifier) ;) (declaration "size_t *psVar2;" primitive_type (pointer_declarator "*psVar2" * identifier) ;) (declaration "size_t *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1);" (assignment_expression "psVar2 = (size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1)" identifier = (cast_expression "(size_t *)_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "_S_create(*(long *)this + param_2,*(ulong *)(this + 8),param_1)" identifier (argument_list "(*(long *)this + param_2,*(ulong *)(this + 8),param_1)" ( (binary_expression "*(long *)this + param_2" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + identifier) , (pointer_expression "*(ulong *)(this + 8)" * (cast_expression "(ulong *)(this + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) , identifier ))))) ;) (expression_statement "psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38" identifier = (cast_expression "(size_t *)PTR__S_empty_rep_storage_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "__n = *(size_t *)this;" (assignment_expression "__n = *(size_t *)this" identifier = (pointer_expression "*(size_t *)this" * (cast_expression "(size_t *)this" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "__dest = psVar2 + 3;" (assignment_expression "__dest = psVar2 + 3" identifier = (binary_expression "psVar2 + 3" identifier + number_literal)) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }\n }" { (if_statement "if (__n == 1) {\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }\n else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(_Rep *)(psVar2 + 3) = this[0x18];\n __n = *(size_t *)this;\n }" { (expression_statement "*(_Rep *)(psVar2 + 3) = this[0x18];" (assignment_expression "*(_Rep *)(psVar2 + 3) = this[0x18]" (pointer_expression "*(_Rep *)(psVar2 + 3)" * (cast_expression "(_Rep *)(psVar2 + 3)" ( (type_descriptor "_Rep *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 3)" ( (binary_expression "psVar2 + 3" identifier + number_literal) )))) = (subscript_expression "this[0x18]" identifier [ number_literal ])) ;) (expression_statement "__n = *(size_t *)this;" (assignment_expression "__n = *(size_t *)this" identifier = (pointer_expression "*(size_t *)this" * (cast_expression "(size_t *)this" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) }) (else_clause "else {\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }" else (compound_statement "{\n __dest = (size_t *)memcpy(__dest,this + 0x18,__n);\n __n = *(size_t *)this;\n psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;\n }" { (expression_statement "__dest = (size_t *)memcpy(__dest,this + 0x18,__n);" (assignment_expression "__dest = (size_t *)memcpy(__dest,this + 0x18,__n)" identifier = (cast_expression "(size_t *)memcpy(__dest,this + 0x18,__n)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(__dest,this + 0x18,__n)" identifier (argument_list "(__dest,this + 0x18,__n)" ( identifier , (binary_expression "this + 0x18" identifier + number_literal) , identifier ))))) ;) (expression_statement "__n = *(size_t *)this;" (assignment_expression "__n = *(size_t *)this" identifier = (pointer_expression "*(size_t *)this" * (cast_expression "(size_t *)this" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR__S_empty_rep_storage_004b9c38" identifier = (cast_expression "(size_t *)PTR__S_empty_rep_storage_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) }))) })) (if_statement "if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" if (parenthesized_expression "(psVar2 != psVar1)" ( (binary_expression "psVar2 != psVar1" identifier != identifier) )) (compound_statement "{\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" { (expression_statement "*(undefined4 *)(psVar2 + 2) = 0;" (assignment_expression "*(undefined4 *)(psVar2 + 2) = 0" (pointer_expression "*(undefined4 *)(psVar2 + 2)" * (cast_expression "(undefined4 *)(psVar2 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 2)" ( (binary_expression "psVar2 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*psVar2 = __n;" (assignment_expression "*psVar2 = __n" (pointer_expression "*psVar2" * identifier) = identifier) ;) (expression_statement "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0;" (assignment_expression "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0" (pointer_expression "*(undefined1 *)((long)psVar2 + __n + 0x18)" * (cast_expression "(undefined1 *)((long)psVar2 + __n + 0x18)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)psVar2 + __n + 0x18)" ( (binary_expression "(long)psVar2 + __n + 0x18" (binary_expression "(long)psVar2 + __n" (cast_expression "(long)psVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) })) (return_statement "return __dest;" return identifier ;) })))))
(translation_unit "size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}\n\n" (function_definition "size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" primitive_type (pointer_declarator "* FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" * (function_declarator "FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(size_t *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "size_t *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "size_t *psVar1;" primitive_type (pointer_declarator "*psVar1" * identifier) ;) (declaration "size_t *psVar2;" primitive_type (pointer_declarator "*psVar2" * identifier) ;) (declaration "size_t *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);" (assignment_expression "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" identifier = (cast_expression "(size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" identifier (argument_list "(*param_1 + param_3,param_1[1],param_2)" ( (binary_expression "*param_1 + param_3" (pointer_expression "*param_1" * identifier) + identifier) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier ))))) ;) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" identifier = (cast_expression "(size_t *)PTR_DAT_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__dest = psVar2 + 3;" (assignment_expression "__dest = psVar2 + 3" identifier = (binary_expression "psVar2 + 3" identifier + number_literal)) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" { (if_statement "if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }" { (expression_statement "*(char *)(psVar2 + 3) = (char)param_1[3];" (assignment_expression "*(char *)(psVar2 + 3) = (char)param_1[3]" (pointer_expression "*(char *)(psVar2 + 3)" * (cast_expression "(char *)(psVar2 + 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 3)" ( (binary_expression "psVar2 + 3" identifier + number_literal) )))) = (cast_expression "(char)param_1[3]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) }) (else_clause "else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" else (compound_statement "{\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" { (expression_statement "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n);" (assignment_expression "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n)" identifier = (cast_expression "(size_t *)memcpy(__dest,param_1 + 3,__n)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(__dest,param_1 + 3,__n)" identifier (argument_list "(__dest,param_1 + 3,__n)" ( identifier , (binary_expression "param_1 + 3" identifier + number_literal) , identifier ))))) ;) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" identifier = (cast_expression "(size_t *)PTR_DAT_004b9c38" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) }))) })) (if_statement "if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" if (parenthesized_expression "(psVar2 != psVar1)" ( (binary_expression "psVar2 != psVar1" identifier != identifier) )) (compound_statement "{\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" { (expression_statement "*(undefined4 *)(psVar2 + 2) = 0;" (assignment_expression "*(undefined4 *)(psVar2 + 2) = 0" (pointer_expression "*(undefined4 *)(psVar2 + 2)" * (cast_expression "(undefined4 *)(psVar2 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(psVar2 + 2)" ( (binary_expression "psVar2 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*psVar2 = __n;" (assignment_expression "*psVar2 = __n" (pointer_expression "*psVar2" * identifier) = identifier) ;) (expression_statement "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0;" (assignment_expression "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0" (pointer_expression "*(undefined1 *)((long)psVar2 + __n + 0x18)" * (cast_expression "(undefined1 *)((long)psVar2 + __n + 0x18)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)psVar2 + __n + 0x18)" ( (binary_expression "(long)psVar2 + __n + 0x18" (binary_expression "(long)psVar2 + __n" (cast_expression "(long)psVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) })) (return_statement "return __dest;" 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 (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * IDENT) + IDENT) , (subscript_expression IDENT [ LIT ]) , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) }))) })) (if_statement if (parenthesized_expression ( (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) )))) = 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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) = LIT) ;) })) (return_statement return IDENT ;) })))
(function_definition "size_t * FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)\n\n{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" (primitive_type "size_t") (pointer_declarator "* FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" (* "*") (function_declarator "FUN_0036c4e0(size_t *param_1,undefined8 param_2,long param_3)" (identifier "FUN_0036c4e0") (parameter_list "(size_t *param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "size_t *param_1" (primitive_type "size_t") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")")))) (compound_statement "{\n size_t __n;\n size_t *psVar1;\n size_t *psVar2;\n size_t *__dest;\n \n psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n __n = *param_1;\n __dest = psVar2 + 3;\n if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }\n if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }\n return __dest;\n}" ({ "{") (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "size_t *psVar1;" (primitive_type "size_t") (pointer_declarator "*psVar1" (* "*") (identifier "psVar1")) (; ";")) (declaration "size_t *psVar2;" (primitive_type "size_t") (pointer_declarator "*psVar2" (* "*") (identifier "psVar2")) (; ";")) (declaration "size_t *__dest;" (primitive_type "size_t") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (expression_statement "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2);" (assignment_expression "psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" (identifier "psVar2") (= "=") (cast_expression "(size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0036b630(*param_1 + param_3,param_1[1],param_2)" (identifier "FUN_0036b630") (argument_list "(*param_1 + param_3,param_1[1],param_2)" (( "(") (binary_expression "*param_1 + param_3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (identifier "param_3")) (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" (identifier "psVar1") (= "=") (cast_expression "(size_t *)PTR_DAT_004b9c38" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_DAT_004b9c38"))) (; ";")) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" (identifier "__n") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "__dest = psVar2 + 3;" (assignment_expression "__dest = psVar2 + 3" (identifier "__dest") (= "=") (binary_expression "psVar2 + 3" (identifier "psVar2") (+ "+") (number_literal "3"))) (; ";")) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" (if "if") (parenthesized_expression "(__n != 0)" (( "(") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }\n }" ({ "{") (if_statement "if (__n == 1) {\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }\n else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" (if "if") (parenthesized_expression "(__n == 1)" (( "(") (binary_expression "__n == 1" (identifier "__n") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n *(char *)(psVar2 + 3) = (char)param_1[3];\n __n = *param_1;\n }" ({ "{") (expression_statement "*(char *)(psVar2 + 3) = (char)param_1[3];" (assignment_expression "*(char *)(psVar2 + 3) = (char)param_1[3]" (pointer_expression "*(char *)(psVar2 + 3)" (* "*") (cast_expression "(char *)(psVar2 + 3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(psVar2 + 3)" (( "(") (binary_expression "psVar2 + 3" (identifier "psVar2") (+ "+") (number_literal "3")) () ")")))) (= "=") (cast_expression "(char)param_1[3]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" (identifier "__n") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (} "}")) (else_clause "else {\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" (else "else") (compound_statement "{\n __dest = (size_t *)memcpy(__dest,param_1 + 3,__n);\n __n = *param_1;\n psVar1 = (size_t *)PTR_DAT_004b9c38;\n }" ({ "{") (expression_statement "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n);" (assignment_expression "__dest = (size_t *)memcpy(__dest,param_1 + 3,__n)" (identifier "__dest") (= "=") (cast_expression "(size_t *)memcpy(__dest,param_1 + 3,__n)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "memcpy(__dest,param_1 + 3,__n)" (identifier "memcpy") (argument_list "(__dest,param_1 + 3,__n)" (( "(") (identifier "__dest") (, ",") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) (, ",") (identifier "__n") () ")"))))) (; ";")) (expression_statement "__n = *param_1;" (assignment_expression "__n = *param_1" (identifier "__n") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "psVar1 = (size_t *)PTR_DAT_004b9c38;" (assignment_expression "psVar1 = (size_t *)PTR_DAT_004b9c38" (identifier "psVar1") (= "=") (cast_expression "(size_t *)PTR_DAT_004b9c38" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_DAT_004b9c38"))) (; ";")) (} "}")))) (} "}"))) (if_statement "if (psVar2 != psVar1) {\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" (if "if") (parenthesized_expression "(psVar2 != psVar1)" (( "(") (binary_expression "psVar2 != psVar1" (identifier "psVar2") (!= "!=") (identifier "psVar1")) () ")")) (compound_statement "{\n *(undefined4 *)(psVar2 + 2) = 0;\n *psVar2 = __n;\n *(undefined1 *)((long)psVar2 + __n + 0x18) = 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(psVar2 + 2) = 0;" (assignment_expression "*(undefined4 *)(psVar2 + 2) = 0" (pointer_expression "*(undefined4 *)(psVar2 + 2)" (* "*") (cast_expression "(undefined4 *)(psVar2 + 2)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(psVar2 + 2)" (( "(") (binary_expression "psVar2 + 2" (identifier "psVar2") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*psVar2 = __n;" (assignment_expression "*psVar2 = __n" (pointer_expression "*psVar2" (* "*") (identifier "psVar2")) (= "=") (identifier "__n")) (; ";")) (expression_statement "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0;" (assignment_expression "*(undefined1 *)((long)psVar2 + __n + 0x18) = 0" (pointer_expression "*(undefined1 *)((long)psVar2 + __n + 0x18)" (* "*") (cast_expression "(undefined1 *)((long)psVar2 + __n + 0x18)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)psVar2 + __n + 0x18)" (( "(") (binary_expression "(long)psVar2 + __n + 0x18" (binary_expression "(long)psVar2 + __n" (cast_expression "(long)psVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "psVar2")) (+ "+") (identifier "__n")) (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return __dest;" (return "return") (identifier "__dest") (; ";")) (} "}")))
/* std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) */ size_t * __thiscall std::string::_Rep::_M_clone(type_2 *var_3,allocator *param_1,type_1 var_2) { size_t var_5; size_t *var_7; size_t *var_4; size_t *__dest; var_4 = (size_t *)var_1(*(long *)var_3 + var_2,*(type_1 *)(var_3 + 8),param_1); var_7 = (size_t *)PTR__S_empty_rep_storage_004b9c38; var_5 = *(size_t *)var_3; __dest = var_4 + 3; if (var_5 != 0) { if (var_5 == 1) { *(type_2 *)(var_4 + 3) = var_3[0x18]; var_5 = *(size_t *)var_3; } else { __dest = (size_t *)var_6(__dest,var_3 + 0x18,var_5); var_5 = *(size_t *)var_3; var_7 = (size_t *)PTR__S_empty_rep_storage_004b9c38; } } if (var_4 != var_7) { *(type_3 *)(var_4 + 2) = 0; *var_4 = var_5; *(type_4 *)((long)var_4 + var_5 + 0x18) = 0; } return __dest; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)))) (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)))) (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: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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 (identifier) (binary_expression left: (identifier) right: (number_literal)) (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: (identifier))))))))) (if_statement condition: (parenthesized_expression (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: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))))) (return_statement (identifier)))))
null
size_t * MASKED(size_t *param_1,undefined8 param_2,long param_3) { size_t __n; size_t *psVar1; size_t *psVar2; size_t *__dest; psVar2 = (size_t *)FUN_0036b630(*param_1 + param_3,param_1[1],param_2); psVar1 = (size_t *)PTR_DAT_004b9c38; __n = *param_1; __dest = psVar2 + 3; if (__n != 0) { if (__n == 1) { *(char *)(psVar2 + 3) = (char)param_1[3]; __n = *param_1; } else { __dest = (size_t *)memcpy(__dest,param_1 + 3,__n); __n = *param_1; psVar1 = (size_t *)PTR_DAT_004b9c38; } } if (psVar2 != psVar1) { *(undefined4 *)(psVar2 + 2) = 0; *psVar2 = __n; *(undefined1 *)((long)psVar2 + __n + 0x18) = 0; } return __dest; }
953_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c
ungetc
ungetc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ungetc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* ungetc@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ungetc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207307598')]
[('const-1', u'RETURN_-1207307598')]
null
null
0016f2a8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ungetc(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 ungetc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ungetc(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 ungetc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ungetc@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int ungetc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ungetc@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "ungetc(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 /* ungetc@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int ungetc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int ungetc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ungetc(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 ungetc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "ungetc(int __c,FILE *__stream)" (identifier "ungetc") (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 */ /* ungetc@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (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(); }
165_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
IsEventLogging
IsEventLogging
/* WARNING: Unknown calling convention */ MagickBooleanType IsEventLogging(void) { MagickBooleanType MVar1; MVar1 = (*(code *)PTR_IsEventLogging_006d2528)(); return MVar1; }
void IsEventLogging(void) { (*(code *)PTR_IsEventLogging_006d2528)(); return; }
JMP qword ptr [0x006d2528]
null
null
null
null
[(u'CALLIND_-1207196680', u'RETURN_-1207196677'), (u'CALLIND_-1207196680', u'INDIRECT_-1207196619'), ('const-1', u'RETURN_-1207196677'), (u'INDIRECT_-1207196619', u'COPY_-1207196678'), ('tmp_26', u'CAST_-1207196614'), (u'CAST_-1207196614', u'CALLIND_-1207196680')]
[('tmp_22', u'CAST_-1207196615'), ('const-1', u'RETURN_-1207196677'), (u'CAST_-1207196615', u'CALLIND_-1207196680'), (u'CALLIND_-1207196680', u'INDIRECT_-1207196620'), (u'INDIRECT_-1207196620', u'COPY_-1207196679')]
null
null
0014a3f0
x64
O2
(translation_unit "void IsEventLogging(void)\n\n{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}\n\n" (function_definition "void IsEventLogging(void)\n\n{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" primitive_type (function_declarator "IsEventLogging(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" { (expression_statement "(*(code *)PTR_IsEventLogging_006d2528)();" (call_expression "(*(code *)PTR_IsEventLogging_006d2528)()" (parenthesized_expression "(*(code *)PTR_IsEventLogging_006d2528)" ( (pointer_expression "*(code *)PTR_IsEventLogging_006d2528" * (cast_expression "(code *)PTR_IsEventLogging_006d2528" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nMagickBooleanType IsEventLogging(void)\n\n{\n MagickBooleanType MVar1;\n \n MVar1 = (*(code *)PTR_IsEventLogging_006d2528)();\n return MVar1;\n}\n\n" comment (function_definition "MagickBooleanType IsEventLogging(void)\n\n{\n MagickBooleanType MVar1;\n \n MVar1 = (*(code *)PTR_IsEventLogging_006d2528)();\n return MVar1;\n}" type_identifier (function_declarator "IsEventLogging(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n MagickBooleanType MVar1;\n \n MVar1 = (*(code *)PTR_IsEventLogging_006d2528)();\n return MVar1;\n}" { (declaration "MagickBooleanType MVar1;" type_identifier identifier ;) (expression_statement "MVar1 = (*(code *)PTR_IsEventLogging_006d2528)();" (assignment_expression "MVar1 = (*(code *)PTR_IsEventLogging_006d2528)()" identifier = (call_expression "(*(code *)PTR_IsEventLogging_006d2528)()" (parenthesized_expression "(*(code *)PTR_IsEventLogging_006d2528)" ( (pointer_expression "*(code *)PTR_IsEventLogging_006d2528" * (cast_expression "(code *)PTR_IsEventLogging_006d2528" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return MVar1;" return identifier ;) })))
(translation_unit "void IsEventLogging(void)\n\n{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}\n\n" (function_definition "void IsEventLogging(void)\n\n{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" primitive_type (function_declarator "IsEventLogging(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" { (expression_statement "(*(code *)PTR_IsEventLogging_006d2528)();" (call_expression "(*(code *)PTR_IsEventLogging_006d2528)()" (parenthesized_expression "(*(code *)PTR_IsEventLogging_006d2528)" ( (pointer_expression "*(code *)PTR_IsEventLogging_006d2528" * (cast_expression "(code *)PTR_IsEventLogging_006d2528" ( (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 IsEventLogging(void)\n\n{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" (primitive_type "void") (function_declarator "IsEventLogging(void)" (identifier "IsEventLogging") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_IsEventLogging_006d2528)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_IsEventLogging_006d2528)();" (call_expression "(*(code *)PTR_IsEventLogging_006d2528)()" (parenthesized_expression "(*(code *)PTR_IsEventLogging_006d2528)" (( "(") (pointer_expression "*(code *)PTR_IsEventLogging_006d2528" (* "*") (cast_expression "(code *)PTR_IsEventLogging_006d2528" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_IsEventLogging_006d2528"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ type_1 function_1(void) { type_1 MVar1; MVar1 = (*(type_2 *)PTR_IsEventLogging_006d2528)(); return MVar1; }
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_006d2528)(); return; }
720_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
FUN_001592b0
FUN_001592b0
void FUN_001592b0(void) { void *unaff_RBX; operator_delete(unaff_RBX); /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_001592b0(void) { FUN_00338a50(); /* WARNING: Subroutine does not return */ FUN_003c66c0(); }
MOV RDI,RBX CALL 0x00338a50 MOV RDI,RBP CALL 0x003c66c0
null
null
null
null
[('const-1', u'RETURN_-1207266610'), ('tmp_54', u'CALL_-1207266627')]
[('const-1', u'RETURN_-1207266610')]
null
null
001592b0
x64
O2
(translation_unit "void FUN_001592b0(void)\n\n{\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_001592b0(void)\n\n{\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}" primitive_type (function_declarator "FUN_001592b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}" { (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_001592b0(void)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_001592b0(void)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_001592b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "void *unaff_RBX;" primitive_type (pointer_declarator "*unaff_RBX" * identifier) ;) (expression_statement "operator_delete(unaff_RBX);" (call_expression "operator_delete(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_001592b0(void)\n\n{\n FUN_00338a50();\n \n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_001592b0(void)\n\n{\n FUN_00338a50();\n \n FUN_003c66c0();\n}" primitive_type (function_declarator "FUN_001592b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00338a50();\n \n FUN_003c66c0();\n}" { (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_001592b0(void)\n\n{\n FUN_00338a50();\n \n FUN_003c66c0();\n}" (primitive_type "void") (function_declarator "FUN_001592b0(void)" (identifier "FUN_001592b0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00338a50();\n \n FUN_003c66c0();\n}" ({ "{") (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" (identifier "FUN_00338a50") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" (identifier "FUN_003c66c0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { void *unaff_RBX; var_1(unaff_RBX); /* WARNING: Subroutine does not return */ var_2(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { FUN_00338a50(); /* WARNING: Subroutine does not return */ FUN_003c66c0(); }
7209_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
value
FUN_002b4390
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Binary_logical_and * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::Binary_logical_and::value(Binary_logical_and *this,Expression_eval_info *eei) { uint64_t uVar1; uint64_t uVar2; char *format; Output_section *left_section; uint64_t left_alignment; Output_section *right_section; uint64_t right_alignment; left_alignment = 0; uVar1 = Expression::eval_maybe_dot ((this->super_Binary_expression).left_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false, eei->is_valid_pointer); right_alignment = 0; uVar2 = Expression::eval_maybe_dot ((this->super_Binary_expression).right_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false, eei->is_valid_pointer); if ((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)) { if (parameters->options_ == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).value != false) { format = (char *)gettext("binary logical_and applied to section relative value"); gold_warning(format); } } return (ulong)(uVar2 != 0 && uVar1 != 0); }
/* WARNING: Type propagation algorithm not settling */ bool FUN_002b4390(long param_1,undefined8 *param_2) { long lVar1; long lVar2; undefined8 uVar3; long local_38 [3]; undefined8 local_20; local_38[1] = 0; lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2) ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38, local_38 + 1,0,0,0,0,param_2[10]); local_20 = 0; lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1], *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3] ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]); if ((local_38[0] != 0) || (local_38[2] != 0)) { if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') { uVar3 = gettext("binary logical_and applied to section relative value"); FUN_001783d0(uVar3); } } return lVar2 != 0 && lVar1 != 0; }
PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,RSI SUB RSP,0x20 MOVZX ECX,byte ptr [RSI + 0x10] MOV RDX,qword ptr [RSI + 0x8] MOV qword ptr [RSP + 0x8],0x0 MOV RDI,qword ptr [RDI + 0x8] MOV R9,qword ptr [RSI + 0x18] MOVZX R8D,byte ptr [RSI + 0x11] PUSH qword ptr [RSI + 0x50] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH 0x0 LEA RAX,[RSP + 0x30] PUSH RAX LEA RAX,[RSP + 0x30] PUSH RAX PUSH qword ptr [RSI + 0x20] MOV RSI,qword ptr [RSI] CALL 0x002b1020 MOVZX ECX,byte ptr [RBX + 0x10] MOV RDX,qword ptr [RBX + 0x8] MOV qword ptr [RSP + 0x58],0x0 ADD RSP,0x40 PUSH qword ptr [RBX + 0x50] MOV R12,RAX MOV R9,qword ptr [RBX + 0x18] MOVZX R8D,byte ptr [RBX + 0x11] PUSH 0x0 MOV RSI,qword ptr [RBX] MOV RDI,qword ptr [RBP + 0x10] PUSH 0x0 PUSH 0x0 PUSH 0x0 LEA RAX,[RSP + 0x40] PUSH RAX LEA RAX,[RSP + 0x40] PUSH RAX PUSH qword ptr [RBX + 0x20] CALL 0x002b1020 ADD RSP,0x40 CMP qword ptr [RSP],0x0 MOV RBX,RAX JZ 0x002b4490 MOV RAX,qword ptr [0x0043e6b0] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x002b449a CMP byte ptr [RAX + 0x5051],0x0 JNZ 0x002b4470 TEST R12,R12 SETNZ DL XOR EAX,EAX TEST RBX,RBX SETNZ AL ADD RSP,0x20 POP RBX AND RAX,RDX POP RBP POP R12 RET LEA RDI,[0x38c610] CALL 0x00147320 MOV RDI,RAX XOR EAX,EAX CALL 0x001783d0 JMP 0x002b444c CMP qword ptr [RSP + 0x10],0x0 JNZ 0x002b4433 JMP 0x002b444c LEA RDX,[0x38c9b8] MOV ESI,0x5c LEA RDI,[0x3726d0] CALL 0x0017c650
null
null
null
null
[(u'COPY_-1204533495', u'CALL_-1204533884'), (u'PTRSUB_-1204533514', u'LOAD_-1204534148'), (u'LOAD_-1204534297', u'CALL_-1204534228'), (u'PTRSUB_-1204533504', u'CALL_-1204534090'), ('const-433', u'LOAD_-1204534347'), ('const-80', u'PTRSUB_-1204533547'), ('const-0', u'CALL_-1204534228'), (u'LOAD_-1204534167', u'CALL_-1204534090'), (u'INDIRECT_-1204533631', u'MULTIEQUAL_-1204533582'), (u'COPY_-1204533440', u'CALL_-1204533809'), (u'CALL_-1204533809', u'INDIRECT_-1204533419'), ('tmp_443', u'CBRANCH_-1204534053'), ('const--48', u'PTRSUB_-1204533597'), (u'INDIRECT_-1204533555', u'INT_NOTEQUAL_-1204533823'), (u'CALL_-1204533884', u'INDIRECT_-1204533472'), (u'PTRSUB_-1204533570', u'LOAD_-1204534226'), ('tmp_810', u'PTRSUB_-1204533609'), ('tmp_810', u'PTRSUB_-1204533547'), (u'LOAD_-1204534306', u'CALL_-1204534228'), ('const-433', u'LOAD_-1204534022'), (u'PTRSUB_-1204533640', u'LOAD_-1204534339'), (u'PTRSUB_-1204533609', u'LOAD_-1204534297'), ('const-17', u'PTRSUB_-1204533535'), ('const-0', u'CALL_-1204534228'), (u'PTRSUB_-1204533467', u'LOAD_-1204534044'), ('const-16', u'PTRSUB_-1204533645'), ('tmp_1391', u'PTRSUB_-1204533590'), (u'PTRSUB_-1204533547', u'LOAD_-1204534186'), (u'LOAD_-1204534339', u'CALL_-1204534228'), (u'INT_NOTEQUAL_-1204533823', u'CBRANCH_-1204533818'), (u'CAST_-1204533402', u'CALL_-1204533860'), ('const-0', u'CALL_-1204534090'), (u'INT_NOTEQUAL_-1204534060', u'CBRANCH_-1204534053'), ('const-16', u'PTRSUB_-1204533467'), ('const-433', u'LOAD_-1204534154'), (u'PTRSUB_-1204533603', u'LOAD_-1204534320'), ('const-0', u'PTRSUB_-1204533626'), ('const-433', u'LOAD_-1204534313'), (u'PTRSUB_-1204533565', u'LOAD_-1204534218'), (u'PTRSUB_-1204533597', u'CALL_-1204534228'), (u'PTRSUB_-1204533620', u'LOAD_-1204534313'), (u'LOAD_-1204534247', u'CALL_-1204534228'), (u'LOAD_-1204534022', u'INT_NOTEQUAL_-1204534006'), (u'CALL_-1204533884', u'INDIRECT_-1204533542'), ('const-3721656', u'COPY_-1204533440'), ('const-0', u'INT_EQUAL_-1204534025'), (u'LOAD_-1204534186', u'CALL_-1204534090'), ('const-0', u'INT_NOTEQUAL_-1204533986'), ('tmp_809', u'PTRSUB_-1204533626'), (u'CALL_-1204534228', u'INT_NOTEQUAL_-1204533986'), (u'PTRSUB_-1204533590', u'CALL_-1204534228'), ('const-433', u'LOAD_-1204534247'), (u'CALL_-1204533884', u'INDIRECT_-1204533460'), (u'PTRSUB_-1204533615', u'LOAD_-1204534306'), ('const-0', u'CALL_-1204534228'), ('const--56', u'PTRSUB_-1204533590'), ('const-24', u'PTRSUB_-1204533540'), (u'CALL_-1204534090', u'INDIRECT_-1204533567'), (u'LOAD_-1204534104', u'CALL_-1204534090'), (u'PTRSUB_-1204533523', u'PTRSUB_-1204533514'), (u'LOAD_-1204534154', u'CALL_-1204534090'), ('tmp_810', u'PTRSUB_-1204533565'), ('const-433', u'LOAD_-1204534297'), ('const-0', u'PTRSUB_-1204533579'), (u'CALL_-1204534228', u'INDIRECT_-1204533639'), (u'LOAD_-1204534148', u'CALL_-1204534090'), (u'INT_NOTEQUAL_-1204534006', u'CBRANCH_-1204534000'), ('const-433', u'LOAD_-1204534306'), (u'MULTIEQUAL_-1204533582', u'COPY_-1204533618'), ('const-433', u'LOAD_-1204534148'), (u'CALL_-1204534090', u'INT_NOTEQUAL_-1204533957'), ('const--40', u'PTRSUB_-1204533504'), ('const-0', u'PTRSUB_-1204533527'), (u'LOAD_-1204534320', u'CALL_-1204534228'), ('tmp_810', u'PTRSUB_-1204533583'), ('tmp_810', u'PTRSUB_-1204533620'), (u'CALL_-1204533809', u'INDIRECT_-1204533489'), (u'LOAD_-1204534240', u'CALL_-1204534228'), ('const-433', u'LOAD_-1204534339'), ('const-0', u'INT_NOTEQUAL_-1204533823'), (u'BOOL_AND_-1204533483', u'INT_ZEXT_-1204533919'), (u'CALL_-1204534090', u'INDIRECT_-1204533555'), ('const-0', u'INT_NOTEQUAL_-1204533957'), ('tmp_810', u'PTRSUB_-1204533535'), ('const-433', u'LOAD_-1204534320'), ('const-97', u'PTRSUB_-1204533453'), ('const-24', u'PTRSUB_-1204533620'), ('const-0', u'RETURN_-1204533903'), ('tmp_810', u'PTRSUB_-1204533640'), ('tmp_734', u'BRANCH_-1204533857'), ('const-0', u'CALL_-1204534090'), (u'CALL_-1204534090', u'INDIRECT_-1204533561'), (u'PTRSUB_-1204533645', u'LOAD_-1204534347'), (u'CALL_-1204534228', u'INDIRECT_-1204533703'), ('tmp_810', u'PTRSUB_-1204533645'), (u'CALL_-1204533860', u'INDIRECT_-1204533531'), (u'PTRSUB_-1204533626', u'PTRSUB_-1204533603'), (u'CALL_-1204533860', u'INDIRECT_-1204533461'), ('tmp_1391', u'PTRSUB_-1204533504'), ('const-8', u'PTRSUB_-1204533603'), ('tmp_810', u'PTRSUB_-1204533497'), (u'INDIRECT_-1204533631', u'PTRSUB_-1204533467'), (u'INDIRECT_-1204533489', u'COPY_-1204533545'), (u'INT_NOTEQUAL_-1204533986', u'BOOL_AND_-1204533483'), (u'PTRSUB_-1204533527', u'LOAD_-1204534154'), (u'PTRSUB_-1204533497', u'LOAD_-1204534104'), ('const-433', u'LOAD_-1204534218'), ('tmp_810', u'PTRSUB_-1204533615'), (u'LOAD_-1204534044', u'PTRSUB_-1204533457'), ('tmp_1391', u'PTRSUB_-1204533511'), (u'PTRSUB_-1204533453', u'LOAD_-1204534022'), (u'INT_ZEXT_-1204533919', u'RETURN_-1204533903'), ('const-0', u'PTRSUB_-1204533523'), ('const-16', u'PTRSUB_-1204533514'), ('const-433', u'LOAD_-1204534174'), ('const-3720720', u'COPY_-1204533495'), ('const-433', u'LOAD_-1204534167'), (u'CALL_-1204534228', u'INDIRECT_-1204533633'), ('const-433', u'LOAD_-1204534186'), ('const-433', u'LOAD_-1204534226'), (u'PTRSUB_-1204533511', u'CALL_-1204534090'), (u'CALL_-1204533884', u'CAST_-1204533402'), ('tmp_787', u'CBRANCH_-1204533818'), (u'LOAD_-1204534347', u'CALL_-1204534228'), ('const-16', u'PTRSUB_-1204533570'), ('tmp_517', u'CBRANCH_-1204534000'), ('const-32', u'PTRSUB_-1204533497'), (u'INT_EQUAL_-1204534025', u'CBRANCH_-1204534023'), ('const-92', u'CALL_-1204533809'), ('const-0', u'COPY_-1204534332'), (u'PTRSUB_-1204533583', u'LOAD_-1204534247'), (u'LOAD_-1204534226', u'CALL_-1204534090'), (u'PTRSUB_-1204533535', u'LOAD_-1204534167'), (u'CALL_-1204534228', u'INDIRECT_-1204533627'), (u'PTRSUB_-1204533540', u'LOAD_-1204534174'), ('const-80', u'PTRSUB_-1204533609'), ('const-1', u'RETURN_-1204533804'), (u'INDIRECT_-1204533531', u'MULTIEQUAL_-1204533582'), (u'INDIRECT_-1204533567', u'INT_NOTEQUAL_-1204534060'), (u'CALL_-1204533809', u'INDIRECT_-1204533407'), (u'PTRSUB_-1204533579', u'LOAD_-1204534240'), ('const-0', u'COPY_-1204534211'), ('const-433', u'LOAD_-1204534044'), (u'LOAD_-1204534313', u'CALL_-1204534228'), ('tmp_810', u'PTRSUB_-1204533570'), (u'LOAD_-1204534174', u'CALL_-1204534090'), (u'CALL_-1204534090', u'INDIRECT_-1204533549'), ('const-0', u'CALL_-1204534090'), ('const-20464', u'PTRSUB_-1204533457'), (u'COPY_-1204533442', u'CALL_-1204533809'), ('const-17', u'PTRSUB_-1204533615'), (u'INT_NOTEQUAL_-1204533957', u'BOOL_AND_-1204533483'), (u'CALL_-1204533860', u'INDIRECT_-1204533449'), ('const-3614416', u'COPY_-1204533442'), ('tmp_810', u'PTRSUB_-1204533540'), (u'LOAD_-1204534044', u'INT_EQUAL_-1204534025'), ('const-0', u'INT_NOTEQUAL_-1204534006'), ('const-433', u'LOAD_-1204534240'), ('const-32', u'PTRSUB_-1204533583'), ('tmp_809', u'PTRSUB_-1204533523'), ('const-0', u'CALL_-1204534090'), ('const-8', u'PTRSUB_-1204533640'), (u'PTRSUB_-1204533457', u'PTRSUB_-1204533453'), ('const-0', u'CALL_-1204534228'), ('const-8', u'PTRSUB_-1204533565'), ('const--32', u'PTRSUB_-1204533511'), ('tmp_810', u'PTRSUB_-1204533579'), ('const-0', u'INT_NOTEQUAL_-1204534060'), ('tmp_479', u'CBRANCH_-1204534023'), ('tmp_810', u'PTRSUB_-1204533527'), ('const-433', u'LOAD_-1204534104'), (u'LOAD_-1204534218', u'CALL_-1204534090'), (u'CALL_-1204534090', u'INDIRECT_-1204533631'), ('tmp_1391', u'PTRSUB_-1204533597')]
[('const-8', u'PTRADD_-1204533690'), ('const-433', u'LOAD_-1204534104'), ('const-2', u'PTRADD_-1204533619'), ('const-433', u'LOAD_-1204534339'), ('const-8', u'PTRADD_-1204533589'), (u'LOAD_-1204534297', u'CALL_-1204534228'), (u'LOAD_-1204534167', u'CALL_-1204534090'), ('const-433', u'LOAD_-1204534148'), (u'CALL_-1204534228', u'INDIRECT_-1204533750'), ('tmp_443', u'CBRANCH_-1204534053'), ('tmp_1321', u'PTRADD_-1204533589'), (u'CALL_-1204534090', u'INDIRECT_-1204533598'), ('const-17', u'INT_ADD_-1204534151'), ('const-433', u'LOAD_-1204534044'), (u'PTRADD_-1204533631', u'LOAD_-1204534247'), ('tmp_1321', u'PTRADD_-1204533667'), (u'CALL_-1204533884', u'INDIRECT_-1204533589'), (u'PTRADD_-1204533526', u'CALL_-1204534090'), (u'COPY_-1204533486', u'CALL_-1204533809'), (u'CAST_-1204533535', u'LOAD_-1204534148'), ('const-433', u'LOAD_-1204534297'), ('const-8', u'PTRADD_-1204533657'), (u'LOAD_-1204534306', u'CALL_-1204534228'), (u'INT_NOTEQUAL_-1204533986', u'BOOL_AND_-1204533528'), ('tmp_1317', u'PTRSUB_-1204533611'), ('const-433', u'LOAD_-1204534313'), (u'CAST_-1204533629', u'LOAD_-1204534320'), (u'PTRADD_-1204533685', u'LOAD_-1204534339'), (u'LOAD_-1204534339', u'CALL_-1204534228'), (u'INDIRECT_-1204533678', u'MULTIEQUAL_-1204533629'), ('tmp_1321', u'PTRADD_-1204533657'), (u'CAST_-1204533579', u'LOAD_-1204534226'), ('const-0', u'CALL_-1204534090'), (u'CALL_-1204533860', u'INDIRECT_-1204533578'), (u'INT_NOTEQUAL_-1204533823', u'CBRANCH_-1204533818'), ('const-0', u'INT_NOTEQUAL_-1204534060'), ('const-8', u'PTRADD_-1204533596'), ('const-433', u'LOAD_-1204534154'), (u'CALL_-1204533809', u'INDIRECT_-1204533468'), (u'INT_NOTEQUAL_-1204534060', u'CBRANCH_-1204534053'), (u'PTRADD_-1204533982', u'CAST_-1204533483'), ('tmp_1321', u'PTRADD_-1204533631'), ('const-433', u'LOAD_-1204534226'), ('const-4', u'PTRADD_-1204533550'), (u'CALL_-1204534228', u'INDIRECT_-1204533682'), (u'PTRSUB_-1204533527', u'PTRADD_-1204533526'), ('const-2', u'PTRADD_-1204533526'), ('tmp_1317', u'PTRSUB_-1204533534'), (u'LOAD_-1204534247', u'CALL_-1204534228'), (u'LOAD_-1204534022', u'INT_NOTEQUAL_-1204534006'), ('const-1', u'PTRADD_-1204533685'), ('const-433', u'LOAD_-1204534022'), ('const-0', u'INT_EQUAL_-1204534025'), (u'LOAD_-1204534186', u'CALL_-1204534090'), ('const-0', u'INT_NOTEQUAL_-1204533986'), (u'CALL_-1204534228', u'INT_NOTEQUAL_-1204533986'), (u'INT_ADD_-1204534290', u'CAST_-1204533619'), ('const-3614416', u'COPY_-1204533486'), ('tmp_1321', u'PTRADD_-1204533596'), (u'CAST_-1204533546', u'LOAD_-1204534167'), ('const-3721656', u'COPY_-1204533484'), (u'CAST_-1204533473', u'LOAD_-1204534022'), ('tmp_1321', u'PTRADD_-1204533550'), (u'BOOL_AND_-1204533528', u'COPY_-1204533565'), ('const-92', u'CALL_-1204533809'), (u'LOAD_-1204534104', u'CALL_-1204534090'), (u'LOAD_-1204534154', u'CALL_-1204534090'), (u'INDIRECT_-1204533604', u'INT_NOTEQUAL_-1204533823'), ('const--56', u'PTRSUB_-1204533611'), (u'LOAD_-1204534148', u'CALL_-1204534090'), (u'INT_ADD_-1204534132', u'CAST_-1204533535'), (u'INT_NOTEQUAL_-1204534006', u'CBRANCH_-1204534000'), ('const-8', u'PTRADD_-1204533526'), ('const-433', u'LOAD_-1204534320'), (u'INDIRECT_-1204533616', u'INT_NOTEQUAL_-1204534060'), (u'CALL_-1204534090', u'INT_NOTEQUAL_-1204533957'), (u'CALL_-1204533809', u'INDIRECT_-1204533456'), ('const-16', u'INT_ADD_-1204534132'), (u'LOAD_-1204534320', u'CALL_-1204534228'), (u'CAST_-1204533619', u'LOAD_-1204534306'), ('const-16', u'PTRADD_-1204533982'), ('const--56', u'PTRSUB_-1204533637'), (u'LOAD_-1204534240', u'CALL_-1204534228'), ('const-8', u'PTRADD_-1204533610'), ('const--32', u'PTRSUB_-1204533534'), ('const-3720720', u'COPY_-1204533539'), ('const-433', u'LOAD_-1204534174'), (u'INT_NOTEQUAL_-1204533957', u'BOOL_AND_-1204533528'), ('const-433', u'LOAD_-1204534240'), ('tmp_1321', u'PTRADD_-1204533619'), (u'CALL_-1204534090', u'INDIRECT_-1204533610'), (u'CALL_-1204533809', u'INDIRECT_-1204533536'), ('const-0', u'CALL_-1204534228'), (u'CALL_-1204533884', u'INDIRECT_-1204533521'), (u'CAST_-1204533620', u'INT_ADD_-1204534290'), ('tmp_1317', u'PTRSUB_-1204533637'), ('tmp_1321', u'LOAD_-1204534154'), ('const-8', u'INT_ADD_-1204534304'), ('const-0', u'INT_NOTEQUAL_-1204533957'), ('const-10', u'PTRADD_-1204533596'), ('const-0', u'COPY_-1204534332'), (u'PTRSUB_-1204533534', u'CALL_-1204534090'), ('const-0', u'RETURN_-1204533903'), (u'CAST_-1204533547', u'INT_ADD_-1204534151'), ('tmp_1321', u'CAST_-1204533547'), ('tmp_734', u'BRANCH_-1204533857'), ('tmp_1319', u'INT_ADD_-1204534304'), (u'MULTIEQUAL_-1204533629', u'COPY_-1204533665'), ('const-8', u'PTRADD_-1204533619'), (u'PTRADD_-1204533619', u'CAST_-1204533579'), ('const-0', u'COPY_-1204534211'), (u'CAST_-1204533483', u'LOAD_-1204534044'), ('tmp_1317', u'PTRSUB_-1204533527'), ('tmp_1321', u'PTRADD_-1204533614'), (u'INT_ADD_-1204534304', u'CAST_-1204533629'), ('const-8', u'PTRADD_-1204533614'), ('const-0', u'CALL_-1204534090'), (u'CALL_-1204533860', u'INDIRECT_-1204533510'), ('tmp_1321', u'CAST_-1204533620'), ('tmp_1321', u'PTRADD_-1204533690'), (u'PTRADD_-1204533614', u'LOAD_-1204534218'), ('const-433', u'LOAD_-1204534306'), ('const-4', u'PTRADD_-1204533631'), ('const-433', u'LOAD_-1204534167'), (u'INT_ADD_-1204534151', u'CAST_-1204533546'), (u'CAST_-1204533647', u'LOAD_-1204534347'), (u'PTRSUB_-1204533611', u'PTRADD_-1204533610'), ('const-0', u'CALL_-1204534228'), (u'CALL_-1204534228', u'INDIRECT_-1204533688'), (u'INDIRECT_-1204533578', u'MULTIEQUAL_-1204533629'), (u'INDIRECT_-1204533678', u'PTRADD_-1204533982'), (u'CALL_-1204534228', u'INDIRECT_-1204533676'), (u'INDIRECT_-1204533536', u'COPY_-1204533592'), ('tmp_1319', u'INT_ADD_-1204534132'), ('const-433', u'LOAD_-1204534347'), (u'LOAD_-1204534044', u'INT_ADD_-1204534006'), ('const-8', u'PTRADD_-1204533667'), ('tmp_787', u'CBRANCH_-1204533818'), (u'LOAD_-1204534347', u'CALL_-1204534228'), ('tmp_517', u'CBRANCH_-1204534000'), (u'INT_EQUAL_-1204534025', u'CBRANCH_-1204534023'), ('const-20561', u'INT_ADD_-1204534006'), (u'LOAD_-1204534226', u'CALL_-1204534090'), (u'CALL_-1204534090', u'INDIRECT_-1204533616'), ('const-2', u'PTRADD_-1204533690'), ('const-8', u'PTRADD_-1204533685'), (u'CALL_-1204533884', u'INDIRECT_-1204533509'), ('const-1', u'RETURN_-1204533804'), (u'CALL_-1204534090', u'INDIRECT_-1204533678'), ('const-0', u'INT_NOTEQUAL_-1204533823'), ('const-0', u'CALL_-1204534090'), ('tmp_1321', u'LOAD_-1204534240'), (u'PTRADD_-1204533610', u'CALL_-1204534228'), ('const-3', u'PTRADD_-1204533589'), (u'COPY_-1204533484', u'CALL_-1204533809'), ('const-10', u'PTRADD_-1204533657'), (u'LOAD_-1204534313', u'CALL_-1204534228'), (u'COPY_-1204533539', u'CALL_-1204533884'), (u'LOAD_-1204534174', u'CALL_-1204534090'), ('const-0', u'CALL_-1204534228'), (u'PTRSUB_-1204533637', u'CALL_-1204534228'), ('const-0', u'CALL_-1204534090'), (u'LOAD_-1204534044', u'INT_EQUAL_-1204534025'), ('const-433', u'LOAD_-1204534218'), (u'PTRADD_-1204533596', u'LOAD_-1204534186'), ('const-1', u'PTRADD_-1204533610'), ('const-0', u'CALL_-1204534228'), ('const-433', u'LOAD_-1204534247'), ('const-0', u'INT_NOTEQUAL_-1204534006'), ('tmp_1321', u'PTRADD_-1204533685'), (u'CALL_-1204534090', u'INDIRECT_-1204533604'), ('const-3', u'PTRADD_-1204533667'), ('const-1', u'PTRADD_-1204533614'), (u'CALL_-1204533884', u'CALL_-1204533860'), (u'PTRADD_-1204533690', u'CAST_-1204533647'), ('const-8', u'PTRADD_-1204533550'), (u'COPY_-1204533565', u'RETURN_-1204533903'), (u'INT_ADD_-1204534006', u'CAST_-1204533473'), ('tmp_479', u'CBRANCH_-1204534023'), ('const-8', u'PTRADD_-1204533631'), ('const-17', u'INT_ADD_-1204534290'), (u'PTRADD_-1204533589', u'LOAD_-1204534174'), (u'PTRADD_-1204533657', u'LOAD_-1204534297'), ('const-1', u'PTRADD_-1204533982'), ('const--56', u'PTRSUB_-1204533527'), (u'LOAD_-1204534218', u'CALL_-1204534090'), (u'PTRADD_-1204533667', u'LOAD_-1204534313'), ('const-433', u'LOAD_-1204534186'), (u'CALL_-1204533860', u'INDIRECT_-1204533498'), (u'PTRADD_-1204533550', u'LOAD_-1204534104')]
null
null
002b4390
x64
O2
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n\nbool FUN_002b4390(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}\n\n" comment (function_definition "bool FUN_002b4390(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" primitive_type (function_declarator "FUN_002b4390(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long local_38 [3];" (sized_type_specifier "long" long) (array_declarator "local_38 [3]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , identifier , (binary_expression "local_38 + 1" identifier + number_literal) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (binary_expression "local_38 + 2" identifier + number_literal) , (pointer_expression "&local_20" & identifier) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" if (parenthesized_expression "((local_38[0] != 0) || (local_38[2] != 0))" ( (binary_expression "(local_38[0] != 0) || (local_38[2] != 0)" (parenthesized_expression "(local_38[0] != 0)" ( (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) != number_literal) )) || (parenthesized_expression "(local_38[2] != 0)" ( (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../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 *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" { (expression_statement "uVar3 = gettext("binary logical_and applied to section relative value");" (assignment_expression "uVar3 = gettext("binary logical_and applied to section relative value")" identifier = (call_expression "gettext("binary logical_and applied to section relative value")" identifier (argument_list "("binary logical_and applied to section relative value")" ( (string_literal ""binary logical_and applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) })) (return_statement "return lVar2 != 0 && lVar1 != 0;" return (binary_expression "lVar2 != 0 && lVar1 != 0" (binary_expression "lVar2 != 0" identifier != number_literal) && (binary_expression "lVar1 != 0" identifier != number_literal)) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value(Binary_logical_and * this, Expression_eval_info * eei)\n */\n\nuint64_t __thiscall\ngold::Binary_logical_and::value(Binary_logical_and *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar2 != 0 && uVar1 != 0);\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall\ngold::Binary_logical_and::value(Binary_logical_and *this,Expression_eval_info *eei)\n\n{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar2 != 0 && uVar1 != 0);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_logical_and::" identifier : : identifier : :) (function_declarator "value(Binary_logical_and *this,Expression_eval_info *eei)" identifier (parameter_list "(Binary_logical_and *this,Expression_eval_info *eei)" ( (parameter_declaration "Binary_logical_and *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Expression_eval_info *eei" type_identifier (pointer_declarator "*eei" * identifier)) ))) (compound_statement "{\n uint64_t uVar1;\n uint64_t uVar2;\n char *format;\n Output_section *left_section;\n uint64_t left_alignment;\n Output_section *right_section;\n uint64_t right_alignment;\n \n left_alignment = 0;\n uVar1 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n right_alignment = 0;\n uVar2 = Expression::eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);\n if ((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }\n }\n return (ulong)(uVar2 != 0 && uVar1 != 0);\n}" { (declaration "uint64_t uVar1;" primitive_type identifier ;) (declaration "uint64_t uVar2;" primitive_type identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "Output_section *left_section;" type_identifier (pointer_declarator "*left_section" * identifier) ;) (declaration "uint64_t left_alignment;" primitive_type identifier ;) (declaration "Output_section *right_section;" type_identifier (pointer_declarator "*right_section" * identifier) ;) (declaration "uint64_t right_alignment;" primitive_type identifier ;) (expression_statement "left_alignment = 0;" (assignment_expression "left_alignment = 0" identifier = number_literal) ;) (ERROR "uVar1 = Expression::" (assignment_expression "uVar1 = Expression" identifier = identifier) : :) (expression_statement "eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);" (call_expression "eval_maybe_dot\n ((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" identifier (argument_list "((this->super_Binary_expression).left_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &left_section,&left_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" ( (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) , (field_expression "eei->symtab" identifier -> field_identifier) , (field_expression "eei->layout" identifier -> field_identifier) , (field_expression "eei->check_assertions" identifier -> field_identifier) , (field_expression "eei->is_dot_available" identifier -> field_identifier) , (field_expression "eei->dot_value" identifier -> field_identifier) , (field_expression "eei->dot_section" identifier -> field_identifier) , (pointer_expression "&left_section" & identifier) , (pointer_expression "&left_alignment" & identifier) , (cast_expression "(STT *)0x0" ( (type_descriptor "STT *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(STV *)0x0" ( (type_descriptor "STV *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , false , (field_expression "eei->is_valid_pointer" identifier -> field_identifier) ))) ;) (expression_statement "right_alignment = 0;" (assignment_expression "right_alignment = 0" identifier = number_literal) ;) (ERROR "uVar2 = Expression::" (assignment_expression "uVar2 = Expression" identifier = identifier) : :) (expression_statement "eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer);" (call_expression "eval_maybe_dot\n ((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" identifier (argument_list "((this->super_Binary_expression).right_,eei->symtab,eei->layout,\n eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section,\n &right_section,&right_alignment,(STT *)0x0,(STV *)0x0,(uchar *)0x0,false,\n eei->is_valid_pointer)" ( (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) , (field_expression "eei->symtab" identifier -> field_identifier) , (field_expression "eei->layout" identifier -> field_identifier) , (field_expression "eei->check_assertions" identifier -> field_identifier) , (field_expression "eei->is_dot_available" identifier -> field_identifier) , (field_expression "eei->dot_value" identifier -> field_identifier) , (field_expression "eei->dot_section" identifier -> field_identifier) , (pointer_expression "&right_section" & identifier) , (pointer_expression "&right_alignment" & identifier) , (cast_expression "(STT *)0x0" ( (type_descriptor "STT *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(STV *)0x0" ( (type_descriptor "STV *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , false , (field_expression "eei->is_valid_pointer" identifier -> field_identifier) ))) ;) (if_statement "if ((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)) {\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }\n }" if (parenthesized_expression "((left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0))" ( (binary_expression "(left_section != (Output_section *)0x0) || (right_section != (Output_section *)0x0)" (parenthesized_expression "(left_section != (Output_section *)0x0)" ( (binary_expression "left_section != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(right_section != (Output_section *)0x0)" ( (binary_expression "right_section != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }\n }" { (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 ") ))) ;) })) (if_statement "if ((parameters->options_->relocatable_).value != false) {\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }" if (parenthesized_expression "((parameters->options_->relocatable_).value != false)" ( (binary_expression "(parameters->options_->relocatable_).value != false" (field_expression "(parameters->options_->relocatable_).value" (parenthesized_expression "(parameters->options_->relocatable_)" ( (field_expression "parameters->options_->relocatable_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n format = (char *)gettext("binary logical_and applied to section relative value");\n gold_warning(format);\n }" { (expression_statement "format = (char *)gettext("binary logical_and applied to section relative value");" (assignment_expression "format = (char *)gettext("binary logical_and applied to section relative value")" identifier = (cast_expression "(char *)gettext("binary logical_and applied to section relative value")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("binary logical_and applied to section relative value")" identifier (argument_list "("binary logical_and applied to section relative value")" ( (string_literal ""binary logical_and applied to section relative value"" " string_content ") ))))) ;) (expression_statement "gold_warning(format);" (call_expression "gold_warning(format)" identifier (argument_list "(format)" ( identifier ))) ;) })) })) (return_statement "return (ulong)(uVar2 != 0 && uVar1 != 0);" return (call_expression "(ulong)(uVar2 != 0 && uVar1 != 0)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 != 0 && uVar1 != 0)" ( (binary_expression "uVar2 != 0 && uVar1 != 0" (binary_expression "uVar2 != 0" identifier != number_literal) && (binary_expression "uVar1 != 0" identifier != number_literal)) ))) ;) })))
(translation_unit "bool FUN_002b4390(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}\n\n" (function_definition "bool FUN_002b4390(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" primitive_type (function_declarator "FUN_002b4390(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long local_38 [3];" (sized_type_specifier "long" long) (array_declarator "local_38 [3]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , identifier , (binary_expression "local_38 + 1" identifier + number_literal) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier = (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" ( (pointer_expression "*(undefined8 *)(param_1 + 0x10)" * (cast_expression "(undefined8 *)(param_1 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" * (cast_expression "(undefined1 *)((long)param_2 + 0x11)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x11)" ( (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (subscript_expression "param_2[3]" identifier [ number_literal ]) , (subscript_expression "param_2[4]" identifier [ number_literal ]) , (binary_expression "local_38 + 2" identifier + number_literal) , (pointer_expression "&local_20" & identifier) , number_literal , number_literal , number_literal , number_literal , (subscript_expression "param_2[10]" identifier [ number_literal ]) )))) ;) (if_statement "if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" if (parenthesized_expression "((local_38[0] != 0) || (local_38[2] != 0))" ( (binary_expression "(local_38[0] != 0) || (local_38[2] != 0)" (parenthesized_expression "(local_38[0] != 0)" ( (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) != number_literal) )) || (parenthesized_expression "(local_38[2] != 0)" ( (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../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 *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" { (expression_statement "uVar3 = gettext("binary logical_and applied to section relative value");" (assignment_expression "uVar3 = gettext("binary logical_and applied to section relative value")" identifier = (call_expression "gettext("binary logical_and applied to section relative value")" identifier (argument_list "("binary logical_and applied to section relative value")" ( (string_literal ""binary logical_and applied to section relative value"" " string_content ") )))) ;) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) })) })) (return_statement "return lVar2 != 0 && lVar1 != 0;" return (binary_expression "lVar2 != 0 && lVar1 != 0" (binary_expression "lVar2 != 0" identifier != number_literal) && (binary_expression "lVar1 != 0" identifier != number_literal)) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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) )))) , (pointer_expression * IDENT) , (subscript_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 (sized_type_specifier long)) ) IDENT) + LIT) )))) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , IDENT , (binary_expression IDENT + LIT) , LIT , LIT , LIT , LIT , (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_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) )))) , (pointer_expression * IDENT) , (subscript_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 (sized_type_specifier long)) ) IDENT) + LIT) )))) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , (binary_expression IDENT + LIT) , (pointer_expression & IDENT) , LIT , LIT , LIT , LIT , (subscript_expression IDENT [ LIT ]) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (return_statement return (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) ;) })))
(function_definition "bool FUN_002b4390(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" (primitive_type "bool") (function_declarator "FUN_002b4390(long param_1,undefined8 *param_2)" (identifier "FUN_002b4390") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 uVar3;\n long local_38 [3];\n undefined8 local_20;\n \n local_38[1] = 0;\n lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);\n local_20 = 0;\n lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);\n if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }\n return lVar2 != 0 && lVar1 != 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long local_38 [3];" (sized_type_specifier "long" (long "long")) (array_declarator "local_38 [3]" (identifier "local_38") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "local_38[1] = 0;" (assignment_expression "local_38[1] = 0" (subscript_expression "local_38[1]" (identifier "local_38") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10]);" (assignment_expression "lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (identifier "lVar1") (= "=") (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (identifier "FUN_002b1020") (argument_list "(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2)\n ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38,\n local_38 + 1,0,0,0,0,param_2[10])" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + 0x11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x11)" (( "(") (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x11")) () ")")))) (, ",") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (, ",") (identifier "local_38") (, ",") (binary_expression "local_38 + 1" (identifier "local_38") (+ "+") (number_literal "1")) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) () ")")))) (; ";")) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" (identifier "local_20") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]);" (assignment_expression "lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (identifier "lVar2") (= "=") (call_expression "FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (identifier "FUN_002b1020") (argument_list "(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1],\n *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3]\n ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10])" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)((long)param_2 + 0x11)" (* "*") (cast_expression "(undefined1 *)((long)param_2 + 0x11)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x11)" (( "(") (binary_expression "(long)param_2 + 0x11" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x11")) () ")")))) (, ",") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (, ",") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (, ",") (binary_expression "local_38 + 2" (identifier "local_38") (+ "+") (number_literal "2")) (, ",") (pointer_expression "&local_20" (& "&") (identifier "local_20")) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (subscript_expression "param_2[10]" (identifier "param_2") ([ "[") (number_literal "10") (] "]")) () ")")))) (; ";")) (if_statement "if ((local_38[0] != 0) || (local_38[2] != 0)) {\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" (if "if") (parenthesized_expression "((local_38[0] != 0) || (local_38[2] != 0))" (( "(") (binary_expression "(local_38[0] != 0) || (local_38[2] != 0)" (parenthesized_expression "(local_38[0] != 0)" (( "(") (binary_expression "local_38[0] != 0" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(local_38[2] != 0)" (( "(") (binary_expression "local_38[2] != 0" (subscript_expression "local_38[2]" (identifier "local_38") ([ "[") (number_literal "2") (] "]")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }\n }" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (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 *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') {\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5051")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar3 = gettext("binary logical_and applied to section relative value");\n FUN_001783d0(uVar3);\n }" ({ "{") (expression_statement "uVar3 = gettext("binary logical_and applied to section relative value");" (assignment_expression "uVar3 = gettext("binary logical_and applied to section relative value")" (identifier "uVar3") (= "=") (call_expression "gettext("binary logical_and applied to section relative value")" (identifier "gettext") (argument_list "("binary logical_and applied to section relative value")" (( "(") (string_literal ""binary logical_and applied to section relative value"" (" """) (string_content "binary logical_and applied to section relative value") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001783d0(uVar3);" (call_expression "FUN_001783d0(uVar3)" (identifier "FUN_001783d0") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return lVar2 != 0 && lVar1 != 0;" (return "return") (binary_expression "lVar2 != 0 && lVar1 != 0" (binary_expression "lVar2 != 0" (identifier "lVar2") (!= "!=") (number_literal "0")) (&& "&&") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Binary_logical_and * this, Expression_eval_info * eei) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this,type_2 *eei) { uint64_t var_8; uint64_t var_7; char *format; type_3 *var_2; uint64_t left_alignment; type_3 *var_3; uint64_t right_alignment; left_alignment = 0; var_8 = Expression::var_1 ((this->super_Binary_expression).left_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &var_2,&left_alignment,(type_4 *)0x0,(type_5 *)0x0,(type_6 *)0x0,false, eei->is_valid_pointer); right_alignment = 0; var_7 = Expression::var_1 ((this->super_Binary_expression).right_,eei->symtab,eei->layout, eei->check_assertions,eei->is_dot_available,eei->dot_value,eei->dot_section, &var_3,&right_alignment,(type_4 *)0x0,(type_5 *)0x0,(type_6 *)0x0,false, eei->is_valid_pointer); if ((var_2 != (type_3 *)0x0) || (var_3 != (type_3 *)0x0)) { if (parameters->options_ == (type_7 *)0x0) { /* WARNING: Subroutine does not return */ var_4("../../gold/parameters.h",0x5c,"options"); } if ((parameters->options_->relocatable_).function_1 != false) { format = (char *)var_5("binary logical_and applied to section relative value"); var_6(format); } } return (ulong)(var_7 != 0 && var_8 != 0); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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))))) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal)) (number_literal) (number_literal) (number_literal) (number_literal) (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_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))))) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)) (number_literal) (number_literal) (number_literal) (number_literal) (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (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)))))))) (return_statement (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))
null
/* WARNING: Type propagation algorithm not settling */ bool MASKED(long param_1,undefined8 *param_2) { long lVar1; long lVar2; undefined8 uVar3; long local_38 [3]; undefined8 local_20; local_38[1] = 0; lVar1 = FUN_002b1020(*(undefined8 *)(param_1 + 8),*param_2,param_2[1],*(undefined1 *)(param_2 + 2) ,*(undefined1 *)((long)param_2 + 0x11),param_2[3],param_2[4],local_38, local_38 + 1,0,0,0,0,param_2[10]); local_20 = 0; lVar2 = FUN_002b1020(*(undefined8 *)(param_1 + 0x10),*param_2,param_2[1], *(undefined1 *)(param_2 + 2),*(undefined1 *)((long)param_2 + 0x11),param_2[3] ,param_2[4],local_38 + 2,&local_20,0,0,0,0,param_2[10]); if ((local_38[0] != 0) || (local_38[2] != 0)) { if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5051) != '\0') { uVar3 = gettext("binary logical_and applied to section relative value"); FUN_001783d0(uVar3); } } return lVar2 != 0 && lVar1 != 0; }
605_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
_M_dispose
FUN_0014ef0a
/* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.4] */ void std::wstring::_Rep::_M_dispose(allocator *param_1) { allocator *paVar1; int iVar2; if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 0x10); *(int *)(param_1 + 0x10) = iVar2 + -1; } else { LOCK(); paVar1 = param_1 + 0x10; iVar2 = *(int *)paVar1; *(int *)paVar1 = *(int *)paVar1 + -1; UNLOCK(); } if (iVar2 < 1) { _M_destroy(param_1); return; } return; }
void FUN_0014ef0a(long param_1) { int *piVar1; int iVar2; if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 0x10); *(int *)(param_1 + 0x10) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(param_1 + 0x10); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002dac70(); return; } return; }
CMP qword ptr [0x0043dee8],0x0 JZ 0x0014ef1e OR EAX,0xffffffff XADD.LOCK dword ptr [RDI + 0x10],EAX JMP 0x0014ef27 MOV EAX,dword ptr [RDI + 0x10] LEA EDX,[RAX + -0x1] MOV dword ptr [RDI + 0x10],EDX TEST EAX,EAX JG 0x0014ef30 JMP 0x00355c20 RET
null
null
null
null
[(u'MULTIEQUAL_-1207177234', u'COPY_-1207177287'), ('tmp_183', u'PTRADD_-1207177305'), ('const-17', u'CALLOTHER_-1207177419'), (u'LOAD_-1207177420', u'INT_ADD_-1207177402'), ('tmp_183', u'PTRADD_-1207177318'), (u'STORE_-1207177365', u'INDIRECT_-1207177237'), (u'CAST_-1207177230', u'STORE_-1207177365'), ('const-433', u'STORE_-1207177365'), ('const-4294967295', u'INT_ADD_-1207177402'), (u'LOAD_-1207177380', u'INT_ADD_-1207177287'), ('const-433', u'LOAD_-1207177380'), ('tmp_28', u'CBRANCH_-1207177439'), (u'LOAD_-1207177380', u'MULTIEQUAL_-1207177242'), ('tmp_377', u'INT_EQUAL_-1207177446'), ('const-1', u'PTRADD_-1207177362'), ('const-16', u'PTRADD_-1207177305'), (u'INT_ADD_-1207177287', u'STORE_-1207177365'), (u'INT_ADD_-1207177402', u'STORE_-1207177414'), (u'INDIRECT_-1207177251', u'MULTIEQUAL_-1207177234'), ('tmp_139', u'CBRANCH_-1207177373'), (u'CAST_-1207177237', u'LOAD_-1207177380'), ('const-0', u'RETURN_-1207177364'), ('const-0', u'INT_EQUAL_-1207177446'), (u'CAST_-1207177241', u'LOAD_-1207177418'), (u'PTRADD_-1207177362', u'CAST_-1207177241'), (u'INDIRECT_-1207177234', u'COPY_-1207177293'), (u'PTRADD_-1207177318', u'CAST_-1207177237'), (u'CAST_-1207177240', u'STORE_-1207177414'), ('const-1', u'PTRADD_-1207177318'), ('const-4294967295', u'INT_ADD_-1207177287'), (u'STORE_-1207177414', u'INDIRECT_-1207177251'), ('const-433', u'STORE_-1207177414'), ('const-433', u'LOAD_-1207177420'), (u'PTRADD_-1207177362', u'CAST_-1207177240'), ('const-1', u'INT_SLESS_-1207177366'), ('const-1', u'PTRADD_-1207177305'), ('const-0', u'RETURN_-1207177356'), ('const-16', u'PTRADD_-1207177362'), (u'PTRADD_-1207177305', u'CAST_-1207177230'), (u'INDIRECT_-1207177237', u'MULTIEQUAL_-1207177234'), ('tmp_183', u'PTRADD_-1207177362'), (u'MULTIEQUAL_-1207177242', u'INT_SLESS_-1207177366'), (u'INT_SLESS_-1207177366', u'CBRANCH_-1207177373'), (u'CAST_-1207177242', u'LOAD_-1207177420'), (u'LOAD_-1207177418', u'MULTIEQUAL_-1207177242'), ('tmp_183', u'CALL_-1207177368'), (u'PTRADD_-1207177362', u'CAST_-1207177242'), (u'CALL_-1207177368', u'INDIRECT_-1207177234'), ('const-16', u'PTRADD_-1207177318'), ('const-433', u'LOAD_-1207177418'), (u'INT_EQUAL_-1207177446', u'CBRANCH_-1207177439'), ('tmp_106', u'BRANCH_-1207177400'), ('const-18', u'CALLOTHER_-1207177401')]
[(u'MULTIEQUAL_-1207177234', u'COPY_-1207177287'), ('const-433', u'LOAD_-1207177418'), (u'STORE_-1207177414', u'INDIRECT_-1207177251'), ('const-17', u'CALLOTHER_-1207177419'), (u'LOAD_-1207177420', u'INT_ADD_-1207177402'), (u'STORE_-1207177365', u'INDIRECT_-1207177237'), (u'CAST_-1207177230', u'STORE_-1207177365'), ('const-1', u'INT_SLESS_-1207177366'), ('const-4294967295', u'INT_ADD_-1207177402'), ('const-16', u'INT_ADD_-1207177351'), (u'INT_ADD_-1207177408', u'CAST_-1207177242'), ('const-0', u'RETURN_-1207177356'), (u'LOAD_-1207177380', u'INT_ADD_-1207177287'), ('const-16', u'INT_ADD_-1207177408'), ('tmp_28', u'CBRANCH_-1207177439'), ('const-16', u'INT_ADD_-1207177364'), (u'LOAD_-1207177380', u'MULTIEQUAL_-1207177242'), ('tmp_377', u'INT_EQUAL_-1207177446'), (u'INDIRECT_-1207177237', u'MULTIEQUAL_-1207177234'), (u'CAST_-1207177242', u'LOAD_-1207177418'), (u'MULTIEQUAL_-1207177242', u'INT_SLESS_-1207177366'), ('const-433', u'LOAD_-1207177420'), (u'INT_ADD_-1207177364', u'CAST_-1207177237'), (u'INT_ADD_-1207177287', u'STORE_-1207177365'), (u'INT_SLESS_-1207177366', u'CBRANCH_-1207177373'), (u'INT_ADD_-1207177402', u'STORE_-1207177414'), (u'INDIRECT_-1207177251', u'MULTIEQUAL_-1207177234'), ('const-433', u'STORE_-1207177414'), ('tmp_139', u'CBRANCH_-1207177373'), (u'CAST_-1207177242', u'LOAD_-1207177420'), (u'CAST_-1207177237', u'LOAD_-1207177380'), ('tmp_326', u'INT_ADD_-1207177351'), ('const-0', u'RETURN_-1207177364'), (u'LOAD_-1207177418', u'MULTIEQUAL_-1207177242'), ('const-0', u'INT_EQUAL_-1207177446'), ('const-433', u'STORE_-1207177365'), ('const-433', u'LOAD_-1207177380'), (u'CALL_-1207177368', u'INDIRECT_-1207177234'), (u'INDIRECT_-1207177234', u'COPY_-1207177293'), (u'INT_ADD_-1207177351', u'CAST_-1207177230'), (u'INT_EQUAL_-1207177446', u'CBRANCH_-1207177439'), ('tmp_106', u'BRANCH_-1207177400'), ('tmp_326', u'INT_ADD_-1207177408'), ('const-4294967295', u'INT_ADD_-1207177287'), (u'CAST_-1207177242', u'STORE_-1207177414'), ('const-18', u'CALLOTHER_-1207177401'), ('tmp_326', u'INT_ADD_-1207177364')]
null
null
0014ef0a
x64
O2
(translation_unit "void FUN_0014ef0a(long param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0014ef0a(long param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0014ef0a(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar2 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(param_1 + 0x10);" (assignment_expression "piVar1 = (int *)(param_1 + 0x10)" identifier = (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002dac70();\n return;\n }" { (expression_statement "thunk_FUN_002dac70();" (call_expression "thunk_FUN_002dac70()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.4] */\n\nvoid std::wstring::_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n _M_destroy(param_1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void std::wstring::_Rep::_M_dispose(allocator *param_1)\n\n{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n _M_destroy(param_1);\n return;\n }\n return;\n}" primitive_type (ERROR "std::wstring::_Rep::" identifier : : identifier : : identifier : :) (function_declarator "_M_dispose(allocator *param_1)" identifier (parameter_list "(allocator *param_1)" ( (parameter_declaration "allocator *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n allocator *paVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n _M_destroy(param_1);\n return;\n }\n return;\n}" { (declaration "allocator *paVar1;" type_identifier (pointer_declarator "*paVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar2 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n paVar1 = param_1 + 0x10;\n iVar2 = *(int *)paVar1;\n *(int *)paVar1 = *(int *)paVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "paVar1 = param_1 + 0x10;" (assignment_expression "paVar1 = param_1 + 0x10" identifier = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (expression_statement "iVar2 = *(int *)paVar1;" (assignment_expression "iVar2 = *(int *)paVar1" identifier = (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(int *)paVar1 = *(int *)paVar1 + -1;" (assignment_expression "*(int *)paVar1 = *(int *)paVar1 + -1" (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "*(int *)paVar1 + -1" (pointer_expression "*(int *)paVar1" * (cast_expression "(int *)paVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n _M_destroy(param_1);\n return;\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n _M_destroy(param_1);\n return;\n }" { (expression_statement "_M_destroy(param_1);" (call_expression "_M_destroy(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0014ef0a(long param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0014ef0a(long param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0014ef0a(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar2 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(param_1 + 0x10);" (assignment_expression "piVar1 = (int *)(param_1 + 0x10)" identifier = (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_002dac70();\n return;\n }" { (expression_statement "thunk_FUN_002dac70();" (call_expression "thunk_FUN_002dac70()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_0014ef0a(long param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014ef0a(long param_1)" (identifier "FUN_0014ef0a") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_0043dee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(param_1 + 0x10);\n *(int *)(param_1 + 0x10) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar2 = *(int *)(param_1 + 0x10)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_1 + 0x10)" (* "*") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*(int *)(param_1 + 0x10) = iVar2 + -1;" (assignment_expression "*(int *)(param_1 + 0x10) = iVar2 + -1" (pointer_expression "*(int *)(param_1 + 0x10)" (* "*") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(param_1 + 0x10);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(param_1 + 0x10);" (assignment_expression "piVar1 = (int *)(param_1 + 0x10)" (identifier "piVar1") (= "=") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_002dac70();\n return;\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_002dac70();\n return;\n }" ({ "{") (expression_statement "thunk_FUN_002dac70();" (call_expression "thunk_FUN_002dac70()" (identifier "thunk_FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wstring::_Rep::_M_dispose(std::allocator<wchar_t> const&) [clone .part.4] */ void std::wstring::_Rep::function_1(type_1 *var_2) { type_1 *paVar1; int var_3; if (var_1 == (type_2 *)0x0) { var_3 = *(int *)(var_2 + 0x10); *(int *)(var_2 + 0x10) = var_3 + -1; } else { var_4(); paVar1 = var_2 + 0x10; var_3 = *(int *)paVar1; *(int *)paVar1 = *(int *)paVar1 + -1; var_5(); } if (var_3 < 1) { var_6(var_2); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) 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: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (return_statement))))
null
void MASKED(long param_1) { int *piVar1; int iVar2; if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { iVar2 = *(int *)(param_1 + 0x10); *(int *)(param_1 + 0x10) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(param_1 + 0x10); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_002dac70(); return; } return; }
3774_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
Deferred_layout
FUN_001e1940
/* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name, uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */ void __thiscall gold::Sized_relobj_file<32,_false>::Deferred_layout::Deferred_layout (Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx, uint reloc_type) { undefined8 uVar1; size_t sVar2; char *pcVar3; pcVar3 = (char *)0xffffffffffffffff; (this->name_)._M_dataplus._M_p = (pointer)&(this->name_).field_2; if (name != (char *)0x0) { sVar2 = strlen(name); pcVar3 = name + sVar2; } std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: _M_construct<char_const*>(&this->name_,name,pcVar3); this->shndx_ = shndx; this->reloc_shndx_ = reloc_shndx; this->reloc_type_ = reloc_type; uVar1 = *(undefined8 *)(pshdr + 8); *(undefined8 *)this->shdr_data_ = *(undefined8 *)pshdr; *(undefined8 *)(this->shdr_data_ + 8) = uVar1; uVar1 = *(undefined8 *)(pshdr + 0x18); *(undefined8 *)(this->shdr_data_ + 0x10) = *(undefined8 *)(pshdr + 0x10); *(undefined8 *)(this->shdr_data_ + 0x18) = uVar1; uVar1 = *(undefined8 *)(pshdr + 0x20); *(uint *)(this->shdr_data_ + 4) = sh_type; *(undefined8 *)(this->shdr_data_ + 0x20) = uVar1; return; }
void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4, undefined8 *param_5,undefined4 param_6,undefined4 param_7) { undefined8 uVar1; size_t sVar2; char *pcVar3; pcVar3 = (char *)0xffffffffffffffff; *param_1 = (long)(param_1 + 2); if (param_3 != (char *)0x0) { sVar2 = strlen(param_3); pcVar3 = param_3 + sVar2; } FUN_001723b0(param_1,param_3,pcVar3); *(undefined4 *)(param_1 + 4) = param_2; *(undefined4 *)((long)param_1 + 0x24) = param_6; *(undefined4 *)(param_1 + 5) = param_7; uVar1 = param_5[1]; *(undefined8 *)((long)param_1 + 0x2c) = *param_5; *(undefined8 *)((long)param_1 + 0x34) = uVar1; uVar1 = param_5[3]; *(undefined8 *)((long)param_1 + 0x3c) = param_5[2]; *(undefined8 *)((long)param_1 + 0x44) = uVar1; uVar1 = param_5[4]; *(undefined4 *)(param_1 + 6) = param_4; *(undefined8 *)((long)param_1 + 0x4c) = uVar1; return; }
PUSH R15 LEA RAX,[RDI + 0x10] MOV R15,R8 PUSH R14 MOV R14D,ESI PUSH R13 MOV R13D,R9D PUSH R12 MOV R12D,ECX PUSH RBP MOV RBP,RDX MOV RDX,-0x1 PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV qword ptr [RDI],RAX TEST RBP,RBP JZ 0x001e1980 MOV RDI,RBP CALL 0x00149490 LEA RDX,[RBP + RAX*0x1] MOV RSI,RBP MOV RDI,RBX CALL 0x001723b0 MOV EAX,dword ptr [RSP + 0x40] MOV dword ptr [RBX + 0x20],R14D MOV dword ptr [RBX + 0x24],R13D MOV dword ptr [RBX + 0x28],EAX MOVDQU XMM0,xmmword ptr [R15] MOVUPS xmmword ptr [RBX + 0x2c],XMM0 MOVDQU XMM1,xmmword ptr [R15 + 0x10] MOVUPS xmmword ptr [RBX + 0x3c],XMM1 MOV RDX,qword ptr [R15 + 0x20] MOV dword ptr [RBX + 0x30],R12D MOV qword ptr [RBX + 0x4c],RDX ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET
null
null
null
null
[('const-1', u'PTRADD_-1207887372'), ('tmp_351', u'CALL_-1207887437'), ('const-1', u'PTRADD_-1207887097'), (u'PTRSUB_-1207887091', u'PTRADD_-1207887091'), (u'CAST_-1207887099', u'LOAD_-1207887218'), (u'PTRSUB_-1207887136', u'STORE_-1207887394'), ('const-433', u'STORE_-1207887466'), ('const-1', u'PTRADD_-1207887169'), (u'PTRSUB_-1207887131', u'STORE_-1207887387'), (u'PTRADD_-1207887307', u'CAST_-1207887100'), ('const-433', u'STORE_-1207887401'), ('const-0', u'PTRSUB_-1207887162'), ('tmp_349', u'PTRSUB_-1207887091'), ('tmp_353', u'PTRADD_-1207887169'), (u'PTRSUB_-1207887132', u'CALL_-1207887413'), ('tmp_349', u'PTRSUB_-1207887131'), ('const-433', u'LOAD_-1207887233'), (u'CAST_-1207887106', u'STORE_-1207887225'), ('const-433', u'STORE_-1207887209'), ('const-16', u'PTRADD_-1207887109'), (u'PTRADD_-1207887169', u'CAST_-1207887112'), ('tmp_349', u'PTRSUB_-1207887109'), ('const-433', u'LOAD_-1207887218'), ('const-433', u'STORE_-1207887387'), ('const-433', u'STORE_-1207887208'), ('const-36', u'PTRSUB_-1207887136'), (u'CAST_-1207887105', u'STORE_-1207887224'), ('const-8', u'PTRADD_-1207887169'), ('const-16', u'PTRADD_-1207887307'), ('const-4', u'PTRADD_-1207887097'), ('tmp_349', u'PTRSUB_-1207887136'), ('const-24', u'PTRADD_-1207887107'), ('tmp_349', u'PTRSUB_-1207887122'), ('const-433', u'STORE_-1207887394'), (u'CAST_-1207887100', u'LOAD_-1207887219'), ('const-1', u'PTRADD_-1207887109'), (u'PTRSUB_-1207887121', u'PTRADD_-1207887121'), ('const-433', u'LOAD_-1207887234'), ('const-44', u'PTRSUB_-1207887109'), (u'PTRADD_-1207887291', u'CAST_-1207887086'), ('const-32', u'PTRADD_-1207887091'), (u'PTRADD_-1207887091', u'CAST_-1207887076'), ('const-433', u'STORE_-1207887224'), ('const-0', u'PTRSUB_-1207887221'), (u'PTRADD_-1207887097', u'CAST_-1207887081'), (u'CAST_-1207887162', u'STORE_-1207887466'), (u'PTRSUB_-1207887107', u'PTRADD_-1207887107'), ('const-24', u'PTRADD_-1207887154'), ('const-0', u'PTRSUB_-1207887161'), ('const--1', u'COPY_-1207887498'), ('const-32', u'PTRSUB_-1207887141'), (u'PTRSUB_-1207887178', u'PTRSUB_-1207887162'), ('tmp_354', u'STORE_-1207887394'), (u'LOAD_-1207887219', u'STORE_-1207887209'), ('tmp_349', u'PTRSUB_-1207887132'), ('const-433', u'STORE_-1207887225'), (u'CAST_-1207887113', u'LOAD_-1207887234'), ('tmp_353', u'PTRADD_-1207887154'), (u'PTRSUB_-1207887109', u'PTRADD_-1207887109'), (u'PTRSUB_-1207887162', u'PTRSUB_-1207887161'), (u'CAST_-1207887092', u'STORE_-1207887209'), ('tmp_349', u'PTRSUB_-1207887121'), (u'CAST_-1207887086', u'LOAD_-1207887353'), ('const-1', u'PTRADD_-1207887091'), ('const-1', u'PTRADD_-1207887291'), (u'PTRSUB_-1207887141', u'STORE_-1207887401'), (u'LOAD_-1207887233', u'STORE_-1207887224'), ('tmp_349', u'PTRSUB_-1207887107'), ('const-0', u'INT_NOTEQUAL_-1207887449'), ('const-1', u'PTRADD_-1207887121'), ('tmp_349', u'PTRSUB_-1207887141'), (u'PTRADD_-1207887109', u'CAST_-1207887092'), ('const-0', u'RETURN_-1207887276'), ('const-40', u'PTRSUB_-1207887131'), (u'CAST_-1207887112', u'LOAD_-1207887233'), ('const-0', u'PTRSUB_-1207887132'), ('tmp_355', u'STORE_-1207887387'), (u'INT_NOTEQUAL_-1207887449', u'CBRANCH_-1207887448'), ('const-433', u'LOAD_-1207887219'), ('tmp_353', u'PTRADD_-1207887291'), ('const-44', u'PTRSUB_-1207887097'), ('const-433', u'STORE_-1207887337'), ('const-433', u'STORE_-1207887344'), (u'PTRSUB_-1207887204', u'CAST_-1207887162'), ('const-0', u'PTRSUB_-1207887178'), (u'LOAD_-1207887353', u'STORE_-1207887337'), ('tmp_351', u'INT_NOTEQUAL_-1207887449'), ('const-1', u'PTRADD_-1207887107'), ('const-44', u'PTRSUB_-1207887122'), ('const-1', u'PTRADD_-1207887307'), (u'PTRSUB_-1207887161', u'STORE_-1207887466'), ('tmp_349', u'PTRSUB_-1207887178'), (u'CAST_-1207887091', u'STORE_-1207887208'), ('tmp_352', u'STORE_-1207887344'), ('tmp_128', u'CBRANCH_-1207887448'), ('tmp_350', u'STORE_-1207887401'), ('tmp_349', u'PTRSUB_-1207887221'), ('const-44', u'PTRSUB_-1207887121'), (u'LOAD_-1207887218', u'STORE_-1207887208'), (u'PTRADD_-1207887154', u'CAST_-1207887099'), (u'CAST_-1207887076', u'STORE_-1207887337'), (u'COPY_-1207887498', u'MULTIEQUAL_-1207887276'), ('const-433', u'LOAD_-1207887353'), ('tmp_349', u'PTRSUB_-1207887097'), (u'CALL_-1207887437', u'PTRADD_-1207887372'), (u'PTRSUB_-1207887221', u'PTRSUB_-1207887204'), ('const-44', u'PTRSUB_-1207887107'), ('const-8', u'PTRADD_-1207887121'), (u'MULTIEQUAL_-1207887276', u'CALL_-1207887413'), (u'PTRADD_-1207887121', u'CAST_-1207887105'), ('const-32', u'PTRADD_-1207887291'), ('const-16', u'PTRSUB_-1207887204'), ('const-44', u'PTRSUB_-1207887091'), (u'LOAD_-1207887234', u'STORE_-1207887225'), ('const-1', u'PTRADD_-1207887154'), ('tmp_351', u'CALL_-1207887413'), (u'PTRSUB_-1207887097', u'PTRADD_-1207887097'), (u'PTRADD_-1207887372', u'MULTIEQUAL_-1207887276'), (u'CAST_-1207887081', u'STORE_-1207887344'), ('tmp_353', u'CAST_-1207887113'), ('tmp_351', u'PTRADD_-1207887372'), (u'PTRSUB_-1207887122', u'CAST_-1207887106'), (u'PTRADD_-1207887107', u'CAST_-1207887091'), ('tmp_353', u'PTRADD_-1207887307')]
[('const-433', u'LOAD_-1207887353'), (u'INT_ADD_-1207887323', u'CAST_-1207887082'), (u'CAST_-1207887098', u'INT_ADD_-1207887188'), (u'CAST_-1207887111', u'STORE_-1207887221'), ('const-5', u'PTRADD_-1207887132'), ('const-433', u'STORE_-1207887221'), ('tmp_584', u'CALL_-1207887437'), ('const-433', u'STORE_-1207887205'), ('const-433', u'STORE_-1207887344'), (u'PTRADD_-1207887132', u'CAST_-1207887123'), (u'PTRADD_-1207887128', u'LOAD_-1207887230'), ('const-6', u'PTRADD_-1207887101'), ('const-3', u'PTRADD_-1207887117'), ('const-433', u'LOAD_-1207887230'), (u'PTRADD_-1207887118', u'LOAD_-1207887216'), ('const-8', u'PTRADD_-1207887219'), ('const-8', u'PTRADD_-1207887132'), ('tmp_584', u'PTRADD_-1207887372'), ('const-8', u'PTRADD_-1207887141'), ('const-1', u'PTRADD_-1207887128'), (u'CAST_-1207887113', u'STORE_-1207887222'), ('const-433', u'STORE_-1207887337'), (u'CAST_-1207887114', u'INT_ADD_-1207887360'), (u'CAST_-1207887088', u'STORE_-1207887344'), (u'CAST_-1207887083', u'INT_ADD_-1207887323'), (u'CAST_-1207887100', u'INT_ADD_-1207887344'), (u'PTRADD_-1207887101', u'CAST_-1207887088'), ('const-2', u'PTRADD_-1207887118'), (u'LOAD_-1207887216', u'STORE_-1207887206'), ('tmp_576', u'PTRADD_-1207887128'), ('const-68', u'INT_ADD_-1207887188'), ('const-60', u'INT_ADD_-1207887344'), (u'INT_ADD_-1207887360', u'CAST_-1207887113'), ('tmp_575', u'PTRADD_-1207887132'), ('const-4', u'PTRADD_-1207887141'), (u'PTRADD_-1207887106', u'LOAD_-1207887353'), (u'CAST_-1207887097', u'STORE_-1207887205'), (u'PTRADD_-1207887141', u'CAST_-1207887134'), ('tmp_575', u'CAST_-1207887083'), (u'CAST_-1207887112', u'INT_ADD_-1207887204'), ('const--1', u'COPY_-1207887498'), ('const-44', u'INT_ADD_-1207887360'), (u'INT_ADD_-1207887188', u'CAST_-1207887097'), (u'INT_ADD_-1207887380', u'CAST_-1207887128'), (u'CAST_-1207887134', u'STORE_-1207887401'), (u'CAST_-1207887128', u'STORE_-1207887394'), ('tmp_576', u'PTRADD_-1207887106'), ('tmp_575', u'PTRADD_-1207887141'), ('const-52', u'INT_ADD_-1207887204'), ('tmp_575', u'CAST_-1207887129'), ('tmp_582', u'STORE_-1207887344'), ('tmp_580', u'STORE_-1207887394'), (u'CAST_-1207887129', u'INT_ADD_-1207887380'), ('const-0', u'INT_NOTEQUAL_-1207887449'), ('tmp_575', u'CAST_-1207887100'), ('const-0', u'RETURN_-1207887276'), ('tmp_575', u'CALL_-1207887413'), ('const-433', u'LOAD_-1207887231'), (u'LOAD_-1207887215', u'STORE_-1207887205'), ('tmp_576', u'LOAD_-1207887231'), ('const-8', u'PTRADD_-1207887101'), (u'INT_NOTEQUAL_-1207887449', u'CBRANCH_-1207887448'), (u'INT_ADD_-1207887344', u'CAST_-1207887099'), ('tmp_575', u'CAST_-1207887114'), ('const-1', u'PTRADD_-1207887372'), ('const-4', u'PTRADD_-1207887106'), (u'LOAD_-1207887353', u'STORE_-1207887337'), ('const-433', u'STORE_-1207887394'), ('const-433', u'STORE_-1207887206'), ('const-8', u'PTRADD_-1207887106'), ('tmp_575', u'PTRADD_-1207887101'), (u'PTRADD_-1207887117', u'LOAD_-1207887215'), ('const-8', u'PTRADD_-1207887118'), ('tmp_576', u'PTRADD_-1207887117'), (u'CAST_-1207887123', u'STORE_-1207887387'), ('tmp_575', u'PTRADD_-1207887219'), ('tmp_576', u'PTRADD_-1207887118'), ('tmp_128', u'CBRANCH_-1207887448'), ('tmp_584', u'INT_NOTEQUAL_-1207887449'), ('tmp_779', u'STORE_-1207887387'), (u'LOAD_-1207887231', u'STORE_-1207887222'), ('tmp_609', u'STORE_-1207887401'), (u'COPY_-1207887498', u'MULTIEQUAL_-1207887276'), (u'CALL_-1207887437', u'PTRADD_-1207887372'), ('const-76', u'INT_ADD_-1207887323'), (u'CAST_-1207887082', u'STORE_-1207887337'), ('tmp_575', u'STORE_-1207887466'), (u'CAST_-1207887099', u'STORE_-1207887206'), (u'MULTIEQUAL_-1207887276', u'CALL_-1207887413'), (u'PTRADD_-1207887219', u'CAST_-1207887171'), ('const-433', u'STORE_-1207887401'), (u'LOAD_-1207887230', u'STORE_-1207887221'), (u'INT_ADD_-1207887204', u'CAST_-1207887111'), ('const-433', u'STORE_-1207887387'), ('const-36', u'INT_ADD_-1207887380'), ('const-8', u'PTRADD_-1207887128'), ('const-433', u'STORE_-1207887222'), (u'PTRADD_-1207887372', u'MULTIEQUAL_-1207887276'), (u'CAST_-1207887171', u'STORE_-1207887466'), ('const-8', u'PTRADD_-1207887117'), ('tmp_575', u'CAST_-1207887098'), ('tmp_575', u'CAST_-1207887112'), ('const-433', u'LOAD_-1207887215'), ('const-2', u'PTRADD_-1207887219'), ('const-433', u'STORE_-1207887466'), ('tmp_584', u'CALL_-1207887413'), ('const-433', u'LOAD_-1207887216')]
null
null
001e1940
x64
O2
(translation_unit "void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "pcVar3 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar3 = (char *)0xffffffffffffffff" identifier = (cast_expression "(char *)0xffffffffffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" if (parenthesized_expression "(param_3 != (char *)0x0)" ( (binary_expression "param_3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" { (expression_statement "sVar2 = strlen(param_3);" (assignment_expression "sVar2 = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "pcVar3 = param_3 + sVar2;" (assignment_expression "pcVar3 = param_3 + sVar2" identifier = (binary_expression "param_3 + sVar2" identifier + identifier)) ;) })) (expression_statement "FUN_001723b0(param_1,param_3,pcVar3);" (call_expression "FUN_001723b0(param_1,param_3,pcVar3)" identifier (argument_list "(param_1,param_3,pcVar3)" ( identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 4) = param_2;" (assignment_expression "*(undefined4 *)(param_1 + 4) = param_2" (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) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)param_1 + 0x24) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x24) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x24)" * (cast_expression "(undefined4 *)((long)param_1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x24)" ( (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 5) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 5) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 5)" * (cast_expression "(undefined4 *)(param_1 + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 5)" ( (binary_expression "param_1 + 5" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[1];" (assignment_expression "uVar1 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = *param_5;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = *param_5" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x2c)" ( (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x34) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x34) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x34)" * (cast_expression "(undefined8 *)((long)param_1 + 0x34)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[3];" (assignment_expression "uVar1 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2];" (assignment_expression "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2]" (pointer_expression "*(undefined8 *)((long)param_1 + 0x3c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x3c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x44) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x44) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x44)" * (cast_expression "(undefined8 *)((long)param_1 + 0x44)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x44)" ( (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[4];" (assignment_expression "uVar1 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(param_1 + 6) = param_4;" (assignment_expression "*(undefined4 *)(param_1 + 6) = param_4" (pointer_expression "*(undefined4 *)(param_1 + 6)" * (cast_expression "(undefined4 *)(param_1 + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 6)" ( (binary_expression "param_1 + 6" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x4c) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x4c) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x4c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x4c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x4c)" ( (binary_expression "(long)param_1 + 0x4c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name,\n uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::Deferred_layout::Deferred_layout\n (Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx,\n uint reloc_type)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n (this->name_)._M_dataplus._M_p = (pointer)&(this->name_).field_2;\n if (name != (char *)0x0) {\n sVar2 = strlen(name);\n pcVar3 = name + sVar2;\n }\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&this->name_,name,pcVar3);\n this->shndx_ = shndx;\n this->reloc_shndx_ = reloc_shndx;\n this->reloc_type_ = reloc_type;\n uVar1 = *(undefined8 *)(pshdr + 8);\n *(undefined8 *)this->shdr_data_ = *(undefined8 *)pshdr;\n *(undefined8 *)(this->shdr_data_ + 8) = uVar1;\n uVar1 = *(undefined8 *)(pshdr + 0x18);\n *(undefined8 *)(this->shdr_data_ + 0x10) = *(undefined8 *)(pshdr + 0x10);\n *(undefined8 *)(this->shdr_data_ + 0x18) = uVar1;\n uVar1 = *(undefined8 *)(pshdr + 0x20);\n *(uint *)(this->shdr_data_ + 4) = sh_type;\n *(undefined8 *)(this->shdr_data_ + 0x20) = uVar1;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::Deferred_layout::Deferred_layout\n (Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx,\n uint reloc_type)\n\n{\n undefined8 uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::Deferred_layout::Deferred_layout\n (Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx,\n uint reloc_type)\n\n{\n undefined8" identifier > : : identifier : : (function_declarator "Deferred_layout\n (Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx,\n uint reloc_type)" identifier (parameter_list "(Deferred_layout *this,uint shndx,char *name,uint sh_type,uchar *pshdr,uint reloc_shndx,\n uint reloc_type)" ( (parameter_declaration "Deferred_layout *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "uint sh_type" type_identifier identifier) , (parameter_declaration "uchar *pshdr" type_identifier (pointer_declarator "*pshdr" * identifier)) , (parameter_declaration "uint reloc_shndx" type_identifier identifier) , (parameter_declaration "uint reloc_type" type_identifier identifier) ))) { identifier) identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "pcVar3 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar3 = (char *)0xffffffffffffffff" identifier = (cast_expression "(char *)0xffffffffffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->name_)._M_dataplus._M_p = (pointer)&(this->name_).field_2;" (assignment_expression "(this->name_)._M_dataplus._M_p = (pointer)&(this->name_).field_2" (field_expression "(this->name_)._M_dataplus._M_p" (field_expression "(this->name_)._M_dataplus" (parenthesized_expression "(this->name_)" ( (field_expression "this->name_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "(pointer)&(this->name_).field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(this->name_).field_2" (parenthesized_expression "(this->name_)" ( (field_expression "this->name_" identifier -> field_identifier) )) . field_identifier))) ;) (if_statement "if (name != (char *)0x0) {\n sVar2 = strlen(name);\n pcVar3 = name + sVar2;\n }" if (parenthesized_expression "(name != (char *)0x0)" ( (binary_expression "name != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar2 = strlen(name);\n pcVar3 = name + sVar2;\n }" { (expression_statement "sVar2 = strlen(name);" (assignment_expression "sVar2 = strlen(name)" identifier = (call_expression "strlen(name)" identifier (argument_list "(name)" ( identifier )))) ;) (expression_statement "pcVar3 = name + sVar2;" (assignment_expression "pcVar3 = name + sVar2" identifier = (binary_expression "name + sVar2" identifier + identifier)) ;) })) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&this->name_,name,pcVar3);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>(&this->name_,name,pcVar3);" (binary_expression "_M_construct<char_const*>(&this->name_,name,pcVar3)" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&this->name_,name,pcVar3)" ( (comma_expression "&this->name_,name,pcVar3" (pointer_expression "&this->name_" & (field_expression "this->name_" identifier -> field_identifier)) , (comma_expression "name,pcVar3" identifier , identifier)) ))) ;)) (expression_statement "this->shndx_ = shndx;" (assignment_expression "this->shndx_ = shndx" (field_expression "this->shndx_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->reloc_shndx_ = reloc_shndx;" (assignment_expression "this->reloc_shndx_ = reloc_shndx" (field_expression "this->reloc_shndx_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->reloc_type_ = reloc_type;" (assignment_expression "this->reloc_type_ = reloc_type" (field_expression "this->reloc_type_" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar1 = *(undefined8 *)(pshdr + 8);" (assignment_expression "uVar1 = *(undefined8 *)(pshdr + 8)" identifier = (pointer_expression "*(undefined8 *)(pshdr + 8)" * (cast_expression "(undefined8 *)(pshdr + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdr + 8)" ( (binary_expression "pshdr + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)this->shdr_data_ = *(undefined8 *)pshdr;" (assignment_expression "*(undefined8 *)this->shdr_data_ = *(undefined8 *)pshdr" (pointer_expression "*(undefined8 *)this->shdr_data_" * (cast_expression "(undefined8 *)this->shdr_data_" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "this->shdr_data_" identifier -> field_identifier))) = (pointer_expression "*(undefined8 *)pshdr" * (cast_expression "(undefined8 *)pshdr" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined8 *)(this->shdr_data_ + 8) = uVar1;" (assignment_expression "*(undefined8 *)(this->shdr_data_ + 8) = uVar1" (pointer_expression "*(undefined8 *)(this->shdr_data_ + 8)" * (cast_expression "(undefined8 *)(this->shdr_data_ + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->shdr_data_ + 8)" ( (binary_expression "this->shdr_data_ + 8" (field_expression "this->shdr_data_" identifier -> field_identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(undefined8 *)(pshdr + 0x18);" (assignment_expression "uVar1 = *(undefined8 *)(pshdr + 0x18)" identifier = (pointer_expression "*(undefined8 *)(pshdr + 0x18)" * (cast_expression "(undefined8 *)(pshdr + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdr + 0x18)" ( (binary_expression "pshdr + 0x18" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this->shdr_data_ + 0x10) = *(undefined8 *)(pshdr + 0x10);" (assignment_expression "*(undefined8 *)(this->shdr_data_ + 0x10) = *(undefined8 *)(pshdr + 0x10)" (pointer_expression "*(undefined8 *)(this->shdr_data_ + 0x10)" * (cast_expression "(undefined8 *)(this->shdr_data_ + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->shdr_data_ + 0x10)" ( (binary_expression "this->shdr_data_ + 0x10" (field_expression "this->shdr_data_" identifier -> field_identifier) + number_literal) )))) = (pointer_expression "*(undefined8 *)(pshdr + 0x10)" * (cast_expression "(undefined8 *)(pshdr + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdr + 0x10)" ( (binary_expression "pshdr + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this->shdr_data_ + 0x18) = uVar1;" (assignment_expression "*(undefined8 *)(this->shdr_data_ + 0x18) = uVar1" (pointer_expression "*(undefined8 *)(this->shdr_data_ + 0x18)" * (cast_expression "(undefined8 *)(this->shdr_data_ + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->shdr_data_ + 0x18)" ( (binary_expression "this->shdr_data_ + 0x18" (field_expression "this->shdr_data_" identifier -> field_identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(undefined8 *)(pshdr + 0x20);" (assignment_expression "uVar1 = *(undefined8 *)(pshdr + 0x20)" identifier = (pointer_expression "*(undefined8 *)(pshdr + 0x20)" * (cast_expression "(undefined8 *)(pshdr + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdr + 0x20)" ( (binary_expression "pshdr + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(this->shdr_data_ + 4) = sh_type;" (assignment_expression "*(uint *)(this->shdr_data_ + 4) = sh_type" (pointer_expression "*(uint *)(this->shdr_data_ + 4)" * (cast_expression "(uint *)(this->shdr_data_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->shdr_data_ + 4)" ( (binary_expression "this->shdr_data_ + 4" (field_expression "this->shdr_data_" identifier -> field_identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(this->shdr_data_ + 0x20) = uVar1;" (assignment_expression "*(undefined8 *)(this->shdr_data_ + 0x20) = uVar1" (pointer_expression "*(undefined8 *)(this->shdr_data_ + 0x20)" * (cast_expression "(undefined8 *)(this->shdr_data_ + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->shdr_data_ + 0x20)" ( (binary_expression "this->shdr_data_ + 0x20" (field_expression "this->shdr_data_" identifier -> field_identifier) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "pcVar3 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar3 = (char *)0xffffffffffffffff" identifier = (cast_expression "(char *)0xffffffffffffffff" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" if (parenthesized_expression "(param_3 != (char *)0x0)" ( (binary_expression "param_3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" { (expression_statement "sVar2 = strlen(param_3);" (assignment_expression "sVar2 = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "pcVar3 = param_3 + sVar2;" (assignment_expression "pcVar3 = param_3 + sVar2" identifier = (binary_expression "param_3 + sVar2" identifier + identifier)) ;) })) (expression_statement "FUN_001723b0(param_1,param_3,pcVar3);" (call_expression "FUN_001723b0(param_1,param_3,pcVar3)" identifier (argument_list "(param_1,param_3,pcVar3)" ( identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 4) = param_2;" (assignment_expression "*(undefined4 *)(param_1 + 4) = param_2" (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) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)param_1 + 0x24) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x24) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x24)" * (cast_expression "(undefined4 *)((long)param_1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x24)" ( (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 5) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 5) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 5)" * (cast_expression "(undefined4 *)(param_1 + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 5)" ( (binary_expression "param_1 + 5" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[1];" (assignment_expression "uVar1 = param_5[1]" identifier = (subscript_expression "param_5[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = *param_5;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = *param_5" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x2c)" ( (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x34) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x34) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x34)" * (cast_expression "(undefined8 *)((long)param_1 + 0x34)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[3];" (assignment_expression "uVar1 = param_5[3]" identifier = (subscript_expression "param_5[3]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2];" (assignment_expression "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2]" (pointer_expression "*(undefined8 *)((long)param_1 + 0x3c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x3c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (subscript_expression "param_5[2]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x44) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x44) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x44)" * (cast_expression "(undefined8 *)((long)param_1 + 0x44)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x44)" ( (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = param_5[4];" (assignment_expression "uVar1 = param_5[4]" identifier = (subscript_expression "param_5[4]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(param_1 + 6) = param_4;" (assignment_expression "*(undefined4 *)(param_1 + 6) = param_4" (pointer_expression "*(undefined4 *)(param_1 + 6)" * (cast_expression "(undefined4 *)(param_1 + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 6)" ( (binary_expression "param_1 + 6" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x4c) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x4c) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x4c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x4c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x4c)" ( (binary_expression "(long)param_1 + 0x4c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (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 ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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 = (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 (sized_type_specifier long)) ) IDENT) + LIT) )))) = (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 (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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 (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (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) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001e1940(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" (identifier "FUN_001e1940") (parameter_list "(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4,\n undefined8 *param_5,undefined4 param_6,undefined4 param_7)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "char *param_3" (primitive_type "char") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 *param_5" (type_identifier "undefined8") (pointer_declarator "*param_5" (* "*") (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 undefined8 uVar1;\n size_t sVar2;\n char *pcVar3;\n \n pcVar3 = (char *)0xffffffffffffffff;\n *param_1 = (long)(param_1 + 2);\n if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }\n FUN_001723b0(param_1,param_3,pcVar3);\n *(undefined4 *)(param_1 + 4) = param_2;\n *(undefined4 *)((long)param_1 + 0x24) = param_6;\n *(undefined4 *)(param_1 + 5) = param_7;\n uVar1 = param_5[1];\n *(undefined8 *)((long)param_1 + 0x2c) = *param_5;\n *(undefined8 *)((long)param_1 + 0x34) = uVar1;\n uVar1 = param_5[3];\n *(undefined8 *)((long)param_1 + 0x3c) = param_5[2];\n *(undefined8 *)((long)param_1 + 0x44) = uVar1;\n uVar1 = param_5[4];\n *(undefined4 *)(param_1 + 6) = param_4;\n *(undefined8 *)((long)param_1 + 0x4c) = uVar1;\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "size_t sVar2;" (primitive_type "size_t") (identifier "sVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (expression_statement "pcVar3 = (char *)0xffffffffffffffff;" (assignment_expression "pcVar3 = (char *)0xffffffffffffffff" (identifier "pcVar3") (= "=") (cast_expression "(char *)0xffffffffffffffff" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffffffffffff"))) (; ";")) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (param_3 != (char *)0x0) {\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" (if "if") (parenthesized_expression "(param_3 != (char *)0x0)" (( "(") (binary_expression "param_3 != (char *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n sVar2 = strlen(param_3);\n pcVar3 = param_3 + sVar2;\n }" ({ "{") (expression_statement "sVar2 = strlen(param_3);" (assignment_expression "sVar2 = strlen(param_3)" (identifier "sVar2") (= "=") (call_expression "strlen(param_3)" (identifier "strlen") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "pcVar3 = param_3 + sVar2;" (assignment_expression "pcVar3 = param_3 + sVar2" (identifier "pcVar3") (= "=") (binary_expression "param_3 + sVar2" (identifier "param_3") (+ "+") (identifier "sVar2"))) (; ";")) (} "}"))) (expression_statement "FUN_001723b0(param_1,param_3,pcVar3);" (call_expression "FUN_001723b0(param_1,param_3,pcVar3)" (identifier "FUN_001723b0") (argument_list "(param_1,param_3,pcVar3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "pcVar3") () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 4) = param_2;" (assignment_expression "*(undefined4 *)(param_1 + 4) = param_2" (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")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined4 *)((long)param_1 + 0x24) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x24) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x24)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x24)" (( "(") (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "param_6")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 5) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 5) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 5)" (* "*") (cast_expression "(undefined4 *)(param_1 + 5)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 5)" (( "(") (binary_expression "param_1 + 5" (identifier "param_1") (+ "+") (number_literal "5")) () ")")))) (= "=") (identifier "param_7")) (; ";")) (expression_statement "uVar1 = param_5[1];" (assignment_expression "uVar1 = param_5[1]" (identifier "uVar1") (= "=") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = *param_5;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = *param_5" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x2c)" (( "(") (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x34) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x34) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x34)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x34)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x34)" (( "(") (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x34")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = param_5[3];" (assignment_expression "uVar1 = param_5[3]" (identifier "uVar1") (= "=") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2];" (assignment_expression "*(undefined8 *)((long)param_1 + 0x3c) = param_5[2]" (pointer_expression "*(undefined8 *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x44) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x44) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x44)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x44)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x44)" (( "(") (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x44")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = param_5[4];" (assignment_expression "uVar1 = param_5[4]" (identifier "uVar1") (= "=") (subscript_expression "param_5[4]" (identifier "param_5") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 6) = param_4;" (assignment_expression "*(undefined4 *)(param_1 + 6) = param_4" (pointer_expression "*(undefined4 *)(param_1 + 6)" (* "*") (cast_expression "(undefined4 *)(param_1 + 6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 6)" (( "(") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x4c) = uVar1;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x4c) = uVar1" (pointer_expression "*(undefined8 *)((long)param_1 + 0x4c)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x4c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x4c)" (( "(") (binary_expression "(long)param_1 + 0x4c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x4c")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name, uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */ void __thiscall gold::Sized_relobj_file<32,_false>::Deferred_layout::Deferred_layout (Deferred_layout *this,type_2 shndx,char *var_1,type_2 sh_type,uchar *var_6,type_2 reloc_shndx, type_2 reloc_type) { type_1 uVar1; size_t var_3; char *pcVar3; pcVar3 = (char *)0xffffffffffffffff; (this->name_)._M_dataplus._M_p = (pointer)&(this->name_).field_2; if (var_1 != (char *)0x0) { var_3 = var_2(var_1); pcVar3 = var_1 + var_3; } std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: var_4<var_5*>(&this->name_,var_1,pcVar3); this->shndx_ = shndx; this->reloc_shndx_ = reloc_shndx; this->reloc_type_ = reloc_type; uVar1 = *(type_1 *)(var_6 + 8); *(type_1 *)this->shdr_data_ = *(type_1 *)var_6; *(type_1 *)(this->shdr_data_ + 8) = uVar1; uVar1 = *(type_1 *)(var_6 + 0x18); *(type_1 *)(this->shdr_data_ + 0x10) = *(type_1 *)(var_6 + 0x10); *(type_1 *)(this->shdr_data_ + 0x18) = uVar1; uVar1 = *(type_1 *)(var_6 + 0x20); *(type_2 *)(this->shdr_data_ + 4) = sh_type; *(type_1 *)(this->shdr_data_ + 0x20) = uVar1; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (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: (sized_type_specifier)) 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: (number_literal))))) right: (identifier))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) 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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (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: (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (return_statement))))
null
void MASKED(long *param_1,undefined4 param_2,char *param_3,undefined4 param_4, undefined8 *param_5,undefined4 param_6,undefined4 param_7) { undefined8 uVar1; size_t sVar2; char *pcVar3; pcVar3 = (char *)0xffffffffffffffff; *param_1 = (long)(param_1 + 2); if (param_3 != (char *)0x0) { sVar2 = strlen(param_3); pcVar3 = param_3 + sVar2; } FUN_001723b0(param_1,param_3,pcVar3); *(undefined4 *)(param_1 + 4) = param_2; *(undefined4 *)((long)param_1 + 0x24) = param_6; *(undefined4 *)(param_1 + 5) = param_7; uVar1 = param_5[1]; *(undefined8 *)((long)param_1 + 0x2c) = *param_5; *(undefined8 *)((long)param_1 + 0x34) = uVar1; uVar1 = param_5[3]; *(undefined8 *)((long)param_1 + 0x3c) = param_5[2]; *(undefined8 *)((long)param_1 + 0x44) = uVar1; uVar1 = param_5[4]; *(undefined4 *)(param_1 + 6) = param_4; *(undefined8 *)((long)param_1 + 0x4c) = uVar1; return; }
237_putty_and_putty_strip.c
pango_context_get_font_map
pango_context_get_font_map
void pango_context_get_font_map(void) { (*(code *)PTR_pango_context_get_font_map_001f56a0)(); return; }
void pango_context_get_font_map(void) { (*(code *)PTR_pango_context_get_font_map_001f56a0)(); return; }
JMP qword ptr [0x001f56a0]
null
null
null
null
[(u'INDIRECT_-1207021804', u'COPY_-1207021863'), (u'CALLIND_-1207021864', u'INDIRECT_-1207021804'), (u'CAST_-1207021799', u'CALLIND_-1207021864'), ('const-0', u'RETURN_-1207021861'), ('tmp_22', u'CAST_-1207021799')]
[(u'INDIRECT_-1207021804', u'COPY_-1207021863'), (u'CALLIND_-1207021864', u'INDIRECT_-1207021804'), (u'CAST_-1207021799', u'CALLIND_-1207021864'), ('const-0', u'RETURN_-1207021861'), ('tmp_22', u'CAST_-1207021799')]
null
null
00114ed0
x64
O2
(translation_unit "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}\n\n" (function_definition "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" primitive_type (function_declarator "pango_context_get_font_map(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_pango_context_get_font_map_001f56a0)();" (call_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)()" (parenthesized_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)" ( (pointer_expression "*(code *)PTR_pango_context_get_font_map_001f56a0" * (cast_expression "(code *)PTR_pango_context_get_font_map_001f56a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}\n\n" (function_definition "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" primitive_type (function_declarator "pango_context_get_font_map(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_pango_context_get_font_map_001f56a0)();" (call_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)()" (parenthesized_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)" ( (pointer_expression "*(code *)PTR_pango_context_get_font_map_001f56a0" * (cast_expression "(code *)PTR_pango_context_get_font_map_001f56a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}\n\n" (function_definition "void pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" primitive_type (function_declarator "pango_context_get_font_map(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_pango_context_get_font_map_001f56a0)();" (call_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)()" (parenthesized_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)" ( (pointer_expression "*(code *)PTR_pango_context_get_font_map_001f56a0" * (cast_expression "(code *)PTR_pango_context_get_font_map_001f56a0" ( (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 pango_context_get_font_map(void)\n\n{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" (primitive_type "void") (function_declarator "pango_context_get_font_map(void)" (identifier "pango_context_get_font_map") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_pango_context_get_font_map_001f56a0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_pango_context_get_font_map_001f56a0)();" (call_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)()" (parenthesized_expression "(*(code *)PTR_pango_context_get_font_map_001f56a0)" (( "(") (pointer_expression "*(code *)PTR_pango_context_get_font_map_001f56a0" (* "*") (cast_expression "(code *)PTR_pango_context_get_font_map_001f56a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_pango_context_get_font_map_001f56a0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_pango_context_get_font_map_001f56a0)(); 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_001f56a0)(); return; }
6661_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
string
FUN_00280060
/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */ void __thiscall std::string::string(string *this,long param_2,long param_3) { *(string **)this = this + 0x10; __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: _M_construct<char_const*> ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2, param_3 + param_2); return; }
void FUN_00280060(long *param_1,long param_2,long param_3) { *param_1 = (long)(param_1 + 2); FUN_0015cbe0(param_1,param_2,param_3 + param_2); return; }
LEA RAX,[RDI + 0x10] ADD RDX,RSI MOV qword ptr [RDI],RAX JMP 0x0015cbe0
null
null
null
null
[(u'CAST_-1204354876', u'STORE_-1204354954'), ('tmp_84', u'CAST_-1204354876'), ('const-16', u'PTRADD_-1204354911'), (u'CAST_-1204354872', u'CALL_-1204354946'), ('const-433', u'STORE_-1204354954'), ('tmp_84', u'PTRADD_-1204354911'), ('tmp_85', u'INT_ADD_-1204354949'), (u'PTRADD_-1204354911', u'STORE_-1204354954'), ('tmp_86', u'CALL_-1204354946'), ('const-0', u'RETURN_-1204354942'), ('tmp_86', u'INT_ADD_-1204354949'), ('tmp_84', u'CAST_-1204354872'), ('const-1', u'PTRADD_-1204354911'), (u'INT_ADD_-1204354949', u'CALL_-1204354946')]
[(u'PTRADD_-1204354882', u'CAST_-1204354875'), (u'CAST_-1204354875', u'STORE_-1204354954'), ('tmp_84', u'PTRADD_-1204354882'), ('const-433', u'STORE_-1204354954'), ('const-2', u'PTRADD_-1204354882'), ('tmp_84', u'CALL_-1204354946'), ('tmp_85', u'INT_ADD_-1204354949'), ('tmp_86', u'CALL_-1204354946'), ('const-8', u'PTRADD_-1204354882'), ('const-0', u'RETURN_-1204354942'), ('tmp_86', u'INT_ADD_-1204354949'), ('tmp_84', u'STORE_-1204354954'), (u'INT_ADD_-1204354949', u'CALL_-1204354946')]
null
null
00280060
x64
O2
(translation_unit "void FUN_00280060(long *param_1,long param_2,long param_3)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}\n\n" (function_definition "void FUN_00280060(long *param_1,long param_2,long param_3)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" primitive_type (function_declarator "FUN_00280060(long *param_1,long param_2,long param_3)" identifier (parameter_list "(long *param_1,long param_2,long param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_0015cbe0(param_1,param_2,param_3 + param_2);" (call_expression "FUN_0015cbe0(param_1,param_2,param_3 + param_2)" identifier (argument_list "(param_1,param_2,param_3 + param_2)" ( identifier , identifier , (binary_expression "param_3 + param_2" identifier + identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */\n\nvoid __thiscall std::string::string(string *this,long param_2,long param_3)\n\n{\n *(string **)this = this + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2);\n return;\n}\n\n" comment (function_definition "void __thiscall std::string::string(string *this,long param_2,long param_3)\n\n{\n *(string **)this = this + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "string(string *this,long param_2,long param_3)" identifier (parameter_list "(string *this,long param_2,long param_3)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(string **)this = this + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2);\n return;\n}" { (expression_statement "*(string **)this = this + 0x10;" (assignment_expression "*(string **)this = this + 0x10" (pointer_expression "*(string **)this" * (cast_expression "(string **)this" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "this + 0x10" identifier + number_literal)) ;) (ERROR "__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2);" (binary_expression "allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2)" (binary_expression "allocator<char>_>::\n _M_construct<char_const" (binary_expression "allocator<char>_>::\n _M_construct" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "*" *) > (parenthesized_expression "((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2)" ( (parenthesized_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)this,param_2,\n param_3 + param_2)" ( (ERROR "basic_string<char,_std::char_traits<char>,_std::" (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (comma_expression "allocator<char>_> *)this,param_2,\n param_3 + param_2" (binary_expression "allocator<char>_> *)this" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , (comma_expression "param_2,\n param_3 + param_2" identifier , (binary_expression "param_3 + param_2" identifier + identifier))) )) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00280060(long *param_1,long param_2,long param_3)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}\n\n" (function_definition "void FUN_00280060(long *param_1,long param_2,long param_3)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" primitive_type (function_declarator "FUN_00280060(long *param_1,long param_2,long param_3)" identifier (parameter_list "(long *param_1,long param_2,long param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_0015cbe0(param_1,param_2,param_3 + param_2);" (call_expression "FUN_0015cbe0(param_1,param_2,param_3 + param_2)" identifier (argument_list "(param_1,param_2,param_3 + param_2)" ( identifier , identifier , (binary_expression "param_3 + param_2" identifier + identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00280060(long *param_1,long param_2,long param_3)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00280060(long *param_1,long param_2,long param_3)" (identifier "FUN_00280060") (parameter_list "(long *param_1,long param_2,long param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,param_2,param_3 + param_2);\n return;\n}" ({ "{") (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_0015cbe0(param_1,param_2,param_3 + param_2);" (call_expression "FUN_0015cbe0(param_1,param_2,param_3 + param_2)" (identifier "FUN_0015cbe0") (argument_list "(param_1,param_2,param_3 + param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (binary_expression "param_3 + param_2" (identifier "param_3") (+ "+") (identifier "param_2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */ void __thiscall std::function_1::function_1(function_1 *var_1,long var_8,long var_7) { *(function_1 **)var_1 = var_1 + 0x10; __cxx11::basic_string<var_3,_std::char_traits<var_3>,_std::var_2<var_3>var_4>:: var_5<var_6*> ((basic_string<var_3,_std::char_traits<var_3>,_std::var_2<var_3>var_4> *)var_1,var_8, var_7 + var_8); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (identifier))))) (return_statement))))
null
void MASKED(long *param_1,long param_2,long param_3) { *param_1 = (long)(param_1 + 2); FUN_0015cbe0(param_1,param_2,param_3 + param_2); return; }
9209_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
ctype_byname
FUN_0030f880
/* std::ctype_byname<char>::ctype_byname(char const*, unsigned long) */ void __thiscall std::ctype_byname<char>::ctype_byname(ctype_byname<char> *this,char *param_1,ulong param_2) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2); lVar1 = 2; bVar4 = false; bVar6 = false; *(undefined ***)this = &PTR__ctype_byname_00439fb0; pbVar2 = (byte *)param_1; pbVar3 = (byte *)0x385396; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = (byte *)param_1; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */ locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10)); locale::facet::_S_create_c_locale ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0); lVar1 = *(long *)(this + 0x10); *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78); *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70); *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68); return; } } return; }
void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; FUN_003100f0(param_1,0,0,param_3); lVar1 = 2; bVar4 = false; bVar6 = false; *param_1 = &PTR_FUN_00439fb0; pbVar2 = param_2; pbVar3 = (byte *)0x385396; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = param_2; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */ FUN_0031bb60(param_1 + 2); FUN_0031bb30(param_1 + 2,param_2,0); lVar1 = param_1[2]; param_1[4] = *(undefined8 *)(lVar1 + 0x78); param_1[5] = *(undefined8 *)(lVar1 + 0x70); param_1[6] = *(undefined8 *)(lVar1 + 0x68); return; } } return; }
PUSH R12 MOV RCX,RDX XOR EDX,EDX PUSH RBP MOV RBP,RSI XOR ESI,ESI PUSH RBX MOV RBX,RDI CALL 0x003100f0 LEA RAX,[0x439fa0] MOV ECX,0x2 MOV RSI,RBP LEA RDI,[0x385396] ADD RAX,0x10 MOV qword ptr [RBX],RAX CMPSB.REPE RDI,RSI SETA AL SBB AL,0x0 TEST AL,AL JZ 0x0030f8d8 MOV ECX,0x6 LEA RDI,[0x3912c7] MOV RSI,RBP CMPSB.REPE RDI,RSI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x0030f8e0 POP RBX POP RBP POP R12 RET LEA R12,[RBX + 0x10] MOV RDI,R12 CALL 0x0031bb60 XOR EDX,EDX MOV RSI,RBP MOV RDI,R12 CALL 0x0031bb30 MOV RAX,qword ptr [RBX + 0x10] MOV RDX,qword ptr [RAX + 0x78] MOV qword ptr [RBX + 0x20],RDX MOV RDX,qword ptr [RAX + 0x70] MOV qword ptr [RBX + 0x28],RDX MOV RAX,qword ptr [RAX + 0x68] MOV qword ptr [RBX + 0x30],RAX POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'INT_EQUAL_-1204815527', u'CBRANCH_-1204815528'), (u'MULTIEQUAL_-1204815191', u'LOAD_-1204815628'), ('const-1', u'PTRADD_-1204815358'), (u'BOOL_NEGATE_-1204815151', u'BOOL_AND_-1204815574'), ('const-433', u'LOAD_-1204815420'), (u'MULTIEQUAL_-1204815143', u'MULTIEQUAL_-1204815140'), (u'MULTIEQUAL_-1204815199', u'LOAD_-1204815626'), (u'CAST_-1204815055', u'COPY_-1204815129'), ('const-0', u'COPY_-1204815660'), (u'INT_ADD_-1204815137', u'PTRADD_-1204815566'), (u'CAST_-1204815024', u'CALL_-1204815450'), (u'COPY_-1204815149', u'MULTIEQUAL_-1204815199'), (u'BOOL_NEGATE_-1204815114', u'CBRANCH_-1204815575'), ('tmp_275', u'CBRANCH_-1204815575'), (u'PTRADD_-1204815404', u'CAST_-1204815010'), (u'INT_EQUAL_-1204815611', u'MULTIEQUAL_-1204815164'), (u'INT_ZEXT_-1204815621', u'INT_MULT_-1204815162'), (u'COPY_-1204815576', u'MULTIEQUAL_-1204815212'), ('const-1', u'PTRADD_-1204815330'), (u'MULTIEQUAL_-1204815164', u'BOOL_NEGATE_-1204815151'), (u'COPY_-1204815656', u'MULTIEQUAL_-1204815167'), ('const-433', u'LOAD_-1204815544'), (u'INT_ADD_-1204815383', u'CAST_-1204814989'), ('tmp_353', u'CBRANCH_-1204815528'), (u'INT_EQUAL_-1204815611', u'CBRANCH_-1204815612'), (u'COPY_-1204815125', u'MULTIEQUAL_-1204815176'), ('const-0', u'RETURN_-1204815464'), ('tmp_199', u'CBRANCH_-1204815612'), (u'COPY_-1204815125', u'MULTIEQUAL_-1204815168'), (u'PTRADD_-1204815316', u'CAST_-1204814974'), (u'CAST_-1204814989', u'LOAD_-1204815399'), ('const-2', u'COPY_-1204815678'), (u'INDIRECT_-1204815190', u'INT_ZEXT_-1204815616'), ('const-3691414', u'COPY_-1204815668'), ('const-48', u'PTRADD_-1204815316'), ('const-3740359', u'COPY_-1204815570'), ('tmp_629', u'PTRADD_-1204815404'), (u'INT_LESS_-1204815527', u'MULTIEQUAL_-1204815156'), ('tmp_629', u'PTRADD_-1204815344'), ('const-0', u'CALL_-1204815686'), (u'LOAD_-1204815385', u'STORE_-1204815376'), ('const-0', u'COPY_-1204815590'), ('const--2', u'INT_MULT_-1204815126'), (u'MULTIEQUAL_-1204815212', u'INT_EQUAL_-1204815548'), (u'INT_ZEXT_-1204815532', u'INT_MULT_-1204815125'), (u'CAST_-1204814994', u'STORE_-1204815404'), ('tmp_629', u'PTRADD_-1204815316'), (u'COPY_-1204815668', u'COPY_-1204815149'), ('const--2', u'INT_MULT_-1204815162'), (u'LOAD_-1204815542', u'INT_LESS_-1204815527'), (u'LOAD_-1204815542', u'INT_EQUAL_-1204815527'), ('const-32', u'PTRADD_-1204815344'), (u'BOOL_AND_-1204815574', u'INT_EQUAL_-1204815576'), (u'INT_ADD_-1204815138', u'PTRADD_-1204815571'), ('tmp_629', u'PTRADD_-1204815358'), (u'INT_MULT_-1204815125', u'INT_ADD_-1204815109'), (u'INT_LESS_-1204815611', u'MULTIEQUAL_-1204815180'), (u'COPY_-1204815660', u'MULTIEQUAL_-1204815183'), (u'INDIRECT_-1204815190', u'INT_ZEXT_-1204815537'), ('const-433', u'STORE_-1204815404'), (u'MULTIEQUAL_-1204815176', u'PTRADD_-1204815482'), (u'BOOL_NEGATE_-1204815116', u'BOOL_AND_-1204815490'), (u'INT_EQUAL_-1204815576', u'BOOL_NEGATE_-1204815114'), ('const-16', u'PTRADD_-1204815404'), (u'INT_EQUAL_-1204815576', u'MULTIEQUAL_-1204815143'), ('const-0', u'INT_EQUAL_-1204815632'), ('tmp_631', u'CALL_-1204815686'), (u'LOAD_-1204815544', u'INT_LESS_-1204815527'), (u'LOAD_-1204815544', u'INT_EQUAL_-1204815527'), (u'MULTIEQUAL_-1204815168', u'LOAD_-1204815544'), (u'MULTIEQUAL_-1204815156', u'BOOL_NEGATE_-1204815116'), (u'PTRADD_-1204815487', u'COPY_-1204815121'), ('const-1', u'PTRADD_-1204815566'), (u'COPY_-1204815149', u'MULTIEQUAL_-1204815191'), ('const-433', u'STORE_-1204815376'), (u'PTRADD_-1204815344', u'CAST_-1204814994'), ('const--1', u'INT_ADD_-1204815538'), ('const-112', u'INT_ADD_-1204815383'), ('const-1', u'PTRADD_-1204815482'), (u'INT_ADD_-1204815538', u'MULTIEQUAL_-1204815212'), (u'COPY_-1204815129', u'MULTIEQUAL_-1204815176'), ('const-4431792', u'PTRSUB_-1204815095'), (u'LOAD_-1204815420', u'INT_ADD_-1204815383'), (u'CAST_-1204814999', u'LOAD_-1204815413'), ('tmp_630', u'CAST_-1204815082'), ('const-104', u'INT_ADD_-1204815369'), (u'PTRADD_-1204815404', u'CAST_-1204815024'), (u'MULTIEQUAL_-1204815140', u'BOOL_NEGATE_-1204815115'), (u'PTRADD_-1204815566', u'COPY_-1204815149'), (u'COPY_-1204815678', u'MULTIEQUAL_-1204815235'), (u'INT_ZEXT_-1204815537', u'INT_MULT_-1204815126'), (u'BOOL_AND_-1204815490', u'INT_NOTEQUAL_-1204815491'), (u'CALL_-1204815686', u'INDIRECT_-1204815190'), (u'LOAD_-1204815413', u'STORE_-1204815404'), ('const-433', u'STORE_-1204815644'), ('const-433', u'LOAD_-1204815385'), (u'MULTIEQUAL_-1204815180', u'BOOL_NEGATE_-1204815152'), ('tmp_629', u'PTRADD_-1204815330'), (u'PTRADD_-1204815358', u'CAST_-1204815004'), ('const-1', u'INT_ADD_-1204815110'), (u'INT_ADD_-1204815397', u'CAST_-1204814999'), (u'BOOL_NEGATE_-1204815115', u'BOOL_AND_-1204815490'), (u'CAST_-1204815054', u'COPY_-1204815125'), (u'MULTIEQUAL_-1204815168', u'PTRADD_-1204815487'), ('const-433', u'STORE_-1204815390'), ('const-0', u'CALL_-1204815422'), ('const-16', u'PTRADD_-1204815358'), (u'INT_MULT_-1204815162', u'INT_ADD_-1204815138'), ('const-40', u'PTRADD_-1204815330'), (u'MULTIEQUAL_-1204815180', u'INT_EQUAL_-1204815576'), (u'CAST_-1204815082', u'COPY_-1204815153'), (u'INT_ADD_-1204815109', u'PTRADD_-1204815482'), (u'LOAD_-1204815628', u'INT_LESS_-1204815611'), (u'LOAD_-1204815628', u'INT_EQUAL_-1204815611'), ('const-433', u'LOAD_-1204815399'), (u'CAST_-1204814984', u'STORE_-1204815390'), (u'PTRADD_-1204815330', u'CAST_-1204814984'), (u'INDIRECT_-1204815190', u'INT_ZEXT_-1204815532'), (u'COPY_-1204815153', u'MULTIEQUAL_-1204815199'), ('const--2', u'INT_MULT_-1204815125'), (u'LOAD_-1204815420', u'INT_ADD_-1204815397'), (u'INT_EQUAL_-1204815632', u'CBRANCH_-1204815637'), (u'COPY_-1204815590', u'MULTIEQUAL_-1204815159'), (u'COPY_-1204815570', u'CAST_-1204815054'), (u'INT_MULT_-1204815161', u'INT_ADD_-1204815137'), (u'PTRADD_-1204815571', u'COPY_-1204815145'), ('const-0', u'PTRSUB_-1204815095'), (u'INT_ADD_-1204815110', u'PTRADD_-1204815487'), (u'CAST_-1204815083', u'STORE_-1204815644'), (u'PTRSUB_-1204815095', u'STORE_-1204815644'), ('tmp_630', u'CAST_-1204815055'), ('const-433', u'LOAD_-1204815626'), (u'MULTIEQUAL_-1204815191', u'PTRADD_-1204815571'), ('tmp_629', u'CAST_-1204815115'), (u'MULTIEQUAL_-1204815199', u'PTRADD_-1204815566'), ('const-1', u'PTRADD_-1204815571'), ('const-6', u'COPY_-1204815576'), (u'MULTIEQUAL_-1204815167', u'MULTIEQUAL_-1204815164'), (u'MULTIEQUAL_-1204815183', u'MULTIEQUAL_-1204815180'), ('const-433', u'LOAD_-1204815542'), (u'INT_LESS_-1204815611', u'MULTIEQUAL_-1204815183'), ('const--2', u'INT_MULT_-1204815161'), (u'MULTIEQUAL_-1204815159', u'MULTIEQUAL_-1204815156'), (u'LOAD_-1204815420', u'INT_ADD_-1204815369'), (u'INT_EQUAL_-1204815611', u'MULTIEQUAL_-1204815167'), ('const-0', u'INT_EQUAL_-1204815548'), (u'INT_EQUAL_-1204815527', u'MULTIEQUAL_-1204815143'), (u'INT_ZEXT_-1204815616', u'INT_MULT_-1204815161'), ('tmp_431', u'CBRANCH_-1204815490'), ('const-1', u'PTRADD_-1204815404'), (u'MULTIEQUAL_-1204815212', u'INT_ADD_-1204815538'), (u'BOOL_NEGATE_-1204815152', u'BOOL_AND_-1204815574'), (u'CAST_-1204815010', u'CALL_-1204815422'), (u'INT_EQUAL_-1204815548', u'CBRANCH_-1204815553'), ('const-120', u'INT_ADD_-1204815397'), ('const-1', u'INT_ADD_-1204815137'), ('tmp_629', u'CAST_-1204815083'), ('const-0', u'COPY_-1204815507'), (u'CAST_-1204815115', u'CALL_-1204815686'), ('const-0', u'CALL_-1204815686'), ('const-1', u'PTRADD_-1204815316'), (u'CAST_-1204815004', u'LOAD_-1204815420'), (u'CAST_-1204814979', u'LOAD_-1204815385'), ('tmp_132', u'CBRANCH_-1204815637'), (u'INT_EQUAL_-1204815527', u'MULTIEQUAL_-1204815140'), (u'INDIRECT_-1204815190', u'INT_ZEXT_-1204815621'), (u'MULTIEQUAL_-1204815235', u'INT_ADD_-1204815622'), (u'MULTIEQUAL_-1204815176', u'LOAD_-1204815542'), ('const-0', u'COPY_-1204815656'), (u'LOAD_-1204815626', u'INT_LESS_-1204815611'), (u'LOAD_-1204815626', u'INT_EQUAL_-1204815611'), ('const-433', u'LOAD_-1204815628'), ('tmp_286', u'CBRANCH_-1204815553'), (u'INT_ADD_-1204815622', u'MULTIEQUAL_-1204815235'), (u'INT_MULT_-1204815126', u'INT_ADD_-1204815110'), ('const-1', u'INT_ADD_-1204815109'), ('tmp_630', u'CALL_-1204815422'), ('const-1', u'PTRADD_-1204815487'), (u'PTRADD_-1204815482', u'COPY_-1204815125'), (u'INT_ADD_-1204815369', u'CAST_-1204814979'), ('const-1', u'INT_ADD_-1204815138'), ('const--1', u'INT_ADD_-1204815622'), (u'COPY_-1204815145', u'MULTIEQUAL_-1204815191'), (u'COPY_-1204815121', u'MULTIEQUAL_-1204815168'), (u'CAST_-1204814974', u'STORE_-1204815376'), ('const-0', u'RETURN_-1204815346'), ('const-1', u'PTRADD_-1204815344'), (u'MULTIEQUAL_-1204815156', u'INT_NOTEQUAL_-1204815491'), (u'MULTIEQUAL_-1204815235', u'INT_EQUAL_-1204815632'), ('const-433', u'LOAD_-1204815413'), (u'INT_LESS_-1204815527', u'MULTIEQUAL_-1204815159'), (u'INT_NOTEQUAL_-1204815491', u'CBRANCH_-1204815490'), (u'LOAD_-1204815399', u'STORE_-1204815390')]
[(u'INT_EQUAL_-1204815527', u'CBRANCH_-1204815528'), ('const-433', u'LOAD_-1204815544'), ('const-2', u'PTRADD_-1204815046'), (u'BOOL_NEGATE_-1204815155', u'BOOL_AND_-1204815574'), (u'PTRADD_-1204815046', u'CALL_-1204815450'), ('const-0', u'CALL_-1204815686'), (u'INDIRECT_-1204815191', u'INT_ZEXT_-1204815621'), ('const-433', u'LOAD_-1204815628'), (u'PTRADD_-1204815482', u'COPY_-1204815123'), ('const-3740359', u'COPY_-1204815570'), (u'INT_ZEXT_-1204815621', u'INT_MULT_-1204815165'), ('const-4431792', u'PTRSUB_-1204815098'), (u'COPY_-1204815147', u'MULTIEQUAL_-1204815192'), ('const--1', u'INT_ADD_-1204815538'), (u'MULTIEQUAL_-1204815160', u'MULTIEQUAL_-1204815157'), ('tmp_275', u'CBRANCH_-1204815575'), ('const-8', u'PTRADD_-1204815011'), (u'PTRADD_-1204815020', u'LOAD_-1204815420'), (u'COPY_-1204815576', u'MULTIEQUAL_-1204815212'), (u'INT_LESS_-1204815611', u'MULTIEQUAL_-1204815184'), (u'COPY_-1204815143', u'MULTIEQUAL_-1204815192'), (u'INT_MULT_-1204815164', u'INT_ADD_-1204815140'), (u'MULTIEQUAL_-1204815192', u'PTRADD_-1204815571'), ('const-3691414', u'COPY_-1204815668'), (u'PTRADD_-1204814993', u'STORE_-1204815376'), ('const--2', u'INT_MULT_-1204815165'), ('tmp_353', u'CBRANCH_-1204815528'), (u'INT_EQUAL_-1204815611', u'CBRANCH_-1204815612'), ('tmp_1319', u'CALL_-1204815422'), (u'LOAD_-1204815628', u'INT_LESS_-1204815611'), (u'LOAD_-1204815628', u'INT_EQUAL_-1204815611'), (u'MULTIEQUAL_-1204815157', u'INT_NOTEQUAL_-1204815491'), ('const-433', u'LOAD_-1204815626'), ('const-1', u'PTRADD_-1204815566'), ('const-0', u'RETURN_-1204815464'), ('tmp_199', u'CBRANCH_-1204815612'), (u'COPY_-1204815127', u'MULTIEQUAL_-1204815177'), ('const-6', u'PTRADD_-1204814993'), ('tmp_1319', u'COPY_-1204815127'), (u'INT_ADD_-1204815397', u'CAST_-1204815004'), (u'INT_LESS_-1204815527', u'MULTIEQUAL_-1204815160'), ('tmp_1321', u'CALL_-1204815686'), (u'COPY_-1204815119', u'MULTIEQUAL_-1204815169'), (u'INT_EQUAL_-1204815611', u'MULTIEQUAL_-1204815165'), (u'INT_MULT_-1204815128', u'INT_ADD_-1204815112'), (u'CAST_-1204815056', u'COPY_-1204815123'), ('const-1', u'INT_ADD_-1204815140'), (u'LOAD_-1204815420', u'INT_ADD_-1204815397'), (u'INT_EQUAL_-1204815632', u'CBRANCH_-1204815637'), (u'BOOL_NEGATE_-1204815117', u'CBRANCH_-1204815575'), (u'INT_ZEXT_-1204815537', u'INT_MULT_-1204815129'), ('const-2', u'COPY_-1204815678'), (u'CALL_-1204815686', u'INDIRECT_-1204815191'), (u'MULTIEQUAL_-1204815169', u'LOAD_-1204815544'), ('tmp_1321', u'PTRADD_-1204814993'), (u'COPY_-1204815660', u'MULTIEQUAL_-1204815184'), (u'BOOL_NEGATE_-1204815119', u'BOOL_AND_-1204815490'), (u'COPY_-1204815123', u'MULTIEQUAL_-1204815169'), (u'MULTIEQUAL_-1204815144', u'MULTIEQUAL_-1204815141'), (u'LOAD_-1204815385', u'STORE_-1204815376'), (u'INT_MULT_-1204815165', u'INT_ADD_-1204815141'), ('const-0', u'COPY_-1204815590'), ('const-0', u'COPY_-1204815660'), (u'INT_LESS_-1204815527', u'MULTIEQUAL_-1204815157'), (u'MULTIEQUAL_-1204815165', u'BOOL_NEGATE_-1204815154'), (u'INDIRECT_-1204815191', u'INT_ZEXT_-1204815537'), ('tmp_1321', u'PTRADD_-1204815046'), (u'INT_ADD_-1204815141', u'PTRADD_-1204815571'), ('const-8', u'PTRADD_-1204815020'), (u'INDIRECT_-1204815191', u'INT_ZEXT_-1204815532'), ('const-433', u'STORE_-1204815376'), (u'BOOL_NEGATE_-1204815118', u'BOOL_AND_-1204815490'), (u'MULTIEQUAL_-1204815212', u'INT_EQUAL_-1204815548'), ('const-6', u'COPY_-1204815576'), ('tmp_1316', u'CALL_-1204815686'), ('const-1', u'PTRADD_-1204815482'), ('const--2', u'INT_MULT_-1204815129'), (u'PTRADD_-1204815046', u'CALL_-1204815422'), ('const-8', u'PTRADD_-1204814993'), (u'LOAD_-1204815542', u'INT_LESS_-1204815527'), (u'LOAD_-1204815542', u'INT_EQUAL_-1204815527'), (u'COPY_-1204815123', u'MULTIEQUAL_-1204815177'), ('const-433', u'LOAD_-1204815413'), (u'COPY_-1204815668', u'COPY_-1204815147'), (u'INT_EQUAL_-1204815527', u'MULTIEQUAL_-1204815144'), ('const-0', u'CALL_-1204815686'), (u'BOOL_AND_-1204815574', u'INT_EQUAL_-1204815576'), (u'LOAD_-1204815420', u'INT_ADD_-1204815369'), ('const-0', u'INT_EQUAL_-1204815548'), (u'MULTIEQUAL_-1204815200', u'LOAD_-1204815626'), ('tmp_431', u'CBRANCH_-1204815490'), ('const-8', u'PTRADD_-1204815002'), ('const-1', u'PTRADD_-1204815571'), (u'MULTIEQUAL_-1204815177', u'LOAD_-1204815542'), (u'INT_ZEXT_-1204815616', u'INT_MULT_-1204815164'), (u'MULTIEQUAL_-1204815168', u'MULTIEQUAL_-1204815165'), ('const-1', u'INT_ADD_-1204815141'), (u'MULTIEQUAL_-1204815184', u'MULTIEQUAL_-1204815181'), (u'MULTIEQUAL_-1204815212', u'INT_ADD_-1204815538'), (u'INT_ADD_-1204815140', u'PTRADD_-1204815566'), ('const-433', u'STORE_-1204815644'), ('tmp_1321', u'STORE_-1204815644'), (u'MULTIEQUAL_-1204815141', u'BOOL_NEGATE_-1204815118'), ('const-8', u'PTRADD_-1204815046'), (u'INT_ZEXT_-1204815532', u'INT_MULT_-1204815128'), ('const-1', u'PTRADD_-1204815487'), (u'PTRADD_-1204815487', u'COPY_-1204815119'), (u'COPY_-1204815147', u'MULTIEQUAL_-1204815200'), (u'INT_EQUAL_-1204815576', u'MULTIEQUAL_-1204815144'), ('const-0', u'INT_EQUAL_-1204815632'), (u'INT_EQUAL_-1204815548', u'CBRANCH_-1204815553'), (u'INT_MULT_-1204815129', u'INT_ADD_-1204815113'), ('const-433', u'STORE_-1204815390'), ('const-0', u'PTRSUB_-1204815098'), (u'MULTIEQUAL_-1204815177', u'PTRADD_-1204815482'), ('const-1', u'INT_ADD_-1204815113'), ('const-120', u'INT_ADD_-1204815397'), (u'LOAD_-1204815544', u'INT_LESS_-1204815527'), (u'LOAD_-1204815544', u'INT_EQUAL_-1204815527'), (u'MULTIEQUAL_-1204815181', u'BOOL_NEGATE_-1204815155'), ('const-433', u'LOAD_-1204815385'), ('const-0', u'COPY_-1204815507'), (u'COPY_-1204815656', u'MULTIEQUAL_-1204815168'), (u'BOOL_NEGATE_-1204815154', u'BOOL_AND_-1204815574'), ('tmp_1321', u'PTRADD_-1204815011'), (u'INT_ADD_-1204815383', u'CAST_-1204814995'), (u'MULTIEQUAL_-1204815192', u'LOAD_-1204815628'), (u'MULTIEQUAL_-1204815157', u'BOOL_NEGATE_-1204815119'), (u'MULTIEQUAL_-1204815181', u'INT_EQUAL_-1204815576'), ('tmp_132', u'CBRANCH_-1204815637'), ('const-4', u'PTRADD_-1204815011'), (u'MULTIEQUAL_-1204815235', u'INT_ADD_-1204815622'), ('const--2', u'INT_MULT_-1204815164'), (u'CAST_-1204814986', u'LOAD_-1204815385'), ('const-433', u'LOAD_-1204815420'), (u'LOAD_-1204815626', u'INT_LESS_-1204815611'), (u'LOAD_-1204815626', u'INT_EQUAL_-1204815611'), (u'CAST_-1204814995', u'LOAD_-1204815399'), (u'PTRADD_-1204815002', u'STORE_-1204815390'), ('const-112', u'INT_ADD_-1204815383'), ('const-0', u'COPY_-1204815656'), ('tmp_286', u'CBRANCH_-1204815553'), (u'COPY_-1204815151', u'MULTIEQUAL_-1204815200'), (u'PTRADD_-1204815571', u'COPY_-1204815143'), (u'INT_ADD_-1204815538', u'MULTIEQUAL_-1204815212'), ('const-1', u'INT_ADD_-1204815112'), (u'INT_ADD_-1204815622', u'MULTIEQUAL_-1204815235'), (u'MULTIEQUAL_-1204815169', u'PTRADD_-1204815487'), ('tmp_1319', u'COPY_-1204815151'), ('const-5', u'PTRADD_-1204815002'), ('tmp_1321', u'PTRADD_-1204815002'), ('const-433', u'STORE_-1204815404'), (u'INT_ADD_-1204815369', u'CAST_-1204814986'), (u'LOAD_-1204815420', u'INT_ADD_-1204815383'), ('const--1', u'INT_ADD_-1204815622'), ('tmp_1321', u'PTRADD_-1204815020'), (u'INT_EQUAL_-1204815527', u'MULTIEQUAL_-1204815141'), ('const-104', u'INT_ADD_-1204815369'), ('const-0', u'RETURN_-1204815346'), (u'PTRSUB_-1204815098', u'STORE_-1204815644'), (u'INT_EQUAL_-1204815576', u'BOOL_NEGATE_-1204815117'), ('const-433', u'LOAD_-1204815399'), (u'PTRADD_-1204815011', u'STORE_-1204815404'), (u'MULTIEQUAL_-1204815200', u'PTRADD_-1204815566'), ('const-433', u'LOAD_-1204815542'), (u'CAST_-1204815004', u'LOAD_-1204815413'), (u'PTRADD_-1204815566', u'COPY_-1204815147'), (u'COPY_-1204815678', u'MULTIEQUAL_-1204815235'), ('const-2', u'PTRADD_-1204815020'), (u'MULTIEQUAL_-1204815235', u'INT_EQUAL_-1204815632'), (u'BOOL_AND_-1204815490', u'INT_NOTEQUAL_-1204815491'), (u'INT_ADD_-1204815112', u'PTRADD_-1204815482'), (u'LOAD_-1204815413', u'STORE_-1204815404'), (u'INT_NOTEQUAL_-1204815491', u'CBRANCH_-1204815490'), (u'LOAD_-1204815399', u'STORE_-1204815390'), (u'INDIRECT_-1204815191', u'INT_ZEXT_-1204815616'), ('const-0', u'CALL_-1204815422'), (u'COPY_-1204815570', u'CAST_-1204815056'), (u'INT_EQUAL_-1204815611', u'MULTIEQUAL_-1204815168'), (u'INT_LESS_-1204815611', u'MULTIEQUAL_-1204815181'), (u'INT_ADD_-1204815113', u'PTRADD_-1204815487'), (u'COPY_-1204815590', u'MULTIEQUAL_-1204815160'), ('const--2', u'INT_MULT_-1204815128')]
null
null
0030f880
x64
O2
(translation_unit "void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_003100f0(param_1,0,0,param_3);" (call_expression "FUN_003100f0(param_1,0,0,param_3)" identifier (argument_list "(param_1,0,0,param_3)" ( identifier , number_literal , number_literal , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439fb0" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x385396;" (assignment_expression "pbVar3 = (byte *)0x385396" identifier = (cast_expression "(byte *)0x385396" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" { comment (expression_statement "FUN_0031bb60(param_1 + 2);" (call_expression "FUN_0031bb60(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_0031bb30(param_1 + 2,param_2,0);" (call_expression "FUN_0031bb30(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = *(undefined8 *)(lVar1 + 0x78);" (assignment_expression "param_1[4] = *(undefined8 *)(lVar1 + 0x78)" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x78)" * (cast_expression "(undefined8 *)(lVar1 + 0x78)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "param_1[5] = *(undefined8 *)(lVar1 + 0x70);" (assignment_expression "param_1[5] = *(undefined8 *)(lVar1 + 0x70)" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" * (cast_expression "(undefined8 *)(lVar1 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "param_1[6] = *(undefined8 *)(lVar1 + 0x68);" (assignment_expression "param_1[6] = *(undefined8 *)(lVar1 + 0x68)" (subscript_expression "param_1[6]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x68)" * (cast_expression "(undefined8 *)(lVar1 + 0x68)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x68)" ( (binary_expression "lVar1 + 0x68" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* std::ctype_byname<char>::ctype_byname(char const*, unsigned long) */\n\nvoid __thiscall\nstd::ctype_byname<char>::ctype_byname(ctype_byname<char> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::ctype_byname<char>::ctype_byname(ctype_byname<char> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ctype_byname<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "ctype_byname(ctype_byname<char> *this,char *param_1,ulong param_2)" identifier (parameter_list "(ctype_byname<char> *this,char *param_1,ulong param_2)" ( (parameter_declaration "ctype_byname<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2);" (binary_expression "ctype<char>::ctype((ctype<char> *)this,(ushort *)0x0,false,param_2)" (binary_expression "ctype<char" identifier < identifier) > (ERROR "::" : :) (call_expression "ctype((ctype<char> *)this,(ushort *)0x0,false,param_2)" identifier (argument_list "((ctype<char> *)this,(ushort *)0x0,false,param_2)" ( (parenthesized_expression "(ctype<char> *)this,(ushort *)0x0,false,param_2)" ( (comma_expression "ctype<char> *)this,(ushort *)0x0,false,param_2" (binary_expression "ctype<char> *)this" (binary_expression "ctype<char" identifier < identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , (comma_expression "(ushort *)0x0,false,param_2" (cast_expression "(ushort *)0x0" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (comma_expression "false,param_2" false , identifier))) )) )))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*(undefined ***)this = &PTR__ctype_byname_00439fb0;" (assignment_expression "*(undefined ***)this = &PTR__ctype_byname_00439fb0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__ctype_byname_00439fb0" & identifier)) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)0x385396;" (assignment_expression "pbVar3 = (byte *)0x385396" identifier = (cast_expression "(byte *)0x385396" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n lVar1 = *(long *)(this + 0x10);\n *(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);\n *(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);\n *(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" { comment (labeled_statement "locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale((__locale_struct **)(this + 0x10));" (call_expression "_S_destroy_c_locale((__locale_struct **)(this + 0x10))" identifier (argument_list "((__locale_struct **)(this + 0x10))" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) ))) ;))) (labeled_statement "locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" (call_expression "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" identifier (argument_list "((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) , identifier , (cast_expression "(__locale_struct *)0x0" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;))) (expression_statement "lVar1 = *(long *)(this + 0x10);" (assignment_expression "lVar1 = *(long *)(this + 0x10)" identifier = (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78);" (assignment_expression "*(undefined8 *)(this + 0x20) = *(undefined8 *)(lVar1 + 0x78)" (pointer_expression "*(undefined8 *)(this + 0x20)" * (cast_expression "(undefined8 *)(this + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x78)" * (cast_expression "(undefined8 *)(lVar1 + 0x78)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70);" (assignment_expression "*(undefined8 *)(this + 0x28) = *(undefined8 *)(lVar1 + 0x70)" (pointer_expression "*(undefined8 *)(this + 0x28)" * (cast_expression "(undefined8 *)(this + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" * (cast_expression "(undefined8 *)(lVar1 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68);" (assignment_expression "*(undefined8 *)(this + 0x30) = *(undefined8 *)(lVar1 + 0x68)" (pointer_expression "*(undefined8 *)(this + 0x30)" * (cast_expression "(undefined8 *)(this + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(lVar1 + 0x68)" * (cast_expression "(undefined8 *)(lVar1 + 0x68)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x68)" ( (binary_expression "lVar1 + 0x68" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_003100f0(param_1,0,0,param_3);" (call_expression "FUN_003100f0(param_1,0,0,param_3)" identifier (argument_list "(param_1,0,0,param_3)" ( identifier , number_literal , number_literal , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439fb0" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x385396;" (assignment_expression "pbVar3 = (byte *)0x385396" identifier = (cast_expression "(byte *)0x385396" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" { (expression_statement "FUN_0031bb60(param_1 + 2);" (call_expression "FUN_0031bb60(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_0031bb30(param_1 + 2,param_2,0);" (call_expression "FUN_0031bb30(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = *(undefined8 *)(lVar1 + 0x78);" (assignment_expression "param_1[4] = *(undefined8 *)(lVar1 + 0x78)" (subscript_expression "param_1[4]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x78)" * (cast_expression "(undefined8 *)(lVar1 + 0x78)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "param_1[5] = *(undefined8 *)(lVar1 + 0x70);" (assignment_expression "param_1[5] = *(undefined8 *)(lVar1 + 0x70)" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" * (cast_expression "(undefined8 *)(lVar1 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x70)" ( (binary_expression "lVar1 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "param_1[6] = *(undefined8 *)(lVar1 + 0x68);" (assignment_expression "param_1[6] = *(undefined8 *)(lVar1 + 0x68)" (subscript_expression "param_1[6]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x68)" * (cast_expression "(undefined8 *)(lVar1 + 0x68)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x68)" ( (binary_expression "lVar1 + 0x68" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * 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 ( IDENT , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (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 )) ;) (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 ( (unary_expression ! 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 *)) ) (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 { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030f880(undefined8 *param_1,byte *param_2,undefined8 param_3)" (identifier "FUN_0030f880") (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_003100f0(param_1,0,0,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00439fb0;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x385396;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte *pbVar2;" (type_identifier "byte") (pointer_declarator "*pbVar2" (* "*") (identifier "pbVar2")) (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" (identifier "bVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_003100f0(param_1,0,0,param_3);" (call_expression "FUN_003100f0(param_1,0,0,param_3)" (identifier "FUN_003100f0") (argument_list "(param_1,0,0,param_3)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" (identifier "lVar1") (= "=") (number_literal "2")) (; ";")) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00439fb0" (& "&") (identifier "PTR_FUN_00439fb0"))) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)0x385396;" (assignment_expression "pbVar3 = (byte *)0x385396" (identifier "pbVar3") (= "=") (cast_expression "(byte *)0x385396" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x385396"))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" (identifier "bVar6") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar6)" (( "(") (identifier "bVar6") () ")")) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" (identifier "bVar4") (= "=") (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" (( "(") (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" (! "!") (identifier "bVar4")) (&& "&&") (unary_expression "!bVar6" (! "!") (identifier "bVar6"))) () ")")) (== "==") (identifier "bVar4"))) (; ";")) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" (if "if") (parenthesized_expression "(!bVar4)" (( "(") (unary_expression "!bVar4" (! "!") (identifier "bVar4")) () ")")) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }\n }" ({ "{") (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" (identifier "lVar1") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" (identifier "pbVar3") (= "=") (cast_expression "(byte *)"POSIX"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""POSIX"" (" """) (string_content "POSIX") (" """)))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" (identifier "bVar5") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (; ";")) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" (if "if") (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" (( "(") (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" (( "(") (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" (! "!") (identifier "bVar5")) (&& "&&") (unary_expression "!bVar4" (! "!") (identifier "bVar4"))) () ")")) (!= "!=") (identifier "bVar5")) () ")")) (compound_statement "{\n \n FUN_0031bb60(param_1 + 2);\n FUN_0031bb30(param_1 + 2,param_2,0);\n lVar1 = param_1[2];\n param_1[4] = *(undefined8 *)(lVar1 + 0x78);\n param_1[5] = *(undefined8 *)(lVar1 + 0x70);\n param_1[6] = *(undefined8 *)(lVar1 + 0x68);\n return;\n }" ({ "{") (expression_statement "FUN_0031bb60(param_1 + 2);" (call_expression "FUN_0031bb60(param_1 + 2)" (identifier "FUN_0031bb60") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "FUN_0031bb30(param_1 + 2,param_2,0);" (call_expression "FUN_0031bb30(param_1 + 2,param_2,0)" (identifier "FUN_0031bb30") (argument_list "(param_1 + 2,param_2,0)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "lVar1 = param_1[2];" (assignment_expression "lVar1 = param_1[2]" (identifier "lVar1") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[4] = *(undefined8 *)(lVar1 + 0x78);" (assignment_expression "param_1[4] = *(undefined8 *)(lVar1 + 0x78)" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x78)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x78)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x78)" (( "(") (binary_expression "lVar1 + 0x78" (identifier "lVar1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (expression_statement "param_1[5] = *(undefined8 *)(lVar1 + 0x70);" (assignment_expression "param_1[5] = *(undefined8 *)(lVar1 + 0x70)" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x70)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x70)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x70)" (( "(") (binary_expression "lVar1 + 0x70" (identifier "lVar1") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (expression_statement "param_1[6] = *(undefined8 *)(lVar1 + 0x68);" (assignment_expression "param_1[6] = *(undefined8 *)(lVar1 + 0x68)" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x68)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x68)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x68)" (( "(") (binary_expression "lVar1 + 0x68" (identifier "lVar1") (+ "+") (number_literal "0x68")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::ctype_byname<char>::ctype_byname(char const*, unsigned long) */ void __thiscall std::function_1<char>::function_1(function_1<char> *var_9,char *param_1,type_1 param_2) { long var_3; type_2 *var_4; type_2 *var_5; bool var_6; bool var_7; bool bVar6; type_2 bVar7; bVar7 = 0; var_1<var_2>::var_1((var_1<var_2> *)var_9,(type_3 *)0x0,false,param_2); var_3 = 2; var_6 = false; bVar6 = false; *(type_4 ***)var_9 = &PTR__ctype_byname_00439fb0; var_4 = (type_2 *)param_1; var_5 = (type_2 *)0x385396; do { if (var_3 == 0) break; var_3 = var_3 + -1; var_6 = *var_4 < *var_5; bVar6 = *var_4 == *var_5; var_4 = var_4 + (type_1)bVar7 * -2 + 1; var_5 = var_5 + (type_1)bVar7 * -2 + 1; } while (bVar6); var_7 = false; var_6 = (!var_6 && !bVar6) == var_6; if (!var_6) { var_3 = 6; var_4 = (type_2 *)param_1; var_5 = (type_2 *)"POSIX"; do { if (var_3 == 0) break; var_3 = var_3 + -1; var_7 = *var_4 < *var_5; var_6 = *var_4 == *var_5; var_4 = var_4 + (type_1)bVar7 * -2 + 1; var_5 = var_5 + (type_1)bVar7 * -2 + 1; } while (var_6); if ((!var_7 && !var_6) != var_7) { /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */ locale::facet::var_8((type_5 **)(var_9 + 0x10)); locale::facet::var_10 ((type_5 **)(var_9 + 0x10),param_1,(type_5 *)0x0); var_3 = *(long *)(var_9 + 0x10); *(type_6 *)(var_9 + 0x20) = *(type_6 *)(var_3 + 0x78); *(type_6 *)(var_9 + 0x28) = *(type_6 *)(var_3 + 0x70); *(type_6 *)(var_9 + 0x30) = *(type_6 *)(var_3 + 0x68); return; } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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 (unary_expression argument: (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: (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 (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: (identifier) right: (number_literal)) (identifier) (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: (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: (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: (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))))) (return_statement))))
null
void MASKED(undefined8 *param_1,byte *param_2,undefined8 param_3) { long lVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; bVar7 = 0; FUN_003100f0(param_1,0,0,param_3); lVar1 = 2; bVar4 = false; bVar6 = false; *param_1 = &PTR_FUN_00439fb0; pbVar2 = param_2; pbVar3 = (byte *)0x385396; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar4 = *pbVar2 < *pbVar3; bVar6 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar6); bVar5 = false; bVar4 = (!bVar4 && !bVar6) == bVar4; if (!bVar4) { lVar1 = 6; pbVar2 = param_2; pbVar3 = (byte *)"POSIX"; do { if (lVar1 == 0) break; lVar1 = lVar1 + -1; bVar5 = *pbVar2 < *pbVar3; bVar4 = *pbVar2 == *pbVar3; pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1; pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1; } while (bVar4); if ((!bVar5 && !bVar4) != bVar5) { /* try { // try from 0030f8e7 to 0030f8f8 has its CatchHandler @ 0030f91a */ FUN_0031bb60(param_1 + 2); FUN_0031bb30(param_1 + 2,param_2,0); lVar1 = param_1[2]; param_1[4] = *(undefined8 *)(lVar1 + 0x78); param_1[5] = *(undefined8 *)(lVar1 + 0x70); param_1[6] = *(undefined8 *)(lVar1 + 0x68); return; } } return; }
108_aarch64-linux-gnu-c++filt_and_aarch64-linux-gnu-c++filt_strip.c
mkstemps
mkstemps
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemps(char *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemps@@GLIBC_2.11 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemps(char *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207037942')]
[('const-1', u'RETURN_-1207037942')]
null
null
00111000
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" 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\nint mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemps@@GLIBC_2.11 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" 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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "mkstemps(char *__template,int __suffixlen)" (identifier "mkstemps") (parameter_list "(char *__template,int __suffixlen)" (( "(") (parameter_declaration "char *__template" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template"))) (, ",") (parameter_declaration "int __suffixlen" (primitive_type "int") (identifier "__suffixlen")) () ")"))) (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 *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemps@@GLIBC_2.11 */ 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)))) 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 *__template,int __suffixlen) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
2146_sqlite3_and_sqlite3_strip.c
sqlite3ColumnsFromExprList
FUN_001a1660
int sqlite3ColumnsFromExprList(Parse *pParse,ExprList *pEList,i16 *pnCol,Column **paCol) { u8 uVar1; short sVar2; long lVar3; code *pcVar4; byte bVar5; int iVar6; int iVar7; Column *p; byte *pKey; HashElem *pHVar8; size_t sVar9; Column *pCVar10; Expr *pEVar11; uint uVar12; byte *pKey_00; long lVar14; char *z; uint uVar15; int iVar16; long lVar17; long in_FS_OFFSET; Column *local_a8; int local_94; u32 cnt; Hash ht; ulong uVar13; lVar3 = *(long *)(in_FS_OFFSET + 0x28); ht.htsize = 0; ht.count = 0; ht.first = (HashElem *)0x0; ht.ht = (_ht *)0x0; if (pEList == (ExprList *)0x0) { *pnCol = 0; *paCol = (Column *)0x0; sqlite3HashClear(&ht); if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf; } else { iVar16 = pEList->nExpr; p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5); iVar6 = 0x7fff; if (iVar16 < 0x8000) { iVar6 = iVar16; } *pnCol = (i16)iVar6; *paCol = p; if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) { lVar17 = 0; local_a8 = p; do { iVar16 = (int)lVar17; z = pEList->a[lVar17].zName; if (z == (char *)0x0) { pEVar11 = pEList->a[lVar17].pExpr; do { if (pEVar11 == (Expr *)0x0) { sqlite3ColumnsFromExprList_isra_778_cold_938: /* WARNING: Does not return */ pcVar4 = (code *)invalidInstructionException(); (*pcVar4)(); } uVar12 = pEVar11->flags; joined_r0x001a1917: if ((uVar12 & 0x1000) == 0) { uVar1 = pEVar11->op; while (uVar1 == 0x82) { pEVar11 = pEVar11->pRight; uVar1 = pEVar11->op; } if (uVar1 == 0x9e) { iVar7 = pEVar11->iColumn; if ((-1 < iVar7) || (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) { z = ((pEVar11->y).pTab)->aCol[iVar7].zName; goto LAB_001a196c; } z = "rowid"; break; } if (uVar1 == ';') { z = (pEVar11->u).zToken; } else { z = pEList->a[lVar17].zSpan; } LAB_001a196c: if (z != (char *)0x0) break; pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1)); goto LAB_001a1755; } if ((uVar12 & 0x40000) != 0) { pEVar11 = ((pEVar11->x).pList)->a[0].pExpr; if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932; goto sqlite3ColumnsFromExprList_isra_778_cold_938; } pEVar11 = pEVar11->pLeft; } while( true ); } pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z); LAB_001a1755: local_94 = iVar16 + 1; cnt = 0; joined_r0x001a176f: if (pKey != (byte *)0x0) { do { pKey_00 = pKey; pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0); if (pHVar8->data == (void *)0x0) { local_a8->zName = (char *)pKey; pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8); if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) { sqlite3OomFault((sqlite3 *)pParse); } goto joined_r0x001a18d5; } sVar9 = strlen((char *)pKey); uVar12 = (uint)sVar9 & 0x3fffffff; uVar13 = (ulong)uVar12; if ((sVar9 & 0x3fffffff) != 0) { uVar15 = uVar12 - 1; if (uVar15 == 0) { LAB_001a1819: bVar5 = *pKey; } else { bVar5 = pKey[(int)uVar15]; if ((""[bVar5] & 4) != 0) { lVar14 = (long)(int)(uVar12 - 2); do { uVar15 = (uint)lVar14; if (uVar15 == 0) goto LAB_001a1819; bVar5 = pKey[lVar14]; lVar14 = lVar14 + -1; } while ((""[bVar5] & 4) != 0); } } if (bVar5 == 0x3a) { uVar13 = (ulong)uVar15; } } cnt = cnt + 1; pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey); if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d; if (pKey == (byte *)0x0) break; } while( true ); } local_a8->zName = (char *)0x0; joined_r0x001a18d5: if (iVar6 <= local_94) break; local_a8 = local_a8 + 1; lVar17 = lVar17 + 1; } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0'); sqlite3HashClear(&ht); if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') { pCVar10 = p; do { if (pCVar10->zName != (char *)0x0) { sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName); } pCVar10 = pCVar10 + 1; } while (pCVar10 != p + (long)iVar16 + 1); goto LAB_001a1a3c; } goto LAB_001a1886; } sqlite3HashClear(&ht); if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') { LAB_001a1a3c: if (p != (Column *)0x0) { sqlite3DbFreeNN((sqlite3 *)pParse,p); } LAB_001a19cf: *paCol = (Column *)0x0; *pnCol = 0; iVar16 = 7; goto LAB_001a1888; } } LAB_001a1886: iVar16 = 0; LAB_001a1888: if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return iVar16; code_r0x001a1932: uVar12 = pEVar11->flags; goto joined_r0x001a1917; code_r0x001a183d: sqlite3_randomness(4,&cnt); goto joined_r0x001a176f; }
undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4) { char cVar1; code *pcVar2; byte bVar3; int iVar4; int iVar5; long *plVar6; byte *__s; long lVar7; size_t sVar8; long *plVar9; undefined8 uVar10; uint uVar11; char *pcVar12; uint uVar13; int iVar14; long lVar15; long in_FS_OFFSET; long *local_a8; int local_94; uint local_5c; undefined8 local_58; undefined8 local_50; undefined8 local_48; long local_40; local_40 = *(long *)(in_FS_OFFSET + 0x28); local_58 = 0; local_50 = 0; local_48 = 0; if (param_2 == (int *)0x0) { *param_3 = 0; *param_4 = 0; FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf; } else { iVar14 = *param_2; plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5); iVar4 = 0x7fff; if (iVar14 < 0x8000) { iVar4 = iVar14; } *param_3 = (short)iVar4; *param_4 = plVar6; if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) { lVar15 = 0; local_a8 = plVar6; do { iVar14 = (int)lVar15; pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4); if (pcVar12 == (char *)0x0) { pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2); do { if (pcVar12 == (char *)0x0) { FUN_0010e786: /* WARNING: Does not return */ pcVar2 = (code *)invalidInstructionException(); (*pcVar2)(); } uVar11 = *(uint *)(pcVar12 + 4); joined_r0x001a1917: if ((uVar11 & 0x1000) == 0) { cVar1 = *pcVar12; while (cVar1 == -0x7e) { pcVar12 = *(char **)(pcVar12 + 0x18); cVar1 = *pcVar12; } if (cVar1 == -0x62) { iVar5 = *(int *)(pcVar12 + 0x30); if ((-1 < iVar5) || (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) { pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8) ); goto LAB_001a196c; } pcVar12 = "rowid"; break; } if (cVar1 == ';') { pcVar12 = *(char **)(pcVar12 + 8); } else { pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6); } LAB_001a196c: if (pcVar12 != (char *)0x0) break; __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1); goto LAB_001a1755; } if ((uVar11 & 0x40000) != 0) { pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8); if (pcVar12 != (char *)0x0) goto code_r0x001a1932; goto FUN_0010e786; } pcVar12 = *(char **)(pcVar12 + 0x10); } while( true ); } __s = (byte *)FUN_00138b60(param_1,pcVar12); LAB_001a1755: local_94 = iVar14 + 1; local_5c = 0; joined_r0x001a176f: if (__s != (byte *)0x0) { do { lVar7 = FUN_0012c9f0(&local_58,__s,0); if (*(long *)(lVar7 + 0x10) == 0) { *local_a8 = (long)__s; plVar9 = (long *)FUN_0013a800(&local_58); if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) { FUN_00138680(param_1); } goto joined_r0x001a18d5; } sVar8 = strlen((char *)__s); uVar11 = (uint)sVar8 & 0x3fffffff; if ((sVar8 & 0x3fffffff) != 0) { uVar13 = uVar11 - 1; if (uVar13 == 0) { LAB_001a1819: bVar3 = *__s; } else { bVar3 = __s[(int)uVar13]; if (((&DAT_00220840)[bVar3] & 4) != 0) { lVar7 = (long)(int)(uVar11 - 2); do { uVar13 = (uint)lVar7; if (uVar13 == 0) goto LAB_001a1819; bVar3 = __s[lVar7]; lVar7 = lVar7 + -1; } while (((&DAT_00220840)[bVar3] & 4) != 0); } } if (bVar3 == 0x3a) { uVar11 = uVar13; } } local_5c = local_5c + 1; __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s); if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d; if (__s == (byte *)0x0) break; } while( true ); } *local_a8 = 0; joined_r0x001a18d5: if (iVar4 <= local_94) break; local_a8 = local_a8 + 4; lVar15 = lVar15 + 1; } while (*(char *)(param_1 + 0x61) == '\0'); FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') { plVar9 = plVar6; do { if (*plVar9 != 0) { FUN_00136c40(param_1); } plVar9 = plVar9 + 4; } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4); goto LAB_001a1a3c; } goto LAB_001a1886; } FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') { LAB_001a1a3c: if (plVar6 != (long *)0x0) { FUN_00136c40(param_1,plVar6); } LAB_001a19cf: *param_4 = 0; *param_3 = 0; uVar10 = 7; goto LAB_001a1888; } } LAB_001a1886: uVar10 = 0; LAB_001a1888: if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return uVar10; code_r0x001a1932: uVar11 = *(uint *)(pcVar12 + 4); goto joined_r0x001a1917; code_r0x001a183d: FUN_0014f860(4,&local_5c); goto joined_r0x001a176f; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX SUB RSP,0x78 MOV qword ptr [RSP + 0x18],RSI MOV qword ptr [RSP + 0x28],RDX MOV qword ptr [RSP + 0x30],RCX MOV RBX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0x68],RBX XOR EBX,EBX MOV qword ptr [RSP + 0x50],0x0 MOV qword ptr [RSP + 0x58],0x0 MOV qword ptr [RSP + 0x60],0x0 TEST RSI,RSI JZ 0x001a19af MOV RAX,qword ptr [RSP + 0x18] MOVSXD RSI,dword ptr [RAX] MOV RBX,RSI SHL RSI,0x5 CALL 0x00138710 CMP EBX,0x7fff MOV RCX,qword ptr [RSP + 0x28] MOV RDI,RAX MOV qword ptr [RSP + 0x38],RAX MOV EAX,0x7fff CMOVLE EAX,EBX MOV word ptr [RCX],AX MOV dword ptr [RSP + 0x20],EAX MOV RAX,qword ptr [RSP + 0x30] MOV qword ptr [RAX],RDI TEST EBX,EBX JLE 0x001a1a71 CMP byte ptr [RBP + 0x61],0x0 JNZ 0x001a1a71 MOV qword ptr [RSP],RDI XOR R15D,R15D LEA RBX,[0x220840] LEA R13,[0x214aa6] NOP dword ptr [RAX] MOV RAX,qword ptr [RSP + 0x18] MOV RDI,R15 MOV ECX,R15D MOV dword ptr [RSP + 0x24],R15D SHL RDI,0x5 MOV RSI,qword ptr [RAX + RDI*0x1 + 0x10] LEA EAX,[R15 + 0x1] MOV dword ptr [RSP + 0x14],EAX TEST RSI,RSI JZ 0x001a18fa MOV RDI,RBP CALL 0x00138b60 MOV R14,RAX LEA RAX,[RSP + 0x4c] MOV dword ptr [RSP + 0x4c],0x0 LEA R12,[RSP + 0x50] MOV qword ptr [RSP + 0x8],RAX TEST R14,R14 JNZ 0x001a17b4 JMP 0x001a1858 MOV EAX,dword ptr [RSP + 0x4c] MOV RCX,R14 MOV RSI,R13 MOV RDI,RBP LEA R8D,[RAX + 0x1] XOR EAX,EAX MOV dword ptr [RSP + 0x4c],R8D CALL 0x0016dca0 CMP dword ptr [RSP + 0x4c],0x3 MOV R14,RAX JA 0x001a1830 TEST R14,R14 JZ 0x001a1858 XOR EDX,EDX MOV RSI,R14 MOV RDI,R12 CALL 0x0012c9f0 CMP qword ptr [RAX + 0x10],0x0 JZ 0x001a18b0 MOV RDI,R14 CALL 0x0010e2c0 MOV EDX,EAX AND EDX,0x3fffffff JZ 0x001a1780 MOV R8D,EDX SUB R8D,0x1 JZ 0x001a1819 MOVSXD RAX,R8D MOVZX ESI,byte ptr [R14 + RAX*0x1] MOV RAX,RSI TEST byte ptr [RBX + RSI*0x1],0x4 JZ 0x001a181d LEA ESI,[RDX + -0x2] MOVSXD RSI,ESI JMP 0x001a1812 MOVZX ECX,byte ptr [R14 + RSI*0x1] SUB RSI,0x1 MOV RAX,RCX TEST byte ptr [RBX + RCX*0x1],0x4 JZ 0x001a181d MOV R8D,ESI TEST ESI,ESI JNZ 0x001a1800 MOVZX EAX,byte ptr [R14] CMP AL,0x3a CMOVZ EDX,R8D JMP 0x001a1780 CALL 0x0014f200 TEST EAX,EAX JNZ 0x001a17ab MOV RSI,qword ptr [RSP + 0x8] MOV EDI,0x4 CALL 0x0014f860 TEST R14,R14 JNZ 0x001a17b4 NOP dword ptr [RAX] MOV RAX,qword ptr [RSP] MOV EDI,dword ptr [RSP + 0x14] ADD qword ptr [RSP],0x20 MOV qword ptr [RAX],0x0 CMP dword ptr [RSP + 0x20],EDI JG 0x001a18d7 LEA RDI,[RSP + 0x50] CALL 0x00137820 CMP byte ptr [RBP + 0x61],0x0 JNZ 0x001a1a0d XOR EAX,EAX MOV RBX,qword ptr [RSP + 0x68] XOR RBX,qword ptr FS:[0x28] JNZ 0x001a1a87 ADD RSP,0x78 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RAX,qword ptr [RSP] MOV RDI,R12 MOV qword ptr [RAX],R14 MOV RDX,RAX CALL 0x0013a800 CMP RAX,qword ptr [RSP] JZ 0x001a18e7 ADD qword ptr [RSP],0x20 MOV EDI,dword ptr [RSP + 0x14] CMP dword ptr [RSP + 0x20],EDI JLE 0x001a1872 ADD R15,0x1 CMP byte ptr [RBP + 0x61],0x0 JZ 0x001a1720 JMP 0x001a1872 TEST dword ptr [RBP + 0x60],0xffff00 JNZ 0x001a18c8 MOV RDI,RBP CALL 0x00138680 JMP 0x001a18c8 MOV RAX,qword ptr [RSP + 0x18] MOV RAX,qword ptr [RAX + RDI*0x1 + 0x8] NOP dword ptr [RAX] TEST RAX,RAX JZ 0x0010e786 MOV EDX,dword ptr [RAX + 0x4] TEST DH,0x10 JZ 0x001a193a AND EDX,0x40000 JZ 0x001a19a0 MOV RAX,qword ptr [RAX + 0x20] MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x0010e786 MOV EDX,dword ptr [RAX + 0x4] TEST DH,0x10 JNZ 0x001a1919 MOVZX EDX,byte ptr [RAX] CMP DL,0x82 JNZ 0x001a1954 NOP word ptr [RAX + RAX*0x1] MOV RAX,qword ptr [RAX + 0x18] MOVZX EDX,byte ptr [RAX] CMP DL,0x82 JZ 0x001a1948 CMP DL,0x9e JZ 0x001a19ef CMP DL,0x3b JZ 0x001a19a9 MOV RAX,qword ptr [RSP + 0x18] MOV RSI,qword ptr [RAX + RDI*0x1 + 0x18] LEA EAX,[RCX + 0x1] MOV dword ptr [RSP + 0x14],EAX TEST RSI,RSI JNZ 0x001a174a MOV EDX,dword ptr [RSP + 0x14] LEA RSI,[0x214a9d] MOV RDI,RBP XOR EAX,EAX CALL 0x0016dca0 MOV R14,RAX JMP 0x001a1755 MOV RAX,qword ptr [RAX + 0x10] JMP 0x001a1908 MOV RSI,qword ptr [RAX + 0x8] JMP 0x001a196c XOR ESI,ESI LEA RDI,[RSP + 0x50] MOV word ptr [RDX],SI MOV qword ptr [RCX],0x0 CALL 0x00137820 CMP byte ptr [RBP + 0x61],0x0 JZ 0x001a1886 MOV RAX,qword ptr [RSP + 0x30] XOR EDX,EDX MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [RSP + 0x28] MOV word ptr [RAX],DX MOV EAX,0x7 JMP 0x001a1888 MOV EDX,dword ptr [RAX + 0x30] MOV RSI,qword ptr [RAX + 0x48] TEST EDX,EDX JS 0x001a1a56 MOVSXD RAX,EDX SHL RAX,0x5 ADD RAX,qword ptr [RSI + 0x8] MOV RSI,qword ptr [RAX] JMP 0x001a196c MOVSXD RAX,dword ptr [RSP + 0x24] MOV RDI,qword ptr [RSP + 0x38] SHL RAX,0x5 MOV RBX,RDI LEA R12,[RDI + RAX*0x1 + 0x20] MOV RSI,qword ptr [RBX] TEST RSI,RSI JZ 0x001a1a33 MOV RDI,RBP CALL 0x00136c40 ADD RBX,0x20 CMP RBX,R12 JNZ 0x001a1a23 MOV RAX,qword ptr [RSP + 0x38] TEST RAX,RAX JZ 0x001a19cf MOV RSI,RAX MOV RDI,RBP CALL 0x00136c40 JMP 0x001a19cf MOVSX EDX,word ptr [RSI + 0x44] TEST EDX,EDX JNS 0x001a19fa LEA EAX,[RCX + 0x1] LEA RSI,[0x2140d5] MOV dword ptr [RSP + 0x14],EAX JMP 0x001a174a LEA RDI,[RSP + 0x50] CALL 0x00137820 CMP byte ptr [RBP + 0x61],0x0 JZ 0x001a1886 JMP 0x001a1a3c CALL 0x0010e4e0
null
null
null
null
[(u'INDIRECT_-1207621987', u'MULTIEQUAL_-1207621558'), (u'CAST_-1207621193', u'LOAD_-1207624090'), ('const-1', u'INT_ADD_-1207624953'), ('const-0', u'INT_NOTEQUAL_-1207625157'), (u'CALL_-1207624618', u'INDIRECT_-1207621932'), (u'INDIRECT_-1207621580', u'MULTIEQUAL_-1207621686'), (u'CAST_-1207621726', u'CALL_-1207625124'), (u'PTRSUB_-1207621090', u'CALL_-1207623943'), (u'INT_EQUAL_-1207625134', u'CBRANCH_-1207625131'), ('tmp_1326', u'CBRANCH_-1207624656'), ('const-0', u'STORE_-1207625314'), (u'INDIRECT_-1207622320', u'MULTIEQUAL_-1207622295'), (u'CALL_-1207624618', u'INDIRECT_-1207622777'), ('const-0', u'PTRSUB_-1207621479'), ('const-59', u'INT_EQUAL_-1207624382'), (u'CALL_-1207625124', u'INDIRECT_-1207622314'), ('const-433', u'LOAD_-1207624444'), (u'INDIRECT_-1207621969', u'MULTIEQUAL_-1207621559'), ('const-262144', u'INT_AND_-1207624524'), (u'CALL_-1207624943', u'INDIRECT_-1207622161'), ('const-130', u'INT_EQUAL_-1207624456'), (u'PTRSUB_-1207622013', u'PTRSUB_-1207621966'), ('tmp_3202', u'STORE_-1207624707'), (u'LOAD_-1207625223', u'INT_NOTEQUAL_-1207625210'), (u'LOAD_-1207625822', u'INT_EQUAL_-1207625807'), ('tmp_3200', u'PTRSUB_-1207621616'), ('tmp_3008', u'BRANCH_-1207624161'), (u'MULTIEQUAL_-1207622816', u'INT_NOTEQUAL_-1207624335'), (u'LOAD_-1207624188', u'MULTIEQUAL_-1207622106'), ('const-16', u'PTRSUB_-1207621335'), (u'INT_ADD_-1207621622', u'CAST_-1207621493'), ('const-4', u'PTRSUB_-1207621366'), (u'CALL_-1207625177', u'INT_AND_-1207622670'), (u'MULTIEQUAL_-1207621558', u'MULTIEQUAL_-1207621548'), (u'MULTIEQUAL_-1207622071', u'MULTIEQUAL_-1207621558'), (u'MULTIEQUAL_-1207622746', u'PTRSUB_-1207621641'), (u'PTRSUB_-1207621555', u'STORE_-1207624750'), (u'PTRADD_-1207621523', u'MULTIEQUAL_-1207622746'), (u'MULTIEQUAL_-1207623130', u'PTRADD_-1207624902'), ('tmp_2356', u'CBRANCH_-1207624551'), (u'CAST_-1207621961', u'INT_NOTEQUAL_-1207624634'), ('const-40', u'INT_ADD_-1207626056'), ('tmp_2273', u'BRANCH_-1207624615'), (u'CAST_-1207621400', u'LOAD_-1207624958'), ('const-0', u'PTRSUB_-1207621145'), ('const-0', u'SUBPIECE_-1207623779'), (u'CALL_-1207625271', u'INDIRECT_-1207622896'), (u'COPY_-1207623987', u'MULTIEQUAL_-1207623366'), ('const-1', u'INT_ADD_-1207624345'), ('tmp_2128', u'CBRANCH_-1207624717'), ('const-0', u'INT_EQUAL_-1207625134'), ('const-433', u'STORE_-1207624750'), (u'LOAD_-1207625978', u'INT_SEXT_-1207625961'), ('tmp_3201', u'PTRSUB_-1207622079'), ('tmp_1705', u'BRANCH_-1207625082'), (u'PTRSUB_-1207621211', u'LOAD_-1207624262'), (u'INT_NOTEQUAL_-1207623925', u'CBRANCH_-1207623923'), ('const-433', u'LOAD_-1207624718'), (u'SUBPIECE_-1207623195', u'MULTIEQUAL_-1207622651'), ('const-4096', u'INT_AND_-1207622397'), ('tmp_8656', u'INT_ADD_-1207626056'), ('const-4', u'INT_AND_-1207624909'), (u'MULTIEQUAL_-1207623130', u'COPY_-1207621783'), (u'LOAD_-1207624603', u'MULTIEQUAL_-1207623152'), (u'CAST_-1207621725', u'MULTIEQUAL_-1207621833'), ('const-8', u'PTRSUB_-1207621242'), (u'INDIRECT_-1207622203', u'MULTIEQUAL_-1207622166'), ('const-16', u'PTRSUB_-1207621806'), ('const-1073741823', u'INT_AND_-1207622670'), (u'INDIRECT_-1207622014', u'MULTIEQUAL_-1207621572'), (u'MULTIEQUAL_-1207621609', u'MULTIEQUAL_-1207621595'), (u'CALL_-1207624943', u'INDIRECT_-1207622969'), (u'INT_EQUAL_-1207625023', u'CBRANCH_-1207625019'), (u'MULTIEQUAL_-1207623130', u'CAST_-1207621447'), (u'MULTIEQUAL_-1207623164', u'PTRADD_-1207624902'), (u'LOAD_-1207624111', u'PTRADD_-1207621151'), ('const-1', u'INT_ADD_-1207621286'), (u'MULTIEQUAL_-1207621829', u'MULTIEQUAL_-1207622034'), ('const-1', u'INT_ADD_-1207622669'), ('tmp_3203', u'STORE_-1207624106'), ('const--1', u'INT_ADD_-1207624937'), (u'MULTIEQUAL_-1207623226', u'MULTIEQUAL_-1207621833'), (u'CALL_-1207625637', u'CAST_-1207621811'), ('tmp_1777', u'CBRANCH_-1207625019'), (u'PTRSUB_-1207621335', u'LOAD_-1207624369'), ('const-1', u'RETURN_-1206916029'), (u'INDIRECT_-1207622580', u'MULTIEQUAL_-1207622537'), ('tmp_3142', u'CBRANCH_-1207624072'), (u'INDIRECT_-1207622580', u'MULTIEQUAL_-1207622867'), ('const-0', u'PTRSUB_-1207621056'), (u'CALL_-1207625213', u'INDIRECT_-1207623090'), (u'CALL_-1207623943', u'INDIRECT_-1207621551'), (u'CALL_-1207624943', u'INDIRECT_-1207622050'), ('const-433', u'STORE_-1207624724'), (u'MULTIEQUAL_-1207623152', u'INT_EQUAL_-1207624579'), ('const-1', u'INT_ADD_-1207622012'), ('const-433', u'LOAD_-1207624524'), (u'PTRSUB_-1207621242', u'PTRSUB_-1207621211'), (u'CALL_-1207625177', u'INDIRECT_-1207622223'), (u'PTRSUB_-1207621381', u'PTRSUB_-1207621380'), (u'PTRSUB_-1207621386', u'PTRSUB_-1207621344'), ('const-433', u'LOAD_-1207624958'), (u'INT_AND_-1207625083', u'INT_NOTEQUAL_-1207625096'), (u'CAST_-1207621961', u'STORE_-1207625846'), (u'MULTIEQUAL_-1207622922', u'MULTIEQUAL_-1207621560'), (u'CAST_-1207621811', u'MULTIEQUAL_-1207623226'), (u'MULTIEQUAL_-1207623130', u'CAST_-1207621699'), ('const-0', u'SUBPIECE_-1207623252'), (u'INT_SUB_-1207625128', u'INT_EQUAL_-1207625134'), (u'CAST_-1207621628', u'INT_SEXT_-1207625072'), (u'INDIRECT_-1207623202', u'MULTIEQUAL_-1207623183'), (u'PTRSUB_-1207622079', u'LOAD_-1207625978'), (u'COPY_-1207625624', u'MULTIEQUAL_-1207621831'), (u'INDIRECT_-1207622456', u'MULTIEQUAL_-1207622446'), (u'INDIRECT_-1207621588', u'MULTIEQUAL_-1207622053'), (u'INDIRECT_-1207622628', u'MULTIEQUAL_-1207623183'), ('const-0', u'COPY_-1207626016'), (u'MULTIEQUAL_-1207622746', u'PTRADD_-1207621523'), (u'INDIRECT_-1207621746', u'MULTIEQUAL_-1207622295'), (u'MULTIEQUAL_-1207622277', u'MULTIEQUAL_-1207622273'), (u'MULTIEQUAL_-1207622108', u'MULTIEQUAL_-1207621559'), (u'PTRSUB_-1207621966', u'CAST_-1207621905'), ('const-433', u'STORE_-1207625866'), (u'PTRSUB_-1207621290', u'CALL_-1207624092'), ('const-2', u'INT_SUB_-1207625076'), ('const-72', u'PTRSUB_-1207621167'), (u'CALL_-1207625637', u'INDIRECT_-1207622357'), (u'MULTIEQUAL_-1207621979', u'MULTIEQUAL_-1207621975'), (u'COPY_-1207621425', u'CALL_-1207624290'), (u'COPY_-1207622085', u'PIECE_-1207622026'), (u'INT_EQUAL_-1207624720', u'CBRANCH_-1207624717'), ('tmp_3202', u'STORE_-1207624111'), ('const-4', u'PTRSUB_-1207621403'), (u'CAST_-1207621905', u'INT_ADD_-1207622012'), (u'INDIRECT_-1207623262', u'CAST_-1207621440'), (u'CALL_-1207625921', u'INDIRECT_-1207622425'), (u'MULTIEQUAL_-1207622651', u'MULTIEQUAL_-1207622646'), (u'PTRSUB_-1207621576', u'CAST_-1207621494'), ('const-433', u'LOAD_-1207624090'), (u'CALL_-1207624092', u'INDIRECT_-1207621698'), (u'MULTIEQUAL_-1207622277', u'MULTIEQUAL_-1207622108'), (u'LOAD_-1207625978', u'INT_SLESS_-1207625820'), (u'CALL_-1207624290', u'CAST_-1207621240'), (u'MULTIEQUAL_-1207621511', u'INT_AND_-1207622397'), ('tmp_3200', u'CAST_-1207621027'), (u'MULTIEQUAL_-1207622332', u'MULTIEQUAL_-1207621830'), (u'INDIRECT_-1207622396', u'MULTIEQUAL_-1207622436'), ('tmp_2680', u'CBRANCH_-1207624333'), (u'MULTIEQUAL_-1207623091', u'MULTIEQUAL_-1207623087'), ('const-1', u'PTRADD_-1207625063'), (u'COPY_-1207622579', u'MULTIEQUAL_-1207622516'), ('const--88', u'PTRSUB_-1207621290'), (u'MULTIEQUAL_-1207621830', u'MULTIEQUAL_-1207622236'), (u'MULTIEQUAL_-1207621585', u'MULTIEQUAL_-1207621686'), (u'MULTIEQUAL_-1207622646', u'INT_ZEXT_-1207623324'), (u'CALL_-1207625213', u'INDIRECT_-1207623262'), (u'COPY_-1207623343', u'MULTIEQUAL_-1207623259'), (u'LOAD_-1207624531', u'PTRSUB_-1207621381'), (u'INDIRECT_-1207622014', u'MULTIEQUAL_-1207621979'), ('tmp_1360', u'CBRANCH_-1207624633'), ('const-0', u'STORE_-1207624707'), (u'LOAD_-1207624099', u'MULTIEQUAL_-1207622816'), (u'CAST_-1207621725', u'INT_EQUAL_-1207625080'), ('const-0', u'PTRSUB_-1207621380'), ('tmp_1490', u'CBRANCH_-1207624940'), ('tmp_1915', u'CBRANCH_-1207625078'), (u'MULTIEQUAL_-1207622984', u'SUBPIECE_-1207623779'), (u'MULTIEQUAL_-1207621560', u'MULTIEQUAL_-1207623226'), ('const-433', u'LOAD_-1207625109'), ('const-65535', u'INT_SLESS_-1207623993'), ('const-0', u'PTRSUB_-1207621344'), (u'MULTIEQUAL_-1207621833', u'MULTIEQUAL_-1207623130'), (u'MULTIEQUAL_-1207623130', u'PTRADD_-1207625063'), (u'SUBPIECE_-1207623195', u'INT_EQUAL_-1207625045'), (u'INDIRECT_-1207622462', u'MULTIEQUAL_-1207622338'), (u'INDIRECT_-1207621611', u'MULTIEQUAL_-1207621595'), (u'MULTIEQUAL_-1207623130', u'CAST_-1207621674'), (u'CALL_-1207624902', u'INDIRECT_-1207622945'), ('const-1', u'PTRADD_-1207621154'), (u'PTRSUB_-1207621366', u'PTRADD_-1207621337'), (u'LOAD_-1207624718', u'INT_NOTEQUAL_-1207624699'), (u'INT_SLESS_-1207624161', u'CBRANCH_-1207624161'), ('tmp_694', u'CBRANCH_-1207625652'), (u'CALL_-1207624092', u'INDIRECT_-1207621661'), ('tmp_439', u'CBRANCH_-1207625827'), ('const-1073741823', u'INT_AND_-1207625145'), ('const-433', u'LOAD_-1207624262'), (u'CALL_-1207625124', u'CAST_-1207621725'), (u'MULTIEQUAL_-1207621632', u'MULTIEQUAL_-1207621622'), ('const-433', u'LOAD_-1207626072'), (u'PTRSUB_-1207621479', u'CAST_-1207621401'), ('const-0', u'PTRSUB_-1207621555'), ('tmp_3200', u'CAST_-1207621383'), (u'INT_ZEXT_-1207622963', u'CALL_-1207624290'), (u'INT_NOTEQUAL_-1207624922', u'CBRANCH_-1207624920'), (u'CALL_-1207624618', u'INDIRECT_-1207621858'), ('const-433', u'LOAD_-1207625211'), (u'INT_NOTEQUAL_-1207625253', u'CBRANCH_-1207625250'), ('const-3', u'INT_LESS_-1207625089'), (u'COPY_-1207622001', u'MULTIEQUAL_-1207622984'), (u'LOAD_-1207625211', u'INT_EQUAL_-1207625196'), (u'INDIRECT_-1207622051', u'MULTIEQUAL_-1207622016'), ('const-8', u'PTRSUB_-1207621475'), (u'MULTIEQUAL_-1207621559', u'MULTIEQUAL_-1207622412'), ('tmp_3200', u'PTRSUB_-1207621503'), ('const-433', u'LOAD_-1207624369'), (u'PTRSUB_-1207621063', u'LOAD_-1207624014'), (u'INT_SUB_-1207625128', u'CAST_-1207621649'), (u'INDIRECT_-1207622777', u'MULTIEQUAL_-1207621560'), ('tmp_1429', u'BRANCH_-1207624696'), ('const-433', u'LOAD_-1207624964'), ('const-8', u'PTRSUB_-1207621381'), (u'INDIRECT_-1207622499', u'MULTIEQUAL_-1207622375'), (u'CALL_-1207624736', u'INDIRECT_-1207621987'), ('const-0', u'SUBPIECE_-1207623384'), (u'INT_SEXT_-1207625115', u'PTRADD_-1207625063'), (u'MULTIEQUAL_-1207621646', u'MULTIEQUAL_-1207621632'), (u'LOAD_-1207625125', u'INT_ZEXT_-1207623271'), ('const-1', u'INT_ADD_-1207621525'), ('const-96', u'PTRSUB_-1207621503'), (u'MULTIEQUAL_-1207623130', u'CALL_-1207625124'), (u'INT_ADD_-1207621224', u'PTRADD_-1207621177'), (u'MULTIEQUAL_-1207621558', u'MULTIEQUAL_-1207621572'), (u'LOAD_-1207624181', u'PTRSUB_-1207621151'), ('const-0', u'PTRSUB_-1207621502'), (u'INDIRECT_-1207622260', u'INT_ADD_-1207622844'), ('const-0', u'STORE_-1207624724'), (u'MULTIEQUAL_-1207621828', u'MULTIEQUAL_-1207622162'), ('const-433', u'LOAD_-1207625269'), ('tmp_2972', u'CBRANCH_-1207623992'), (u'MULTIEQUAL_-1207622203', u'MULTIEQUAL_-1207622199'), (u'CALL_-1207625124', u'INDIRECT_-1207622277'), (u'PTRSUB_-1207621806', u'LOAD_-1207625211'), ('const-0', u'INT_NOTEQUAL_-1207625096'), ('const-0', u'RETURN_-1207625141'), ('const-0', u'COPY_-1207625624'), ('const-96', u'PTRSUB_-1207621269'), (u'CAST_-1207621493', u'LOAD_-1207625269'), (u'CALL_-1207623943', u'INDIRECT_-1207621514'), (u'CALL_-1207625124', u'INDIRECT_-1207622240'), ('tmp_2784', u'CBRANCH_-1207624161'), (u'LOAD_-1207624090', u'INT_NOTEQUAL_-1207624074'), ('tmp_2935', u'BRANCH_-1207624092'), (u'INT_ADD_-1207624345', u'INT_ZEXT_-1207622963'), ('tmp_3203', u'STORE_-1207624724'), ('const-433', u'LOAD_-1207624498'), ('const-433', u'LOAD_-1207625223'), (u'INT_AND_-1207624524', u'INT_NOTEQUAL_-1207624536'), ('tmp_2426', u'CBRANCH_-1207624503'), (u'INDIRECT_-1207622425', u'MULTIEQUAL_-1207622537'), ('const-0', u'INT_SLESS_-1207625820'), ('const-2230336', u'COPY_-1207621833'), (u'CALL_-1207624092', u'INDIRECT_-1207621735'), ('tmp_1693', u'CBRANCH_-1207625094'), ('const-433', u'LOAD_-1207624169'), (u'INT_ADD_-1207624937', u'MULTIEQUAL_-1207623164'), ('const-1', u'RETURN_-1207624659'), (u'CAST_-1207621494', u'INT_ADD_-1207621622'), (u'MULTIEQUAL_-1207622746', u'CALL_-1207624736'), (u'INDIRECT_-1207621950', u'MULTIEQUAL_-1207621557'), (u'MULTIEQUAL_-1207621632', u'MULTIEQUAL_-1207621646'), ('const-0', u'INT_NOTEQUAL_-1207623925'), (u'INT_NOTEQUAL_-1207625157', u'CBRANCH_-1207625153'), (u'MULTIEQUAL_-1207622053', u'MULTIEQUAL_-1207622049'), (u'COPY_-1207622227', u'MULTIEQUAL_-1207622516'), ('const-0', u'INT_EQUAL_-1207624929'), (u'CAST_-1207621447', u'STORE_-1207624750'), ('const-0', u'PTRSUB_-1207621429'), ('const--88', u'PTRSUB_-1207621627'), (u'PTRADD_-1207625049', u'LOAD_-1207625109'), (u'CALL_-1207625177', u'SUBPIECE_-1207623384'), (u'PTRSUB_-1207621151', u'LOAD_-1207624111'), (u'INT_SEXT_-1207623997', u'MULTIEQUAL_-1207622106'), (u'SUBPIECE_-1207623252', u'INT_ADD_-1207622669'), (u'LOAD_-1207623941', u'INT_NOTEQUAL_-1207623925'), ('tmp_1736', u'CBRANCH_-1207625043'), ('tmp_1374', u'BRANCH_-1207624615'), (u'INDIRECT_-1207622240', u'MULTIEQUAL_-1207622203'), ('const-0', u'PTRSUB_-1207621337'), (u'PTRSUB_-1207621503', u'PTRSUB_-1207621502'), ('const-8', u'PTRSUB_-1207621151'), ('tmp_3201', u'INT_EQUAL_-1207625992'), (u'INDIRECT_-1207622536', u'MULTIEQUAL_-1207622412'), ('const-32768', u'INT_SLESS_-1207625863'), ('const-433', u'LOAD_-1207625978'), (u'CALL_-1207625921', u'INDIRECT_-1207622499'), ('const-0', u'INT_NOTEQUAL_-1207625253'), ('const-0', u'COPY_-1207623343'), (u'CAST_-1207621961', u'PTRADD_-1207621177'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913686'), ('const-433', u'LOAD_-1207625043'), ('tmp_8646', u'PTRSUB_-1207621090'), ('const-0', u'COPY_-1207622579'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913723'), (u'CALL_-1207624687', u'INDIRECT_-1207621574'), (u'INT_EQUAL_-1207625654', u'CBRANCH_-1207625652'), (u'CAST_-1207621401', u'INT_ADD_-1207621525'), (u'MULTIEQUAL_-1207623393', u'CALL_-1207625124'), (u'LOAD_-1207624476', u'MULTIEQUAL_-1207621398'), ('const-16776960', u'INT_AND_-1207624622'), (u'CALL_-1207624687', u'INDIRECT_-1207621537'), (u'CALL_-1207625637', u'INDIRECT_-1207622283'), ('const-433', u'LOAD_-1207624935'), (u'CALL_-1207625271', u'INDIRECT_-1207622014'), ('const-32', u'PTRSUB_-1207621386'), (u'PTRSUB_-1207621429', u'LOAD_-1207624603'), (u'INT_AND_-1207622397', u'INT_EQUAL_-1207624553'), (u'MULTIEQUAL_-1207621509', u'MULTIEQUAL_-1207621396'), (u'CALL_-1207624290', u'INDIRECT_-1207621709'), (u'INDIRECT_-1207621648', u'MULTIEQUAL_-1207621632'), (u'CAST_-1207621961', u'COPY_-1207621950'), (u'CALL_-1207625177', u'INDIRECT_-1207622186'), (u'INT_SEXT_-1207624770', u'INT_ADD_-1207621224'), ('const--88', u'PTRSUB_-1207621902'), ('tmp_8646', u'PTRSUB_-1207621902'), (u'CALL_-1207625921', u'INDIRECT_-1207622536'), ('const-433', u'LOAD_-1207624181'), (u'INT_SLESS_-1207625820', u'CBRANCH_-1207625827'), (u'INT_EQUAL_-1207625807', u'CBRANCH_-1207625803'), (u'PTRSUB_-1207621357', u'LOAD_-1207624476'), (u'MULTIEQUAL_-1207621595', u'MULTIEQUAL_-1207621585'), (u'INDIRECT_-1207621551', u'MULTIEQUAL_-1207622016'), (u'INDIRECT_-1207622051', u'MULTIEQUAL_-1207621609'), (u'CAST_-1207621961', u'CALL_-1207624618'), (u'INDIRECT_-1207621858', u'MULTIEQUAL_-1207621556'), (u'PTRADD_-1207621177', u'INT_NOTEQUAL_-1207624658'), (u'MULTIEQUAL_-1207621832', u'MULTIEQUAL_-1207623087'), (u'CALL_-1207625921', u'INDIRECT_-1207623344'), ('tmp_760', u'CBRANCH_-1207625583'), ('tmp_2503', u'CBRANCH_-1207624453'), (u'LOAD_-1207624438', u'MULTIEQUAL_-1207621398'), ('tmp_991', u'CBRANCH_-1207625202'), (u'INT_EQUAL_-1207625196', u'CBRANCH_-1207625192'), ('const-433', u'STORE_-1207624106'), ('tmp_1641', u'CBRANCH_-1207625131'), (u'INDIRECT_-1207622896', u'MULTIEQUAL_-1207622867'), (u'CALL_-1207624618', u'INDIRECT_-1207622425'), (u'INDIRECT_-1207621477', u'MULTIEQUAL_-1207621942'), (u'LOAD_-1207624262', u'MULTIEQUAL_-1207622816'), (u'CAST_-1207621439', u'INT_EQUAL_-1207624720'), ('tmp_8646', u'PTRSUB_-1207621916'), ('tmp_3200', u'PTRSUB_-1207622013'), ('const-0', u'COPY_-1207626028'), (u'INT_ADD_-1207621102', u'CAST_-1207621005'), (u'INDIRECT_-1207622357', u'MULTIEQUAL_-1207622332'), (u'CALL_-1207624687', u'INDIRECT_-1207622456'), (u'INT_NOTEQUAL_-1207624699', u'CBRANCH_-1207624698'), ('const-0', u'INT_EQUAL_-1207624553'), (u'INT_AND_-1207622670', u'INT_NOTEQUAL_-1207625157'), ('tmp_3200', u'CAST_-1207621241'), ('const-433', u'STORE_-1207624111'), (u'INT_LEFT_-1207625940', u'CALL_-1207625921'), ('const-0', u'COPY_-1207622086'), (u'CAST_-1207622032', u'LOAD_-1207626072'), (u'CALLOTHER_-1206916087', u'CAST_-1206913140'), (u'MULTIEQUAL_-1207622867', u'MULTIEQUAL_-1207622863'), (u'INDIRECT_-1207622314', u'INT_LESS_-1207625089'), ('const-0', u'INT_EQUAL_-1207625080'), (u'SUBPIECE_-1207623384', u'INT_AND_-1207625145'), ('const-1', u'INT_ADD_-1207621622'), ('const-48', u'PTRSUB_-1207621171'), ('tmp_2227', u'CBRANCH_-1207624667'), (u'CAST_-1207621961', u'COPY_-1207621174'), (u'INT_EQUAL_-1207625080', u'CBRANCH_-1207625078'), (u'INDIRECT_-1207621977', u'MULTIEQUAL_-1207621942'), ('tmp_2992', u'BRANCH_-1207623969'), ('const-433', u'LOAD_-1207624476'), (u'MULTIEQUAL_-1207621828', u'MULTIEQUAL_-1207621997'), ('const-0', u'PTRSUB_-1207621170'), (u'INDIRECT_-1207621709', u'MULTIEQUAL_-1207622258'), (u'INT_ZEXT_-1207623442', u'PTRADD_-1207624875'), ('const-433', u'LOAD_-1207625822'), (u'MULTIEQUAL_-1207622106', u'INT_SEXT_-1207624145'), (u'INDIRECT_-1207621698', u'MULTIEQUAL_-1207621649'), (u'COPY_-1207621950', u'MULTIEQUAL_-1207622746'), (u'MULTIEQUAL_-1207621942', u'MULTIEQUAL_-1207621938'), (u'MULTIEQUAL_-1207621831', u'MULTIEQUAL_-1207622108'), (u'MULTIEQUAL_-1207622691', u'PTRSUB_-1207621170'), (u'CALL_-1207625177', u'INDIRECT_-1207623068'), (u'LOAD_-1207624014', u'INT_SEXT_-1207623997'), ('const-1', u'INT_SUB_-1207625128'), ('tmp_379', u'CBRANCH_-1207625870'), ('tmp_1565', u'CBRANCH_-1207625192'), (u'INDIRECT_-1207621895', u'MULTIEQUAL_-1207621557'), ('const-0', u'CALL_-1207625213'), (u'MULTIEQUAL_-1207623152', u'PTRSUB_-1207621403'), (u'CALL_-1207625213', u'INDIRECT_-1207622171'), (u'INT_NOTEQUAL_-1207624536', u'CBRANCH_-1207624532'), (u'INT_EQUAL_-1207625045', u'CBRANCH_-1207625043'), (u'INT_AND_-1207625145', u'INT_SUB_-1207625076'), (u'MULTIEQUAL_-1207623259', u'SUBPIECE_-1207623252'), ('const-0', u'INT_NOTEQUAL_-1207624536'), (u'INDIRECT_-1207621661', u'MULTIEQUAL_-1207621942'), ('const-40', u'INT_ADD_-1207625209'), (u'CALL_-1207623943', u'INDIRECT_-1207621588'), (u'CALL_-1207624736', u'INDIRECT_-1207621950'), ('tmp_1607', u'CBRANCH_-1207625153'), (u'LOAD_-1207624181', u'PTRSUB_-1207621063'), (u'COPY_-1207621924', u'CALL_-1207625124'), (u'INDIRECT_-1207622087', u'MULTIEQUAL_-1207622203'), (u'CALL_-1207625213', u'INDIRECT_-1207622245'), (u'LOAD_-1207625125', u'MULTIEQUAL_-1207622635'), (u'MULTIEQUAL_-1207621396', u'PTRSUB_-1207621171'), (u'PTRSUB_-1207621056', u'CAST_-1207621006'), ('const-68', u'PTRSUB_-1207621063'), (u'CALL_-1207624943', u'INDIRECT_-1207622087'), (u'SUBPIECE_-1207623252', u'INT_ADD_-1207624345'), (u'MULTIEQUAL_-1207621509', u'PTRSUB_-1207621386'), (u'PTRSUB_-1207621171', u'LOAD_-1207624188'), (u'INDIRECT_-1207621514', u'MULTIEQUAL_-1207621548'), ('const-7', u'COPY_-1207622227'), (u'MULTIEQUAL_-1207622516', u'COPY_-1207623353'), ('const-0', u'PTRSUB_-1207621139'), (u'INDIRECT_-1207622425', u'MULTIEQUAL_-1207622301'), ('const-0', u'INT_EQUAL_-1207625045'), (u'INDIRECT_-1207622277', u'MULTIEQUAL_-1207622240'), (u'COPY_-1207621174', u'MULTIEQUAL_-1207622691'), ('const-0', u'INT_EQUAL_-1207625654'), ('tmp_3203', u'STORE_-1207625846'), (u'MULTIEQUAL_-1207621396', u'PTRSUB_-1207621342'), (u'LOAD_-1207624444', u'PTRSUB_-1207621337'), (u'MULTIEQUAL_-1207623259', u'PTRADD_-1207621337'), ('const-0', u'INT_EQUAL_-1207624579'), ('tmp_8646', u'PTRSUB_-1207621627'), ('const-16', u'PTRSUB_-1207621252'), (u'MULTIEQUAL_-1207621396', u'PTRSUB_-1207621167'), ('const-96', u'PTRSUB_-1207621616'), (u'CALL_-1207624902', u'INDIRECT_-1207622100'), (u'CALL_-1207624618', u'INDIRECT_-1207621506'), (u'INDIRECT_-1207621588', u'MULTIEQUAL_-1207621622'), (u'INT_NOTEQUAL_-1207625096', u'CBRANCH_-1207625094'), (u'LOAD_-1207624964', u'INT_ZEXT_-1207623442'), ('tmp_3200', u'CAST_-1207621962'), (u'CAST_-1207621904', u'LOAD_-1207625822'), (u'CAST_-1207621240', u'MULTIEQUAL_-1207623226'), (u'INT_EQUAL_-1207625992', u'CBRANCH_-1207625990'), ('const-0', u'PTRSUB_-1207621641'), (u'LOAD_-1207624648', u'CAST_-1207621396'), ('const-433', u'LOAD_-1207624111'), (u'INT_EQUAL_-1207624943', u'CBRANCH_-1207624940'), (u'INT_AND_-1207625145', u'INT_SUB_-1207625128'), ('tmp_2320', u'CBRANCH_-1207624577'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913649'), (u'LOAD_-1207625269', u'INT_NOTEQUAL_-1207625253'), (u'INT_ZEXT_-1207623271', u'PTRADD_-1207625049'), ('const-433', u'LOAD_-1207624603'), ('const-2181789', u'COPY_-1207621425'), ('const-1', u'INT_ADD_-1207621224'), (u'INT_ADD_-1207622669', u'INT_SLESSEQUAL_-1207624659'), ('const-77', u'CALLOTHER_-1206916087'), (u'CALL_-1207624902', u'INDIRECT_-1207622026'), (u'PTRSUB_-1207621269', u'PTRSUB_-1207621240'), (u'CAST_-1207621058', u'CALL_-1207624687'), (u'CALL_-1207624664', u'INDIRECT_-1207621520'), (u'INT_SLESSEQUAL_-1207624659', u'CBRANCH_-1207624667'), ('tmp_3202', u'STORE_-1207625866'), (u'CAST_-1207621962', u'CALL_-1207625921'), (u'MULTIEQUAL_-1207622016', u'MULTIEQUAL_-1207622012'), (u'PTRSUB_-1207621170', u'LOAD_-1207624718'), ('const-0', u'INT_NOTEQUAL_-1207624922'), ('const-2230336', u'COPY_-1207621806'), (u'INT_NOTEQUAL_-1207624074', u'CBRANCH_-1207624072'), (u'CALL_-1207624092', u'INDIRECT_-1207622580'), (u'MULTIEQUAL_-1207621398', u'INT_EQUAL_-1207624382'), (u'INDIRECT_-1207622283', u'MULTIEQUAL_-1207622258'), (u'INT_SEXT_-1207625072', u'MULTIEQUAL_-1207623164'), (u'MULTIEQUAL_-1207622746', u'INT_EQUAL_-1207624720'), (u'CAST_-1207621674', u'CALL_-1207625177'), (u'CALL_-1207624664', u'INDIRECT_-1207621446'), (u'MULTIEQUAL_-1207622295', u'MULTIEQUAL_-1207621829'), (u'INDIRECT_-1207621537', u'MULTIEQUAL_-1207621521'), ('tmp_3200', u'PTRSUB_-1207621079'), (u'MULTIEQUAL_-1207621548', u'MULTIEQUAL_-1207621649'), (u'CALL_-1207624736', u'INDIRECT_-1207621913'), ('tmp_2732', u'BRANCH_-1207624283'), (u'LOAD_-1207624014', u'INT_SLESS_-1207623993'), (u'CALL_-1207624902', u'INDIRECT_-1207622137'), (u'CAST_-1207621241', u'CALL_-1207624290'), (u'INT_ADD_-1207621286', u'CAST_-1207621193'), ('const-0', u'STORE_-1207624111'), (u'INT_ZEXT_-1207623324', u'MULTIEQUAL_-1207623393'), (u'CALL_-1207624902', u'INDIRECT_-1207622063'), (u'MULTIEQUAL_-1207622258', u'MULTIEQUAL_-1207621828'), (u'PTRSUB_-1207621337', u'LOAD_-1207624438'), (u'INDIRECT_-1207623122', u'MULTIEQUAL_-1207623091'), (u'MULTIEQUAL_-1207622635', u'INT_EQUAL_-1207625023'), (u'COPY_-1207623045', u'COPY_-1207622002'), ('tmp_8646', u'PTRSUB_-1207621290'), (u'INT_SEXT_-1207625961', u'INT_LEFT_-1207625940'), (u'CALL_-1207624618', u'INDIRECT_-1207621969'), ('const-433', u'LOAD_-1207624438'), (u'CAST_-1207621194', u'INT_ADD_-1207621286'), (u'MULTIEQUAL_-1207623259', u'PTRADD_-1207621907'), ('tmp_2073', u'CBRANCH_-1207624920'), (u'PTRADD_-1207621151', u'PTRSUB_-1207621145'), (u'INDIRECT_-1207621698', u'MULTIEQUAL_-1207621979'), ('tmp_477', u'CBRANCH_-1207625803'), (u'MULTIEQUAL_-1207622436', u'MULTIEQUAL_-1207622537'), (u'INDIRECT_-1207621514', u'MULTIEQUAL_-1207621979'), ('const-433', u'LOAD_-1207624014'), (u'PTRADD_-1207625063', u'LOAD_-1207625125'), (u'CALL_-1207625637', u'INDIRECT_-1207623202'), (u'MULTIEQUAL_-1207621830', u'MULTIEQUAL_-1207622071'), (u'INDIRECT_-1207621574', u'MULTIEQUAL_-1207621558'), (u'INDIRECT_-1207622161', u'MULTIEQUAL_-1207622277'), (u'PTRSUB_-1207621641', u'STORE_-1207625314'), ('const-8', u'PTRSUB_-1207621905'), ('const-433', u'LOAD_-1207624648'), ('const-0', u'INT_NOTEQUAL_-1207624335'), ('tmp_2614', u'CBRANCH_-1207624380'), (u'LOAD_-1207625688', u'MULTIEQUAL_-1207623366'), (u'MULTIEQUAL_-1207623130', u'LOAD_-1207625043'), ('const-32', u'PTRADD_-1207621523'), ('tmp_3201', u'PTRSUB_-1207621366'), ('const-32', u'PTRADD_-1207621154'), (u'CAST_-1207621027', u'CALL_-1207624618'), ('const-1', u'PTRADD_-1207625049'), (u'INT_AND_-1207624622', u'INT_EQUAL_-1207624636'), (u'PTRSUB_-1207621403', u'LOAD_-1207624572'), (u'PTRSUB_-1207621902', u'CALL_-1207625213'), (u'INT_SLESS_-1207623993', u'CBRANCH_-1207623992'), (u'INT_SUB_-1207625076', u'CAST_-1207621628'), (u'INT_EQUAL_-1207624636', u'CBRANCH_-1207624629'), (u'LOAD_-1207625109', u'INT_AND_-1207625083'), (u'CALL_-1207624943', u'INT_EQUAL_-1207624929'), (u'CAST_-1207621699', u'CALL_-1207625213'), (u'MULTIEQUAL_-1207622984', u'INT_SLESSEQUAL_-1207624659'), (u'INDIRECT_-1207621977', u'MULTIEQUAL_-1207621535'), (u'MULTIEQUAL_-1207622446', u'MULTIEQUAL_-1207622436'), (u'MULTIEQUAL_-1207623164', u'INT_ADD_-1207624937'), (u'MULTIEQUAL_-1207623152', u'MULTIEQUAL_-1207621509'), (u'INDIRECT_-1207621735', u'MULTIEQUAL_-1207622016'), ('const-0', u'COPY_-1207622085'), (u'INDIRECT_-1207622396', u'MULTIEQUAL_-1207622867'), (u'LOAD_-1207624718', u'CALL_-1207624687'), ('const-0', u'PTRSUB_-1207622079'), (u'INDIRECT_-1207622945', u'MULTIEQUAL_-1207621832'), ('const-4', u'CALL_-1207624902'), ('const-0', u'INT_NOTEQUAL_-1207625585'), ('const-0', u'INT_EQUAL_-1207625196'), (u'CALL_-1207624290', u'INDIRECT_-1207621783'), (u'PTRSUB_-1207621252', u'LOAD_-1207624169'), (u'INDIRECT_-1207621477', u'MULTIEQUAL_-1207621511'), (u'PTRADD_-1207624875', u'LOAD_-1207624935'), ('tmp_3201', u'PTRSUB_-1207621475'), (u'MULTIEQUAL_-1207621558', u'MULTIEQUAL_-1207622375'), ('const-0', u'PTRSUB_-1207621240'), (u'PTRSUB_-1207621902', u'CALL_-1207624736'), (u'INDIRECT_-1207621543', u'MULTIEQUAL_-1207621649'), (u'CALL_-1207625271', u'INDIRECT_-1207621977'), ('const-433', u'LOAD_-1207623941'), (u'INDIRECT_-1207621783', u'MULTIEQUAL_-1207622332'), (u'PTRSUB_-1207621366', u'LOAD_-1207624498'), (u'INDIRECT_-1207622137', u'MULTIEQUAL_-1207621831'), (u'MULTIEQUAL_-1207622691', u'PTRADD_-1207621154'), (u'INDIRECT_-1207621506', u'MULTIEQUAL_-1207621612'), (u'LOAD_-1207625978', u'INT_SLESS_-1207625863'), (u'INDIRECT_-1207622124', u'MULTIEQUAL_-1207622240'), ('const-0', u'INT_EQUAL_-1207625992'), ('tmp_3056', u'CBRANCH_-1207623923'), (u'MULTIEQUAL_-1207622240', u'MULTIEQUAL_-1207622236'), (u'INT_EQUAL_-1207624456', u'CBRANCH_-1207624453'), ('const-1', u'PTRADD_-1207624875'), (u'LOAD_-1207625688', u'INT_EQUAL_-1207625654'), ('const-0', u'INT_NOTEQUAL_-1207624074'), (u'COPY_-1207623353', u'RETURN_-1207625141'), (u'INT_SUB_-1207625128', u'MULTIEQUAL_-1207622646'), ('const-24', u'PTRSUB_-1207621342'), (u'MULTIEQUAL_-1207622166', u'MULTIEQUAL_-1207622162'), (u'MULTIEQUAL_-1207621398', u'INT_EQUAL_-1207624402'), (u'PTRSUB_-1207621916', u'CALL_-1207624902'), (u'MULTIEQUAL_-1207622537', u'MULTIEQUAL_-1207622863'), (u'CALL_-1207625177', u'INDIRECT_-1207622149'), (u'COPY_-1207622086', u'PIECE_-1207622026'), (u'LOAD_-1207624524', u'PTRSUB_-1207621366'), (u'INT_ADD_-1207626056', u'CAST_-1207622032'), (u'PTRSUB_-1207621627', u'CALL_-1207625271'), ('tmp_2741', u'BRANCH_-1207624254'), (u'MULTIEQUAL_-1207622446', u'MULTIEQUAL_-1207622460'), ('const-8', u'PTRSUB_-1207621951'), (u'CALL_-1207624290', u'INDIRECT_-1207621746'), ('const-433', u'LOAD_-1207624572'), (u'CALL_-1207624664', u'INDIRECT_-1207621557'), ('tmp_3200', u'CAST_-1207621726'), (u'LOAD_-1207624524', u'MULTIEQUAL_-1207621509'), (u'INDIRECT_-1207622024', u'MULTIEQUAL_-1207621559'), ('tmp_2384', u'CBRANCH_-1207624532'), (u'MULTIEQUAL_-1207622240', u'MULTIEQUAL_-1207622071'), ('tmp_1889', u'CBRANCH_-1207625097'), (u'INT_AND_-1207624909', u'INT_NOTEQUAL_-1207624922'), (u'LOAD_-1207624964', u'MULTIEQUAL_-1207622635'), (u'INT_ADD_-1207624953', u'MULTIEQUAL_-1207623259'), (u'CALL_-1207624290', u'INDIRECT_-1207621820'), (u'PTRSUB_-1207621951', u'PTRADD_-1207621907'), (u'INDIRECT_-1207623344', u'MULTIEQUAL_-1207623226'), ('const-0', u'PTRSUB_-1207621966'), ('const-1', u'PTRADD_-1207624902'), (u'INDIRECT_-1207621735', u'MULTIEQUAL_-1207621686'), (u'CALL_-1207624687', u'INDIRECT_-1207621611'), (u'PTRSUB_-1207621145', u'LOAD_-1207624099'), (u'PTRSUB_-1207621344', u'LOAD_-1207624531'), (u'INDIRECT_-1207622063', u'MULTIEQUAL_-1207621829'), (u'SUBPIECE_-1207623779', u'STORE_-1207625866'), ('const-0', u'INT_EQUAL_-1207624636'), (u'INT_EQUAL_-1207624579', u'CBRANCH_-1207624577'), (u'INDIRECT_-1207621617', u'MULTIEQUAL_-1207621723'), (u'INT_SEXT_-1207624145', u'PTRADD_-1207621151'), (u'CALL_-1207624618', u'INDIRECT_-1207621617'), (u'CALL_-1207624664', u'INDIRECT_-1207621483'), (u'PTRSUB_-1207621616', u'PTRSUB_-1207621576'), ('const-32', u'PTRADD_-1207621907'), (u'INDIRECT_-1207622100', u'MULTIEQUAL_-1207621830'), (u'CAST_-1207621006', u'INT_ADD_-1207621102'), (u'MULTIEQUAL_-1207621833', u'INT_NOTEQUAL_-1207625585'), (u'CALL_-1207625213', u'INDIRECT_-1207622208'), (u'CAST_-1207621649', u'INT_SEXT_-1207625115'), (u'LOAD_-1207626072', u'INT_NOTEQUAL_-1207625210'), (u'LOAD_-1207624572', u'MULTIEQUAL_-1207621511'), (u'MULTIEQUAL_-1207621556', u'MULTIEQUAL_-1207622301'), (u'PTRSUB_-1207621139', u'LOAD_-1207624181'), (u'INDIRECT_-1207621932', u'MULTIEQUAL_-1207621558'), ('const-32767', u'COPY_-1207623045'), (u'PTRSUB_-1207621905', u'LOAD_-1207625688'), (u'CALL_-1207625271', u'INDIRECT_-1207622088'), ('const-0', u'INT_EQUAL_-1207624943'), ('const-158', u'INT_EQUAL_-1207624402'), (u'MULTIEQUAL_-1207622166', u'MULTIEQUAL_-1207621997'), (u'INT_ADD_-1207621525', u'CAST_-1207621400'), (u'CALL_-1207624736', u'INDIRECT_-1207622832'), (u'MULTIEQUAL_-1207623183', u'MULTIEQUAL_-1207621832'), (u'CALL_-1207624290', u'INDIRECT_-1207622628'), (u'CALL_-1207624687', u'INDIRECT_-1207621648'), (u'CALL_-1207625637', u'INDIRECT_-1207622320'), (u'CAST_-1207621440', u'CALL_-1207624736'), (u'MULTIEQUAL_-1207621595', u'MULTIEQUAL_-1207621609'), (u'MULTIEQUAL_-1207621832', u'MULTIEQUAL_-1207622922'), ('const-32', u'PTRADD_-1207621151'), ('const-32', u'PTRADD_-1207621337'), (u'CALL_-1207625177', u'INDIRECT_-1207622260'), (u'LOAD_-1207624958', u'INT_EQUAL_-1207624943'), ('const-433', u'LOAD_-1207624531'), (u'MULTIEQUAL_-1207621831', u'MULTIEQUAL_-1207622273'), (u'MULTIEQUAL_-1207623366', u'CALL_-1207625637'), (u'SUBPIECE_-1207623195', u'MULTIEQUAL_-1207622646'), ('const-0', u'PTRSUB_-1207621576'), ('const--92', u'PTRSUB_-1207621916'), (u'INDIRECT_-1207621772', u'MULTIEQUAL_-1207622053'), (u'INT_SUB_-1207625128', u'MULTIEQUAL_-1207622651'), ('const-4', u'INT_AND_-1207625083'), ('tmp_2261', u'CBRANCH_-1207624629'), (u'SUBPIECE_-1207623252', u'INT_SEXT_-1207624770'), (u'MULTIEQUAL_-1207621612', u'MULTIEQUAL_-1207621938'), (u'INT_EQUAL_-1207624553', u'CBRANCH_-1207624551'), (u'LOAD_-1207625978', u'COPY_-1207622001'), (u'MULTIEQUAL_-1207621572', u'MULTIEQUAL_-1207621558'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913612'), (u'MULTIEQUAL_-1207621396', u'PTRSUB_-1207621242'), (u'MULTIEQUAL_-1207621829', u'MULTIEQUAL_-1207622199'), (u'MULTIEQUAL_-1207621649', u'MULTIEQUAL_-1207621975'), (u'INT_NOTEQUAL_-1207624658', u'CBRANCH_-1207624656'), (u'LOAD_-1207624935', u'INT_AND_-1207624909'), (u'MULTIEQUAL_-1207623259', u'PTRADD_-1207621442'), ('const-58', u'INT_EQUAL_-1207625023'), (u'PTRSUB_-1207621517', u'PTRSUB_-1207621479'), ('const-433', u'LOAD_-1207624099'), (u'MULTIEQUAL_-1207622746', u'PTRSUB_-1207621555'), (u'COPY_-1207622002', u'MULTIEQUAL_-1207622984'), (u'PTRADD_-1207621154', u'INT_NOTEQUAL_-1207624658'), (u'CAST_-1207621383', u'CALL_-1207624618'), (u'MULTIEQUAL_-1207622034', u'MULTIEQUAL_-1207621557'), (u'INT_EQUAL_-1207624402', u'CBRANCH_-1207624400'), (u'CALL_-1207625637', u'INDIRECT_-1207622394'), (u'CALL_-1207624618', u'INDIRECT_-1207621543'), ('const-1', u'PTRADD_-1207621523'), (u'INDIRECT_-1207621772', u'MULTIEQUAL_-1207621723'), (u'CAST_-1207621725', u'MULTIEQUAL_-1207623130'), (u'MULTIEQUAL_-1207621686', u'MULTIEQUAL_-1207622012'), (u'INT_AND_-1207625145', u'INT_ZEXT_-1207623399'), (u'CAST_-1207621396', u'INT_AND_-1207624622'), ('const-2179285', u'COPY_-1207623987'), ('const-96', u'PTRSUB_-1207622013'), ('const-433', u'LOAD_-1207625688'), ('const-0', u'PTRSUB_-1207621357'), (u'LOAD_-1207624188', u'INT_SLESS_-1207624161'), (u'MULTIEQUAL_-1207621509', u'PTRSUB_-1207621357'), (u'CAST_-1206913140', u'CALLIND_-1206916087'), (u'MULTIEQUAL_-1207622460', u'MULTIEQUAL_-1207622446'), (u'PTRSUB_-1207621342', u'LOAD_-1207624444'), (u'MULTIEQUAL_-1207623259', u'INT_ADD_-1207624953'), (u'MULTIEQUAL_-1207621521', u'MULTIEQUAL_-1207621511'), (u'INDIRECT_-1207622050', u'MULTIEQUAL_-1207622166'), (u'LOAD_-1207625043', u'MULTIEQUAL_-1207622635'), (u'LOAD_-1207624498', u'MULTIEQUAL_-1207621511'), (u'INDIRECT_-1207621913', u'MULTIEQUAL_-1207621556'), ('tmp_3200', u'CAST_-1207621812'), ('tmp_190', u'CBRANCH_-1207625990'), ('const-433', u'STORE_-1207624707'), ('const-0', u'INT_NOTEQUAL_-1207624504'), (u'COPY_-1207621806', u'PTRADD_-1207624875'), (u'INT_SLESS_-1207625863', u'CBRANCH_-1207625870'), (u'PTRADD_-1207624902', u'LOAD_-1207624964'), ('const-0', u'PTRSUB_-1207621211'), (u'CALL_-1207624943', u'INDIRECT_-1207622124'), (u'INT_ADD_-1207622012', u'CAST_-1207621904'), ('const-32', u'PTRADD_-1207621177'), ('const-433', u'LOAD_-1207624188'), (u'CALL_-1207625124', u'INDIRECT_-1207622203'), (u'PTRSUB_-1207621167', u'PTRSUB_-1207621139'), ('tmp_3200', u'PTRSUB_-1207621517'), ('tmp_3200', u'PTRSUB_-1207621269'), (u'PTRSUB_-1207621475', u'PTRADD_-1207621442'), (u'COPY_-1207621833', u'PTRADD_-1207625049'), (u'INT_EQUAL_-1207624382', u'CBRANCH_-1207624380'), ('const-433', u'STORE_-1207625846'), (u'MULTIEQUAL_-1207621398', u'INT_EQUAL_-1207624456'), (u'INDIRECT_-1207621551', u'MULTIEQUAL_-1207621585'), (u'MULTIEQUAL_-1207621622', u'MULTIEQUAL_-1207621723'), (u'PTRADD_-1207621154', u'MULTIEQUAL_-1207622691'), (u'CALL_-1207625271', u'INDIRECT_-1207622051'), ('const-32', u'PTRADD_-1207621442'), (u'MULTIEQUAL_-1207622816', u'MULTIEQUAL_-1207623366'), ('const-0', u'STORE_-1207624106'), (u'INT_NOTEQUAL_-1207625210', u'CBRANCH_-1207625202'), ('tmp_3200', u'CAST_-1207621058'), (u'MULTIEQUAL_-1207621557', u'MULTIEQUAL_-1207622338'), (u'MULTIEQUAL_-1207623091', u'MULTIEQUAL_-1207622922'), ('const--88', u'PTRSUB_-1207621090'), (u'CALL_-1207623943', u'INDIRECT_-1207622396'), (u'MULTIEQUAL_-1207621511', u'MULTIEQUAL_-1207621612'), (u'CALL_-1207624092', u'INDIRECT_-1207621772'), (u'MULTIEQUAL_-1207621521', u'MULTIEQUAL_-1207621535'), (u'INDIRECT_-1207622832', u'MULTIEQUAL_-1207621560'), (u'CAST_-1207621005', u'LOAD_-1207623941'), (u'INDIRECT_-1207622314', u'MULTIEQUAL_-1207622277'), (u'LOAD_-1207624524', u'INT_NOTEQUAL_-1207624504'), (u'INT_NOTEQUAL_-1207624335', u'CBRANCH_-1207624333'), (u'INT_ZEXT_-1207623399', u'MULTIEQUAL_-1207623393'), ('const-0', u'INT_NOTEQUAL_-1207624634'), (u'CALL_-1207625124', u'INDIRECT_-1207623122'), ('const-0', u'SUBPIECE_-1207623195'), ('tmp_1258', u'CBRANCH_-1207624698'), ('const-0', u'INT_NOTEQUAL_-1207624699'), (u'CALL_-1207623943', u'INDIRECT_-1207621477'), (u'LOAD_-1207624169', u'MULTIEQUAL_-1207623152'), ('const-96', u'PTRSUB_-1207621517'), ('tmp_3201', u'PTRSUB_-1207621951'), (u'PTRSUB_-1207621240', u'CAST_-1207621194'), (u'MULTIEQUAL_-1207621511', u'INT_AND_-1207624524'), ('const-4294967295', u'INT_SLESS_-1207624161'), ('const-2181798', u'COPY_-1207621924'), (u'CALL_-1207625921', u'CAST_-1207621961'), (u'MULTIEQUAL_-1207621997', u'MULTIEQUAL_-1207621556'), (u'INDIRECT_-1207622969', u'MULTIEQUAL_-1207623091'), (u'INT_NOTEQUAL_-1207625585', u'CBRANCH_-1207625583'), (u'MULTIEQUAL_-1207622203', u'MULTIEQUAL_-1207622034'), (u'CALL_-1207624618', u'INDIRECT_-1207621895'), (u'INT_ADD_-1207625209', u'CAST_-1207621473'), ('const-1', u'INT_ADD_-1207621102'), (u'CAST_-1207621812', u'CALL_-1207625637'), ('const-433', u'STORE_-1207625314'), (u'INDIRECT_-1207622088', u'MULTIEQUAL_-1207622053'), (u'PTRADD_-1207621337', u'PTRSUB_-1207621335'), (u'CALL_-1207624618', u'INDIRECT_-1207621580'), (u'CALL_-1207625213', u'INDIRECT_-1207622282'), (u'MULTIEQUAL_-1207623164', u'SUBPIECE_-1207623195'), (u'CAST_-1207621473', u'LOAD_-1207625223'), ('tmp_1951', u'CBRANCH_-1207624927'), (u'PTRSUB_-1207621380', u'LOAD_-1207624524'), (u'LOAD_-1207624444', u'MULTIEQUAL_-1207621396'), ('const-433', u'LOAD_-1207625125'), (u'INT_NOTEQUAL_-1207624504', u'CBRANCH_-1207624503'), (u'INT_EQUAL_-1207624929', u'CBRANCH_-1207624927'), (u'CALL_-1207624736', u'INDIRECT_-1207622024'), (u'INT_NOTEQUAL_-1207624634', u'CBRANCH_-1207624633'), (u'CALL_-1207624736', u'CAST_-1207621439'), (u'LOAD_-1207624369', u'MULTIEQUAL_-1207622816'), ('tmp_923', u'CBRANCH_-1207625250'), ('const-5', u'INT_LEFT_-1207625940'), ('tmp_2584', u'CBRANCH_-1207624400'), ('const-8', u'PTRSUB_-1207621366'), (u'PTRSUB_-1207621502', u'LOAD_-1207624648'), (u'PTRADD_-1207621442', u'PTRSUB_-1207621429'), (u'MULTIEQUAL_-1207621535', u'MULTIEQUAL_-1207621521'), (u'MULTIEQUAL_-1207621723', u'MULTIEQUAL_-1207622049'), (u'PTRADD_-1207621907', u'PTRSUB_-1207621905'), ('const-96', u'PTRSUB_-1207621079'), (u'INDIRECT_-1207622896', u'MULTIEQUAL_-1207622460'), (u'MULTIEQUAL_-1207621509', u'PTRSUB_-1207621252'), (u'CALL_-1207625921', u'INDIRECT_-1207622462'), ('const-1', u'INT_ADD_-1207622844'), (u'CALL_-1207625213', u'PTRSUB_-1207621806'), (u'MULTIEQUAL_-1207622863', u'INT_ADD_-1207625209'), (u'INDIRECT_-1207622026', u'MULTIEQUAL_-1207621828'), (u'PTRSUB_-1207621079', u'PTRSUB_-1207621056'), (u'INDIRECT_-1207622088', u'MULTIEQUAL_-1207621646'), (u'INT_LESS_-1207625089', u'CBRANCH_-1207625097'), ('const-0', u'INT_EQUAL_-1207625807'), (u'INDIRECT_-1207621661', u'MULTIEQUAL_-1207621612')]
[(u'CAST_-1207621254', u'LOAD_-1207624090'), (u'CAST_-1207621271', u'LOAD_-1207624169'), (u'PTRADD_-1207624107', u'CAST_-1207621271'), (u'CALL_-1207624290', u'INDIRECT_-1207621729'), (u'CALL_-1207624092', u'INDIRECT_-1207621644'), ('const-1', u'INT_ADD_-1207624953'), (u'COPY_-1207623043', u'COPY_-1207622065'), (u'MULTIEQUAL_-1207621521', u'PTRADD_-1207624469'), (u'CALL_-1207624943', u'INDIRECT_-1207622967'), (u'INT_EQUAL_-1207625134', u'CBRANCH_-1207625131'), ('tmp_1326', u'CBRANCH_-1207624656'), (u'CALL_-1207624290', u'INDIRECT_-1207621766'), (u'CALL_-1207625177', u'INDIRECT_-1207622206'), (u'INDIRECT_-1207622157', u'MULTIEQUAL_-1207621875'), (u'LOAD_-1207624188', u'MULTIEQUAL_-1207621302'), (u'INDIRECT_-1207621534', u'MULTIEQUAL_-1207621999'), (u'INDIRECT_-1207621878', u'MULTIEQUAL_-1207621568'), (u'CALL_-1207624902', u'INDIRECT_-1207622046'), (u'CAST_-1207622023', u'COPY_-1207622013'), (u'CALL_-1207625213', u'INDIRECT_-1207622302'), (u'MULTIEQUAL_-1207623181', u'MULTIEQUAL_-1207621876'), ('const-32768', u'INT_SLESS_-1207625863'), (u'MULTIEQUAL_-1207621572', u'MULTIEQUAL_-1207623224'), (u'MULTIEQUAL_-1207623257', u'SUBPIECE_-1207623250'), ('const-1', u'PTRADD_-1207624436'), ('const-262144', u'INT_AND_-1207624524'), (u'INDIRECT_-1207622260', u'MULTIEQUAL_-1207622223'), (u'CAST_-1207621069', u'LOAD_-1207623941'), (u'INDIRECT_-1207621644', u'MULTIEQUAL_-1207621925'), (u'LOAD_-1207625223', u'INT_NOTEQUAL_-1207625210'), (u'LOAD_-1207625822', u'INT_EQUAL_-1207625807'), ('tmp_3008', u'BRANCH_-1207624161'), (u'CALL_-1207625213', u'INDIRECT_-1207622265'), (u'CAST_-1207622023', u'INT_NOTEQUAL_-1207624634'), ('const-433', u'LOAD_-1207626072'), (u'MULTIEQUAL_-1207622149', u'MULTIEQUAL_-1207621980'), (u'CALL_-1207625921', u'INDIRECT_-1207622519'), (u'SUBPIECE_-1207623192', u'INT_EQUAL_-1207625045'), (u'CALL_-1207625124', u'INDIRECT_-1207622297'), (u'CAST_-1207622023', u'PTRADD_-1207621202'), (u'CALL_-1207625637', u'INDIRECT_-1207622303'), ('tmp_8694', u'STORE_-1207625866'), (u'MULTIEQUAL_-1207621504', u'MULTIEQUAL_-1207621518'), (u'MULTIEQUAL_-1207621652', u'MULTIEQUAL_-1207621642'), ('tmp_2356', u'CBRANCH_-1207624551'), ('const-40', u'INT_ADD_-1207626056'), ('tmp_2273', u'BRANCH_-1207624615'), (u'INDIRECT_-1207621520', u'MULTIEQUAL_-1207621504'), ('const-1', u'PTRADD_-1207624126'), (u'MULTIEQUAL_-1207622920', u'MULTIEQUAL_-1207621572'), (u'MULTIEQUAL_-1207621873', u'MULTIEQUAL_-1207622219'), (u'INT_ADD_-1207624937', u'MULTIEQUAL_-1207623161'), ('const-433', u'LOAD_-1207624572'), ('tmp_2128', u'CBRANCH_-1207624717'), ('const-0', u'INT_EQUAL_-1207625134'), ('const-0', u'STORE_-1207625314'), (u'CALL_-1207624943', u'INDIRECT_-1207622181'), (u'LOAD_-1207625978', u'INT_SEXT_-1207625961'), ('tmp_1705', u'BRANCH_-1207625082'), (u'INT_NOTEQUAL_-1207623925', u'CBRANCH_-1207623923'), (u'MULTIEQUAL_-1207622688', u'LOAD_-1207624718'), (u'COPY_-1207623341', u'MULTIEQUAL_-1207623257'), ('tmp_8694', u'STORE_-1207624111'), (u'INT_SUB_-1207625076', u'CAST_-1207621684'), (u'CALL_-1207624902', u'INDIRECT_-1207622120'), ('const-4', u'INT_AND_-1207624909'), ('const-97', u'INT_ADD_-1207624942'), (u'CAST_-1207621458', u'LOAD_-1207624958'), (u'INDIRECT_-1207622626', u'MULTIEQUAL_-1207623181'), (u'MULTIEQUAL_-1207623257', u'INT_MULT_-1207621533'), (u'LOAD_-1207624369', u'MULTIEQUAL_-1207622813'), (u'CAST_-1207621372', u'LOAD_-1207624444'), (u'CALL_-1207624290', u'INDIRECT_-1207621692'), (u'INDIRECT_-1207621729', u'MULTIEQUAL_-1207622278'), (u'INT_EQUAL_-1207625023', u'CBRANCH_-1207625019'), (u'MULTIEQUAL_-1207621523', u'INT_AND_-1207622398'), (u'INDIRECT_-1207621571', u'MULTIEQUAL_-1207621605'), (u'MULTIEQUAL_-1207623161', u'SUBPIECE_-1207623192'), (u'INDIRECT_-1207621792', u'MULTIEQUAL_-1207622073'), ('const-8', u'PTRADD_-1207621180'), ('const-0', u'CALL_-1207625213'), (u'LOAD_-1207624964', u'MULTIEQUAL_-1207622633'), (u'INDIRECT_-1207622070', u'MULTIEQUAL_-1207622186'), ('tmp_8693', u'INT_EQUAL_-1207625992'), (u'CALL_-1207624618', u'INDIRECT_-1207621878'), (u'MULTIEQUAL_-1207622297', u'MULTIEQUAL_-1207622293'), (u'CALL_-1207625213', u'INDIRECT_-1207622228'), (u'MULTIEQUAL_-1207621424', u'PTRADD_-1207624200'), (u'MULTIEQUAL_-1207623128', u'PTRADD_-1207624902'), ('const-433', u'LOAD_-1207624111'), (u'MULTIEQUAL_-1207621571', u'MULTIEQUAL_-1207622432'), ('const-433', u'LOAD_-1207623941'), (u'MULTIEQUAL_-1207622535', u'MULTIEQUAL_-1207622861'), (u'CAST_-1207621383', u'LOAD_-1207624498'), (u'INDIRECT_-1207622297', u'MULTIEQUAL_-1207622260'), (u'INDIRECT_-1207621952', u'MULTIEQUAL_-1207621570'), (u'CAST_-1207621402', u'LOAD_-1207624531'), ('tmp_1777', u'CBRANCH_-1207625019'), (u'MULTIEQUAL_-1207622766', u'STORE_-1207624750'), ('const-1', u'RETURN_-1206916029'), (u'LOAD_-1207624444', u'LOAD_-1207624438'), (u'MULTIEQUAL_-1207621523', u'INT_AND_-1207624524'), ('tmp_3142', u'CBRANCH_-1207624072'), ('const-2', u'INT_SUB_-1207625076'), (u'MULTIEQUAL_-1207623161', u'INT_ADD_-1207624937'), (u'CALL_-1207624902', u'INDIRECT_-1207622009'), (u'COPY_-1207625624', u'MULTIEQUAL_-1207621875'), (u'MULTIEQUAL_-1207623128', u'CAST_-1207621730'), ('const-4', u'INT_ADD_-1207622012'), (u'MULTIEQUAL_-1207621518', u'MULTIEQUAL_-1207621504'), ('const-5', u'INT_LEFT_-1207625940'), (u'INDIRECT_-1207622083', u'MULTIEQUAL_-1207621873'), ('const-433', u'LOAD_-1207624718'), (u'INT_AND_-1207625083', u'INT_NOTEQUAL_-1207625096'), (u'MULTIEQUAL_-1207622444', u'MULTIEQUAL_-1207622458'), (u'CAST_-1207621269', u'LOAD_-1207624262'), (u'CALL_-1207624687', u'INDIRECT_-1207621668'), (u'MULTIEQUAL_-1207623257', u'INT_MULT_-1207621425'), ('const-0', u'SUBPIECE_-1207623192'), (u'CALL_-1207624618', u'INDIRECT_-1207621952'), (u'INT_SUB_-1207625128', u'INT_EQUAL_-1207625134'), (u'MULTIEQUAL_-1207621871', u'MULTIEQUAL_-1207622145'), (u'MULTIEQUAL_-1207621875', u'MULTIEQUAL_-1207622293'), ('const-433', u'LOAD_-1207625211'), ('const-58', u'INT_EQUAL_-1207625023'), (u'INDIRECT_-1207623200', u'MULTIEQUAL_-1207623181'), ('const-158', u'INT_EQUAL_-1207624402'), (u'SUBPIECE_-1207623192', u'MULTIEQUAL_-1207622649'), ('tmp_8686', u'PTRSUB_-1207621930'), (u'CALL_-1207624092', u'INDIRECT_-1207621792'), (u'INDIRECT_-1207621681', u'MULTIEQUAL_-1207621632'), ('const-130', u'INT_EQUAL_-1207624456'), ('tmp_8691', u'INT_ADD_-1207625806'), (u'INDIRECT_-1207621989', u'MULTIEQUAL_-1207621571'), (u'INDIRECT_-1207621644', u'MULTIEQUAL_-1207621595'), (u'PTRADD_-1207621390', u'CAST_-1207621334'), (u'CALL_-1207624664', u'INDIRECT_-1207621540'), (u'CAST_-1207621183', u'LOAD_-1207624111'), (u'INT_SUB_-1207625128', u'MULTIEQUAL_-1207622644'), ('const-0', u'INT_SLESS_-1207625820'), (u'CAST_-1207621200', u'LOAD_-1207624181'), (u'MULTIEQUAL_-1207621669', u'MULTIEQUAL_-1207621995'), ('const-433', u'LOAD_-1207624188'), ('const-97', u'INT_ADD_-1207625253'), (u'INT_EQUAL_-1207624720', u'CBRANCH_-1207624717'), (u'MULTIEQUAL_-1207622766', u'INT_EQUAL_-1207624720'), (u'INDIRECT_-1207622775', u'MULTIEQUAL_-1207621572'), ('const-2230336', u'PTRSUB_-1207621779'), (u'CALL_-1207624943', u'INDIRECT_-1207622033'), (u'PTRSUB_-1207621779', u'PTRADD_-1207625049'), ('const-0', u'SUBPIECE_-1207623381'), (u'MULTIEQUAL_-1207621873', u'MULTIEQUAL_-1207622054'), (u'LOAD_-1207625978', u'INT_SLESS_-1207625820'), (u'INT_ADD_-1207623998', u'CAST_-1207621099'), ('const-0', u'COPY_-1207623341'), (u'PTRSUB_-1207621930', u'CALL_-1207624902'), (u'INDIRECT_-1207622303', u'MULTIEQUAL_-1207622278'), ('const-433', u'LOAD_-1207624169'), (u'CAST_-1207621865', u'MULTIEQUAL_-1207623224'), ('tmp_2680', u'CBRANCH_-1207624333'), (u'COPY_-1207623987', u'MULTIEQUAL_-1207623363'), (u'CAST_-1207621296', u'MULTIEQUAL_-1207623224'), (u'INDIRECT_-1207622408', u'MULTIEQUAL_-1207622284'), ('const-433', u'LOAD_-1207624090'), (u'INT_SEXT_-1207624145', u'INT_MULT_-1207624125'), (u'INT_SEXT_-1207623997', u'INT_SLESS_-1207623993'), ('const--88', u'PTRSUB_-1207621116'), ('const-0', u'PTRSUB_-1207621752'), (u'LOAD_-1207625125', u'MULTIEQUAL_-1207622633'), ('const-4096', u'INT_AND_-1207622398'), ('tmp_1360', u'CBRANCH_-1207624633'), (u'INDIRECT_-1207621718', u'MULTIEQUAL_-1207621669'), (u'CAST_-1207621397', u'LOAD_-1207624524'), ('tmp_1490', u'CBRANCH_-1207624940'), ('tmp_1915', u'CBRANCH_-1207625078'), ('tmp_8693', u'LOAD_-1207625978'), ('tmp_8691', u'CALL_-1207624687'), (u'MULTIEQUAL_-1207623148', u'PTRADD_-1207624510'), (u'MULTIEQUAL_-1207622241', u'MULTIEQUAL_-1207621871'), ('const-4', u'PTRADD_-1207621390'), (u'COPY_-1207621742', u'MULTIEQUAL_-1207621955'), (u'COPY_-1207622064', u'MULTIEQUAL_-1207622982'), (u'CALL_-1207624736', u'INDIRECT_-1207622044'), (u'MULTIEQUAL_-1207621426', u'INT_EQUAL_-1207624456'), (u'INDIRECT_-1207622034', u'MULTIEQUAL_-1207621999'), ('const--88', u'PTRSUB_-1207621314'), (u'MULTIEQUAL_-1207621568', u'MULTIEQUAL_-1207622321'), (u'PTRADD_-1207624436', u'CAST_-1207621383'), ('const-6', u'INT_ADD_-1207621437'), (u'INDIRECT_-1207621497', u'MULTIEQUAL_-1207621962'), (u'LOAD_-1207624718', u'INT_NOTEQUAL_-1207624699'), (u'INT_SLESS_-1207624161', u'CBRANCH_-1207624161'), ('tmp_694', u'CBRANCH_-1207625652'), ('const-8', u'PTRADD_-1207624200'), (u'INDIRECT_-1207622377', u'MULTIEQUAL_-1207622352'), ('tmp_439', u'CBRANCH_-1207625827'), ('const-1073741823', u'INT_AND_-1207625145'), (u'PTRADD_-1207621542', u'MULTIEQUAL_-1207622766'), ('const-59', u'INT_EQUAL_-1207624382'), ('const-1', u'PTRADD_-1207624902'), (u'INDIRECT_-1207621526', u'MULTIEQUAL_-1207621632'), ('tmp_8691', u'INT_ADD_-1207624942'), ('const-32767', u'COPY_-1207623043'), (u'INT_NOTEQUAL_-1207624922', u'CBRANCH_-1207624920'), (u'INT_NOTEQUAL_-1207625253', u'CBRANCH_-1207625250'), (u'CAST_-1207622023', u'COPY_-1207621236'), (u'LOAD_-1207624444', u'MULTIEQUAL_-1207621424'), (u'LOAD_-1207625211', u'INT_EQUAL_-1207625196'), (u'PTRADD_-1207624510', u'CAST_-1207621428'), ('const-433', u'LOAD_-1207625109'), (u'INDIRECT_-1207622830', u'MULTIEQUAL_-1207621572'), (u'CALL_-1207625177', u'INDIRECT_-1207622132'), ('tmp_1429', u'BRANCH_-1207624696'), (u'PTRADD_-1207624126', u'CAST_-1207621204'), ('const-433', u'LOAD_-1207625269'), ('const-433', u'LOAD_-1207625125'), (u'INT_ZEXT_-1207623268', u'PTRADD_-1207625049'), (u'INT_SEXT_-1207625115', u'PTRADD_-1207625063'), ('const-0', u'STORE_-1207624106'), (u'LOAD_-1207624603', u'MULTIEQUAL_-1207623148'), ('const-97', u'INT_ADD_-1207625806'), ('const-8', u'INT_MULT_-1207621533'), (u'INT_ADD_-1207624508', u'CAST_-1207621397'), (u'MULTIEQUAL_-1207623148', u'MULTIEQUAL_-1207621521'), (u'MULTIEQUAL_-1207623363', u'CALL_-1207625637'), (u'LOAD_-1207624572', u'MULTIEQUAL_-1207621523'), ('const-4', u'PTRADD_-1207621965'), (u'MULTIEQUAL_-1207621595', u'MULTIEQUAL_-1207621921'), (u'CALL_-1207624736', u'INDIRECT_-1207622007'), (u'INT_ADD_-1207621249', u'PTRADD_-1207621202'), ('const-433', u'LOAD_-1207624531'), (u'CALL_-1207623943', u'INDIRECT_-1207621460'), (u'MULTIEQUAL_-1207622073', u'MULTIEQUAL_-1207622069'), (u'CALL_-1207624618', u'INDIRECT_-1207622775'), ('tmp_2972', u'CBRANCH_-1207623992'), (u'INDIRECT_-1207622967', u'MULTIEQUAL_-1207623089'), (u'INDIRECT_-1207621933', u'MULTIEQUAL_-1207621568'), (u'INDIRECT_-1207622340', u'MULTIEQUAL_-1207622315'), (u'MULTIEQUAL_-1207622813', u'MULTIEQUAL_-1207623363'), (u'CAST_-1207621182', u'LOAD_-1207624099'), ('const-0', u'INT_NOTEQUAL_-1207625096'), (u'INDIRECT_-1207622894', u'MULTIEQUAL_-1207622865'), ('const-0', u'RETURN_-1207625141'), (u'MULTIEQUAL_-1207622297', u'MULTIEQUAL_-1207622128'), ('tmp_2784', u'CBRANCH_-1207624161'), (u'LOAD_-1207624090', u'INT_NOTEQUAL_-1207624074'), ('const-433', u'LOAD_-1207625688'), (u'MULTIEQUAL_-1207621872', u'MULTIEQUAL_-1207622017'), ('tmp_2935', u'BRANCH_-1207624092'), (u'INDIRECT_-1207621755', u'MULTIEQUAL_-1207622036'), ('const-72', u'PTRADD_-1207624119'), (u'MULTIEQUAL_-1207621521', u'LOAD_-1207624476'), ('const-433', u'LOAD_-1207624099'), (u'INT_AND_-1207624524', u'INT_NOTEQUAL_-1207624536'), (u'CAST_-1207621967', u'LOAD_-1207625822'), (u'MULTIEQUAL_-1207623257', u'INT_MULT_-1207622000'), (u'CALL_-1207625921', u'INDIRECT_-1207622482'), ('tmp_2426', u'CBRANCH_-1207624503'), (u'INT_ADD_-1207625806', u'CAST_-1207621967'), (u'INT_ADD_-1207624074', u'CAST_-1207621254'), ('tmp_1693', u'CBRANCH_-1207625094'), (u'CALL_-1207624290', u'INDIRECT_-1207621803'), ('const-1', u'RETURN_-1207624659'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913595'), (u'CALL_-1207624687', u'INDIRECT_-1207622454'), (u'MULTIEQUAL_-1207623089', u'MULTIEQUAL_-1207622920'), (u'CALL_-1207624736', u'INDIRECT_-1207621896'), (u'MULTIEQUAL_-1207622054', u'MULTIEQUAL_-1207621569'), (u'INT_NOTEQUAL_-1207625157', u'CBRANCH_-1207625153'), (u'INDIRECT_-1207622108', u'MULTIEQUAL_-1207621666'), (u'MULTIEQUAL_-1207623266', u'RETURN_-1207625141'), ('const-0', u'INT_EQUAL_-1207624929'), ('const-32', u'INT_MULT_-1207624125'), ('const-433', u'LOAD_-1207624369'), (u'COPY_-1207622013', u'MULTIEQUAL_-1207622766'), (u'PTRADD_-1207625049', u'LOAD_-1207625109'), (u'INDIRECT_-1207622423', u'MULTIEQUAL_-1207622535'), ('const-1', u'PTRADD_-1207624119'), (u'INT_MULT_-1207621533', u'INT_ADD_-1207621545'), (u'MULTIEQUAL_-1207622766', u'PTRADD_-1207621542'), (u'CALL_-1207625921', u'INDIRECT_-1207623342'), ('const-433', u'LOAD_-1207624438'), (u'LOAD_-1207623941', u'INT_NOTEQUAL_-1207623925'), ('const-1', u'PTRADD_-1207625063'), ('tmp_1736', u'CBRANCH_-1207625043'), (u'CAST_-1207621334', u'LOAD_-1207624369'), ('tmp_1374', u'BRANCH_-1207624615'), ('const-2230336', u'PTRSUB_-1207621752'), (u'LOAD_-1207624648', u'INT_AND_-1207624622'), ('const-433', u'LOAD_-1207624014'), (u'MULTIEQUAL_-1207623224', u'MULTIEQUAL_-1207621877'), ('const-2181789', u'COPY_-1207621436'), (u'MULTIEQUAL_-1207621652', u'MULTIEQUAL_-1207621666'), (u'CALL_-1207624290', u'INDIRECT_-1207622626'), ('const--88', u'PTRSUB_-1207621916'), ('const-4', u'PTRADD_-1207624510'), (u'CALL_-1207625124', u'INDIRECT_-1207622186'), (u'MULTIEQUAL_-1207621875', u'MULTIEQUAL_-1207622128'), (u'LOAD_-1207624181', u'INT_ADD_-1207623998'), ('tmp_8695', u'STORE_-1207625846'), ('const-0', u'INT_NOTEQUAL_-1207624074'), (u'CALL_-1207624687', u'INDIRECT_-1207621520'), (u'PTRSUB_-1207621916', u'CALL_-1207624736'), ('const-24', u'PTRADD_-1207624382'), ('const-1', u'PTRADD_-1207624382'), (u'MULTIEQUAL_-1207621541', u'MULTIEQUAL_-1207621555'), (u'INT_EQUAL_-1207625654', u'CBRANCH_-1207625652'), (u'CALL_-1207624687', u'INDIRECT_-1207621631'), (u'CAST_-1207621730', u'CALL_-1207625177'), (u'SUBPIECE_-1207623250', u'INT_ADD_-1207624345'), ('tmp_8693', u'PTRADD_-1207621498'), ('const-1', u'INT_ADD_-1207622842'), ('const-433', u'LOAD_-1207624958'), (u'CALL_-1207624092', u'INDIRECT_-1207621681'), ('const-433', u'STORE_-1207624111'), ('const-68', u'INT_ADD_-1207623998'), (u'CAST_-1207621684', u'INT_SEXT_-1207625072'), (u'INT_SLESS_-1207625820', u'CBRANCH_-1207625827'), (u'INDIRECT_-1207622033', u'MULTIEQUAL_-1207622149'), ('const-0', u'INT_EQUAL_-1207624636'), (u'INT_EQUAL_-1207625807', u'CBRANCH_-1207625803'), ('const-1', u'PTRADD_-1207625049'), (u'MULTIEQUAL_-1207622352', u'MULTIEQUAL_-1207621874'), (u'MULTIEQUAL_-1207622036', u'MULTIEQUAL_-1207622032'), (u'CAST_-1207621204', u'LOAD_-1207624188'), (u'MULTIEQUAL_-1207621871', u'MULTIEQUAL_-1207621980'), (u'INDIRECT_-1207621637', u'MULTIEQUAL_-1207621743'), (u'CAST_-1207621782', u'MULTIEQUAL_-1207621877'), (u'CALL_-1207625921', u'INDIRECT_-1207622445'), ('const--1', u'INT_ADD_-1207624937'), ('tmp_760', u'CBRANCH_-1207625583'), (u'MULTIEQUAL_-1207622649', u'MULTIEQUAL_-1207622644'), ('tmp_2503', u'CBRANCH_-1207624453'), (u'MULTIEQUAL_-1207622865', u'MULTIEQUAL_-1207622861'), ('tmp_8691', u'CALL_-1207625637'), ('tmp_8696', u'INT_ADD_-1207626056'), (u'INT_MULT_-1207621237', u'INT_ADD_-1207621249'), ('tmp_991', u'CBRANCH_-1207625202'), (u'INT_EQUAL_-1207625196', u'CBRANCH_-1207625192'), ('tmp_1641', u'CBRANCH_-1207625131'), (u'CALL_-1207623943', u'INDIRECT_-1207621571'), (u'MULTIEQUAL_-1207622766', u'STORE_-1207625314'), ('const-0', u'COPY_-1207623376'), (u'MULTIEQUAL_-1207621424', u'PTRADD_-1207624119'), ('const-0', u'INT_EQUAL_-1207624943'), (u'LOAD_-1207624498', u'MULTIEQUAL_-1207621523'), ('const-0', u'COPY_-1207626016'), ('const-433', u'LOAD_-1207625978'), (u'INT_ADD_-1207624634', u'CAST_-1207621451'), ('const-433', u'LOAD_-1207624648'), (u'INDIRECT_-1207622046', u'MULTIEQUAL_-1207621872'), (u'INT_NOTEQUAL_-1207624699', u'CBRANCH_-1207624698'), (u'MULTIEQUAL_-1207622633', u'INT_EQUAL_-1207625023'), (u'INDIRECT_-1207623120', u'MULTIEQUAL_-1207623089'), (u'INDIRECT_-1207621755', u'MULTIEQUAL_-1207621706'), (u'CAST_-1207621705', u'INT_SEXT_-1207625115'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913743'), (u'CALL_-1207624687', u'INDIRECT_-1207621594'), (u'CALL_-1207625921', u'CAST_-1207622023'), ('const-0', u'COPY_-1207626040'), ('const-433', u'STORE_-1207625846'), (u'INT_LEFT_-1207625940', u'CALL_-1207625921'), (u'LOAD_-1207624111', u'INT_ADD_-1207624093'), (u'CALL_-1207624736', u'INDIRECT_-1207621933'), (u'CAST_-1207621552', u'LOAD_-1207625269'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913669'), ('const-0', u'INT_EQUAL_-1207625080'), (u'PTRADD_-1207624469', u'CAST_-1207621402'), ('tmp_2227', u'CBRANCH_-1207624667'), (u'INT_EQUAL_-1207625080', u'CBRANCH_-1207625078'), ('const-1073741823', u'INT_AND_-1207622689'), ('tmp_2992', u'BRANCH_-1207623969'), ('const-0', u'INT_EQUAL_-1207624553'), (u'MULTIEQUAL_-1207623089', u'MULTIEQUAL_-1207623085'), ('tmp_8691', u'INT_ADD_-1207625253'), (u'LOAD_-1207625043', u'MULTIEQUAL_-1207622633'), (u'MULTIEQUAL_-1207621877', u'INT_NOTEQUAL_-1207625585'), (u'CALL_-1207624618', u'INDIRECT_-1207621637'), (u'INDIRECT_-1207622334', u'MULTIEQUAL_-1207622297'), (u'MULTIEQUAL_-1207622278', u'MULTIEQUAL_-1207621872'), ('const-1', u'PTRADD_-1207624469'), ('const-2179285', u'COPY_-1207623987'), (u'INT_ADD_-1207624953', u'MULTIEQUAL_-1207623257'), ('tmp_8691', u'INT_ADD_-1207624074'), ('const-0', u'PTRSUB_-1207621779'), (u'LOAD_-1207624014', u'INT_SEXT_-1207623997'), ('tmp_379', u'CBRANCH_-1207625870'), (u'MULTIEQUAL_-1207621567', u'MULTIEQUAL_-1207622284'), ('tmp_8693', u'PTRADD_-1207621390'), ('tmp_1565', u'CBRANCH_-1207625192'), ('const-16776960', u'INT_AND_-1207624622'), (u'CALL_-1207624618', u'INDIRECT_-1207622423'), ('const-433', u'LOAD_-1207625223'), (u'PTRSUB_-1207621643', u'CALL_-1207625271'), (u'MULTIEQUAL_-1207622444', u'MULTIEQUAL_-1207622434'), (u'INT_NOTEQUAL_-1207624536', u'CBRANCH_-1207624532'), (u'INT_EQUAL_-1207625045', u'CBRANCH_-1207625043'), (u'INT_AND_-1207625145', u'INT_SUB_-1207625076'), ('const-0', u'INT_NOTEQUAL_-1207624536'), (u'CALL_-1207625271', u'INDIRECT_-1207622108'), (u'MULTIEQUAL_-1207621569', u'MULTIEQUAL_-1207622358'), ('const-40', u'INT_ADD_-1207625209'), (u'INDIRECT_-1207622280', u'INT_ADD_-1207622842'), (u'CAST_-1207621782', u'MULTIEQUAL_-1207623128'), (u'INDIRECT_-1207621692', u'MULTIEQUAL_-1207622241'), (u'COPY_-1207621236', u'MULTIEQUAL_-1207622688'), (u'MULTIEQUAL_-1207621980', u'MULTIEQUAL_-1207621567'), ('tmp_1607', u'CBRANCH_-1207625153'), (u'CALL_-1207625124', u'INDIRECT_-1207622334'), (u'PTRSUB_-1207621116', u'CALL_-1207623943'), (u'INDIRECT_-1207621460', u'MULTIEQUAL_-1207621925'), (u'INDIRECT_-1207621668', u'MULTIEQUAL_-1207621652'), (u'CALL_-1207625637', u'INDIRECT_-1207622414'), (u'COPY_-1207624705', u'MULTIEQUAL_-1207623266'), ('const-1', u'PTRADD_-1207624510'), (u'CALL_-1207624943', u'INDIRECT_-1207622070'), (u'INT_AND_-1207622689', u'INT_NOTEQUAL_-1207625157'), (u'INDIRECT_-1207621631', u'MULTIEQUAL_-1207621615'), (u'CALLOTHER_-1206916087', u'CAST_-1206913194'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913632'), (u'CALL_-1207625271', u'INDIRECT_-1207622071'), ('const-0', u'INT_EQUAL_-1207625045'), (u'MULTIEQUAL_-1207623128', u'LOAD_-1207625043'), ('const-0', u'INT_EQUAL_-1207625654'), (u'CALL_-1207624664', u'INDIRECT_-1207621466'), (u'CAST_-1207621494', u'INT_EQUAL_-1207624720'), (u'CAST_-1207621447', u'LOAD_-1207624603'), (u'PTRADD_-1207621965', u'CAST_-1207621907'), (u'CALL_-1207624618', u'INDIRECT_-1207621989'), ('const-4', u'PTRADD_-1207621180'), ('const-0', u'INT_EQUAL_-1207624579'), (u'SUBPIECE_-1207623250', u'INT_ADD_-1207622689'), (u'INDIRECT_-1207622578', u'MULTIEQUAL_-1207622865'), (u'MULTIEQUAL_-1207621302', u'INT_SEXT_-1207624145'), (u'INDIRECT_-1207622007', u'MULTIEQUAL_-1207621570'), (u'INDIRECT_-1207622394', u'MULTIEQUAL_-1207622434'), (u'MULTIEQUAL_-1207622458', u'MULTIEQUAL_-1207622444'), (u'INT_NOTEQUAL_-1207625096', u'CBRANCH_-1207625094'), (u'MULTIEQUAL_-1207621642', u'MULTIEQUAL_-1207621743'), (u'MULTIEQUAL_-1207621605', u'MULTIEQUAL_-1207621706'), (u'INT_EQUAL_-1207625992', u'CBRANCH_-1207625990'), (u'MULTIEQUAL_-1207621615', u'MULTIEQUAL_-1207621629'), (u'INT_EQUAL_-1207624943', u'CBRANCH_-1207624940'), (u'INT_AND_-1207625145', u'INT_SUB_-1207625128'), ('tmp_2320', u'CBRANCH_-1207624577'), (u'LOAD_-1207625269', u'INT_NOTEQUAL_-1207625253'), ('tmp_8686', u'PTRSUB_-1207621916'), (u'MULTIEQUAL_-1207621999', u'MULTIEQUAL_-1207621995'), (u'INT_SUB_-1207625128', u'MULTIEQUAL_-1207622649'), ('const-48', u'PTRADD_-1207624126'), (u'INT_SEXT_-1207624770', u'INT_MULT_-1207621237'), (u'CAST_-1207622023', u'CALL_-1207624618'), (u'MULTIEQUAL_-1207621874', u'MULTIEQUAL_-1207622091'), (u'MULTIEQUAL_-1207622186', u'MULTIEQUAL_-1207622017'), (u'CALL_-1207624618', u'INDIRECT_-1207621841'), ('const-77', u'CALLOTHER_-1206916087'), (u'INT_SLESSEQUAL_-1207624659', u'CBRANCH_-1207624667'), (u'MULTIEQUAL_-1207622128', u'MULTIEQUAL_-1207621571'), (u'CALL_-1207625271', u'INDIRECT_-1207621997'), ('const-8', u'PTRADD_-1207621202'), ('const-1', u'PTRADD_-1207624875'), ('const-0', u'INT_NOTEQUAL_-1207625253'), (u'INT_ADD_-1207625253', u'CAST_-1207621552'), ('const-0', u'INT_NOTEQUAL_-1207624922'), ('const-4', u'INT_MULT_-1207621237'), (u'INT_NOTEQUAL_-1207624074', u'CBRANCH_-1207624072'), (u'LOAD_-1207624524', u'MULTIEQUAL_-1207621521'), (u'MULTIEQUAL_-1207623128', u'CALL_-1207625213'), (u'CALL_-1207624618', u'INDIRECT_-1207621600'), (u'PTRADD_-1207624200', u'CAST_-1207621269'), (u'MULTIEQUAL_-1207622149', u'MULTIEQUAL_-1207622145'), ('tmp_2732', u'BRANCH_-1207624283'), (u'CAST_-1207621534', u'LOAD_-1207625223'), (u'INDIRECT_-1207621557', u'MULTIEQUAL_-1207621541'), (u'INT_ZEXT_-1207623439', u'PTRADD_-1207624875'), (u'INDIRECT_-1207622186', u'MULTIEQUAL_-1207622149'), (u'COPY_-1207621741', u'MULTIEQUAL_-1207621955'), ('const-16', u'PTRADD_-1207624107'), (u'MULTIEQUAL_-1207622982', u'INT_SLESSEQUAL_-1207624659'), (u'CALL_-1207624664', u'INDIRECT_-1207621503'), (u'INDIRECT_-1207623342', u'MULTIEQUAL_-1207623224'), (u'CALL_-1207625177', u'INDIRECT_-1207622169'), (u'CALL_-1207625637', u'INDIRECT_-1207622377'), ('tmp_8691', u'CALL_-1207624618'), ('tmp_8691', u'CALL_-1207624618'), ('const-433', u'STORE_-1207624106'), (u'INDIRECT_-1207621960', u'MULTIEQUAL_-1207621518'), (u'INT_SEXT_-1207625961', u'INT_LEFT_-1207625940'), (u'MULTIEQUAL_-1207622017', u'MULTIEQUAL_-1207621568'), (u'INDIRECT_-1207622445', u'MULTIEQUAL_-1207622321'), (u'CAST_-1207622092', u'LOAD_-1207626072'), (u'MULTIEQUAL_-1207621426', u'INT_EQUAL_-1207624382'), (u'MULTIEQUAL_-1207623128', u'PTRADD_-1207625063'), ('tmp_2073', u'CBRANCH_-1207624920'), (u'CALL_-1207625124', u'INDIRECT_-1207622223'), (u'LOAD_-1207624524', u'PTRADD_-1207624436'), (u'MULTIEQUAL_-1207622260', u'MULTIEQUAL_-1207622256'), ('tmp_8695', u'STORE_-1207624106'), ('tmp_477', u'CBRANCH_-1207625803'), (u'INDIRECT_-1207621571', u'MULTIEQUAL_-1207622036'), ('const-97', u'INT_ADD_-1207624074'), (u'PTRADD_-1207625063', u'LOAD_-1207625125'), (u'INDIRECT_-1207622071', u'MULTIEQUAL_-1207621629'), ('const-0', u'INT_NOTEQUAL_-1207624335'), (u'INDIRECT_-1207622943', u'MULTIEQUAL_-1207621876'), ('const-0', u'STORE_-1207624724'), ('tmp_2614', u'CBRANCH_-1207624380'), (u'PTRADD_-1207621202', u'INT_NOTEQUAL_-1207624658'), (u'MULTIEQUAL_-1207621877', u'MULTIEQUAL_-1207623128'), ('const-96', u'INT_ADD_-1207624634'), ('const-2', u'INT_ADD_-1207621545'), (u'CALL_-1207624943', u'INDIRECT_-1207622107'), (u'MULTIEQUAL_-1207623148', u'INT_EQUAL_-1207624579'), (u'INT_AND_-1207624622', u'INT_EQUAL_-1207624636'), (u'INDIRECT_-1207622556', u'MULTIEQUAL_-1207622432'), (u'INDIRECT_-1207622454', u'MULTIEQUAL_-1207622444'), (u'INDIRECT_-1207621896', u'MULTIEQUAL_-1207621567'), ('tmp_8686', u'PTRSUB_-1207621314'), (u'INT_SLESS_-1207623993', u'CBRANCH_-1207623992'), ('const-1', u'INT_ADD_-1207622689'), ('const-0', u'INT_EQUAL_-1207625807'), (u'INT_EQUAL_-1207624636', u'CBRANCH_-1207624629'), (u'INDIRECT_-1207622519', u'MULTIEQUAL_-1207622395'), (u'INDIRECT_-1207622108', u'MULTIEQUAL_-1207622073'), ('tmp_8691', u'INT_ADD_-1207623925'), (u'LOAD_-1207625109', u'INT_AND_-1207625083'), (u'PTRADD_-1207621180', u'MULTIEQUAL_-1207622688'), (u'CALL_-1207624943', u'INT_EQUAL_-1207624929'), ('tmp_8691', u'CALL_-1207625921'), ('const-433', u'STORE_-1207625866'), (u'CALL_-1207624902', u'INDIRECT_-1207622083'), (u'LOAD_-1207624531', u'INT_ADD_-1207624508'), (u'PTRSUB_-1207621916', u'CALL_-1207625213'), (u'COPY_-1207622065', u'MULTIEQUAL_-1207622982'), (u'INDIRECT_-1207622034', u'MULTIEQUAL_-1207621592'), (u'INT_ADD_-1207624099', u'CAST_-1207621183'), (u'MULTIEQUAL_-1207621876', u'MULTIEQUAL_-1207622920'), ('const-433', u'LOAD_-1207624181'), (u'CALL_-1207625271', u'INDIRECT_-1207621960'), (u'MULTIEQUAL_-1207622186', u'MULTIEQUAL_-1207622182'), (u'MULTIEQUAL_-1207623161', u'PTRADD_-1207624902'), (u'INT_ADD_-1207626056', u'CAST_-1207622092'), (u'INT_ADD_-1207624942', u'CAST_-1207621458'), ('const-0', u'INT_NOTEQUAL_-1207625585'), ('const-4294967295', u'INT_SLESS_-1207624161'), (u'PTRADD_-1207624875', u'LOAD_-1207624935'), ('const-16', u'INT_ADD_-1207625195'), (u'MULTIEQUAL_-1207621921', u'INT_NOTEQUAL_-1207625210'), ('const-8', u'INT_ADD_-1207624099'), (u'CALL_-1207625177', u'INDIRECT_-1207622280'), ('const-433', u'LOAD_-1207624476'), (u'MULTIEQUAL_-1207621592', u'MULTIEQUAL_-1207621578'), (u'INDIRECT_-1207622482', u'MULTIEQUAL_-1207622358'), (u'MULTIEQUAL_-1207623257', u'INT_ADD_-1207624953'), ('const-32', u'PTRADD_-1207624469'), (u'MULTIEQUAL_-1207621424', u'PTRADD_-1207624382'), (u'LOAD_-1207625978', u'INT_SLESS_-1207625863'), (u'CALL_-1207625271', u'INDIRECT_-1207622894'), ('const-0', u'INT_EQUAL_-1207625992'), (u'INDIRECT_-1207622071', u'MULTIEQUAL_-1207622036'), ('tmp_3056', u'CBRANCH_-1207623923'), (u'LOAD_-1207624438', u'MULTIEQUAL_-1207621426'), (u'INDIRECT_-1207622578', u'MULTIEQUAL_-1207622535'), ('const-8', u'INT_MULT_-1207622000'), (u'INT_EQUAL_-1207624456', u'CBRANCH_-1207624453'), (u'CALL_-1207625637', u'CAST_-1207621865'), (u'LOAD_-1207625688', u'INT_EQUAL_-1207625654'), (u'MULTIEQUAL_-1207621874', u'MULTIEQUAL_-1207622256'), (u'CALL_-1207624092', u'INDIRECT_-1207622578'), ('const-433', u'STORE_-1207624707'), (u'MULTIEQUAL_-1207621555', u'MULTIEQUAL_-1207621541'), ('const-433', u'STORE_-1207624750'), (u'INDIRECT_-1207622334', u'INT_LESS_-1207625089'), (u'CAST_-1207622023', u'STORE_-1207625846'), ('tmp_8686', u'PTRSUB_-1207621643'), (u'CALL_-1207624687', u'INDIRECT_-1207621557'), (u'CALL_-1207625177', u'SUBPIECE_-1207623381'), ('const-0', u'SUBPIECE_-1207623779'), (u'INDIRECT_-1207621792', u'MULTIEQUAL_-1207621743'), (u'INDIRECT_-1207621803', u'MULTIEQUAL_-1207622352'), ('tmp_2741', u'BRANCH_-1207624254'), ('const-3', u'INT_LESS_-1207625089'), (u'CAST_-1207621782', u'INT_EQUAL_-1207625080'), (u'CALL_-1207623943', u'INDIRECT_-1207621608'), (u'INT_AND_-1207625145', u'COPY_-1207621742'), (u'INT_SUB_-1207625128', u'CAST_-1207621705'), (u'CALL_-1207624290', u'INDIRECT_-1207621840'), (u'INDIRECT_-1207622107', u'MULTIEQUAL_-1207622223'), ('tmp_2384', u'CBRANCH_-1207624532'), (u'CALL_-1207624092', u'INDIRECT_-1207621755'), ('tmp_1889', u'CBRANCH_-1207625097'), (u'INT_AND_-1207624909', u'INT_NOTEQUAL_-1207624922'), ('const-433', u'STORE_-1207624724'), ('tmp_8693', u'PTRADD_-1207621965'), (u'INT_ADD_-1207621545', u'PTRADD_-1207621498'), (u'CALL_-1207624092', u'INDIRECT_-1207621718'), (u'CALL_-1207624618', u'INDIRECT_-1207621526'), (u'MULTIEQUAL_-1207622260', u'MULTIEQUAL_-1207622091'), (u'INDIRECT_-1207622181', u'MULTIEQUAL_-1207622297'), (u'INDIRECT_-1207621997', u'MULTIEQUAL_-1207621555'), (u'INT_ADD_-1207621437', u'PTRADD_-1207621390'), (u'INDIRECT_-1207621718', u'MULTIEQUAL_-1207621999'), (u'LOAD_-1207624964', u'INT_ZEXT_-1207623439'), ('const--88', u'PTRSUB_-1207621643'), (u'INT_ADD_-1207624093', u'CAST_-1207621182'), ('const-4294967295', u'INT_SLESS_-1207623993'), ('const-1', u'PTRADD_-1207624107'), (u'MULTIEQUAL_-1207622688', u'PTRADD_-1207621180'), (u'SUBPIECE_-1207623779', u'STORE_-1207625866'), (u'INDIRECT_-1207621594', u'MULTIEQUAL_-1207621578'), (u'INDIRECT_-1207621497', u'MULTIEQUAL_-1207621531'), ('const-433', u'LOAD_-1207624498'), ('const-433', u'LOAD_-1207625043'), (u'CAST_-1206913194', u'CALLIND_-1206916087'), (u'INT_EQUAL_-1207624579', u'CBRANCH_-1207624577'), (u'CALL_-1207625637', u'INDIRECT_-1207622340'), (u'INDIRECT_-1207622394', u'MULTIEQUAL_-1207622865'), ('const-0', u'COPY_-1207625624'), (u'MULTIEQUAL_-1207621521', u'PTRADD_-1207624107'), (u'CALL_-1207625213', u'INDIRECT_-1207622191'), ('const-2181798', u'COPY_-1207621935'), ('const-4', u'CALL_-1207624902'), (u'MULTIEQUAL_-1207621570', u'MULTIEQUAL_-1207622395'), (u'MULTIEQUAL_-1207621426', u'INT_EQUAL_-1207624402'), (u'MULTIEQUAL_-1207621494', u'MULTIEQUAL_-1207621595'), (u'MULTIEQUAL_-1207621955', u'CALL_-1207625124'), (u'INT_ADD_-1207623925', u'CAST_-1207621069'), (u'MULTIEQUAL_-1207622861', u'INT_ADD_-1207625209'), (u'CALL_-1207624943', u'INDIRECT_-1207622144'), (u'CALL_-1207623943', u'INDIRECT_-1207621497'), (u'PTRADD_-1207624119', u'CAST_-1207621200'), (u'INT_ADD_-1207625195', u'CAST_-1207621748'), (u'INDIRECT_-1207622120', u'MULTIEQUAL_-1207621874'), (u'MULTIEQUAL_-1207621578', u'MULTIEQUAL_-1207621592'), (u'LOAD_-1207624958', u'INT_EQUAL_-1207624943'), ('tmp_8691', u'CALL_-1207624290'), ('const-4', u'INT_ADD_-1207621249'), (u'INT_ADD_-1207622012', u'PTRADD_-1207621965'), (u'MULTIEQUAL_-1207622982', u'SUBPIECE_-1207623779'), ('const-4', u'INT_AND_-1207625083'), ('tmp_2261', u'CBRANCH_-1207624629'), ('const-0', u'COPY_-1207626028'), (u'PTRADD_-1207624382', u'CAST_-1207621372'), ('const-433', u'LOAD_-1207624935'), (u'INT_EQUAL_-1207624553', u'CBRANCH_-1207624551'), (u'MULTIEQUAL_-1207622813', u'INT_NOTEQUAL_-1207624335'), ('tmp_8694', u'STORE_-1207624707'), ('const-0', u'INT_NOTEQUAL_-1207623925'), ('const-7', u'COPY_-1207624705'), (u'MULTIEQUAL_-1207621925', u'MULTIEQUAL_-1207621921'), ('tmp_8686', u'PTRSUB_-1207621116'), (u'MULTIEQUAL_-1207622223', u'MULTIEQUAL_-1207622219'), ('const-4', u'PTRADD_-1207624436'), ('tmp_8695', u'STORE_-1207624724'), (u'CALL_-1207625213', u'INDIRECT_-1207623088'), (u'INT_NOTEQUAL_-1207624658', u'CBRANCH_-1207624656'), (u'LOAD_-1207624935', u'INT_AND_-1207624909'), (u'INDIRECT_-1207621608', u'MULTIEQUAL_-1207622073'), (u'LOAD_-1207624169', u'MULTIEQUAL_-1207623148'), (u'LOAD_-1207625978', u'COPY_-1207622064'), (u'INDIRECT_-1207621915', u'MULTIEQUAL_-1207621569'), (u'INDIRECT_-1207622894', u'MULTIEQUAL_-1207622458'), (u'CALL_-1207625177', u'INT_AND_-1207622689'), (u'MULTIEQUAL_-1207621531', u'MULTIEQUAL_-1207621632'), (u'MULTIEQUAL_-1207621504', u'MULTIEQUAL_-1207621494'), (u'CALL_-1207625921', u'INDIRECT_-1207622408'), (u'CALL_-1207624736', u'INDIRECT_-1207621970'), (u'INT_EQUAL_-1207624402', u'CBRANCH_-1207624400'), (u'INT_MULT_-1207621425', u'INT_ADD_-1207621437'), ('const-433', u'LOAD_-1207624262'), ('const-0', u'INT_EQUAL_-1207625196'), (u'MULTIEQUAL_-1207623128', u'CALL_-1207625124'), (u'INDIRECT_-1207621563', u'MULTIEQUAL_-1207621669'), (u'MULTIEQUAL_-1207621962', u'MULTIEQUAL_-1207621958'), (u'CALL_-1207624664', u'INDIRECT_-1207621429'), (u'CAST_-1207621451', u'LOAD_-1207624648'), (u'CALL_-1207625124', u'CAST_-1207621782'), (u'INDIRECT_-1207621460', u'MULTIEQUAL_-1207621494'), (u'CALL_-1207624664', u'INDIRECT_-1207621577'), (u'CALL_-1207625637', u'INDIRECT_-1207622266'), (u'INDIRECT_-1207621960', u'MULTIEQUAL_-1207621925'), ('const-8', u'PTRADD_-1207621542'), (u'COPY_-1207621810', u'MULTIEQUAL_-1207621955'), ('const-1', u'PTRADD_-1207624200'), ('const-433', u'LOAD_-1207624603'), ('const-0', u'STORE_-1207624707'), (u'INDIRECT_-1207621534', u'MULTIEQUAL_-1207621568'), (u'CALLIND_-1206916087', u'INDIRECT_-1206913706'), (u'CALL_-1207625177', u'INDIRECT_-1207622243'), (u'MULTIEQUAL_-1207621578', u'MULTIEQUAL_-1207621568'), (u'INDIRECT_-1207622044', u'MULTIEQUAL_-1207621571'), (u'LOAD_-1207624188', u'INT_SLESS_-1207624161'), (u'INT_AND_-1207625145', u'COPY_-1207621810'), (u'LOAD_-1207624262', u'MULTIEQUAL_-1207622813'), (u'MULTIEQUAL_-1207621876', u'MULTIEQUAL_-1207623085'), (u'INDIRECT_-1207622266', u'MULTIEQUAL_-1207622241'), (u'CALL_-1207623943', u'INDIRECT_-1207621534'), (u'INDIRECT_-1207621970', u'MULTIEQUAL_-1207621569'), (u'MULTIEQUAL_-1207621541', u'MULTIEQUAL_-1207621531'), (u'CALL_-1207624618', u'INDIRECT_-1207621915'), (u'LOAD_-1207625125', u'INT_ZEXT_-1207623268'), (u'INT_ADD_-1207624345', u'CALL_-1207624290'), ('const-433', u'LOAD_-1207624524'), (u'MULTIEQUAL_-1207621666', u'MULTIEQUAL_-1207621652'), (u'INDIRECT_-1207621997', u'MULTIEQUAL_-1207621962'), ('tmp_190', u'CBRANCH_-1207625990'), (u'INDIRECT_-1207621600', u'MULTIEQUAL_-1207621706'), ('const-0', u'INT_NOTEQUAL_-1207624504'), (u'CALL_-1207625124', u'INDIRECT_-1207623120'), (u'INT_SLESS_-1207625863', u'CBRANCH_-1207625870'), (u'PTRADD_-1207624902', u'LOAD_-1207624964'), (u'MULTIEQUAL_-1207621568', u'MULTIEQUAL_-1207621669'), (u'MULTIEQUAL_-1207621743', u'MULTIEQUAL_-1207622069'), (u'CAST_-1207621501', u'STORE_-1207624750'), ('const-1', u'INT_SUB_-1207625128'), ('const-8', u'INT_ADD_-1207624508'), (u'LOAD_-1207624181', u'INT_ADD_-1207624099'), (u'SUBPIECE_-1207623381', u'INT_AND_-1207625145'), ('tmp_8691', u'INT_ADD_-1207624634'), (u'SUBPIECE_-1207623250', u'INT_SEXT_-1207624770'), (u'INDIRECT_-1207622144', u'MULTIEQUAL_-1207622260'), (u'CAST_-1207621748', u'LOAD_-1207625211'), ('const-97', u'INT_ADD_-1207623925'), (u'MULTIEQUAL_-1207621424', u'PTRADD_-1207624126'), (u'CALL_-1207623943', u'INDIRECT_-1207622394'), (u'LOAD_-1207624476', u'MULTIEQUAL_-1207621426'), (u'CALL_-1207625213', u'INDIRECT_-1207622154'), (u'PTRADD_-1207621498', u'CAST_-1207621447'), (u'COPY_-1207621935', u'CALL_-1207625124'), (u'MULTIEQUAL_-1207621629', u'MULTIEQUAL_-1207621615'), (u'INDIRECT_-1207621489', u'MULTIEQUAL_-1207621595'), (u'INT_EQUAL_-1207624382', u'CBRANCH_-1207624380'), (u'COPY_-1207621436', u'CALL_-1207624290'), (u'INT_SEXT_-1207623997', u'MULTIEQUAL_-1207621302'), (u'INT_NOTEQUAL_-1207625210', u'CBRANCH_-1207625202'), ('tmp_8691', u'CALL_-1207625124'), (u'INDIRECT_-1207621766', u'MULTIEQUAL_-1207622315'), (u'CALL_-1207624902', u'INDIRECT_-1207622943'), (u'LOAD_-1207624524', u'INT_NOTEQUAL_-1207624504'), (u'INDIRECT_-1207622223', u'MULTIEQUAL_-1207622186'), (u'INT_NOTEQUAL_-1207624335', u'CBRANCH_-1207624333'), (u'CAST_-1207621907', u'LOAD_-1207625688'), ('const-0', u'INT_NOTEQUAL_-1207624634'), ('tmp_1258', u'CBRANCH_-1207624698'), ('const-0', u'INT_NOTEQUAL_-1207624699'), (u'MULTIEQUAL_-1207622315', u'MULTIEQUAL_-1207621873'), (u'PTRADD_-1207621180', u'INT_NOTEQUAL_-1207624658'), (u'CALL_-1207625271', u'INDIRECT_-1207622034'), (u'INDIRECT_-1207621681', u'MULTIEQUAL_-1207621962'), (u'SUBPIECE_-1207623192', u'MULTIEQUAL_-1207622644'), (u'INT_NOTEQUAL_-1207625585', u'CBRANCH_-1207625583'), (u'MULTIEQUAL_-1207621615', u'MULTIEQUAL_-1207621605'), (u'COPY_-1207623376', u'MULTIEQUAL_-1207623266'), (u'INT_ADD_-1207625209', u'CAST_-1207621534'), (u'INDIRECT_-1207622009', u'MULTIEQUAL_-1207621871'), ('const-0', u'SUBPIECE_-1207623250'), (u'INT_ADD_-1207622689', u'INT_SLESSEQUAL_-1207624659'), (u'CALL_-1207625921', u'INDIRECT_-1207622556'), ('const-433', u'LOAD_-1207625822'), (u'CALL_-1207625213', u'INT_ADD_-1207625195'), ('const-1', u'INT_ADD_-1207624345'), (u'MULTIEQUAL_-1207621872', u'MULTIEQUAL_-1207622182'), (u'CALL_-1207625177', u'INDIRECT_-1207623066'), ('tmp_1951', u'CBRANCH_-1207624927'), ('const-433', u'LOAD_-1207624444'), (u'CAST_-1207621099', u'LOAD_-1207624014'), (u'INDIRECT_-1207621841', u'MULTIEQUAL_-1207621567'), (u'CALL_-1207624736', u'CAST_-1207621494'), (u'INT_NOTEQUAL_-1207624504', u'CBRANCH_-1207624503'), (u'INT_EQUAL_-1207624929', u'CBRANCH_-1207624927'), (u'INT_NOTEQUAL_-1207624634', u'CBRANCH_-1207624633'), (u'CALL_-1207624618', u'INDIRECT_-1207621489'), (u'INT_SEXT_-1207625072', u'MULTIEQUAL_-1207623161'), ('const-4', u'PTRADD_-1207621542'), ('const-0', u'INT_NOTEQUAL_-1207625157'), (u'CALL_-1207625637', u'INDIRECT_-1207623200'), ('tmp_923', u'CBRANCH_-1207625250'), (u'MULTIEQUAL_-1207621632', u'MULTIEQUAL_-1207621958'), (u'CAST_-1207621428', u'LOAD_-1207624572'), (u'PTRSUB_-1207621752', u'PTRADD_-1207624875'), (u'CALL_-1207625124', u'INDIRECT_-1207622260'), (u'LOAD_-1207625688', u'MULTIEQUAL_-1207623363'), (u'INT_AND_-1207622398', u'INT_EQUAL_-1207624553'), (u'MULTIEQUAL_-1207622223', u'MULTIEQUAL_-1207622054'), ('tmp_2584', u'CBRANCH_-1207624400'), (u'CALL_-1207624902', u'INDIRECT_-1207622157'), (u'CALL_-1207624618', u'INDIRECT_-1207621563'), (u'MULTIEQUAL_-1207622091', u'MULTIEQUAL_-1207621570'), ('const-8', u'INT_MULT_-1207621425'), ('const--92', u'PTRSUB_-1207621930'), (u'CALL_-1207624290', u'CAST_-1207621296'), (u'MULTIEQUAL_-1207622644', u'COPY_-1207621741'), ('const-433', u'LOAD_-1207624964'), ('const-0', u'STORE_-1207624111'), (u'MULTIEQUAL_-1207621521', u'MULTIEQUAL_-1207621424'), (u'MULTIEQUAL_-1207621706', u'MULTIEQUAL_-1207622032'), (u'MULTIEQUAL_-1207623128', u'CAST_-1207621501'), (u'INT_MULT_-1207622000', u'INT_ADD_-1207622012'), ('const-4', u'PTRADD_-1207621498'), (u'MULTIEQUAL_-1207622434', u'MULTIEQUAL_-1207622535'), (u'INDIRECT_-1207621608', u'MULTIEQUAL_-1207621642'), (u'PTRSUB_-1207621314', u'CALL_-1207624092'), (u'INT_LESS_-1207625089', u'CBRANCH_-1207625097'), (u'CALL_-1207624736', u'INDIRECT_-1207622830'), (u'LOAD_-1207624099', u'MULTIEQUAL_-1207622813'), (u'INT_MULT_-1207624125', u'INT_ADD_-1207624093'), ('const-433', u'STORE_-1207625314')]
null
null
001a1660
x64
O2
(translation_unit "undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)\n\n{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}\n\n" (function_definition "undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)\n\n{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" type_identifier (function_declarator "FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" identifier (parameter_list "(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined2 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined8 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "byte *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_a8;" (sized_type_specifier "long" long) (pointer_declarator "*local_a8" * identifier) ;) (declaration "int local_94;" primitive_type identifier ;) (declaration "uint local_5c;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(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) ))))) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_001a19cf;" goto statement_identifier ;)) }) (else_clause "else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" else (compound_statement "{\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" { (expression_statement "iVar14 = *param_2;" (assignment_expression "iVar14 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);" (assignment_expression "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5)" identifier = (cast_expression "(long *)FUN_00138710(param_1,(long)iVar14 << 5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00138710(param_1,(long)iVar14 << 5)" identifier (argument_list "(param_1,(long)iVar14 << 5)" ( identifier , (binary_expression "(long)iVar14 << 5" (cast_expression "(long)iVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "iVar4 = 0x7fff;" (assignment_expression "iVar4 = 0x7fff" identifier = number_literal) ;) (if_statement "if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }" if (parenthesized_expression "(iVar14 < 0x8000)" ( (binary_expression "iVar14 < 0x8000" identifier < number_literal) )) (compound_statement "{\n iVar4 = iVar14;\n }" { (expression_statement "iVar4 = iVar14;" (assignment_expression "iVar4 = iVar14" identifier = identifier) ;) })) (expression_statement "*param_3 = (short)iVar4;" (assignment_expression "*param_3 = (short)iVar4" (pointer_expression "*param_3" * identifier) = (cast_expression "(short)iVar4" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*param_4 = plVar6;" (assignment_expression "*param_4 = plVar6" (pointer_expression "*param_4" * identifier) = identifier) ;) (if_statement "if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" if (parenthesized_expression "((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0'))" ( (binary_expression "(0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')" (parenthesized_expression "(0 < iVar14)" ( (binary_expression "0 < iVar14" number_literal < identifier) )) && (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" { (expression_statement "lVar15 = 0;" (assignment_expression "lVar15 = 0" identifier = number_literal) ;) (expression_statement "local_a8 = plVar6;" (assignment_expression "local_a8 = plVar6" identifier = identifier) ;) (do_statement "do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');" do (compound_statement "{\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n }" { (expression_statement "iVar14 = (int)lVar15;" (assignment_expression "iVar14 = (int)lVar15" identifier = (cast_expression "(int)lVar15" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 4)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 4)" ( (binary_expression "param_2 + lVar15 * 8 + 4" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) (if_statement "if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" if (parenthesized_expression "(pcVar12 == (char *)0x0)" ( (binary_expression "pcVar12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" { (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 2)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 2)" ( (binary_expression "param_2 + lVar15 * 8 + 2" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) (do_statement "do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );" do (compound_statement "{\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n }" { (if_statement "if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" if (parenthesized_expression "(pcVar12 == (char *)0x0)" ( (binary_expression "pcVar12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nFUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" { (labeled_statement "FUN_0010e786:\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();" statement_identifier : comment (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;)) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" identifier = (pointer_expression "*(uint *)(pcVar12 + 4)" * (cast_expression "(uint *)(pcVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 4)" ( (binary_expression "pcVar12 + 4" identifier + number_literal) ))))) ;) (labeled_statement "joined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" statement_identifier : (if_statement "if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" if (parenthesized_expression "((uVar11 & 0x1000) == 0)" ( (binary_expression "(uVar11 & 0x1000) == 0" (parenthesized_expression "(uVar11 & 0x1000)" ( (binary_expression "uVar11 & 0x1000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" { (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (while_statement "while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" while (parenthesized_expression "(cVar1 == -0x7e)" ( (binary_expression "cVar1 == -0x7e" identifier == number_literal) )) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" { (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x18);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x18)" identifier = (pointer_expression "*(char **)(pcVar12 + 0x18)" * (cast_expression "(char **)(pcVar12 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 0x18)" ( (binary_expression "pcVar12 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) })) (if_statement "if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" if (parenthesized_expression "(cVar1 == -0x62)" ( (binary_expression "cVar1 == -0x62" identifier == number_literal) )) (compound_statement "{\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" { (expression_statement "iVar5 = *(int *)(pcVar12 + 0x30);" (assignment_expression "iVar5 = *(int *)(pcVar12 + 0x30)" identifier = (pointer_expression "*(int *)(pcVar12 + 0x30)" * (cast_expression "(int *)(pcVar12 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x30)" ( (binary_expression "pcVar12 + 0x30" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" if (parenthesized_expression "((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5))" ( (binary_expression "(-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" (parenthesized_expression "(-1 < iVar5)" ( (binary_expression "-1 < iVar5" number_literal < identifier) )) || (parenthesized_expression "(iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" ( (comma_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5" (assignment_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" identifier = (cast_expression "(int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" * (cast_expression "(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 0x44)" ( (binary_expression "*(long *)(pcVar12 + 0x48) + 0x44" (pointer_expression "*(long *)(pcVar12 + 0x48)" * (cast_expression "(long *)(pcVar12 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x48)" ( (binary_expression "pcVar12 + 0x48" identifier + number_literal) )))) + number_literal) )))))) , (binary_expression "-1 < iVar5" number_literal < identifier)) ))) )) (compound_statement "{\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" { (expression_statement "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );" (assignment_expression "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" identifier = (pointer_expression "*(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" * (cast_expression "(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" ( (binary_expression "(long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)" (binary_expression "(long)iVar5 * 0x20" (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) + (pointer_expression "*(long *)(*(long *)(pcVar12 + 0x48) + 8)" * (cast_expression "(long *)(*(long *)(pcVar12 + 0x48) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 8)" ( (binary_expression "*(long *)(pcVar12 + 0x48) + 8" (pointer_expression "*(long *)(pcVar12 + 0x48)" * (cast_expression "(long *)(pcVar12 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x48)" ( (binary_expression "pcVar12 + 0x48" identifier + number_literal) )))) + number_literal) ))))) ))))) ;) (goto_statement "goto LAB_001a196c;" goto statement_identifier ;) })) (expression_statement "pcVar12 = "rowid";" (assignment_expression "pcVar12 = "rowid"" identifier = (string_literal ""rowid"" " string_content ")) ;) (break_statement "break;" break ;) })) (if_statement "if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" if (parenthesized_expression "(cVar1 == ';')" ( (binary_expression "cVar1 == ';'" identifier == (char_literal "';'" ' character ')) )) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 8);\n }" { (expression_statement "pcVar12 = *(char **)(pcVar12 + 8);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 8)" identifier = (pointer_expression "*(char **)(pcVar12 + 8)" * (cast_expression "(char **)(pcVar12 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 8)" ( (binary_expression "pcVar12 + 8" identifier + number_literal) ))))) ;) }) (else_clause "else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" else (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" { (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 6)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 6)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 6)" ( (binary_expression "param_2 + lVar15 * 8 + 6" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) }))) (labeled_statement "LAB_001a196c:\n if (pcVar12 != (char *)0x0) break;" statement_identifier : (if_statement "if (pcVar12 != (char *)0x0) break;" if (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;))) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" identifier = (cast_expression "(byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0016dca0(param_1,"column%d",iVar14 + 1)" identifier (argument_list "(param_1,"column%d",iVar14 + 1)" ( identifier , (string_literal ""column%d"" " string_content ") , (binary_expression "iVar14 + 1" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_001a1755;" goto statement_identifier ;) }))) (if_statement "if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" if (parenthesized_expression "((uVar11 & 0x40000) != 0)" ( (binary_expression "(uVar11 & 0x40000) != 0" (parenthesized_expression "(uVar11 & 0x40000)" ( (binary_expression "uVar11 & 0x40000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" { (expression_statement "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);" (assignment_expression "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8)" identifier = (pointer_expression "*(char **)(*(long *)(pcVar12 + 0x20) + 8)" * (cast_expression "(char **)(*(long *)(pcVar12 + 0x20) + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x20) + 8)" ( (binary_expression "*(long *)(pcVar12 + 0x20) + 8" (pointer_expression "*(long *)(pcVar12 + 0x20)" * (cast_expression "(long *)(pcVar12 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x20)" ( (binary_expression "pcVar12 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (pcVar12 != (char *)0x0) goto code_r0x001a1932;" if (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x001a1932;" goto statement_identifier ;)) (goto_statement "goto FUN_0010e786;" goto statement_identifier ;) })) (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x10);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x10)" identifier = (pointer_expression "*(char **)(pcVar12 + 0x10)" * (cast_expression "(char **)(pcVar12 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 0x10)" ( (binary_expression "pcVar12 + 0x10" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "__s = (byte *)FUN_00138b60(param_1,pcVar12);" (assignment_expression "__s = (byte *)FUN_00138b60(param_1,pcVar12)" identifier = (cast_expression "(byte *)FUN_00138b60(param_1,pcVar12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00138b60(param_1,pcVar12)" identifier (argument_list "(param_1,pcVar12)" ( identifier , identifier ))))) ;) (labeled_statement "LAB_001a1755:\n local_94 = iVar14 + 1;" statement_identifier : (expression_statement "local_94 = iVar14 + 1;" (assignment_expression "local_94 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;)) (expression_statement "local_5c = 0;" (assignment_expression "local_5c = 0" identifier = number_literal) ;) (labeled_statement "joined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" statement_identifier : (if_statement "if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" if (parenthesized_expression "(__s != (byte *)0x0)" ( (binary_expression "__s != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" { (do_statement "do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );" do (compound_statement "{\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n }" { (expression_statement "lVar7 = FUN_0012c9f0(&local_58,__s,0);" (assignment_expression "lVar7 = FUN_0012c9f0(&local_58,__s,0)" identifier = (call_expression "FUN_0012c9f0(&local_58,__s,0)" identifier (argument_list "(&local_58,__s,0)" ( (pointer_expression "&local_58" & identifier) , identifier , number_literal )))) ;) (if_statement "if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" if (parenthesized_expression "(*(long *)(lVar7 + 0x10) == 0)" ( (binary_expression "*(long *)(lVar7 + 0x10) == 0" (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" { (expression_statement "*local_a8 = (long)__s;" (assignment_expression "*local_a8 = (long)__s" (pointer_expression "*local_a8" * identifier) = (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar9 = (long *)FUN_0013a800(&local_58);" (assignment_expression "plVar9 = (long *)FUN_0013a800(&local_58)" identifier = (cast_expression "(long *)FUN_0013a800(&local_58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0013a800(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))))) ;) (if_statement "if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }" if (parenthesized_expression "((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0))" ( (binary_expression "(plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" (parenthesized_expression "(plVar9 == local_a8)" ( (binary_expression "plVar9 == local_a8" identifier == identifier) )) && (parenthesized_expression "((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x60) & 0xffff00) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x60) & 0xffff00)" ( (binary_expression "*(uint *)(param_1 + 0x60) & 0xffff00" (pointer_expression "*(uint *)(param_1 + 0x60)" * (cast_expression "(uint *)(param_1 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_00138680(param_1);\n }" { (expression_statement "FUN_00138680(param_1);" (call_expression "FUN_00138680(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (goto_statement "goto joined_r0x001a18d5;" goto statement_identifier ;) })) (expression_statement "sVar8 = strlen((char *)__s);" (assignment_expression "sVar8 = strlen((char *)__s)" identifier = (call_expression "strlen((char *)__s)" identifier (argument_list "((char *)__s)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar11 = (uint)sVar8 & 0x3fffffff;" (assignment_expression "uVar11 = (uint)sVar8 & 0x3fffffff" identifier = (binary_expression "(uint)sVar8 & 0x3fffffff" (cast_expression "(uint)sVar8" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) (if_statement "if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" if (parenthesized_expression "((sVar8 & 0x3fffffff) != 0)" ( (binary_expression "(sVar8 & 0x3fffffff) != 0" (parenthesized_expression "(sVar8 & 0x3fffffff)" ( (binary_expression "sVar8 & 0x3fffffff" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" { (expression_statement "uVar13 = uVar11 - 1;" (assignment_expression "uVar13 = uVar11 - 1" identifier = (binary_expression "uVar11 - 1" identifier - number_literal)) ;) (if_statement "if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001a1819:\n bVar3 = *__s;\n }" { (labeled_statement "LAB_001a1819:\n bVar3 = *__s;" statement_identifier : (expression_statement "bVar3 = *__s;" (assignment_expression "bVar3 = *__s" identifier = (pointer_expression "*__s" * identifier)) ;)) }) (else_clause "else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" else (compound_statement "{\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" { (expression_statement "bVar3 = __s[(int)uVar13];" (assignment_expression "bVar3 = __s[(int)uVar13]" identifier = (subscript_expression "__s[(int)uVar13]" identifier [ (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" if (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" ( (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" ( (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" ( (pointer_expression "&DAT_00220840" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" { (expression_statement "lVar7 = (long)(int)(uVar11 - 2);" (assignment_expression "lVar7 = (long)(int)(uVar11 - 2)" identifier = (cast_expression "(long)(int)(uVar11 - 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(uVar11 - 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar11 - 2)" ( (binary_expression "uVar11 - 2" identifier - number_literal) ))))) ;) (do_statement "do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);" do (compound_statement "{\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n }" { (expression_statement "uVar13 = (uint)lVar7;" (assignment_expression "uVar13 = (uint)lVar7" identifier = (cast_expression "(uint)lVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar13 == 0) goto LAB_001a1819;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a1819;" goto statement_identifier ;)) (expression_statement "bVar3 = __s[lVar7];" (assignment_expression "bVar3 = __s[lVar7]" identifier = (subscript_expression "__s[lVar7]" identifier [ identifier ])) ;) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ;) }) while (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" ( (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" ( (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" ( (pointer_expression "&DAT_00220840" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) ;) })) }))) (if_statement "if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }" if (parenthesized_expression "(bVar3 == 0x3a)" ( (binary_expression "bVar3 == 0x3a" identifier == number_literal) )) (compound_statement "{\n uVar11 = uVar13;\n }" { (expression_statement "uVar11 = uVar13;" (assignment_expression "uVar11 = uVar13" identifier = identifier) ;) })) })) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" identifier = (binary_expression "local_5c + 1" identifier + number_literal)) ;) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" identifier = (cast_expression "(byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" identifier (argument_list "(param_1,"%.*z:%u",uVar11,__s)" ( identifier , (string_literal ""%.*z:%u"" " string_content ") , identifier , identifier ))))) ;) (if_statement "if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;" if (parenthesized_expression "((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0))" ( (binary_expression "(3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)" (parenthesized_expression "(3 < local_5c)" ( (binary_expression "3 < local_5c" number_literal < identifier) )) && (parenthesized_expression "(iVar5 = FUN_0014f200(), iVar5 == 0)" ( (comma_expression "iVar5 = FUN_0014f200(), iVar5 == 0" (assignment_expression "iVar5 = FUN_0014f200()" identifier = (call_expression "FUN_0014f200()" identifier (argument_list "()" ( )))) , (binary_expression "iVar5 == 0" identifier == number_literal)) ))) )) (goto_statement "goto code_r0x001a183d;" goto statement_identifier ;)) (if_statement "if (__s == (byte *)0x0) break;" if (parenthesized_expression "(__s == (byte *)0x0)" ( (binary_expression "__s == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (expression_statement "*local_a8 = 0;" (assignment_expression "*local_a8 = 0" (pointer_expression "*local_a8" * identifier) = number_literal) ;) (labeled_statement "joined_r0x001a18d5:\n if (iVar4 <= local_94) break;" statement_identifier : (if_statement "if (iVar4 <= local_94) break;" if (parenthesized_expression "(iVar4 <= local_94)" ( (binary_expression "iVar4 <= local_94" identifier <= identifier) )) (break_statement "break;" break ;))) (expression_statement "local_a8 = local_a8 + 4;" (assignment_expression "local_a8 = local_a8 + 4" identifier = (binary_expression "local_a8 + 4" identifier + number_literal)) ;) (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" identifier = (binary_expression "lVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" { (expression_statement "plVar9 = plVar6;" (assignment_expression "plVar9 = plVar6" identifier = identifier) ;) (do_statement "do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);" do (compound_statement "{\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n }" { (if_statement "if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }" if (parenthesized_expression "(*plVar9 != 0)" ( (binary_expression "*plVar9 != 0" (pointer_expression "*plVar9" * identifier) != number_literal) )) (compound_statement "{\n FUN_00136c40(param_1);\n }" { (expression_statement "FUN_00136c40(param_1);" (call_expression "FUN_00136c40(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "plVar9 = plVar9 + 4;" (assignment_expression "plVar9 = plVar9 + 4" identifier = (binary_expression "plVar9 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar9 != plVar6 + (long)iVar14 * 4 + 4)" ( (binary_expression "plVar9 != plVar6 + (long)iVar14 * 4 + 4" identifier != (binary_expression "plVar6 + (long)iVar14 * 4 + 4" (binary_expression "plVar6 + (long)iVar14 * 4" identifier + (binary_expression "(long)iVar14 * 4" (cast_expression "(long)iVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal)) )) ;) (goto_statement "goto LAB_001a1a3c;" goto statement_identifier ;) })) (goto_statement "goto LAB_001a1886;" goto statement_identifier ;) })) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" { (labeled_statement "LAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" statement_identifier : (if_statement "if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" if (parenthesized_expression "(plVar6 != (long *)0x0)" ( (binary_expression "plVar6 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00136c40(param_1,plVar6);\n }" { (expression_statement "FUN_00136c40(param_1,plVar6);" (call_expression "FUN_00136c40(param_1,plVar6)" identifier (argument_list "(param_1,plVar6)" ( identifier , identifier ))) ;) }))) (labeled_statement "LAB_001a19cf:\n *param_4 = 0;" statement_identifier : (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;)) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "uVar10 = 7;" (assignment_expression "uVar10 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_001a1888;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001a1886:\n uVar10 = 0;" statement_identifier : (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 != *(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 /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return uVar10;" return identifier ;) (labeled_statement "code_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);" statement_identifier : (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" identifier = (pointer_expression "*(uint *)(pcVar12 + 4)" * (cast_expression "(uint *)(pcVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 4)" ( (binary_expression "pcVar12 + 4" identifier + number_literal) ))))) ;)) (goto_statement "goto joined_r0x001a1917;" goto statement_identifier ;) (labeled_statement "code_r0x001a183d:\n FUN_0014f860(4,&local_5c);" statement_identifier : (expression_statement "FUN_0014f860(4,&local_5c);" (call_expression "FUN_0014f860(4,&local_5c)" identifier (argument_list "(4,&local_5c)" ( number_literal , (pointer_expression "&local_5c" & identifier) ))) ;)) (goto_statement "goto joined_r0x001a176f;" goto statement_identifier ;) })))
(translation_unit "int sqlite3ColumnsFromExprList(Parse *pParse,ExprList *pEList,i16 *pnCol,Column **paCol)\n\n{\n u8 uVar1;\n short sVar2;\n long lVar3;\n code *pcVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n Column *p;\n byte *pKey;\n HashElem *pHVar8;\n size_t sVar9;\n Column *pCVar10;\n Expr *pEVar11;\n uint uVar12;\n byte *pKey_00;\n long lVar14;\n char *z;\n uint uVar15;\n int iVar16;\n long lVar17;\n long in_FS_OFFSET;\n Column *local_a8;\n int local_94;\n u32 cnt;\n Hash ht;\n ulong uVar13;\n \n lVar3 = *(long *)(in_FS_OFFSET + 0x28);\n ht.htsize = 0;\n ht.count = 0;\n ht.first = (HashElem *)0x0;\n ht.ht = (_ht *)0x0;\n if (pEList == (ExprList *)0x0) {\n *pnCol = 0;\n *paCol = (Column *)0x0;\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n iVar16 = 0;\nLAB_001a1888:\n if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar16;\ncode_r0x001a1932:\n uVar12 = pEVar11->flags;\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n sqlite3_randomness(4,&cnt);\n goto joined_r0x001a176f;\n}\n\n" (function_definition "int sqlite3ColumnsFromExprList(Parse *pParse,ExprList *pEList,i16 *pnCol,Column **paCol)\n\n{\n u8 uVar1;\n short sVar2;\n long lVar3;\n code *pcVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n Column *p;\n byte *pKey;\n HashElem *pHVar8;\n size_t sVar9;\n Column *pCVar10;\n Expr *pEVar11;\n uint uVar12;\n byte *pKey_00;\n long lVar14;\n char *z;\n uint uVar15;\n int iVar16;\n long lVar17;\n long in_FS_OFFSET;\n Column *local_a8;\n int local_94;\n u32 cnt;\n Hash ht;\n ulong uVar13;\n \n lVar3 = *(long *)(in_FS_OFFSET + 0x28);\n ht.htsize = 0;\n ht.count = 0;\n ht.first = (HashElem *)0x0;\n ht.ht = (_ht *)0x0;\n if (pEList == (ExprList *)0x0) {\n *pnCol = 0;\n *paCol = (Column *)0x0;\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n iVar16 = 0;\nLAB_001a1888:\n if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar16;\ncode_r0x001a1932:\n uVar12 = pEVar11->flags;\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n sqlite3_randomness(4,&cnt);\n goto joined_r0x001a176f;\n}" primitive_type (function_declarator "sqlite3ColumnsFromExprList(Parse *pParse,ExprList *pEList,i16 *pnCol,Column **paCol)" identifier (parameter_list "(Parse *pParse,ExprList *pEList,i16 *pnCol,Column **paCol)" ( (parameter_declaration "Parse *pParse" type_identifier (pointer_declarator "*pParse" * identifier)) , (parameter_declaration "ExprList *pEList" type_identifier (pointer_declarator "*pEList" * identifier)) , (parameter_declaration "i16 *pnCol" type_identifier (pointer_declarator "*pnCol" * identifier)) , (parameter_declaration "Column **paCol" type_identifier (pointer_declarator "**paCol" * (pointer_declarator "*paCol" * identifier))) ))) (compound_statement "{\n u8 uVar1;\n short sVar2;\n long lVar3;\n code *pcVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n Column *p;\n byte *pKey;\n HashElem *pHVar8;\n size_t sVar9;\n Column *pCVar10;\n Expr *pEVar11;\n uint uVar12;\n byte *pKey_00;\n long lVar14;\n char *z;\n uint uVar15;\n int iVar16;\n long lVar17;\n long in_FS_OFFSET;\n Column *local_a8;\n int local_94;\n u32 cnt;\n Hash ht;\n ulong uVar13;\n \n lVar3 = *(long *)(in_FS_OFFSET + 0x28);\n ht.htsize = 0;\n ht.count = 0;\n ht.first = (HashElem *)0x0;\n ht.ht = (_ht *)0x0;\n if (pEList == (ExprList *)0x0) {\n *pnCol = 0;\n *paCol = (Column *)0x0;\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n iVar16 = 0;\nLAB_001a1888:\n if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return iVar16;\ncode_r0x001a1932:\n uVar12 = pEVar11->flags;\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n sqlite3_randomness(4,&cnt);\n goto joined_r0x001a176f;\n}" { (declaration "u8 uVar1;" type_identifier identifier ;) (declaration "short sVar2;" (sized_type_specifier "short" short) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "code *pcVar4;" type_identifier (pointer_declarator "*pcVar4" * identifier) ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "Column *p;" type_identifier (pointer_declarator "*p" * identifier) ;) (declaration "byte *pKey;" type_identifier (pointer_declarator "*pKey" * identifier) ;) (declaration "HashElem *pHVar8;" type_identifier (pointer_declarator "*pHVar8" * identifier) ;) (declaration "size_t sVar9;" primitive_type identifier ;) (declaration "Column *pCVar10;" type_identifier (pointer_declarator "*pCVar10" * identifier) ;) (declaration "Expr *pEVar11;" type_identifier (pointer_declarator "*pEVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "byte *pKey_00;" type_identifier (pointer_declarator "*pKey_00" * identifier) ;) (declaration "long lVar14;" (sized_type_specifier "long" long) identifier ;) (declaration "char *z;" primitive_type (pointer_declarator "*z" * identifier) ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "int iVar16;" primitive_type identifier ;) (declaration "long lVar17;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "Column *local_a8;" type_identifier (pointer_declarator "*local_a8" * identifier) ;) (declaration "int local_94;" primitive_type identifier ;) (declaration "u32 cnt;" type_identifier identifier ;) (declaration "Hash ht;" type_identifier identifier ;) (declaration "ulong uVar13;" type_identifier identifier ;) (expression_statement "lVar3 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar3 = *(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) ))))) ;) (expression_statement "ht.htsize = 0;" (assignment_expression "ht.htsize = 0" (field_expression "ht.htsize" identifier . field_identifier) = number_literal) ;) (expression_statement "ht.count = 0;" (assignment_expression "ht.count = 0" (field_expression "ht.count" identifier . field_identifier) = number_literal) ;) (expression_statement "ht.first = (HashElem *)0x0;" (assignment_expression "ht.first = (HashElem *)0x0" (field_expression "ht.first" identifier . field_identifier) = (cast_expression "(HashElem *)0x0" ( (type_descriptor "HashElem *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "ht.ht = (_ht *)0x0;" (assignment_expression "ht.ht = (_ht *)0x0" (field_expression "ht.ht" identifier . field_identifier) = (cast_expression "(_ht *)0x0" ( (type_descriptor "_ht *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (pEList == (ExprList *)0x0) {\n *pnCol = 0;\n *paCol = (Column *)0x0;\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }" if (parenthesized_expression "(pEList == (ExprList *)0x0)" ( (binary_expression "pEList == (ExprList *)0x0" identifier == (cast_expression "(ExprList *)0x0" ( (type_descriptor "ExprList *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pnCol = 0;\n *paCol = (Column *)0x0;\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;\n }" { (expression_statement "*pnCol = 0;" (assignment_expression "*pnCol = 0" (pointer_expression "*pnCol" * identifier) = number_literal) ;) (expression_statement "*paCol = (Column *)0x0;" (assignment_expression "*paCol = (Column *)0x0" (pointer_expression "*paCol" * identifier) = (cast_expression "(Column *)0x0" ( (type_descriptor "Column *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "sqlite3HashClear(&ht);" (call_expression "sqlite3HashClear(&ht)" identifier (argument_list "(&ht)" ( (pointer_expression "&ht" & identifier) ))) ;) (if_statement "if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') goto LAB_001a19cf;" if (parenthesized_expression "(*(char *)((long)&(pParse->constraintName).z + 1) != '\0')" ( (binary_expression "*(char *)((long)&(pParse->constraintName).z + 1) != '\0'" (pointer_expression "*(char *)((long)&(pParse->constraintName).z + 1)" * (cast_expression "(char *)((long)&(pParse->constraintName).z + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pParse->constraintName).z + 1)" ( (binary_expression "(long)&(pParse->constraintName).z + 1" (cast_expression "(long)&(pParse->constraintName).z" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pParse->constraintName).z" & (field_expression "(pParse->constraintName).z" (parenthesized_expression "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_001a19cf;" goto statement_identifier ;)) }) (else_clause "else {\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }" else (compound_statement "{\n iVar16 = pEList->nExpr;\n p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);\n iVar6 = 0x7fff;\n if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }\n *pnCol = (i16)iVar6;\n *paCol = p;\n if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }\n }" { (expression_statement "iVar16 = pEList->nExpr;" (assignment_expression "iVar16 = pEList->nExpr" identifier = (field_expression "pEList->nExpr" identifier -> field_identifier)) ;) (expression_statement "p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5);" (assignment_expression "p = (Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5)" identifier = (cast_expression "(Column *)sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5)" ( (type_descriptor "Column *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3DbMallocZero((sqlite3 *)pParse,(long)iVar16 << 5)" identifier (argument_list "((sqlite3 *)pParse,(long)iVar16 << 5)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (binary_expression "(long)iVar16 << 5" (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "iVar6 = 0x7fff;" (assignment_expression "iVar6 = 0x7fff" identifier = number_literal) ;) (if_statement "if (iVar16 < 0x8000) {\n iVar6 = iVar16;\n }" if (parenthesized_expression "(iVar16 < 0x8000)" ( (binary_expression "iVar16 < 0x8000" identifier < number_literal) )) (compound_statement "{\n iVar6 = iVar16;\n }" { (expression_statement "iVar6 = iVar16;" (assignment_expression "iVar6 = iVar16" identifier = identifier) ;) })) (expression_statement "*pnCol = (i16)iVar6;" (assignment_expression "*pnCol = (i16)iVar6" (pointer_expression "*pnCol" * identifier) = (cast_expression "(i16)iVar6" ( (type_descriptor "i16" type_identifier) ) identifier)) ;) (expression_statement "*paCol = p;" (assignment_expression "*paCol = p" (pointer_expression "*paCol" * identifier) = identifier) ;) (if_statement "if ((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')) {\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" if (parenthesized_expression "((0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0'))" ( (binary_expression "(0 < iVar16) && (*(char *)((long)&(pParse->constraintName).z + 1) == '\0')" (parenthesized_expression "(0 < iVar16)" ( (binary_expression "0 < iVar16" number_literal < identifier) )) && (parenthesized_expression "(*(char *)((long)&(pParse->constraintName).z + 1) == '\0')" ( (binary_expression "*(char *)((long)&(pParse->constraintName).z + 1) == '\0'" (pointer_expression "*(char *)((long)&(pParse->constraintName).z + 1)" * (cast_expression "(char *)((long)&(pParse->constraintName).z + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pParse->constraintName).z + 1)" ( (binary_expression "(long)&(pParse->constraintName).z + 1" (cast_expression "(long)&(pParse->constraintName).z" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pParse->constraintName).z" & (field_expression "(pParse->constraintName).z" (parenthesized_expression "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar17 = 0;\n local_a8 = p;\n do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');\n sqlite3HashClear(&ht);\n if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" { (expression_statement "lVar17 = 0;" (assignment_expression "lVar17 = 0" identifier = number_literal) ;) (expression_statement "local_a8 = p;" (assignment_expression "local_a8 = p" identifier = identifier) ;) (do_statement "do {\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n } while (*(char *)((long)&(pParse->constraintName).z + 1) == '\0');" do (compound_statement "{\n iVar16 = (int)lVar17;\n z = pEList->a[lVar17].zName;\n if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }\n pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);\nLAB_001a1755:\n local_94 = iVar16 + 1;\n cnt = 0;\njoined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }\n local_a8->zName = (char *)0x0;\njoined_r0x001a18d5:\n if (iVar6 <= local_94) break;\n local_a8 = local_a8 + 1;\n lVar17 = lVar17 + 1;\n }" { (expression_statement "iVar16 = (int)lVar17;" (assignment_expression "iVar16 = (int)lVar17" identifier = (cast_expression "(int)lVar17" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "z = pEList->a[lVar17].zName;" (assignment_expression "z = pEList->a[lVar17].zName" identifier = (field_expression "pEList->a[lVar17].zName" (subscript_expression "pEList->a[lVar17]" (field_expression "pEList->a" identifier -> field_identifier) [ identifier ]) . field_identifier)) ;) (if_statement "if (z == (char *)0x0) {\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }" if (parenthesized_expression "(z == (char *)0x0)" ( (binary_expression "z == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pEVar11 = pEList->a[lVar17].pExpr;\n do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );\n }" { (expression_statement "pEVar11 = pEList->a[lVar17].pExpr;" (assignment_expression "pEVar11 = pEList->a[lVar17].pExpr" identifier = (field_expression "pEList->a[lVar17].pExpr" (subscript_expression "pEList->a[lVar17]" (field_expression "pEList->a" identifier -> field_identifier) [ identifier ]) . field_identifier)) ;) (do_statement "do {\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n } while( true );" do (compound_statement "{\n if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }\n uVar12 = pEVar11->flags;\njoined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }\n if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }\n pEVar11 = pEVar11->pLeft;\n }" { (if_statement "if (pEVar11 == (Expr *)0x0) {\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }" if (parenthesized_expression "(pEVar11 == (Expr *)0x0)" ( (binary_expression "pEVar11 == (Expr *)0x0" identifier == (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nsqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();\n (*pcVar4)();\n }" { (labeled_statement "sqlite3ColumnsFromExprList_isra_778_cold_938:\n /* WARNING: Does not return */\n pcVar4 = (code *)invalidInstructionException();" statement_identifier : comment (expression_statement "pcVar4 = (code *)invalidInstructionException();" (assignment_expression "pcVar4 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;)) (expression_statement "(*pcVar4)();" (call_expression "(*pcVar4)()" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar12 = pEVar11->flags;" (assignment_expression "uVar12 = pEVar11->flags" identifier = (field_expression "pEVar11->flags" identifier -> field_identifier)) ;) (labeled_statement "joined_r0x001a1917:\n if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }" statement_identifier : (if_statement "if ((uVar12 & 0x1000) == 0) {\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }" if (parenthesized_expression "((uVar12 & 0x1000) == 0)" ( (binary_expression "(uVar12 & 0x1000) == 0" (parenthesized_expression "(uVar12 & 0x1000)" ( (binary_expression "uVar12 & 0x1000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n uVar1 = pEVar11->op;\n while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }\n if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }\n if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }\nLAB_001a196c:\n if (z != (char *)0x0) break;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));\n goto LAB_001a1755;\n }" { (expression_statement "uVar1 = pEVar11->op;" (assignment_expression "uVar1 = pEVar11->op" identifier = (field_expression "pEVar11->op" identifier -> field_identifier)) ;) (while_statement "while (uVar1 == 0x82) {\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }" while (parenthesized_expression "(uVar1 == 0x82)" ( (binary_expression "uVar1 == 0x82" identifier == number_literal) )) (compound_statement "{\n pEVar11 = pEVar11->pRight;\n uVar1 = pEVar11->op;\n }" { (expression_statement "pEVar11 = pEVar11->pRight;" (assignment_expression "pEVar11 = pEVar11->pRight" identifier = (field_expression "pEVar11->pRight" identifier -> field_identifier)) ;) (expression_statement "uVar1 = pEVar11->op;" (assignment_expression "uVar1 = pEVar11->op" identifier = (field_expression "pEVar11->op" identifier -> field_identifier)) ;) })) (if_statement "if (uVar1 == 0x9e) {\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }" if (parenthesized_expression "(uVar1 == 0x9e)" ( (binary_expression "uVar1 == 0x9e" identifier == number_literal) )) (compound_statement "{\n iVar7 = pEVar11->iColumn;\n if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }\n z = "rowid";\n break;\n }" { (expression_statement "iVar7 = pEVar11->iColumn;" (assignment_expression "iVar7 = pEVar11->iColumn" identifier = (field_expression "pEVar11->iColumn" identifier -> field_identifier)) ;) (if_statement "if ((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)) {\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }" if (parenthesized_expression "((-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2))" ( (binary_expression "(-1 < iVar7) ||\n (sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)" (parenthesized_expression "(-1 < iVar7)" ( (binary_expression "-1 < iVar7" number_literal < identifier) )) || (parenthesized_expression "(sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2)" ( (comma_expression "sVar2 = ((pEVar11->y).pTab)->iPKey, iVar7 = (int)sVar2, -1 < sVar2" (assignment_expression "sVar2 = ((pEVar11->y).pTab)->iPKey" identifier = (field_expression "((pEVar11->y).pTab)->iPKey" (parenthesized_expression "((pEVar11->y).pTab)" ( (field_expression "(pEVar11->y).pTab" (parenthesized_expression "(pEVar11->y)" ( (field_expression "pEVar11->y" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) , (comma_expression "iVar7 = (int)sVar2, -1 < sVar2" (assignment_expression "iVar7 = (int)sVar2" identifier = (cast_expression "(int)sVar2" ( (type_descriptor "int" primitive_type) ) identifier)) , (binary_expression "-1 < sVar2" number_literal < identifier))) ))) )) (compound_statement "{\n z = ((pEVar11->y).pTab)->aCol[iVar7].zName;\n goto LAB_001a196c;\n }" { (expression_statement "z = ((pEVar11->y).pTab)->aCol[iVar7].zName;" (assignment_expression "z = ((pEVar11->y).pTab)->aCol[iVar7].zName" identifier = (field_expression "((pEVar11->y).pTab)->aCol[iVar7].zName" (subscript_expression "((pEVar11->y).pTab)->aCol[iVar7]" (field_expression "((pEVar11->y).pTab)->aCol" (parenthesized_expression "((pEVar11->y).pTab)" ( (field_expression "(pEVar11->y).pTab" (parenthesized_expression "(pEVar11->y)" ( (field_expression "pEVar11->y" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) [ identifier ]) . field_identifier)) ;) (goto_statement "goto LAB_001a196c;" goto statement_identifier ;) })) (expression_statement "z = "rowid";" (assignment_expression "z = "rowid"" identifier = (string_literal ""rowid"" " string_content ")) ;) (break_statement "break;" break ;) })) (if_statement "if (uVar1 == ';') {\n z = (pEVar11->u).zToken;\n }\n else {\n z = pEList->a[lVar17].zSpan;\n }" if (parenthesized_expression "(uVar1 == ';')" ( (binary_expression "uVar1 == ';'" identifier == (char_literal "';'" ' character ')) )) (compound_statement "{\n z = (pEVar11->u).zToken;\n }" { (expression_statement "z = (pEVar11->u).zToken;" (assignment_expression "z = (pEVar11->u).zToken" identifier = (field_expression "(pEVar11->u).zToken" (parenthesized_expression "(pEVar11->u)" ( (field_expression "pEVar11->u" identifier -> field_identifier) )) . field_identifier)) ;) }) (else_clause "else {\n z = pEList->a[lVar17].zSpan;\n }" else (compound_statement "{\n z = pEList->a[lVar17].zSpan;\n }" { (expression_statement "z = pEList->a[lVar17].zSpan;" (assignment_expression "z = pEList->a[lVar17].zSpan" identifier = (field_expression "pEList->a[lVar17].zSpan" (subscript_expression "pEList->a[lVar17]" (field_expression "pEList->a" identifier -> field_identifier) [ identifier ]) . field_identifier)) ;) }))) (labeled_statement "LAB_001a196c:\n if (z != (char *)0x0) break;" statement_identifier : (if_statement "if (z != (char *)0x0) break;" if (parenthesized_expression "(z != (char *)0x0)" ( (binary_expression "z != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;))) (expression_statement "pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1));" (assignment_expression "pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1))" identifier = (cast_expression "(byte *)sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1))" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3MPrintf((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1))" identifier (argument_list "((sqlite3 *)pParse,"column%d",(ulong)(iVar16 + 1))" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""column%d"" " string_content ") , (call_expression "(ulong)(iVar16 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar16 + 1)" ( (binary_expression "iVar16 + 1" identifier + number_literal) ))) ))))) ;) (goto_statement "goto LAB_001a1755;" goto statement_identifier ;) }))) (if_statement "if ((uVar12 & 0x40000) != 0) {\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }" if (parenthesized_expression "((uVar12 & 0x40000) != 0)" ( (binary_expression "(uVar12 & 0x40000) != 0" (parenthesized_expression "(uVar12 & 0x40000)" ( (binary_expression "uVar12 & 0x40000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;\n if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;\n goto sqlite3ColumnsFromExprList_isra_778_cold_938;\n }" { (expression_statement "pEVar11 = ((pEVar11->x).pList)->a[0].pExpr;" (assignment_expression "pEVar11 = ((pEVar11->x).pList)->a[0].pExpr" identifier = (field_expression "((pEVar11->x).pList)->a[0].pExpr" (subscript_expression "((pEVar11->x).pList)->a[0]" (field_expression "((pEVar11->x).pList)->a" (parenthesized_expression "((pEVar11->x).pList)" ( (field_expression "(pEVar11->x).pList" (parenthesized_expression "(pEVar11->x)" ( (field_expression "pEVar11->x" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) [ number_literal ]) . field_identifier)) ;) (if_statement "if (pEVar11 != (Expr *)0x0) goto code_r0x001a1932;" if (parenthesized_expression "(pEVar11 != (Expr *)0x0)" ( (binary_expression "pEVar11 != (Expr *)0x0" identifier != (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x001a1932;" goto statement_identifier ;)) (goto_statement "goto sqlite3ColumnsFromExprList_isra_778_cold_938;" goto statement_identifier ;) })) (expression_statement "pEVar11 = pEVar11->pLeft;" (assignment_expression "pEVar11 = pEVar11->pLeft" identifier = (field_expression "pEVar11->pLeft" identifier -> field_identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z);" (assignment_expression "pKey = (byte *)sqlite3DbStrDup((sqlite3 *)pParse,z)" identifier = (cast_expression "(byte *)sqlite3DbStrDup((sqlite3 *)pParse,z)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3DbStrDup((sqlite3 *)pParse,z)" identifier (argument_list "((sqlite3 *)pParse,z)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))))) ;) (labeled_statement "LAB_001a1755:\n local_94 = iVar16 + 1;" statement_identifier : (expression_statement "local_94 = iVar16 + 1;" (assignment_expression "local_94 = iVar16 + 1" identifier = (binary_expression "iVar16 + 1" identifier + number_literal)) ;)) (expression_statement "cnt = 0;" (assignment_expression "cnt = 0" identifier = number_literal) ;) (labeled_statement "joined_r0x001a176f:\n if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }" statement_identifier : (if_statement "if (pKey != (byte *)0x0) {\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }" if (parenthesized_expression "(pKey != (byte *)0x0)" ( (binary_expression "pKey != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );\n }" { (do_statement "do {\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n } while( true );" do (compound_statement "{\n pKey_00 = pKey;\n pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);\n if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }\n sVar9 = strlen((char *)pKey);\n uVar12 = (uint)sVar9 & 0x3fffffff;\n uVar13 = (ulong)uVar12;\n if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }\n cnt = cnt + 1;\n pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);\n if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;\n if (pKey == (byte *)0x0) break;\n }" { (expression_statement "pKey_00 = pKey;" (assignment_expression "pKey_00 = pKey" identifier = identifier) ;) (expression_statement "pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0);" (assignment_expression "pHVar8 = findElementWithHash(&ht,(char *)pKey,(uint *)0x0)" identifier = (call_expression "findElementWithHash(&ht,(char *)pKey,(uint *)0x0)" identifier (argument_list "(&ht,(char *)pKey,(uint *)0x0)" ( (pointer_expression "&ht" & identifier) , (cast_expression "(char *)pKey" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (pHVar8->data == (void *)0x0) {\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }" if (parenthesized_expression "(pHVar8->data == (void *)0x0)" ( (binary_expression "pHVar8->data == (void *)0x0" (field_expression "pHVar8->data" identifier -> field_identifier) == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_a8->zName = (char *)pKey;\n pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);\n if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }\n goto joined_r0x001a18d5;\n }" { (expression_statement "local_a8->zName = (char *)pKey;" (assignment_expression "local_a8->zName = (char *)pKey" (field_expression "local_a8->zName" identifier -> field_identifier) = (cast_expression "(char *)pKey" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8);" (assignment_expression "pCVar10 = (Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8)" identifier = (cast_expression "(Column *)sqlite3HashInsert(&ht,(char *)pKey_00,local_a8)" ( (type_descriptor "Column *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3HashInsert(&ht,(char *)pKey_00,local_a8)" identifier (argument_list "(&ht,(char *)pKey_00,local_a8)" ( (pointer_expression "&ht" & identifier) , (cast_expression "(char *)pKey_00" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))))) ;) (if_statement "if ((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)) {\n sqlite3OomFault((sqlite3 *)pParse);\n }" if (parenthesized_expression "((pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0))" ( (binary_expression "(pCVar10 == local_a8) && (((ulong)(pParse->constraintName).z & 0xffff00) == 0)" (parenthesized_expression "(pCVar10 == local_a8)" ( (binary_expression "pCVar10 == local_a8" identifier == identifier) )) && (parenthesized_expression "(((ulong)(pParse->constraintName).z & 0xffff00) == 0)" ( (binary_expression "((ulong)(pParse->constraintName).z & 0xffff00) == 0" (parenthesized_expression "((ulong)(pParse->constraintName).z & 0xffff00)" ( (binary_expression "(ulong)(pParse->constraintName).z & 0xffff00" (field_expression "(ulong)(pParse->constraintName).z" (call_expression "(ulong)(pParse->constraintName)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) ))) . field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n sqlite3OomFault((sqlite3 *)pParse);\n }" { (expression_statement "sqlite3OomFault((sqlite3 *)pParse);" (call_expression "sqlite3OomFault((sqlite3 *)pParse)" identifier (argument_list "((sqlite3 *)pParse)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (goto_statement "goto joined_r0x001a18d5;" goto statement_identifier ;) })) (expression_statement "sVar9 = strlen((char *)pKey);" (assignment_expression "sVar9 = strlen((char *)pKey)" identifier = (call_expression "strlen((char *)pKey)" identifier (argument_list "((char *)pKey)" ( (cast_expression "(char *)pKey" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar12 = (uint)sVar9 & 0x3fffffff;" (assignment_expression "uVar12 = (uint)sVar9 & 0x3fffffff" identifier = (binary_expression "(uint)sVar9 & 0x3fffffff" (cast_expression "(uint)sVar9" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) (expression_statement "uVar13 = (ulong)uVar12;" (assignment_expression "uVar13 = (ulong)uVar12" identifier = (cast_expression "(ulong)uVar12" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((sVar9 & 0x3fffffff) != 0) {\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }" if (parenthesized_expression "((sVar9 & 0x3fffffff) != 0)" ( (binary_expression "(sVar9 & 0x3fffffff) != 0" (parenthesized_expression "(sVar9 & 0x3fffffff)" ( (binary_expression "sVar9 & 0x3fffffff" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar15 = uVar12 - 1;\n if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }\n if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }\n }" { (expression_statement "uVar15 = uVar12 - 1;" (assignment_expression "uVar15 = uVar12 - 1" identifier = (binary_expression "uVar12 - 1" identifier - number_literal)) ;) (if_statement "if (uVar15 == 0) {\nLAB_001a1819:\n bVar5 = *pKey;\n }\n else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001a1819:\n bVar5 = *pKey;\n }" { (labeled_statement "LAB_001a1819:\n bVar5 = *pKey;" statement_identifier : (expression_statement "bVar5 = *pKey;" (assignment_expression "bVar5 = *pKey" identifier = (pointer_expression "*pKey" * identifier)) ;)) }) (else_clause "else {\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }" else (compound_statement "{\n bVar5 = pKey[(int)uVar15];\n if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }\n }" { (expression_statement "bVar5 = pKey[(int)uVar15];" (assignment_expression "bVar5 = pKey[(int)uVar15]" identifier = (subscript_expression "pKey[(int)uVar15]" identifier [ (cast_expression "(int)uVar15" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if ((""[bVar5] & 4) != 0) {\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }" if (parenthesized_expression "((""[bVar5] & 4) != 0)" ( (binary_expression "(""[bVar5] & 4) != 0" (parenthesized_expression "(""[bVar5] & 4)" ( (binary_expression """[bVar5] & 4" (subscript_expression """[bVar5]" (string_literal """" " ") [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar14 = (long)(int)(uVar12 - 2);\n do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);\n }" { (expression_statement "lVar14 = (long)(int)(uVar12 - 2);" (assignment_expression "lVar14 = (long)(int)(uVar12 - 2)" identifier = (cast_expression "(long)(int)(uVar12 - 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(uVar12 - 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar12 - 2)" ( (binary_expression "uVar12 - 2" identifier - number_literal) ))))) ;) (do_statement "do {\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n } while ((""[bVar5] & 4) != 0);" do (compound_statement "{\n uVar15 = (uint)lVar14;\n if (uVar15 == 0) goto LAB_001a1819;\n bVar5 = pKey[lVar14];\n lVar14 = lVar14 + -1;\n }" { (expression_statement "uVar15 = (uint)lVar14;" (assignment_expression "uVar15 = (uint)lVar14" identifier = (cast_expression "(uint)lVar14" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar15 == 0) goto LAB_001a1819;" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a1819;" goto statement_identifier ;)) (expression_statement "bVar5 = pKey[lVar14];" (assignment_expression "bVar5 = pKey[lVar14]" identifier = (subscript_expression "pKey[lVar14]" identifier [ identifier ])) ;) (expression_statement "lVar14 = lVar14 + -1;" (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ;) }) while (parenthesized_expression "((""[bVar5] & 4) != 0)" ( (binary_expression "(""[bVar5] & 4) != 0" (parenthesized_expression "(""[bVar5] & 4)" ( (binary_expression """[bVar5] & 4" (subscript_expression """[bVar5]" (string_literal """" " ") [ identifier ]) & number_literal) )) != number_literal) )) ;) })) }))) (if_statement "if (bVar5 == 0x3a) {\n uVar13 = (ulong)uVar15;\n }" if (parenthesized_expression "(bVar5 == 0x3a)" ( (binary_expression "bVar5 == 0x3a" identifier == number_literal) )) (compound_statement "{\n uVar13 = (ulong)uVar15;\n }" { (expression_statement "uVar13 = (ulong)uVar15;" (assignment_expression "uVar13 = (ulong)uVar15" identifier = (cast_expression "(ulong)uVar15" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) })) })) (expression_statement "cnt = cnt + 1;" (assignment_expression "cnt = cnt + 1" identifier = (binary_expression "cnt + 1" identifier + number_literal)) ;) (expression_statement "pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey);" (assignment_expression "pKey = (byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey)" identifier = (cast_expression "(byte *)sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3MPrintf((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey)" identifier (argument_list "((sqlite3 *)pParse,"%.*z:%u",uVar13,pKey)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%.*z:%u"" " string_content ") , identifier , identifier ))))) ;) (if_statement "if ((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)) goto code_r0x001a183d;" if (parenthesized_expression "((3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0))" ( (binary_expression "(3 < cnt) && (iVar7 = sqlite3_initialize(), iVar7 == 0)" (parenthesized_expression "(3 < cnt)" ( (binary_expression "3 < cnt" number_literal < identifier) )) && (parenthesized_expression "(iVar7 = sqlite3_initialize(), iVar7 == 0)" ( (comma_expression "iVar7 = sqlite3_initialize(), iVar7 == 0" (assignment_expression "iVar7 = sqlite3_initialize()" identifier = (call_expression "sqlite3_initialize()" identifier (argument_list "()" ( )))) , (binary_expression "iVar7 == 0" identifier == number_literal)) ))) )) (goto_statement "goto code_r0x001a183d;" goto statement_identifier ;)) (if_statement "if (pKey == (byte *)0x0) break;" if (parenthesized_expression "(pKey == (byte *)0x0)" ( (binary_expression "pKey == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (expression_statement "local_a8->zName = (char *)0x0;" (assignment_expression "local_a8->zName = (char *)0x0" (field_expression "local_a8->zName" identifier -> field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "joined_r0x001a18d5:\n if (iVar6 <= local_94) break;" statement_identifier : (if_statement "if (iVar6 <= local_94) break;" if (parenthesized_expression "(iVar6 <= local_94)" ( (binary_expression "iVar6 <= local_94" identifier <= identifier) )) (break_statement "break;" break ;))) (expression_statement "local_a8 = local_a8 + 1;" (assignment_expression "local_a8 = local_a8 + 1" identifier = (binary_expression "local_a8 + 1" identifier + number_literal)) ;) (expression_statement "lVar17 = lVar17 + 1;" (assignment_expression "lVar17 = lVar17 + 1" identifier = (binary_expression "lVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(char *)((long)&(pParse->constraintName).z + 1) == '\0')" ( (binary_expression "*(char *)((long)&(pParse->constraintName).z + 1) == '\0'" (pointer_expression "*(char *)((long)&(pParse->constraintName).z + 1)" * (cast_expression "(char *)((long)&(pParse->constraintName).z + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pParse->constraintName).z + 1)" ( (binary_expression "(long)&(pParse->constraintName).z + 1" (cast_expression "(long)&(pParse->constraintName).z" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pParse->constraintName).z" & (field_expression "(pParse->constraintName).z" (parenthesized_expression "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "sqlite3HashClear(&ht);" (call_expression "sqlite3HashClear(&ht)" identifier (argument_list "(&ht)" ( (pointer_expression "&ht" & identifier) ))) ;) (if_statement "if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }" if (parenthesized_expression "(*(char *)((long)&(pParse->constraintName).z + 1) != '\0')" ( (binary_expression "*(char *)((long)&(pParse->constraintName).z + 1) != '\0'" (pointer_expression "*(char *)((long)&(pParse->constraintName).z + 1)" * (cast_expression "(char *)((long)&(pParse->constraintName).z + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pParse->constraintName).z + 1)" ( (binary_expression "(long)&(pParse->constraintName).z + 1" (cast_expression "(long)&(pParse->constraintName).z" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pParse->constraintName).z" & (field_expression "(pParse->constraintName).z" (parenthesized_expression "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pCVar10 = p;\n do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);\n goto LAB_001a1a3c;\n }" { (expression_statement "pCVar10 = p;" (assignment_expression "pCVar10 = p" identifier = identifier) ;) (do_statement "do {\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n } while (pCVar10 != p + (long)iVar16 + 1);" do (compound_statement "{\n if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }\n pCVar10 = pCVar10 + 1;\n }" { (if_statement "if (pCVar10->zName != (char *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }" if (parenthesized_expression "(pCVar10->zName != (char *)0x0)" ( (binary_expression "pCVar10->zName != (char *)0x0" (field_expression "pCVar10->zName" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);\n }" { (expression_statement "sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName);" (call_expression "sqlite3DbFreeNN((sqlite3 *)pParse,pCVar10->zName)" identifier (argument_list "((sqlite3 *)pParse,pCVar10->zName)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (field_expression "pCVar10->zName" identifier -> field_identifier) ))) ;) })) (expression_statement "pCVar10 = pCVar10 + 1;" (assignment_expression "pCVar10 = pCVar10 + 1" identifier = (binary_expression "pCVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pCVar10 != p + (long)iVar16 + 1)" ( (binary_expression "pCVar10 != p + (long)iVar16 + 1" identifier != (binary_expression "p + (long)iVar16 + 1" (binary_expression "p + (long)iVar16" identifier + (cast_expression "(long)iVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) )) ;) (goto_statement "goto LAB_001a1a3c;" goto statement_identifier ;) })) (goto_statement "goto LAB_001a1886;" goto statement_identifier ;) })) (expression_statement "sqlite3HashClear(&ht);" (call_expression "sqlite3HashClear(&ht)" identifier (argument_list "(&ht)" ( (pointer_expression "&ht" & identifier) ))) ;) (if_statement "if (*(char *)((long)&(pParse->constraintName).z + 1) != '\0') {\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }" if (parenthesized_expression "(*(char *)((long)&(pParse->constraintName).z + 1) != '\0')" ( (binary_expression "*(char *)((long)&(pParse->constraintName).z + 1) != '\0'" (pointer_expression "*(char *)((long)&(pParse->constraintName).z + 1)" * (cast_expression "(char *)((long)&(pParse->constraintName).z + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pParse->constraintName).z + 1)" ( (binary_expression "(long)&(pParse->constraintName).z + 1" (cast_expression "(long)&(pParse->constraintName).z" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pParse->constraintName).z" & (field_expression "(pParse->constraintName).z" (parenthesized_expression "(pParse->constraintName)" ( (field_expression "pParse->constraintName" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }\nLAB_001a19cf:\n *paCol = (Column *)0x0;\n *pnCol = 0;\n iVar16 = 7;\n goto LAB_001a1888;\n }" { (labeled_statement "LAB_001a1a3c:\n if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }" statement_identifier : (if_statement "if (p != (Column *)0x0) {\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }" if (parenthesized_expression "(p != (Column *)0x0)" ( (binary_expression "p != (Column *)0x0" identifier != (cast_expression "(Column *)0x0" ( (type_descriptor "Column *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3DbFreeNN((sqlite3 *)pParse,p);\n }" { (expression_statement "sqlite3DbFreeNN((sqlite3 *)pParse,p);" (call_expression "sqlite3DbFreeNN((sqlite3 *)pParse,p)" identifier (argument_list "((sqlite3 *)pParse,p)" ( (cast_expression "(sqlite3 *)pParse" ( (type_descriptor "sqlite3 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) }))) (labeled_statement "LAB_001a19cf:\n *paCol = (Column *)0x0;" statement_identifier : (expression_statement "*paCol = (Column *)0x0;" (assignment_expression "*paCol = (Column *)0x0" (pointer_expression "*paCol" * identifier) = (cast_expression "(Column *)0x0" ( (type_descriptor "Column *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "*pnCol = 0;" (assignment_expression "*pnCol = 0" (pointer_expression "*pnCol" * identifier) = number_literal) ;) (expression_statement "iVar16 = 7;" (assignment_expression "iVar16 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_001a1888;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001a1886:\n iVar16 = 0;" statement_identifier : (expression_statement "iVar16 = 0;" (assignment_expression "iVar16 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001a1888:\n if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (lVar3 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(lVar3 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar3 != *(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 /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return iVar16;" return identifier ;) (labeled_statement "code_r0x001a1932:\n uVar12 = pEVar11->flags;" statement_identifier : (expression_statement "uVar12 = pEVar11->flags;" (assignment_expression "uVar12 = pEVar11->flags" identifier = (field_expression "pEVar11->flags" identifier -> field_identifier)) ;)) (goto_statement "goto joined_r0x001a1917;" goto statement_identifier ;) (labeled_statement "code_r0x001a183d:\n sqlite3_randomness(4,&cnt);" statement_identifier : (expression_statement "sqlite3_randomness(4,&cnt);" (call_expression "sqlite3_randomness(4,&cnt)" identifier (argument_list "(4,&cnt)" ( number_literal , (pointer_expression "&cnt" & identifier) ))) ;)) (goto_statement "goto joined_r0x001a176f;" goto statement_identifier ;) })))
(translation_unit "undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)\n\n{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}\n\n" (function_definition "undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)\n\n{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" type_identifier (function_declarator "FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" identifier (parameter_list "(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined2 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined8 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "byte *__s;" type_identifier (pointer_declarator "*__s" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "uint uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_a8;" (sized_type_specifier "long" long) (pointer_declarator "*local_a8" * identifier) ;) (declaration "int local_94;" primitive_type identifier ;) (declaration "uint local_5c;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(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) ))))) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_001a19cf;" goto statement_identifier ;)) }) (else_clause "else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" else (compound_statement "{\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" { (expression_statement "iVar14 = *param_2;" (assignment_expression "iVar14 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);" (assignment_expression "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5)" identifier = (cast_expression "(long *)FUN_00138710(param_1,(long)iVar14 << 5)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00138710(param_1,(long)iVar14 << 5)" identifier (argument_list "(param_1,(long)iVar14 << 5)" ( identifier , (binary_expression "(long)iVar14 << 5" (cast_expression "(long)iVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) << number_literal) ))))) ;) (expression_statement "iVar4 = 0x7fff;" (assignment_expression "iVar4 = 0x7fff" identifier = number_literal) ;) (if_statement "if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }" if (parenthesized_expression "(iVar14 < 0x8000)" ( (binary_expression "iVar14 < 0x8000" identifier < number_literal) )) (compound_statement "{\n iVar4 = iVar14;\n }" { (expression_statement "iVar4 = iVar14;" (assignment_expression "iVar4 = iVar14" identifier = identifier) ;) })) (expression_statement "*param_3 = (short)iVar4;" (assignment_expression "*param_3 = (short)iVar4" (pointer_expression "*param_3" * identifier) = (cast_expression "(short)iVar4" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) identifier)) ;) (expression_statement "*param_4 = plVar6;" (assignment_expression "*param_4 = plVar6" (pointer_expression "*param_4" * identifier) = identifier) ;) (if_statement "if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" if (parenthesized_expression "((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0'))" ( (binary_expression "(0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')" (parenthesized_expression "(0 < iVar14)" ( (binary_expression "0 < iVar14" number_literal < identifier) )) && (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" { (expression_statement "lVar15 = 0;" (assignment_expression "lVar15 = 0" identifier = number_literal) ;) (expression_statement "local_a8 = plVar6;" (assignment_expression "local_a8 = plVar6" identifier = identifier) ;) (do_statement "do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');" do (compound_statement "{\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n }" { (expression_statement "iVar14 = (int)lVar15;" (assignment_expression "iVar14 = (int)lVar15" identifier = (cast_expression "(int)lVar15" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 4)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 4)" ( (binary_expression "param_2 + lVar15 * 8 + 4" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) (if_statement "if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" if (parenthesized_expression "(pcVar12 == (char *)0x0)" ( (binary_expression "pcVar12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" { (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 2)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 2)" ( (binary_expression "param_2 + lVar15 * 8 + 2" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) (do_statement "do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );" do (compound_statement "{\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n }" { (if_statement "if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" if (parenthesized_expression "(pcVar12 == (char *)0x0)" ( (binary_expression "pcVar12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" { (labeled_statement "FUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();" statement_identifier : (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;)) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" identifier = (pointer_expression "*(uint *)(pcVar12 + 4)" * (cast_expression "(uint *)(pcVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 4)" ( (binary_expression "pcVar12 + 4" identifier + number_literal) ))))) ;) (labeled_statement "joined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" statement_identifier : (if_statement "if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" if (parenthesized_expression "((uVar11 & 0x1000) == 0)" ( (binary_expression "(uVar11 & 0x1000) == 0" (parenthesized_expression "(uVar11 & 0x1000)" ( (binary_expression "uVar11 & 0x1000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" { (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) (while_statement "while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" while (parenthesized_expression "(cVar1 == -0x7e)" ( (binary_expression "cVar1 == -0x7e" identifier == number_literal) )) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" { (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x18);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x18)" identifier = (pointer_expression "*(char **)(pcVar12 + 0x18)" * (cast_expression "(char **)(pcVar12 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 0x18)" ( (binary_expression "pcVar12 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" identifier = (pointer_expression "*pcVar12" * identifier)) ;) })) (if_statement "if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" if (parenthesized_expression "(cVar1 == -0x62)" ( (binary_expression "cVar1 == -0x62" identifier == number_literal) )) (compound_statement "{\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" { (expression_statement "iVar5 = *(int *)(pcVar12 + 0x30);" (assignment_expression "iVar5 = *(int *)(pcVar12 + 0x30)" identifier = (pointer_expression "*(int *)(pcVar12 + 0x30)" * (cast_expression "(int *)(pcVar12 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x30)" ( (binary_expression "pcVar12 + 0x30" identifier + number_literal) ))))) ;) (if_statement "if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" if (parenthesized_expression "((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5))" ( (binary_expression "(-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" (parenthesized_expression "(-1 < iVar5)" ( (binary_expression "-1 < iVar5" number_literal < identifier) )) || (parenthesized_expression "(iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" ( (comma_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5" (assignment_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" identifier = (cast_expression "(int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" * (cast_expression "(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 0x44)" ( (binary_expression "*(long *)(pcVar12 + 0x48) + 0x44" (pointer_expression "*(long *)(pcVar12 + 0x48)" * (cast_expression "(long *)(pcVar12 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x48)" ( (binary_expression "pcVar12 + 0x48" identifier + number_literal) )))) + number_literal) )))))) , (binary_expression "-1 < iVar5" number_literal < identifier)) ))) )) (compound_statement "{\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" { (expression_statement "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );" (assignment_expression "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" identifier = (pointer_expression "*(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" * (cast_expression "(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" ( (binary_expression "(long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)" (binary_expression "(long)iVar5 * 0x20" (cast_expression "(long)iVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) + (pointer_expression "*(long *)(*(long *)(pcVar12 + 0x48) + 8)" * (cast_expression "(long *)(*(long *)(pcVar12 + 0x48) + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 8)" ( (binary_expression "*(long *)(pcVar12 + 0x48) + 8" (pointer_expression "*(long *)(pcVar12 + 0x48)" * (cast_expression "(long *)(pcVar12 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x48)" ( (binary_expression "pcVar12 + 0x48" identifier + number_literal) )))) + number_literal) ))))) ))))) ;) (goto_statement "goto LAB_001a196c;" goto statement_identifier ;) })) (expression_statement "pcVar12 = "rowid";" (assignment_expression "pcVar12 = "rowid"" identifier = (string_literal ""rowid"" " string_content ")) ;) (break_statement "break;" break ;) })) (if_statement "if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" if (parenthesized_expression "(cVar1 == ';')" ( (binary_expression "cVar1 == ';'" identifier == (char_literal "';'" ' character ')) )) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 8);\n }" { (expression_statement "pcVar12 = *(char **)(pcVar12 + 8);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 8)" identifier = (pointer_expression "*(char **)(pcVar12 + 8)" * (cast_expression "(char **)(pcVar12 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 8)" ( (binary_expression "pcVar12 + 8" identifier + number_literal) ))))) ;) }) (else_clause "else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" else (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" { (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6)" identifier = (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 6)" * (cast_expression "(char **)(param_2 + lVar15 * 8 + 6)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + lVar15 * 8 + 6)" ( (binary_expression "param_2 + lVar15 * 8 + 6" (binary_expression "param_2 + lVar15 * 8" identifier + (binary_expression "lVar15 * 8" identifier * number_literal)) + number_literal) ))))) ;) }))) (labeled_statement "LAB_001a196c:\n if (pcVar12 != (char *)0x0) break;" statement_identifier : (if_statement "if (pcVar12 != (char *)0x0) break;" if (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;))) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" identifier = (cast_expression "(byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0016dca0(param_1,"column%d",iVar14 + 1)" identifier (argument_list "(param_1,"column%d",iVar14 + 1)" ( identifier , (string_literal ""column%d"" " string_content ") , (binary_expression "iVar14 + 1" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_001a1755;" goto statement_identifier ;) }))) (if_statement "if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" if (parenthesized_expression "((uVar11 & 0x40000) != 0)" ( (binary_expression "(uVar11 & 0x40000) != 0" (parenthesized_expression "(uVar11 & 0x40000)" ( (binary_expression "uVar11 & 0x40000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" { (expression_statement "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);" (assignment_expression "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8)" identifier = (pointer_expression "*(char **)(*(long *)(pcVar12 + 0x20) + 8)" * (cast_expression "(char **)(*(long *)(pcVar12 + 0x20) + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(pcVar12 + 0x20) + 8)" ( (binary_expression "*(long *)(pcVar12 + 0x20) + 8" (pointer_expression "*(long *)(pcVar12 + 0x20)" * (cast_expression "(long *)(pcVar12 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 0x20)" ( (binary_expression "pcVar12 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (pcVar12 != (char *)0x0) goto code_r0x001a1932;" if (parenthesized_expression "(pcVar12 != (char *)0x0)" ( (binary_expression "pcVar12 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x001a1932;" goto statement_identifier ;)) (goto_statement "goto FUN_0010e786;" goto statement_identifier ;) })) (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x10);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x10)" identifier = (pointer_expression "*(char **)(pcVar12 + 0x10)" * (cast_expression "(char **)(pcVar12 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar12 + 0x10)" ( (binary_expression "pcVar12 + 0x10" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "__s = (byte *)FUN_00138b60(param_1,pcVar12);" (assignment_expression "__s = (byte *)FUN_00138b60(param_1,pcVar12)" identifier = (cast_expression "(byte *)FUN_00138b60(param_1,pcVar12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00138b60(param_1,pcVar12)" identifier (argument_list "(param_1,pcVar12)" ( identifier , identifier ))))) ;) (labeled_statement "LAB_001a1755:\n local_94 = iVar14 + 1;" statement_identifier : (expression_statement "local_94 = iVar14 + 1;" (assignment_expression "local_94 = iVar14 + 1" identifier = (binary_expression "iVar14 + 1" identifier + number_literal)) ;)) (expression_statement "local_5c = 0;" (assignment_expression "local_5c = 0" identifier = number_literal) ;) (labeled_statement "joined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" statement_identifier : (if_statement "if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" if (parenthesized_expression "(__s != (byte *)0x0)" ( (binary_expression "__s != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" { (do_statement "do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );" do (compound_statement "{\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n }" { (expression_statement "lVar7 = FUN_0012c9f0(&local_58,__s,0);" (assignment_expression "lVar7 = FUN_0012c9f0(&local_58,__s,0)" identifier = (call_expression "FUN_0012c9f0(&local_58,__s,0)" identifier (argument_list "(&local_58,__s,0)" ( (pointer_expression "&local_58" & identifier) , identifier , number_literal )))) ;) (if_statement "if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" if (parenthesized_expression "(*(long *)(lVar7 + 0x10) == 0)" ( (binary_expression "*(long *)(lVar7 + 0x10) == 0" (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" { (expression_statement "*local_a8 = (long)__s;" (assignment_expression "*local_a8 = (long)__s" (pointer_expression "*local_a8" * identifier) = (cast_expression "(long)__s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "plVar9 = (long *)FUN_0013a800(&local_58);" (assignment_expression "plVar9 = (long *)FUN_0013a800(&local_58)" identifier = (cast_expression "(long *)FUN_0013a800(&local_58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0013a800(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))))) ;) (if_statement "if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }" if (parenthesized_expression "((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0))" ( (binary_expression "(plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" (parenthesized_expression "(plVar9 == local_a8)" ( (binary_expression "plVar9 == local_a8" identifier == identifier) )) && (parenthesized_expression "((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x60) & 0xffff00) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x60) & 0xffff00)" ( (binary_expression "*(uint *)(param_1 + 0x60) & 0xffff00" (pointer_expression "*(uint *)(param_1 + 0x60)" * (cast_expression "(uint *)(param_1 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n FUN_00138680(param_1);\n }" { (expression_statement "FUN_00138680(param_1);" (call_expression "FUN_00138680(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (goto_statement "goto joined_r0x001a18d5;" goto statement_identifier ;) })) (expression_statement "sVar8 = strlen((char *)__s);" (assignment_expression "sVar8 = strlen((char *)__s)" identifier = (call_expression "strlen((char *)__s)" identifier (argument_list "((char *)__s)" ( (cast_expression "(char *)__s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar11 = (uint)sVar8 & 0x3fffffff;" (assignment_expression "uVar11 = (uint)sVar8 & 0x3fffffff" identifier = (binary_expression "(uint)sVar8 & 0x3fffffff" (cast_expression "(uint)sVar8" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) (if_statement "if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" if (parenthesized_expression "((sVar8 & 0x3fffffff) != 0)" ( (binary_expression "(sVar8 & 0x3fffffff) != 0" (parenthesized_expression "(sVar8 & 0x3fffffff)" ( (binary_expression "sVar8 & 0x3fffffff" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" { (expression_statement "uVar13 = uVar11 - 1;" (assignment_expression "uVar13 = uVar11 - 1" identifier = (binary_expression "uVar11 - 1" identifier - number_literal)) ;) (if_statement "if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001a1819:\n bVar3 = *__s;\n }" { (labeled_statement "LAB_001a1819:\n bVar3 = *__s;" statement_identifier : (expression_statement "bVar3 = *__s;" (assignment_expression "bVar3 = *__s" identifier = (pointer_expression "*__s" * identifier)) ;)) }) (else_clause "else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" else (compound_statement "{\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" { (expression_statement "bVar3 = __s[(int)uVar13];" (assignment_expression "bVar3 = __s[(int)uVar13]" identifier = (subscript_expression "__s[(int)uVar13]" identifier [ (cast_expression "(int)uVar13" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" if (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" ( (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" ( (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" ( (pointer_expression "&DAT_00220840" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" { (expression_statement "lVar7 = (long)(int)(uVar11 - 2);" (assignment_expression "lVar7 = (long)(int)(uVar11 - 2)" identifier = (cast_expression "(long)(int)(uVar11 - 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)(uVar11 - 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar11 - 2)" ( (binary_expression "uVar11 - 2" identifier - number_literal) ))))) ;) (do_statement "do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);" do (compound_statement "{\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n }" { (expression_statement "uVar13 = (uint)lVar7;" (assignment_expression "uVar13 = (uint)lVar7" identifier = (cast_expression "(uint)lVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar13 == 0) goto LAB_001a1819;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a1819;" goto statement_identifier ;)) (expression_statement "bVar3 = __s[lVar7];" (assignment_expression "bVar3 = __s[lVar7]" identifier = (subscript_expression "__s[lVar7]" identifier [ identifier ])) ;) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ;) }) while (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" ( (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" ( (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" ( (pointer_expression "&DAT_00220840" & identifier) )) [ identifier ]) & number_literal) )) != number_literal) )) ;) })) }))) (if_statement "if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }" if (parenthesized_expression "(bVar3 == 0x3a)" ( (binary_expression "bVar3 == 0x3a" identifier == number_literal) )) (compound_statement "{\n uVar11 = uVar13;\n }" { (expression_statement "uVar11 = uVar13;" (assignment_expression "uVar11 = uVar13" identifier = identifier) ;) })) })) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" identifier = (binary_expression "local_5c + 1" identifier + number_literal)) ;) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" identifier = (cast_expression "(byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" identifier (argument_list "(param_1,"%.*z:%u",uVar11,__s)" ( identifier , (string_literal ""%.*z:%u"" " string_content ") , identifier , identifier ))))) ;) (if_statement "if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;" if (parenthesized_expression "((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0))" ( (binary_expression "(3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)" (parenthesized_expression "(3 < local_5c)" ( (binary_expression "3 < local_5c" number_literal < identifier) )) && (parenthesized_expression "(iVar5 = FUN_0014f200(), iVar5 == 0)" ( (comma_expression "iVar5 = FUN_0014f200(), iVar5 == 0" (assignment_expression "iVar5 = FUN_0014f200()" identifier = (call_expression "FUN_0014f200()" identifier (argument_list "()" ( )))) , (binary_expression "iVar5 == 0" identifier == number_literal)) ))) )) (goto_statement "goto code_r0x001a183d;" goto statement_identifier ;)) (if_statement "if (__s == (byte *)0x0) break;" if (parenthesized_expression "(__s == (byte *)0x0)" ( (binary_expression "__s == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) (expression_statement "*local_a8 = 0;" (assignment_expression "*local_a8 = 0" (pointer_expression "*local_a8" * identifier) = number_literal) ;) (labeled_statement "joined_r0x001a18d5:\n if (iVar4 <= local_94) break;" statement_identifier : (if_statement "if (iVar4 <= local_94) break;" if (parenthesized_expression "(iVar4 <= local_94)" ( (binary_expression "iVar4 <= local_94" identifier <= identifier) )) (break_statement "break;" break ;))) (expression_statement "local_a8 = local_a8 + 4;" (assignment_expression "local_a8 = local_a8 + 4" identifier = (binary_expression "local_a8 + 4" identifier + number_literal)) ;) (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" identifier = (binary_expression "lVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" { (expression_statement "plVar9 = plVar6;" (assignment_expression "plVar9 = plVar6" identifier = identifier) ;) (do_statement "do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);" do (compound_statement "{\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n }" { (if_statement "if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }" if (parenthesized_expression "(*plVar9 != 0)" ( (binary_expression "*plVar9 != 0" (pointer_expression "*plVar9" * identifier) != number_literal) )) (compound_statement "{\n FUN_00136c40(param_1);\n }" { (expression_statement "FUN_00136c40(param_1);" (call_expression "FUN_00136c40(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "plVar9 = plVar9 + 4;" (assignment_expression "plVar9 = plVar9 + 4" identifier = (binary_expression "plVar9 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar9 != plVar6 + (long)iVar14 * 4 + 4)" ( (binary_expression "plVar9 != plVar6 + (long)iVar14 * 4 + 4" identifier != (binary_expression "plVar6 + (long)iVar14 * 4 + 4" (binary_expression "plVar6 + (long)iVar14 * 4" identifier + (binary_expression "(long)iVar14 * 4" (cast_expression "(long)iVar14" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal)) )) ;) (goto_statement "goto LAB_001a1a3c;" goto statement_identifier ;) })) (goto_statement "goto LAB_001a1886;" goto statement_identifier ;) })) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" identifier (argument_list "(&local_58)" ( (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" * (cast_expression "(char *)(param_1 + 0x61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x61)" ( (binary_expression "param_1 + 0x61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" { (labeled_statement "LAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" statement_identifier : (if_statement "if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" if (parenthesized_expression "(plVar6 != (long *)0x0)" ( (binary_expression "plVar6 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00136c40(param_1,plVar6);\n }" { (expression_statement "FUN_00136c40(param_1,plVar6);" (call_expression "FUN_00136c40(param_1,plVar6)" identifier (argument_list "(param_1,plVar6)" ( identifier , identifier ))) ;) }))) (labeled_statement "LAB_001a19cf:\n *param_4 = 0;" statement_identifier : (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;)) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "uVar10 = 7;" (assignment_expression "uVar10 = 7" identifier = number_literal) ;) (goto_statement "goto LAB_001a1888;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001a1886:\n uVar10 = 0;" statement_identifier : (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;)) (labeled_statement "LAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" statement_identifier : (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" if (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 != *(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 \n __stack_chk_fail();\n }" { (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) (return_statement "return uVar10;" return identifier ;) (labeled_statement "code_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);" statement_identifier : (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" identifier = (pointer_expression "*(uint *)(pcVar12 + 4)" * (cast_expression "(uint *)(pcVar12 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar12 + 4)" ( (binary_expression "pcVar12 + 4" identifier + number_literal) ))))) ;)) (goto_statement "goto joined_r0x001a1917;" goto statement_identifier ;) (labeled_statement "code_r0x001a183d:\n FUN_0014f860(4,&local_5c);" statement_identifier : (expression_statement "FUN_0014f860(4,&local_5c);" (call_expression "FUN_0014f860(4,&local_5c)" identifier (argument_list "(4,&local_5c)" ( number_literal , (pointer_expression "&local_5c" & identifier) ))) ;)) (goto_statement "goto joined_r0x001a176f;" goto statement_identifier ;) })))
(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 TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * 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 (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (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 (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (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) )))) != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) << LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier short)) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression IDENT * LIT)) + LIT) ))))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;)) (expression_statement (call_expression (parenthesized_expression ( (pointer_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) ))))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))))) , (binary_expression 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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ))))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (break_statement break ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) (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) ))))) ;) }) (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 (binary_expression IDENT + (binary_expression IDENT * LIT)) + LIT) ))))) ;) }))) (labeled_statement statement_identifier : (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (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 (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (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 (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( BOOL )) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (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 IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == IDENT) )) && (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 ( IDENT ))) ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (cast_expression ( (type_descriptor TYPE) ) IDENT) ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - LIT) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ IDENT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) & LIT) )) != LIT) )) ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_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 *)) ) (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT , IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT == LIT)) ))) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) }) while (parenthesized_expression ( BOOL )) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (break_statement break ;))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) ;) (expression_statement (call_expression IDENT (argument_list ( (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) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) + LIT)) )) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( (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) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (return_statement return IDENT ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression & IDENT) ))) ;)) (goto_statement goto statement_identifier ;) })))
(function_definition "undefined8 FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)\n\n{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" (type_identifier "undefined8") (function_declarator "FUN_001a1660(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" (identifier "FUN_001a1660") (parameter_list "(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined2 *param_3" (type_identifier "undefined2") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined8 *param_4" (type_identifier "undefined8") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n char cVar1;\n code *pcVar2;\n byte bVar3;\n int iVar4;\n int iVar5;\n long *plVar6;\n byte *__s;\n long lVar7;\n size_t sVar8;\n long *plVar9;\n undefined8 uVar10;\n uint uVar11;\n char *pcVar12;\n uint uVar13;\n int iVar14;\n long lVar15;\n long in_FS_OFFSET;\n long *local_a8;\n int local_94;\n uint local_5c;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n long local_40;\n \n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n local_58 = 0;\n local_50 = 0;\n local_48 = 0;\n if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }\nLAB_001a1886:\n uVar10 = 0;\nLAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return uVar10;\ncode_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);\n goto joined_r0x001a1917;\ncode_r0x001a183d:\n FUN_0014f860(4,&local_5c);\n goto joined_r0x001a176f;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "long *plVar6;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar6" (* "*") (identifier "plVar6")) (; ";")) (declaration "byte *__s;" (type_identifier "byte") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "size_t sVar8;" (primitive_type "size_t") (identifier "sVar8") (; ";")) (declaration "long *plVar9;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar9" (* "*") (identifier "plVar9")) (; ";")) (declaration "undefined8 uVar10;" (type_identifier "undefined8") (identifier "uVar10") (; ";")) (declaration "uint uVar11;" (type_identifier "uint") (identifier "uVar11") (; ";")) (declaration "char *pcVar12;" (primitive_type "char") (pointer_declarator "*pcVar12" (* "*") (identifier "pcVar12")) (; ";")) (declaration "uint uVar13;" (type_identifier "uint") (identifier "uVar13") (; ";")) (declaration "int iVar14;" (primitive_type "int") (identifier "iVar14") (; ";")) (declaration "long lVar15;" (sized_type_specifier "long" (long "long")) (identifier "lVar15") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "long *local_a8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_a8" (* "*") (identifier "local_a8")) (; ";")) (declaration "int local_94;" (primitive_type "int") (identifier "local_94") (; ";")) (declaration "uint local_5c;" (type_identifier "uint") (identifier "local_5c") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_50;" (type_identifier "undefined8") (identifier "local_50") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_2 == (int *)0x0) {\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }\n else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" (if "if") (parenthesized_expression "(param_2 == (int *)0x0)" (( "(") (binary_expression "param_2 == (int *)0x0" (identifier "param_2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;\n }" ({ "{") (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" (identifier "FUN_00137820") (argument_list "(&local_58)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf;" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" (* "*") (cast_expression "(char *)(param_1 + 0x61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x61)" (( "(") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_001a19cf;" (goto "goto") (statement_identifier "LAB_001a19cf") (; ";"))) (} "}")) (else_clause "else {\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" (else "else") (compound_statement "{\n iVar14 = *param_2;\n plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);\n iVar4 = 0x7fff;\n if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }\n *param_3 = (short)iVar4;\n *param_4 = plVar6;\n if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }\n }" ({ "{") (expression_statement "iVar14 = *param_2;" (assignment_expression "iVar14 = *param_2" (identifier "iVar14") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5);" (assignment_expression "plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5)" (identifier "plVar6") (= "=") (cast_expression "(long *)FUN_00138710(param_1,(long)iVar14 << 5)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00138710(param_1,(long)iVar14 << 5)" (identifier "FUN_00138710") (argument_list "(param_1,(long)iVar14 << 5)" (( "(") (identifier "param_1") (, ",") (binary_expression "(long)iVar14 << 5" (cast_expression "(long)iVar14" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar14")) (<< "<<") (number_literal "5")) () ")"))))) (; ";")) (expression_statement "iVar4 = 0x7fff;" (assignment_expression "iVar4 = 0x7fff" (identifier "iVar4") (= "=") (number_literal "0x7fff")) (; ";")) (if_statement "if (iVar14 < 0x8000) {\n iVar4 = iVar14;\n }" (if "if") (parenthesized_expression "(iVar14 < 0x8000)" (( "(") (binary_expression "iVar14 < 0x8000" (identifier "iVar14") (< "<") (number_literal "0x8000")) () ")")) (compound_statement "{\n iVar4 = iVar14;\n }" ({ "{") (expression_statement "iVar4 = iVar14;" (assignment_expression "iVar4 = iVar14" (identifier "iVar4") (= "=") (identifier "iVar14")) (; ";")) (} "}"))) (expression_statement "*param_3 = (short)iVar4;" (assignment_expression "*param_3 = (short)iVar4" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (cast_expression "(short)iVar4" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (identifier "iVar4"))) (; ";")) (expression_statement "*param_4 = plVar6;" (assignment_expression "*param_4 = plVar6" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (identifier "plVar6")) (; ";")) (if_statement "if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) {\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" (if "if") (parenthesized_expression "((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0'))" (( "(") (binary_expression "(0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')" (parenthesized_expression "(0 < iVar14)" (( "(") (binary_expression "0 < iVar14" (number_literal "0") (< "<") (identifier "iVar14")) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" (* "*") (cast_expression "(char *)(param_1 + 0x61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x61)" (( "(") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n lVar15 = 0;\n local_a8 = plVar6;\n do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');\n FUN_00137820(&local_58);\n if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }\n goto LAB_001a1886;\n }" ({ "{") (expression_statement "lVar15 = 0;" (assignment_expression "lVar15 = 0" (identifier "lVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_a8 = plVar6;" (assignment_expression "local_a8 = plVar6" (identifier "local_a8") (= "=") (identifier "plVar6")) (; ";")) (do_statement "do {\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n } while (*(char *)(param_1 + 0x61) == '\0');" (do "do") (compound_statement "{\n iVar14 = (int)lVar15;\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);\n if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }\n __s = (byte *)FUN_00138b60(param_1,pcVar12);\nLAB_001a1755:\n local_94 = iVar14 + 1;\n local_5c = 0;\njoined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }\n *local_a8 = 0;\njoined_r0x001a18d5:\n if (iVar4 <= local_94) break;\n local_a8 = local_a8 + 4;\n lVar15 = lVar15 + 1;\n }" ({ "{") (expression_statement "iVar14 = (int)lVar15;" (assignment_expression "iVar14 = (int)lVar15" (identifier "iVar14") (= "=") (cast_expression "(int)lVar15" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar15"))) (; ";")) (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 4)" (* "*") (cast_expression "(char **)(param_2 + lVar15 * 8 + 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + lVar15 * 8 + 4)" (( "(") (binary_expression "param_2 + lVar15 * 8 + 4" (binary_expression "param_2 + lVar15 * 8" (identifier "param_2") (+ "+") (binary_expression "lVar15 * 8" (identifier "lVar15") (* "*") (number_literal "8"))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (pcVar12 == (char *)0x0) {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" (if "if") (parenthesized_expression "(pcVar12 == (char *)0x0)" (( "(") (binary_expression "pcVar12 == (char *)0x0" (identifier "pcVar12") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);\n do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );\n }" ({ "{") (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 2)" (* "*") (cast_expression "(char **)(param_2 + lVar15 * 8 + 2)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + lVar15 * 8 + 2)" (( "(") (binary_expression "param_2 + lVar15 * 8 + 2" (binary_expression "param_2 + lVar15 * 8" (identifier "param_2") (+ "+") (binary_expression "lVar15 * 8" (identifier "lVar15") (* "*") (number_literal "8"))) (+ "+") (number_literal "2")) () ")"))))) (; ";")) (do_statement "do {\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n } while( true );" (do "do") (compound_statement "{\n if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar11 = *(uint *)(pcVar12 + 4);\njoined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }\n if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }\n pcVar12 = *(char **)(pcVar12 + 0x10);\n }" ({ "{") (if_statement "if (pcVar12 == (char *)0x0) {\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" (if "if") (parenthesized_expression "(pcVar12 == (char *)0x0)" (( "(") (binary_expression "pcVar12 == (char *)0x0" (identifier "pcVar12") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nFUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" ({ "{") (labeled_statement "FUN_0010e786:\n \n pcVar2 = (code *)invalidInstructionException();" (statement_identifier "FUN_0010e786") (: ":") (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" (identifier "pcVar2") (= "=") (cast_expression "(code *)invalidInstructionException()" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "invalidInstructionException()" (identifier "invalidInstructionException") (argument_list "()" (( "(") () ")"))))) (; ";"))) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" (identifier "uVar11") (= "=") (pointer_expression "*(uint *)(pcVar12 + 4)" (* "*") (cast_expression "(uint *)(pcVar12 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 4)" (( "(") (binary_expression "pcVar12 + 4" (identifier "pcVar12") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (labeled_statement "joined_r0x001a1917:\n if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" (statement_identifier "joined_r0x001a1917") (: ":") (if_statement "if ((uVar11 & 0x1000) == 0) {\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" (if "if") (parenthesized_expression "((uVar11 & 0x1000) == 0)" (( "(") (binary_expression "(uVar11 & 0x1000) == 0" (parenthesized_expression "(uVar11 & 0x1000)" (( "(") (binary_expression "uVar11 & 0x1000" (identifier "uVar11") (& "&") (number_literal "0x1000")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n cVar1 = *pcVar12;\n while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }\n if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }\n if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }\nLAB_001a196c:\n if (pcVar12 != (char *)0x0) break;\n __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);\n goto LAB_001a1755;\n }" ({ "{") (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" (identifier "cVar1") (= "=") (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12"))) (; ";")) (while_statement "while (cVar1 == -0x7e) {\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" (while "while") (parenthesized_expression "(cVar1 == -0x7e)" (( "(") (binary_expression "cVar1 == -0x7e" (identifier "cVar1") (== "==") (number_literal "-0x7e")) () ")")) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 0x18);\n cVar1 = *pcVar12;\n }" ({ "{") (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x18);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x18)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(pcVar12 + 0x18)" (* "*") (cast_expression "(char **)(pcVar12 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pcVar12 + 0x18)" (( "(") (binary_expression "pcVar12 + 0x18" (identifier "pcVar12") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "cVar1 = *pcVar12;" (assignment_expression "cVar1 = *pcVar12" (identifier "cVar1") (= "=") (pointer_expression "*pcVar12" (* "*") (identifier "pcVar12"))) (; ";")) (} "}"))) (if_statement "if (cVar1 == -0x62) {\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" (if "if") (parenthesized_expression "(cVar1 == -0x62)" (( "(") (binary_expression "cVar1 == -0x62" (identifier "cVar1") (== "==") (number_literal "-0x62")) () ")")) (compound_statement "{\n iVar5 = *(int *)(pcVar12 + 0x30);\n if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }\n pcVar12 = "rowid";\n break;\n }" ({ "{") (expression_statement "iVar5 = *(int *)(pcVar12 + 0x30);" (assignment_expression "iVar5 = *(int *)(pcVar12 + 0x30)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(pcVar12 + 0x30)" (* "*") (cast_expression "(int *)(pcVar12 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 0x30)" (( "(") (binary_expression "pcVar12 + 0x30" (identifier "pcVar12") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (if_statement "if ((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) {\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" (if "if") (parenthesized_expression "((-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5))" (( "(") (binary_expression "(-1 < iVar5) ||\n (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" (parenthesized_expression "(-1 < iVar5)" (( "(") (binary_expression "-1 < iVar5" (number_literal "-1") (< "<") (identifier "iVar5")) () ")")) (|| "||") (parenthesized_expression "(iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)" (( "(") (comma_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5" (assignment_expression "iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" (identifier "iVar5") (= "=") (cast_expression "(int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" (* "*") (cast_expression "(short *)(*(long *)(pcVar12 + 0x48) + 0x44)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 0x44)" (( "(") (binary_expression "*(long *)(pcVar12 + 0x48) + 0x44" (pointer_expression "*(long *)(pcVar12 + 0x48)" (* "*") (cast_expression "(long *)(pcVar12 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 0x48)" (( "(") (binary_expression "pcVar12 + 0x48" (identifier "pcVar12") (+ "+") (number_literal "0x48")) () ")")))) (+ "+") (number_literal "0x44")) () ")")))))) (, ",") (binary_expression "-1 < iVar5" (number_literal "-1") (< "<") (identifier "iVar5"))) () ")"))) () ")")) (compound_statement "{\n pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );\n goto LAB_001a196c;\n }" ({ "{") (expression_statement "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n );" (assignment_expression "pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" (* "*") (cast_expression "(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)\n )" (( "(") (binary_expression "(long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8)" (binary_expression "(long)iVar5 * 0x20" (cast_expression "(long)iVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar5")) (* "*") (number_literal "0x20")) (+ "+") (pointer_expression "*(long *)(*(long *)(pcVar12 + 0x48) + 8)" (* "*") (cast_expression "(long *)(*(long *)(pcVar12 + 0x48) + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(pcVar12 + 0x48) + 8)" (( "(") (binary_expression "*(long *)(pcVar12 + 0x48) + 8" (pointer_expression "*(long *)(pcVar12 + 0x48)" (* "*") (cast_expression "(long *)(pcVar12 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 0x48)" (( "(") (binary_expression "pcVar12 + 0x48" (identifier "pcVar12") (+ "+") (number_literal "0x48")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) () ")"))))) (; ";")) (goto_statement "goto LAB_001a196c;" (goto "goto") (statement_identifier "LAB_001a196c") (; ";")) (} "}"))) (expression_statement "pcVar12 = "rowid";" (assignment_expression "pcVar12 = "rowid"" (identifier "pcVar12") (= "=") (string_literal ""rowid"" (" """) (string_content "rowid") (" """))) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (if_statement "if (cVar1 == ';') {\n pcVar12 = *(char **)(pcVar12 + 8);\n }\n else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" (if "if") (parenthesized_expression "(cVar1 == ';')" (( "(") (binary_expression "cVar1 == ';'" (identifier "cVar1") (== "==") (char_literal "';'" (' "'") (character ";") (' "'"))) () ")")) (compound_statement "{\n pcVar12 = *(char **)(pcVar12 + 8);\n }" ({ "{") (expression_statement "pcVar12 = *(char **)(pcVar12 + 8);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 8)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(pcVar12 + 8)" (* "*") (cast_expression "(char **)(pcVar12 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pcVar12 + 8)" (( "(") (binary_expression "pcVar12 + 8" (identifier "pcVar12") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" (else "else") (compound_statement "{\n pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);\n }" ({ "{") (expression_statement "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6);" (assignment_expression "pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(param_2 + lVar15 * 8 + 6)" (* "*") (cast_expression "(char **)(param_2 + lVar15 * 8 + 6)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + lVar15 * 8 + 6)" (( "(") (binary_expression "param_2 + lVar15 * 8 + 6" (binary_expression "param_2 + lVar15 * 8" (identifier "param_2") (+ "+") (binary_expression "lVar15 * 8" (identifier "lVar15") (* "*") (number_literal "8"))) (+ "+") (number_literal "6")) () ")"))))) (; ";")) (} "}")))) (labeled_statement "LAB_001a196c:\n if (pcVar12 != (char *)0x0) break;" (statement_identifier "LAB_001a196c") (: ":") (if_statement "if (pcVar12 != (char *)0x0) break;" (if "if") (parenthesized_expression "(pcVar12 != (char *)0x0)" (( "(") (binary_expression "pcVar12 != (char *)0x0" (identifier "pcVar12") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";")))) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" (identifier "__s") (= "=") (cast_expression "(byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0016dca0(param_1,"column%d",iVar14 + 1)" (identifier "FUN_0016dca0") (argument_list "(param_1,"column%d",iVar14 + 1)" (( "(") (identifier "param_1") (, ",") (string_literal ""column%d"" (" """) (string_content "column%d") (" """)) (, ",") (binary_expression "iVar14 + 1" (identifier "iVar14") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (goto_statement "goto LAB_001a1755;" (goto "goto") (statement_identifier "LAB_001a1755") (; ";")) (} "}")))) (if_statement "if ((uVar11 & 0x40000) != 0) {\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" (if "if") (parenthesized_expression "((uVar11 & 0x40000) != 0)" (( "(") (binary_expression "(uVar11 & 0x40000) != 0" (parenthesized_expression "(uVar11 & 0x40000)" (( "(") (binary_expression "uVar11 & 0x40000" (identifier "uVar11") (& "&") (number_literal "0x40000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);\n if (pcVar12 != (char *)0x0) goto code_r0x001a1932;\n goto FUN_0010e786;\n }" ({ "{") (expression_statement "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8);" (assignment_expression "pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(*(long *)(pcVar12 + 0x20) + 8)" (* "*") (cast_expression "(char **)(*(long *)(pcVar12 + 0x20) + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(pcVar12 + 0x20) + 8)" (( "(") (binary_expression "*(long *)(pcVar12 + 0x20) + 8" (pointer_expression "*(long *)(pcVar12 + 0x20)" (* "*") (cast_expression "(long *)(pcVar12 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 0x20)" (( "(") (binary_expression "pcVar12 + 0x20" (identifier "pcVar12") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (pcVar12 != (char *)0x0) goto code_r0x001a1932;" (if "if") (parenthesized_expression "(pcVar12 != (char *)0x0)" (( "(") (binary_expression "pcVar12 != (char *)0x0" (identifier "pcVar12") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto code_r0x001a1932;" (goto "goto") (statement_identifier "code_r0x001a1932") (; ";"))) (goto_statement "goto FUN_0010e786;" (goto "goto") (statement_identifier "FUN_0010e786") (; ";")) (} "}"))) (expression_statement "pcVar12 = *(char **)(pcVar12 + 0x10);" (assignment_expression "pcVar12 = *(char **)(pcVar12 + 0x10)" (identifier "pcVar12") (= "=") (pointer_expression "*(char **)(pcVar12 + 0x10)" (* "*") (cast_expression "(char **)(pcVar12 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(pcVar12 + 0x10)" (( "(") (binary_expression "pcVar12 + 0x10" (identifier "pcVar12") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (expression_statement "__s = (byte *)FUN_00138b60(param_1,pcVar12);" (assignment_expression "__s = (byte *)FUN_00138b60(param_1,pcVar12)" (identifier "__s") (= "=") (cast_expression "(byte *)FUN_00138b60(param_1,pcVar12)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00138b60(param_1,pcVar12)" (identifier "FUN_00138b60") (argument_list "(param_1,pcVar12)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar12") () ")"))))) (; ";")) (labeled_statement "LAB_001a1755:\n local_94 = iVar14 + 1;" (statement_identifier "LAB_001a1755") (: ":") (expression_statement "local_94 = iVar14 + 1;" (assignment_expression "local_94 = iVar14 + 1" (identifier "local_94") (= "=") (binary_expression "iVar14 + 1" (identifier "iVar14") (+ "+") (number_literal "1"))) (; ";"))) (expression_statement "local_5c = 0;" (assignment_expression "local_5c = 0" (identifier "local_5c") (= "=") (number_literal "0")) (; ";")) (labeled_statement "joined_r0x001a176f:\n if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" (statement_identifier "joined_r0x001a176f") (: ":") (if_statement "if (__s != (byte *)0x0) {\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" (if "if") (parenthesized_expression "(__s != (byte *)0x0)" (( "(") (binary_expression "__s != (byte *)0x0" (identifier "__s") (!= "!=") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );\n }" ({ "{") (do_statement "do {\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n } while( true );" (do "do") (compound_statement "{\n lVar7 = FUN_0012c9f0(&local_58,__s,0);\n if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }\n sVar8 = strlen((char *)__s);\n uVar11 = (uint)sVar8 & 0x3fffffff;\n if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }\n local_5c = local_5c + 1;\n __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);\n if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;\n if (__s == (byte *)0x0) break;\n }" ({ "{") (expression_statement "lVar7 = FUN_0012c9f0(&local_58,__s,0);" (assignment_expression "lVar7 = FUN_0012c9f0(&local_58,__s,0)" (identifier "lVar7") (= "=") (call_expression "FUN_0012c9f0(&local_58,__s,0)" (identifier "FUN_0012c9f0") (argument_list "(&local_58,__s,0)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) (, ",") (identifier "__s") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (*(long *)(lVar7 + 0x10) == 0) {\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" (if "if") (parenthesized_expression "(*(long *)(lVar7 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(lVar7 + 0x10) == 0" (pointer_expression "*(long *)(lVar7 + 0x10)" (* "*") (cast_expression "(long *)(lVar7 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x10)" (( "(") (binary_expression "lVar7 + 0x10" (identifier "lVar7") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *local_a8 = (long)__s;\n plVar9 = (long *)FUN_0013a800(&local_58);\n if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }\n goto joined_r0x001a18d5;\n }" ({ "{") (expression_statement "*local_a8 = (long)__s;" (assignment_expression "*local_a8 = (long)__s" (pointer_expression "*local_a8" (* "*") (identifier "local_a8")) (= "=") (cast_expression "(long)__s" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__s"))) (; ";")) (expression_statement "plVar9 = (long *)FUN_0013a800(&local_58);" (assignment_expression "plVar9 = (long *)FUN_0013a800(&local_58)" (identifier "plVar9") (= "=") (cast_expression "(long *)FUN_0013a800(&local_58)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0013a800(&local_58)" (identifier "FUN_0013a800") (argument_list "(&local_58)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))))) (; ";")) (if_statement "if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) {\n FUN_00138680(param_1);\n }" (if "if") (parenthesized_expression "((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0))" (( "(") (binary_expression "(plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" (parenthesized_expression "(plVar9 == local_a8)" (( "(") (binary_expression "plVar9 == local_a8" (identifier "plVar9") (== "==") (identifier "local_a8")) () ")")) (&& "&&") (parenthesized_expression "((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)" (( "(") (binary_expression "(*(uint *)(param_1 + 0x60) & 0xffff00) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x60) & 0xffff00)" (( "(") (binary_expression "*(uint *)(param_1 + 0x60) & 0xffff00" (pointer_expression "*(uint *)(param_1 + 0x60)" (* "*") (cast_expression "(uint *)(param_1 + 0x60)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (& "&") (number_literal "0xffff00")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_00138680(param_1);\n }" ({ "{") (expression_statement "FUN_00138680(param_1);" (call_expression "FUN_00138680(param_1)" (identifier "FUN_00138680") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (goto_statement "goto joined_r0x001a18d5;" (goto "goto") (statement_identifier "joined_r0x001a18d5") (; ";")) (} "}"))) (expression_statement "sVar8 = strlen((char *)__s);" (assignment_expression "sVar8 = strlen((char *)__s)" (identifier "sVar8") (= "=") (call_expression "strlen((char *)__s)" (identifier "strlen") (argument_list "((char *)__s)" (( "(") (cast_expression "(char *)__s" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__s")) () ")")))) (; ";")) (expression_statement "uVar11 = (uint)sVar8 & 0x3fffffff;" (assignment_expression "uVar11 = (uint)sVar8 & 0x3fffffff" (identifier "uVar11") (= "=") (binary_expression "(uint)sVar8 & 0x3fffffff" (cast_expression "(uint)sVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "sVar8")) (& "&") (number_literal "0x3fffffff"))) (; ";")) (if_statement "if ((sVar8 & 0x3fffffff) != 0) {\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" (if "if") (parenthesized_expression "((sVar8 & 0x3fffffff) != 0)" (( "(") (binary_expression "(sVar8 & 0x3fffffff) != 0" (parenthesized_expression "(sVar8 & 0x3fffffff)" (( "(") (binary_expression "sVar8 & 0x3fffffff" (identifier "sVar8") (& "&") (number_literal "0x3fffffff")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = uVar11 - 1;\n if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }\n if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }\n }" ({ "{") (expression_statement "uVar13 = uVar11 - 1;" (assignment_expression "uVar13 = uVar11 - 1" (identifier "uVar13") (= "=") (binary_expression "uVar11 - 1" (identifier "uVar11") (- "-") (number_literal "1"))) (; ";")) (if_statement "if (uVar13 == 0) {\nLAB_001a1819:\n bVar3 = *__s;\n }\n else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" (if "if") (parenthesized_expression "(uVar13 == 0)" (( "(") (binary_expression "uVar13 == 0" (identifier "uVar13") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001a1819:\n bVar3 = *__s;\n }" ({ "{") (labeled_statement "LAB_001a1819:\n bVar3 = *__s;" (statement_identifier "LAB_001a1819") (: ":") (expression_statement "bVar3 = *__s;" (assignment_expression "bVar3 = *__s" (identifier "bVar3") (= "=") (pointer_expression "*__s" (* "*") (identifier "__s"))) (; ";"))) (} "}")) (else_clause "else {\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" (else "else") (compound_statement "{\n bVar3 = __s[(int)uVar13];\n if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }\n }" ({ "{") (expression_statement "bVar3 = __s[(int)uVar13];" (assignment_expression "bVar3 = __s[(int)uVar13]" (identifier "bVar3") (= "=") (subscript_expression "__s[(int)uVar13]" (identifier "__s") ([ "[") (cast_expression "(int)uVar13" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar13")) (] "]"))) (; ";")) (if_statement "if (((&DAT_00220840)[bVar3] & 4) != 0) {\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" (if "if") (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" (( "(") (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" (( "(") (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" (( "(") (pointer_expression "&DAT_00220840" (& "&") (identifier "DAT_00220840")) () ")")) ([ "[") (identifier "bVar3") (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar7 = (long)(int)(uVar11 - 2);\n do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);\n }" ({ "{") (expression_statement "lVar7 = (long)(int)(uVar11 - 2);" (assignment_expression "lVar7 = (long)(int)(uVar11 - 2)" (identifier "lVar7") (= "=") (cast_expression "(long)(int)(uVar11 - 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)(uVar11 - 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar11 - 2)" (( "(") (binary_expression "uVar11 - 2" (identifier "uVar11") (- "-") (number_literal "2")) () ")"))))) (; ";")) (do_statement "do {\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n } while (((&DAT_00220840)[bVar3] & 4) != 0);" (do "do") (compound_statement "{\n uVar13 = (uint)lVar7;\n if (uVar13 == 0) goto LAB_001a1819;\n bVar3 = __s[lVar7];\n lVar7 = lVar7 + -1;\n }" ({ "{") (expression_statement "uVar13 = (uint)lVar7;" (assignment_expression "uVar13 = (uint)lVar7" (identifier "uVar13") (= "=") (cast_expression "(uint)lVar7" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar7"))) (; ";")) (if_statement "if (uVar13 == 0) goto LAB_001a1819;" (if "if") (parenthesized_expression "(uVar13 == 0)" (( "(") (binary_expression "uVar13 == 0" (identifier "uVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001a1819;" (goto "goto") (statement_identifier "LAB_001a1819") (; ";"))) (expression_statement "bVar3 = __s[lVar7];" (assignment_expression "bVar3 = __s[lVar7]" (identifier "bVar3") (= "=") (subscript_expression "__s[lVar7]" (identifier "__s") ([ "[") (identifier "lVar7") (] "]"))) (; ";")) (expression_statement "lVar7 = lVar7 + -1;" (assignment_expression "lVar7 = lVar7 + -1" (identifier "lVar7") (= "=") (binary_expression "lVar7 + -1" (identifier "lVar7") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(((&DAT_00220840)[bVar3] & 4) != 0)" (( "(") (binary_expression "((&DAT_00220840)[bVar3] & 4) != 0" (parenthesized_expression "((&DAT_00220840)[bVar3] & 4)" (( "(") (binary_expression "(&DAT_00220840)[bVar3] & 4" (subscript_expression "(&DAT_00220840)[bVar3]" (parenthesized_expression "(&DAT_00220840)" (( "(") (pointer_expression "&DAT_00220840" (& "&") (identifier "DAT_00220840")) () ")")) ([ "[") (identifier "bVar3") (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}"))) (} "}")))) (if_statement "if (bVar3 == 0x3a) {\n uVar11 = uVar13;\n }" (if "if") (parenthesized_expression "(bVar3 == 0x3a)" (( "(") (binary_expression "bVar3 == 0x3a" (identifier "bVar3") (== "==") (number_literal "0x3a")) () ")")) (compound_statement "{\n uVar11 = uVar13;\n }" ({ "{") (expression_statement "uVar11 = uVar13;" (assignment_expression "uVar11 = uVar13" (identifier "uVar11") (= "=") (identifier "uVar13")) (; ";")) (} "}"))) (} "}"))) (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"))) (; ";")) (expression_statement "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s);" (assignment_expression "__s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" (identifier "__s") (= "=") (cast_expression "(byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s)" (identifier "FUN_0016dca0") (argument_list "(param_1,"%.*z:%u",uVar11,__s)" (( "(") (identifier "param_1") (, ",") (string_literal ""%.*z:%u"" (" """) (string_content "%.*z:%u") (" """)) (, ",") (identifier "uVar11") (, ",") (identifier "__s") () ")"))))) (; ";")) (if_statement "if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d;" (if "if") (parenthesized_expression "((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0))" (( "(") (binary_expression "(3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)" (parenthesized_expression "(3 < local_5c)" (( "(") (binary_expression "3 < local_5c" (number_literal "3") (< "<") (identifier "local_5c")) () ")")) (&& "&&") (parenthesized_expression "(iVar5 = FUN_0014f200(), iVar5 == 0)" (( "(") (comma_expression "iVar5 = FUN_0014f200(), iVar5 == 0" (assignment_expression "iVar5 = FUN_0014f200()" (identifier "iVar5") (= "=") (call_expression "FUN_0014f200()" (identifier "FUN_0014f200") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0"))) () ")"))) () ")")) (goto_statement "goto code_r0x001a183d;" (goto "goto") (statement_identifier "code_r0x001a183d") (; ";"))) (if_statement "if (__s == (byte *)0x0) break;" (if "if") (parenthesized_expression "(__s == (byte *)0x0)" (( "(") (binary_expression "__s == (byte *)0x0" (identifier "__s") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))) (expression_statement "*local_a8 = 0;" (assignment_expression "*local_a8 = 0" (pointer_expression "*local_a8" (* "*") (identifier "local_a8")) (= "=") (number_literal "0")) (; ";")) (labeled_statement "joined_r0x001a18d5:\n if (iVar4 <= local_94) break;" (statement_identifier "joined_r0x001a18d5") (: ":") (if_statement "if (iVar4 <= local_94) break;" (if "if") (parenthesized_expression "(iVar4 <= local_94)" (( "(") (binary_expression "iVar4 <= local_94" (identifier "iVar4") (<= "<=") (identifier "local_94")) () ")")) (break_statement "break;" (break "break") (; ";")))) (expression_statement "local_a8 = local_a8 + 4;" (assignment_expression "local_a8 = local_a8 + 4" (identifier "local_a8") (= "=") (binary_expression "local_a8 + 4" (identifier "local_a8") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "lVar15 = lVar15 + 1;" (assignment_expression "lVar15 = lVar15 + 1" (identifier "lVar15") (= "=") (binary_expression "lVar15 + 1" (identifier "lVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(char *)(param_1 + 0x61) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x61) == '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" (* "*") (cast_expression "(char *)(param_1 + 0x61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x61)" (( "(") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" (identifier "FUN_00137820") (argument_list "(&local_58)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" (* "*") (cast_expression "(char *)(param_1 + 0x61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x61)" (( "(") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n plVar9 = plVar6;\n do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);\n goto LAB_001a1a3c;\n }" ({ "{") (expression_statement "plVar9 = plVar6;" (assignment_expression "plVar9 = plVar6" (identifier "plVar9") (= "=") (identifier "plVar6")) (; ";")) (do_statement "do {\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4);" (do "do") (compound_statement "{\n if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }\n plVar9 = plVar9 + 4;\n }" ({ "{") (if_statement "if (*plVar9 != 0) {\n FUN_00136c40(param_1);\n }" (if "if") (parenthesized_expression "(*plVar9 != 0)" (( "(") (binary_expression "*plVar9 != 0" (pointer_expression "*plVar9" (* "*") (identifier "plVar9")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00136c40(param_1);\n }" ({ "{") (expression_statement "FUN_00136c40(param_1);" (call_expression "FUN_00136c40(param_1)" (identifier "FUN_00136c40") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar9 = plVar9 + 4;" (assignment_expression "plVar9 = plVar9 + 4" (identifier "plVar9") (= "=") (binary_expression "plVar9 + 4" (identifier "plVar9") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar9 != plVar6 + (long)iVar14 * 4 + 4)" (( "(") (binary_expression "plVar9 != plVar6 + (long)iVar14 * 4 + 4" (identifier "plVar9") (!= "!=") (binary_expression "plVar6 + (long)iVar14 * 4 + 4" (binary_expression "plVar6 + (long)iVar14 * 4" (identifier "plVar6") (+ "+") (binary_expression "(long)iVar14 * 4" (cast_expression "(long)iVar14" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar14")) (* "*") (number_literal "4"))) (+ "+") (number_literal "4"))) () ")")) (; ";")) (goto_statement "goto LAB_001a1a3c;" (goto "goto") (statement_identifier "LAB_001a1a3c") (; ";")) (} "}"))) (goto_statement "goto LAB_001a1886;" (goto "goto") (statement_identifier "LAB_001a1886") (; ";")) (} "}"))) (expression_statement "FUN_00137820(&local_58);" (call_expression "FUN_00137820(&local_58)" (identifier "FUN_00137820") (argument_list "(&local_58)" (( "(") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (if_statement "if (*(char *)(param_1 + 0x61) != '\0') {\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x61) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x61) != '\0'" (pointer_expression "*(char *)(param_1 + 0x61)" (* "*") (cast_expression "(char *)(param_1 + 0x61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x61)" (( "(") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }\nLAB_001a19cf:\n *param_4 = 0;\n *param_3 = 0;\n uVar10 = 7;\n goto LAB_001a1888;\n }" ({ "{") (labeled_statement "LAB_001a1a3c:\n if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" (statement_identifier "LAB_001a1a3c") (: ":") (if_statement "if (plVar6 != (long *)0x0) {\n FUN_00136c40(param_1,plVar6);\n }" (if "if") (parenthesized_expression "(plVar6 != (long *)0x0)" (( "(") (binary_expression "plVar6 != (long *)0x0" (identifier "plVar6") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00136c40(param_1,plVar6);\n }" ({ "{") (expression_statement "FUN_00136c40(param_1,plVar6);" (call_expression "FUN_00136c40(param_1,plVar6)" (identifier "FUN_00136c40") (argument_list "(param_1,plVar6)" (( "(") (identifier "param_1") (, ",") (identifier "plVar6") () ")"))) (; ";")) (} "}")))) (labeled_statement "LAB_001a19cf:\n *param_4 = 0;" (statement_identifier "LAB_001a19cf") (: ":") (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar10 = 7;" (assignment_expression "uVar10 = 7" (identifier "uVar10") (= "=") (number_literal "7")) (; ";")) (goto_statement "goto LAB_001a1888;" (goto "goto") (statement_identifier "LAB_001a1888") (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_001a1886:\n uVar10 = 0;" (statement_identifier "LAB_001a1886") (: ":") (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" (identifier "uVar10") (= "=") (number_literal "0")) (; ";"))) (labeled_statement "LAB_001a1888:\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" (statement_identifier "LAB_001a1888") (: ":") (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" (if "if") (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_40 != *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (!= "!=") (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 \n __stack_chk_fail();\n }" ({ "{") (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (return_statement "return uVar10;" (return "return") (identifier "uVar10") (; ";")) (labeled_statement "code_r0x001a1932:\n uVar11 = *(uint *)(pcVar12 + 4);" (statement_identifier "code_r0x001a1932") (: ":") (expression_statement "uVar11 = *(uint *)(pcVar12 + 4);" (assignment_expression "uVar11 = *(uint *)(pcVar12 + 4)" (identifier "uVar11") (= "=") (pointer_expression "*(uint *)(pcVar12 + 4)" (* "*") (cast_expression "(uint *)(pcVar12 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar12 + 4)" (( "(") (binary_expression "pcVar12 + 4" (identifier "pcVar12") (+ "+") (number_literal "4")) () ")"))))) (; ";"))) (goto_statement "goto joined_r0x001a1917;" (goto "goto") (statement_identifier "joined_r0x001a1917") (; ";")) (labeled_statement "code_r0x001a183d:\n FUN_0014f860(4,&local_5c);" (statement_identifier "code_r0x001a183d") (: ":") (expression_statement "FUN_0014f860(4,&local_5c);" (call_expression "FUN_0014f860(4,&local_5c)" (identifier "FUN_0014f860") (argument_list "(4,&local_5c)" (( "(") (number_literal "4") (, ",") (pointer_expression "&local_5c" (& "&") (identifier "local_5c")) () ")"))) (; ";"))) (goto_statement "goto joined_r0x001a176f;" (goto "goto") (statement_identifier "joined_r0x001a176f") (; ";")) (} "}")))
int function_1(type_1 *pParse,type_2 *var_2,type_3 *pnCol,type_4 **paCol) { type_5 var_10; short var_12; long var_33; type_6 *pcVar4; type_7 var_25; int var_28; int var_11; type_4 *var_32; type_7 *var_15; type_8 *pHVar8; size_t var_22; type_4 *var_18; type_9 *var_7; type_10 var_9; type_7 *pKey_00; long var_24; char *var_6; type_10 var_23; int var_5; long var_30; long var_1; type_4 *var_19; int var_29; type_11 var_26; type_12 ht; type_13 uVar13; var_33 = *(long *)(var_1 + 0x28); ht.htsize = 0; ht.count = 0; ht.first = (type_8 *)0x0; ht.ht = (type_14 *)0x0; if (var_2 == (type_2 *)0x0) { *pnCol = 0; *paCol = (type_4 *)0x0; var_3(&ht); if (*(char *)((long)&(pParse->constraintName).var_6 + 1) != '\0') goto LAB_001a19cf; } else { var_5 = var_2->nExpr; var_32 = (type_4 *)var_4((type_15 *)pParse,(long)var_5 << 5); var_28 = 0x7fff; if (var_5 < 0x8000) { var_28 = var_5; } *pnCol = (type_3)var_28; *paCol = var_32; if ((0 < var_5) && (*(char *)((long)&(pParse->constraintName).var_6 + 1) == '\0')) { var_30 = 0; var_19 = var_32; do { var_5 = (int)var_30; var_6 = var_2->a[var_30].zName; if (var_6 == (char *)0x0) { var_7 = var_2->a[var_30].pExpr; do { if (var_7 == (type_9 *)0x0) { sqlite3ColumnsFromExprList_isra_778_cold_938: /* WARNING: Does not return */ pcVar4 = (type_6 *)var_8(); (*pcVar4)(); } var_9 = var_7->flags; joined_r0x001a1917: if ((var_9 & 0x1000) == 0) { var_10 = var_7->op; while (var_10 == 0x82) { var_7 = var_7->pRight; var_10 = var_7->op; } if (var_10 == 0x9e) { var_11 = var_7->iColumn; if ((-1 < var_11) || (var_12 = ((var_7->y).pTab)->iPKey, var_11 = (int)var_12, -1 < var_12)) { var_6 = ((var_7->y).pTab)->aCol[var_11].zName; goto LAB_001a196c; } var_6 = "rowid"; break; } if (var_10 == ';') { var_6 = (var_7->u).zToken; } else { var_6 = var_2->a[var_30].zSpan; } LAB_001a196c: if (var_6 != (char *)0x0) break; var_15 = (type_7 *)var_13((type_15 *)pParse,"column%d",(type_13)(var_5 + 1)); goto LAB_001a1755; } if ((var_9 & 0x40000) != 0) { var_7 = ((var_7->x).pList)->a[0].pExpr; if (var_7 != (type_9 *)0x0) goto code_r0x001a1932; goto sqlite3ColumnsFromExprList_isra_778_cold_938; } var_7 = var_7->pLeft; } while( true ); } var_15 = (type_7 *)var_14((type_15 *)pParse,var_6); LAB_001a1755: var_29 = var_5 + 1; var_26 = 0; joined_r0x001a176f: if (var_15 != (type_7 *)0x0) { do { pKey_00 = var_15; pHVar8 = var_16(&ht,(char *)var_15,(type_10 *)0x0); if (pHVar8->data == (void *)0x0) { var_19->zName = (char *)var_15; var_18 = (type_4 *)var_17(&ht,(char *)pKey_00,var_19); if ((var_18 == var_19) && (((type_13)(pParse->constraintName).var_6 & 0xffff00) == 0)) { var_20((type_15 *)pParse); } goto joined_r0x001a18d5; } var_22 = var_21((char *)var_15); var_9 = (type_10)var_22 & 0x3fffffff; uVar13 = (type_13)var_9; if ((var_22 & 0x3fffffff) != 0) { var_23 = var_9 - 1; if (var_23 == 0) { LAB_001a1819: var_25 = *var_15; } else { var_25 = var_15[(int)var_23]; if ((""[var_25] & 4) != 0) { var_24 = (long)(int)(var_9 - 2); do { var_23 = (type_10)var_24; if (var_23 == 0) goto LAB_001a1819; var_25 = var_15[var_24]; var_24 = var_24 + -1; } while ((""[var_25] & 4) != 0); } } if (var_25 == 0x3a) { uVar13 = (type_13)var_23; } } var_26 = var_26 + 1; var_15 = (type_7 *)var_13((type_15 *)pParse,"%.*z:%u",uVar13,var_15); if ((3 < var_26) && (var_11 = var_27(), var_11 == 0)) goto code_r0x001a183d; if (var_15 == (type_7 *)0x0) break; } while( true ); } var_19->zName = (char *)0x0; joined_r0x001a18d5: if (var_28 <= var_29) break; var_19 = var_19 + 1; var_30 = var_30 + 1; } while (*(char *)((long)&(pParse->constraintName).var_6 + 1) == '\0'); var_3(&ht); if (*(char *)((long)&(pParse->constraintName).var_6 + 1) != '\0') { var_18 = var_32; do { if (var_18->zName != (char *)0x0) { var_31((type_15 *)pParse,var_18->zName); } var_18 = var_18 + 1; } while (var_18 != var_32 + (long)var_5 + 1); goto LAB_001a1a3c; } goto LAB_001a1886; } var_3(&ht); if (*(char *)((long)&(pParse->constraintName).var_6 + 1) != '\0') { LAB_001a1a3c: if (var_32 != (type_4 *)0x0) { var_31((type_15 *)pParse,var_32); } LAB_001a19cf: *paCol = (type_4 *)0x0; *pnCol = 0; var_5 = 7; goto LAB_001a1888; } } LAB_001a1886: var_5 = 0; LAB_001a1888: if (var_33 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_34(); } return var_5; code_r0x001a1932: var_9 = var_7->flags; goto joined_r0x001a1917; code_r0x001a183d: var_35(4,&var_26); goto joined_r0x001a176f; }
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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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: (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: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (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))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) 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))) (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: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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: (primitive_type)) value: (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: (binary_expression left: (identifier) right: (binary_expression left: (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: (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: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))) (do_statement body: (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 (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (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))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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: (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: (number_literal) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) right: (binary_expression left: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (break_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) 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 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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (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: (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: (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)) (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: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 (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)))))))) condition: (parenthesized_expression (true))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (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))) (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: (number_literal)))) consequence: (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) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (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: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (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: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (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: (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier) (identifier)))))) (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: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (number_literal)))))) 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: (number_literal)))) consequence: (break_statement))) condition: (parenthesized_expression (true)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (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: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (char_literal (escape_sequence)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier))))))) (labeled_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: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (return_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)) 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 (number_literal) (pointer_expression argument: (identifier)))))) (goto_statement label: (statement_identifier)))))
null
undefined8 MASKED(long param_1,int *param_2,undefined2 *param_3,undefined8 *param_4) { char cVar1; code *pcVar2; byte bVar3; int iVar4; int iVar5; long *plVar6; byte *__s; long lVar7; size_t sVar8; long *plVar9; undefined8 uVar10; uint uVar11; char *pcVar12; uint uVar13; int iVar14; long lVar15; long in_FS_OFFSET; long *local_a8; int local_94; uint local_5c; undefined8 local_58; undefined8 local_50; undefined8 local_48; long local_40; local_40 = *(long *)(in_FS_OFFSET + 0x28); local_58 = 0; local_50 = 0; local_48 = 0; if (param_2 == (int *)0x0) { *param_3 = 0; *param_4 = 0; FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') goto LAB_001a19cf; } else { iVar14 = *param_2; plVar6 = (long *)FUN_00138710(param_1,(long)iVar14 << 5); iVar4 = 0x7fff; if (iVar14 < 0x8000) { iVar4 = iVar14; } *param_3 = (short)iVar4; *param_4 = plVar6; if ((0 < iVar14) && (*(char *)(param_1 + 0x61) == '\0')) { lVar15 = 0; local_a8 = plVar6; do { iVar14 = (int)lVar15; pcVar12 = *(char **)(param_2 + lVar15 * 8 + 4); if (pcVar12 == (char *)0x0) { pcVar12 = *(char **)(param_2 + lVar15 * 8 + 2); do { if (pcVar12 == (char *)0x0) { FUN_0010e786: /* WARNING: Does not return */ pcVar2 = (code *)invalidInstructionException(); (*pcVar2)(); } uVar11 = *(uint *)(pcVar12 + 4); joined_r0x001a1917: if ((uVar11 & 0x1000) == 0) { cVar1 = *pcVar12; while (cVar1 == -0x7e) { pcVar12 = *(char **)(pcVar12 + 0x18); cVar1 = *pcVar12; } if (cVar1 == -0x62) { iVar5 = *(int *)(pcVar12 + 0x30); if ((-1 < iVar5) || (iVar5 = (int)*(short *)(*(long *)(pcVar12 + 0x48) + 0x44), -1 < iVar5)) { pcVar12 = *(char **)((long)iVar5 * 0x20 + *(long *)(*(long *)(pcVar12 + 0x48) + 8) ); goto LAB_001a196c; } pcVar12 = "rowid"; break; } if (cVar1 == ';') { pcVar12 = *(char **)(pcVar12 + 8); } else { pcVar12 = *(char **)(param_2 + lVar15 * 8 + 6); } LAB_001a196c: if (pcVar12 != (char *)0x0) break; __s = (byte *)FUN_0016dca0(param_1,"column%d",iVar14 + 1); goto LAB_001a1755; } if ((uVar11 & 0x40000) != 0) { pcVar12 = *(char **)(*(long *)(pcVar12 + 0x20) + 8); if (pcVar12 != (char *)0x0) goto code_r0x001a1932; goto FUN_0010e786; } pcVar12 = *(char **)(pcVar12 + 0x10); } while( true ); } __s = (byte *)FUN_00138b60(param_1,pcVar12); LAB_001a1755: local_94 = iVar14 + 1; local_5c = 0; joined_r0x001a176f: if (__s != (byte *)0x0) { do { lVar7 = FUN_0012c9f0(&local_58,__s,0); if (*(long *)(lVar7 + 0x10) == 0) { *local_a8 = (long)__s; plVar9 = (long *)FUN_0013a800(&local_58); if ((plVar9 == local_a8) && ((*(uint *)(param_1 + 0x60) & 0xffff00) == 0)) { FUN_00138680(param_1); } goto joined_r0x001a18d5; } sVar8 = strlen((char *)__s); uVar11 = (uint)sVar8 & 0x3fffffff; if ((sVar8 & 0x3fffffff) != 0) { uVar13 = uVar11 - 1; if (uVar13 == 0) { LAB_001a1819: bVar3 = *__s; } else { bVar3 = __s[(int)uVar13]; if (((&DAT_00220840)[bVar3] & 4) != 0) { lVar7 = (long)(int)(uVar11 - 2); do { uVar13 = (uint)lVar7; if (uVar13 == 0) goto LAB_001a1819; bVar3 = __s[lVar7]; lVar7 = lVar7 + -1; } while (((&DAT_00220840)[bVar3] & 4) != 0); } } if (bVar3 == 0x3a) { uVar11 = uVar13; } } local_5c = local_5c + 1; __s = (byte *)FUN_0016dca0(param_1,"%.*z:%u",uVar11,__s); if ((3 < local_5c) && (iVar5 = FUN_0014f200(), iVar5 == 0)) goto code_r0x001a183d; if (__s == (byte *)0x0) break; } while( true ); } *local_a8 = 0; joined_r0x001a18d5: if (iVar4 <= local_94) break; local_a8 = local_a8 + 4; lVar15 = lVar15 + 1; } while (*(char *)(param_1 + 0x61) == '\0'); FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') { plVar9 = plVar6; do { if (*plVar9 != 0) { FUN_00136c40(param_1); } plVar9 = plVar9 + 4; } while (plVar9 != plVar6 + (long)iVar14 * 4 + 4); goto LAB_001a1a3c; } goto LAB_001a1886; } FUN_00137820(&local_58); if (*(char *)(param_1 + 0x61) != '\0') { LAB_001a1a3c: if (plVar6 != (long *)0x0) { FUN_00136c40(param_1,plVar6); } LAB_001a19cf: *param_4 = 0; *param_3 = 0; uVar10 = 7; goto LAB_001a1888; } } LAB_001a1886: uVar10 = 0; LAB_001a1888: if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_chk_fail(); } return uVar10; code_r0x001a1932: uVar11 = *(uint *)(pcVar12 + 4); goto joined_r0x001a1917; code_r0x001a183d: FUN_0014f860(4,&local_5c); goto joined_r0x001a176f; }
3915_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
~Struct_push_state
FUN_001f2140
/* DWARF original prototype: void ~Struct_push_state(Struct_push_state * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_push_state::~Struct_push_state(Struct_push_state *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_special).super_Struct_var._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423750; pcVar1 = (this->super_Struct_special).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->super_Struct_special).option.longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x70); return; }
void FUN_001f2140(undefined8 *param_1) { *param_1 = &PTR_FUN_00423750; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x70); return; }
LEA RAX,[0x423750] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x001f2160 CALL 0x002dac70 MOV RDI,RBX MOV ESI,0x70 POP RBX JMP 0x002dac60
null
null
null
null
[(u'PTRSUB_-1207950882', u'PTRSUB_-1207950876'), (u'PTRSUB_-1207950871', u'PTRSUB_-1207950876'), ('const-8', u'PTRSUB_-1207950871'), ('const-0', u'PTRSUB_-1207950882'), (u'PTRSUB_-1207950866', u'PTRSUB_-1207950862'), ('const-0', u'RETURN_-1207950956'), ('const-0', u'PTRSUB_-1207950883'), ('const-0', u'PTRSUB_-1207950876'), ('const-433', u'LOAD_-1207951016'), (u'PTRSUB_-1207950867', u'LOAD_-1207951016'), (u'PTRSUB_-1207950871', u'PTRSUB_-1207950866'), (u'PTRSUB_-1207950883', u'CAST_-1207950868'), (u'PTRSUB_-1207950876', u'PTRSUB_-1207950871'), (u'LOAD_-1207951016', u'CALL_-1207950981'), ('tmp_58', u'CBRANCH_-1207950988'), ('const-0', u'PTRSUB_-1207950871'), (u'PTRSUB_-1207950872', u'PTRSUB_-1207950867'), ('const-8', u'PTRSUB_-1207950866'), (u'LOAD_-1207951016', u'CAST_-1207950856'), ('const-112', u'CALL_-1207950960'), ('const-4339536', u'PTRSUB_-1207950883'), ('const-0', u'PTRSUB_-1207950871'), ('const-0', u'PTRSUB_-1207950867'), (u'CAST_-1207950868', u'STORE_-1207951020'), (u'INT_NOTEQUAL_-1207950989', u'CBRANCH_-1207950988'), (u'PTRSUB_-1207950871', u'STORE_-1207951020'), ('const-0', u'PTRSUB_-1207950872'), (u'PTRSUB_-1207950862', u'PTRSUB_-1207950860'), ('const-16', u'PTRSUB_-1207950860'), ('tmp_93', u'PTRSUB_-1207950882'), ('const-0', u'PTRSUB_-1207950862'), (u'PTRSUB_-1207950876', u'PTRSUB_-1207950872'), (u'PTRSUB_-1207950878', u'PTRSUB_-1207950871'), (u'CAST_-1207950856', u'INT_NOTEQUAL_-1207950989'), ('const-433', u'STORE_-1207951020'), ('const-0', u'PTRSUB_-1207950878'), ('tmp_93', u'PTRSUB_-1207950878'), ('const-0', u'PTRSUB_-1207950876'), ('tmp_93', u'PTRSUB_-1207950871'), (u'PTRSUB_-1207950860', u'INT_NOTEQUAL_-1207950989'), ('tmp_93', u'CALL_-1207950960')]
[(u'CAST_-1207950880', u'INT_NOTEQUAL_-1207950989'), ('const-3', u'PTRADD_-1207950876'), ('tmp_194', u'CALL_-1207950960'), ('tmp_194', u'STORE_-1207951020'), (u'INT_NOTEQUAL_-1207950989', u'CBRANCH_-1207950988'), ('tmp_194', u'PTRADD_-1207950876'), ('const-0', u'RETURN_-1207950956'), ('const-1', u'PTRADD_-1207950881'), ('const-112', u'CALL_-1207950960'), (u'PTRSUB_-1207950884', u'STORE_-1207951020'), ('const-8', u'PTRADD_-1207950876'), ('const-433', u'LOAD_-1207951016'), ('const-8', u'PTRADD_-1207950881'), (u'PTRADD_-1207950876', u'INT_NOTEQUAL_-1207950989'), ('tmp_58', u'CBRANCH_-1207950988'), ('const-433', u'STORE_-1207951020'), (u'LOAD_-1207951016', u'CAST_-1207950880'), ('const-0', u'PTRSUB_-1207950884'), ('const-4339536', u'PTRSUB_-1207950884'), (u'PTRADD_-1207950881', u'LOAD_-1207951016'), ('tmp_194', u'PTRADD_-1207950881')]
null
null
001f2140
x64
O2
(translation_unit "void FUN_001f2140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_001f2140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" primitive_type (function_declarator "FUN_001f2140(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423750" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x70);" (call_expression "thunk_FUN_002dac70(param_1,0x70)" identifier (argument_list "(param_1,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_push_state(Struct_push_state * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_push_state::~Struct_push_state(Struct_push_state *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n pcVar1 = (this->super_Struct_special).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->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_push_state::~Struct_push_state(Struct_push_state *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n pcVar1 = (this->super_Struct_special).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->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_push_state::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_push_state(Struct_push_state *this,int __in_chrg)" identifier (parameter_list "(Struct_push_state *this,int __in_chrg)" ( (parameter_declaration "Struct_push_state *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_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;\n pcVar1 = (this->super_Struct_special).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->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750;" (assignment_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00423750" (field_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var" (field_expression "(this->super_Struct_special).super_Struct_var" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00423750" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00423750" & identifier))) ;) (expression_statement "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p" identifier = (field_expression "(this->super_Struct_special).option.longname._M_dataplus._M_p" (field_expression "(this->super_Struct_special).option.longname._M_dataplus" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).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->super_Struct_special).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->super_Struct_special).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->super_Struct_special).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->super_Struct_special).option.longname.field_2" & (field_expression "(this->super_Struct_special).option.longname.field_2" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x70);" (call_expression "operator_delete(this,0x70)" identifier (argument_list "(this,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001f2140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_001f2140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" primitive_type (function_declarator "FUN_001f2140(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423750" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x70);" (call_expression "thunk_FUN_002dac70(param_1,0x70)" identifier (argument_list "(param_1,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001f2140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f2140(undefined8 *param_1)" (identifier "FUN_001f2140") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00423750;" (assignment_expression "*param_1 = &PTR_FUN_00423750" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00423750" (& "&") (identifier "PTR_FUN_00423750"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac70(param_1,0x70);" (call_expression "thunk_FUN_002dac70(param_1,0x70)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0x70)" (( "(") (identifier "param_1") (, ",") (number_literal "0x70") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_push_state(Struct_push_state * 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_special).super_Struct_var._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00423750; var_5 = (this->super_Struct_special).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->super_Struct_special).option.longname.field_2) { var_6(var_5); } var_6(this,0x70); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00423750; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x70); return; }
885_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
sha1_read_ctx
FUN_0015a6a0
/* WARNING: Unknown calling convention */ void * sha1_read_ctx(sha1_ctx *ctx,void *resbuf) { uint uVar1; uVar1 = ctx->A; *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = ctx->B; *(uint *)((long)resbuf + 4) = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = ctx->C; *(uint *)((long)resbuf + 8) = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = ctx->D; *(uint *)((long)resbuf + 0xc) = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = ctx->E; *(uint *)((long)resbuf + 0x10) = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return resbuf; }
uint * FUN_0015a6a0(uint *param_1,uint *param_2) { uint uVar1; uVar1 = *param_1; *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[1]; param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[2]; param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[3]; param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[4]; param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return param_2; }
MOV EDX,dword ptr [RDI] MOV RAX,RSI BSWAP EDX MOV dword ptr [RSI],EDX MOV EDX,dword ptr [RDI + 0x4] BSWAP EDX MOV dword ptr [RSI + 0x4],EDX MOV EDX,dword ptr [RDI + 0x8] BSWAP EDX MOV dword ptr [RSI + 0x8],EDX MOV EDX,dword ptr [RDI + 0xc] BSWAP EDX MOV dword ptr [RSI + 0xc],EDX MOV EDX,dword ptr [RDI + 0x10] BSWAP EDX MOV dword ptr [RSI + 0x10],EDX RET
null
null
null
null
[('const-24', u'INT_RIGHT_-1207261444'), (u'CAST_-1207261279', u'INT_ADD_-1207261469'), (u'INT_AND_-1207261473', u'INT_RIGHT_-1207261469'), (u'INT_LEFT_-1207261489', u'INT_OR_-1207261489'), (u'INT_OR_-1207261440', u'INT_OR_-1207261437'), (u'LOAD_-1207261534', u'INT_LEFT_-1207261489'), (u'LOAD_-1207261425', u'INT_AND_-1207261392'), (u'PTRSUB_-1207261269', u'LOAD_-1207261452'), (u'LOAD_-1207261479', u'INT_LEFT_-1207261437'), (u'CAST_-1207261259', u'INT_ADD_-1207261415'), (u'PTRSUB_-1207261260', u'LOAD_-1207261425'), (u'INT_ADD_-1207261442', u'CAST_-1207261268'), (u'INT_OR_-1207261467', u'INT_OR_-1207261464'), (u'INT_RIGHT_-1207261471', u'INT_OR_-1207261470'), ('const-16', u'PTRSUB_-1207261260'), ('const-16711680', u'INT_AND_-1207261473'), (u'INT_OR_-1207261410', u'STORE_-1207261429'), ('const-433', u'STORE_-1207261509'), (u'INT_LEFT_-1207261467', u'INT_OR_-1207261467'), ('tmp_273', u'CAST_-1207261287'), (u'PTRSUB_-1207261287', u'LOAD_-1207261506'), (u'INT_AND_-1207261498', u'INT_RIGHT_-1207261494'), (u'INT_RIGHT_-1207261469', u'INT_OR_-1207261470'), ('const-16711680', u'INT_AND_-1207261498'), ('const-24', u'INT_LEFT_-1207261383'), (u'LOAD_-1207261452', u'INT_RIGHT_-1207261417'), ('const-24', u'INT_LEFT_-1207261437'), ('const-65280', u'INT_AND_-1207261416'), (u'INT_OR_-1207261437', u'STORE_-1207261456'), (u'INT_LEFT_-1207261492', u'INT_OR_-1207261492'), (u'INT_RIGHT_-1207261388', u'INT_OR_-1207261389'), (u'PTRSUB_-1207261297', u'LOAD_-1207261534'), (u'INT_LEFT_-1207261410', u'INT_OR_-1207261410'), (u'INT_ADD_-1207261388', u'CAST_-1207261248'), ('const-24', u'INT_RIGHT_-1207261471'), (u'INT_OR_-1207261464', u'STORE_-1207261483'), (u'CAST_-1207261268', u'STORE_-1207261456'), ('const-8', u'INT_RIGHT_-1207261415'), (u'INT_RIGHT_-1207261417', u'INT_OR_-1207261416'), (u'INT_AND_-1207261389', u'INT_LEFT_-1207261386'), (u'INT_OR_-1207261389', u'INT_OR_-1207261386'), (u'CAST_-1207261287', u'STORE_-1207261509'), ('const-24', u'INT_LEFT_-1207261489'), (u'LOAD_-1207261506', u'INT_AND_-1207261473'), ('const-433', u'LOAD_-1207261534'), ('const-8', u'INT_LEFT_-1207261467'), ('const-433', u'LOAD_-1207261479'), ('const-8', u'INT_RIGHT_-1207261469'), (u'INT_RIGHT_-1207261494', u'INT_OR_-1207261495'), ('const-65280', u'INT_AND_-1207261470'), ('tmp_273', u'CAST_-1207261279'), ('const-8', u'INT_ADD_-1207261442'), ('const-8', u'INT_LEFT_-1207261440'), (u'LOAD_-1207261452', u'INT_AND_-1207261416'), (u'INT_AND_-1207261416', u'INT_LEFT_-1207261413'), (u'INT_OR_-1207261416', u'INT_OR_-1207261413'), (u'INT_RIGHT_-1207261390', u'INT_OR_-1207261389'), (u'CAST_-1207261269', u'INT_ADD_-1207261442'), (u'INT_OR_-1207261489', u'STORE_-1207261509'), ('const-433', u'LOAD_-1207261506'), (u'INT_LEFT_-1207261386', u'INT_OR_-1207261386'), (u'INT_OR_-1207261383', u'STORE_-1207261402'), ('const-8', u'PTRSUB_-1207261278'), (u'LOAD_-1207261425', u'INT_LEFT_-1207261383'), (u'INT_ADD_-1207261469', u'CAST_-1207261278'), ('const-8', u'INT_LEFT_-1207261413'), ('const-433', u'STORE_-1207261456'), (u'CAST_-1207261258', u'STORE_-1207261429'), ('const-16711680', u'INT_AND_-1207261392'), ('const-24', u'INT_RIGHT_-1207261496'), (u'INT_RIGHT_-1207261442', u'INT_OR_-1207261443'), (u'INT_OR_-1207261492', u'INT_OR_-1207261489'), ('tmp_273', u'CAST_-1207261249'), (u'INT_LEFT_-1207261440', u'INT_OR_-1207261440'), ('tmp_272', u'PTRSUB_-1207261287'), (u'LOAD_-1207261452', u'INT_AND_-1207261419'), ('const-8', u'INT_LEFT_-1207261492'), (u'LOAD_-1207261425', u'INT_RIGHT_-1207261390'), ('const-16', u'INT_ADD_-1207261388'), (u'LOAD_-1207261479', u'INT_AND_-1207261446'), (u'INT_AND_-1207261470', u'INT_LEFT_-1207261467'), (u'INT_OR_-1207261470', u'INT_OR_-1207261467'), (u'CAST_-1207261249', u'INT_ADD_-1207261388'), (u'CAST_-1207261278', u'STORE_-1207261483'), ('const-24', u'INT_LEFT_-1207261464'), (u'INT_AND_-1207261495', u'INT_LEFT_-1207261492'), (u'INT_OR_-1207261495', u'INT_OR_-1207261492'), (u'INT_LEFT_-1207261383', u'INT_OR_-1207261383'), ('const-24', u'INT_LEFT_-1207261410'), ('const-0', u'PTRSUB_-1207261297'), (u'INT_AND_-1207261419', u'INT_RIGHT_-1207261415'), (u'LOAD_-1207261506', u'INT_AND_-1207261470'), (u'PTRSUB_-1207261278', u'LOAD_-1207261479'), ('tmp_272', u'PTRSUB_-1207261269'), ('const-8', u'INT_RIGHT_-1207261494'), ('const-24', u'INT_RIGHT_-1207261417'), (u'INT_LEFT_-1207261437', u'INT_OR_-1207261437'), (u'LOAD_-1207261425', u'INT_AND_-1207261389'), (u'INT_OR_-1207261386', u'INT_OR_-1207261383'), (u'LOAD_-1207261479', u'INT_AND_-1207261443'), (u'INT_RIGHT_-1207261496', u'INT_OR_-1207261495'), ('const-16711680', u'INT_AND_-1207261446'), (u'INT_OR_-1207261413', u'INT_OR_-1207261410'), ('tmp_272', u'PTRSUB_-1207261260'), ('const-433', u'STORE_-1207261429'), ('const-8', u'INT_RIGHT_-1207261388'), (u'LOAD_-1207261534', u'INT_RIGHT_-1207261496'), (u'CAST_-1207261248', u'STORE_-1207261402'), ('const-16711680', u'INT_AND_-1207261419'), ('const-65280', u'INT_AND_-1207261495'), ('const-24', u'INT_RIGHT_-1207261390'), ('tmp_272', u'PTRSUB_-1207261297'), (u'INT_LEFT_-1207261464', u'INT_OR_-1207261464'), ('tmp_273', u'CAST_-1207261259'), ('const-8', u'INT_RIGHT_-1207261442'), (u'LOAD_-1207261452', u'INT_LEFT_-1207261410'), ('const-12', u'INT_ADD_-1207261415'), (u'INT_AND_-1207261392', u'INT_RIGHT_-1207261388'), ('const-12', u'PTRSUB_-1207261269'), (u'INT_LEFT_-1207261413', u'INT_OR_-1207261413'), ('const-433', u'LOAD_-1207261425'), (u'LOAD_-1207261534', u'INT_AND_-1207261498'), ('const-65280', u'INT_AND_-1207261443'), ('const-433', u'STORE_-1207261483'), ('const-4', u'PTRSUB_-1207261287'), (u'INT_AND_-1207261446', u'INT_RIGHT_-1207261442'), ('const-433', u'STORE_-1207261402'), (u'LOAD_-1207261506', u'INT_LEFT_-1207261464'), (u'INT_RIGHT_-1207261444', u'INT_OR_-1207261443'), (u'LOAD_-1207261479', u'INT_RIGHT_-1207261444'), (u'INT_RIGHT_-1207261415', u'INT_OR_-1207261416'), ('const-4', u'INT_ADD_-1207261469'), (u'COPY_-1207261530', u'RETURN_-1207261389'), ('const-433', u'LOAD_-1207261452'), (u'LOAD_-1207261534', u'INT_AND_-1207261495'), ('const-65280', u'INT_AND_-1207261389'), ('tmp_273', u'COPY_-1207261530'), ('tmp_272', u'PTRSUB_-1207261278'), (u'INT_ADD_-1207261415', u'CAST_-1207261258'), ('const-8', u'INT_LEFT_-1207261386'), (u'LOAD_-1207261506', u'INT_RIGHT_-1207261471'), (u'INT_AND_-1207261443', u'INT_LEFT_-1207261440'), (u'INT_OR_-1207261443', u'INT_OR_-1207261440'), ('const-0', u'RETURN_-1207261389'), ('tmp_273', u'CAST_-1207261269')]
[('const-3', u'PTRADD_-1207261269'), ('const-24', u'INT_RIGHT_-1207261444'), (u'PTRADD_-1207261253', u'STORE_-1207261402'), ('tmp_385', u'PTRADD_-1207261253'), (u'INT_AND_-1207261473', u'INT_RIGHT_-1207261469'), (u'INT_LEFT_-1207261489', u'INT_OR_-1207261489'), ('tmp_383', u'PTRADD_-1207261279'), ('tmp_383', u'PTRADD_-1207261259'), (u'INT_OR_-1207261440', u'INT_OR_-1207261437'), (u'LOAD_-1207261534', u'INT_LEFT_-1207261489'), (u'LOAD_-1207261425', u'INT_AND_-1207261392'), (u'PTRADD_-1207261269', u'LOAD_-1207261452'), (u'LOAD_-1207261479', u'INT_LEFT_-1207261437'), (u'INT_OR_-1207261467', u'INT_OR_-1207261464'), (u'INT_RIGHT_-1207261471', u'INT_OR_-1207261470'), ('const-16711680', u'INT_AND_-1207261473'), (u'INT_OR_-1207261410', u'STORE_-1207261429'), (u'INT_LEFT_-1207261467', u'INT_OR_-1207261467'), (u'INT_AND_-1207261498', u'INT_RIGHT_-1207261494'), (u'INT_RIGHT_-1207261469', u'INT_OR_-1207261470'), ('const-4', u'PTRADD_-1207261283'), ('const-4', u'PTRADD_-1207261269'), ('const-16711680', u'INT_AND_-1207261498'), ('const-4', u'PTRADD_-1207261253'), ('const-24', u'INT_LEFT_-1207261383'), (u'LOAD_-1207261452', u'INT_RIGHT_-1207261417'), ('const-24', u'INT_LEFT_-1207261437'), ('const-65280', u'INT_AND_-1207261416'), (u'PTRADD_-1207261289', u'LOAD_-1207261506'), (u'INT_OR_-1207261437', u'STORE_-1207261456'), (u'INT_LEFT_-1207261492', u'INT_OR_-1207261492'), ('const-433', u'LOAD_-1207261479'), (u'INT_RIGHT_-1207261388', u'INT_OR_-1207261389'), ('const-433', u'STORE_-1207261402'), (u'INT_LEFT_-1207261410', u'INT_OR_-1207261410'), ('const-24', u'INT_RIGHT_-1207261471'), (u'INT_OR_-1207261464', u'STORE_-1207261483'), ('const-8', u'INT_RIGHT_-1207261415'), (u'INT_RIGHT_-1207261417', u'INT_OR_-1207261416'), (u'INT_AND_-1207261389', u'INT_LEFT_-1207261386'), (u'INT_OR_-1207261389', u'INT_OR_-1207261386'), ('const-4', u'PTRADD_-1207261273'), ('tmp_385', u'STORE_-1207261509'), ('const-24', u'INT_LEFT_-1207261489'), (u'LOAD_-1207261506', u'INT_AND_-1207261473'), ('const-8', u'INT_LEFT_-1207261467'), ('const-2', u'PTRADD_-1207261279'), ('const-8', u'INT_RIGHT_-1207261469'), (u'INT_RIGHT_-1207261494', u'INT_OR_-1207261495'), ('const-65280', u'INT_AND_-1207261470'), ('tmp_385', u'PTRADD_-1207261283'), ('const-8', u'INT_LEFT_-1207261440'), (u'LOAD_-1207261452', u'INT_AND_-1207261416'), (u'INT_AND_-1207261416', u'INT_LEFT_-1207261413'), (u'INT_OR_-1207261416', u'INT_OR_-1207261413'), (u'INT_RIGHT_-1207261390', u'INT_OR_-1207261389'), (u'INT_OR_-1207261489', u'STORE_-1207261509'), (u'INT_LEFT_-1207261386', u'INT_OR_-1207261386'), (u'INT_OR_-1207261383', u'STORE_-1207261402'), ('const-433', u'STORE_-1207261456'), (u'PTRADD_-1207261279', u'LOAD_-1207261479'), (u'LOAD_-1207261425', u'INT_LEFT_-1207261383'), ('const-433', u'LOAD_-1207261452'), ('const-8', u'INT_LEFT_-1207261413'), ('const-4', u'PTRADD_-1207261259'), ('const-16711680', u'INT_AND_-1207261392'), ('const-24', u'INT_RIGHT_-1207261496'), ('const-433', u'LOAD_-1207261506'), ('const-433', u'STORE_-1207261429'), (u'INT_RIGHT_-1207261442', u'INT_OR_-1207261443'), ('tmp_383', u'PTRADD_-1207261269'), (u'INT_OR_-1207261492', u'INT_OR_-1207261489'), ('tmp_385', u'COPY_-1207261530'), (u'INT_LEFT_-1207261440', u'INT_OR_-1207261440'), (u'LOAD_-1207261452', u'INT_AND_-1207261419'), ('const-8', u'INT_LEFT_-1207261492'), ('const-433', u'LOAD_-1207261534'), (u'LOAD_-1207261425', u'INT_RIGHT_-1207261390'), (u'LOAD_-1207261479', u'INT_AND_-1207261446'), (u'INT_AND_-1207261470', u'INT_LEFT_-1207261467'), (u'INT_OR_-1207261470', u'INT_OR_-1207261467'), ('const-24', u'INT_LEFT_-1207261464'), (u'INT_OR_-1207261495', u'INT_OR_-1207261492'), (u'INT_AND_-1207261495', u'INT_LEFT_-1207261492'), ('const-433', u'STORE_-1207261483'), (u'INT_LEFT_-1207261383', u'INT_OR_-1207261383'), ('const-24', u'INT_LEFT_-1207261410'), ('tmp_383', u'PTRADD_-1207261289'), ('const-1', u'PTRADD_-1207261289'), (u'PTRADD_-1207261259', u'LOAD_-1207261425'), (u'INT_AND_-1207261419', u'INT_RIGHT_-1207261415'), ('const-433', u'LOAD_-1207261425'), (u'LOAD_-1207261506', u'INT_AND_-1207261470'), ('const-8', u'INT_RIGHT_-1207261494'), ('tmp_385', u'PTRADD_-1207261273'), ('const-24', u'INT_RIGHT_-1207261417'), (u'INT_LEFT_-1207261437', u'INT_OR_-1207261437'), ('const-433', u'STORE_-1207261509'), (u'LOAD_-1207261425', u'INT_AND_-1207261389'), (u'INT_OR_-1207261386', u'INT_OR_-1207261383'), (u'LOAD_-1207261479', u'INT_AND_-1207261443'), ('const-4', u'PTRADD_-1207261279'), ('const-3', u'PTRADD_-1207261263'), ('const-4', u'PTRADD_-1207261289'), (u'INT_RIGHT_-1207261496', u'INT_OR_-1207261495'), ('const-16711680', u'INT_AND_-1207261446'), (u'INT_OR_-1207261413', u'INT_OR_-1207261410'), ('const-8', u'INT_RIGHT_-1207261388'), (u'PTRADD_-1207261263', u'STORE_-1207261429'), (u'LOAD_-1207261534', u'INT_RIGHT_-1207261496'), ('const-16711680', u'INT_AND_-1207261419'), ('const-65280', u'INT_AND_-1207261495'), ('const-24', u'INT_RIGHT_-1207261390'), (u'INT_LEFT_-1207261464', u'INT_OR_-1207261464'), ('const-8', u'INT_RIGHT_-1207261442'), (u'PTRADD_-1207261273', u'STORE_-1207261456'), (u'LOAD_-1207261452', u'INT_LEFT_-1207261410'), (u'INT_AND_-1207261392', u'INT_RIGHT_-1207261388'), ('const-4', u'PTRADD_-1207261253'), ('const-4', u'PTRADD_-1207261259'), (u'INT_LEFT_-1207261413', u'INT_OR_-1207261413'), (u'LOAD_-1207261534', u'INT_AND_-1207261498'), ('const-65280', u'INT_AND_-1207261443'), (u'PTRADD_-1207261283', u'STORE_-1207261483'), ('const-4', u'PTRADD_-1207261263'), (u'INT_AND_-1207261446', u'INT_RIGHT_-1207261442'), (u'LOAD_-1207261506', u'INT_LEFT_-1207261464'), (u'INT_RIGHT_-1207261444', u'INT_OR_-1207261443'), (u'LOAD_-1207261479', u'INT_RIGHT_-1207261444'), (u'INT_RIGHT_-1207261415', u'INT_OR_-1207261416'), (u'COPY_-1207261530', u'RETURN_-1207261389'), ('const-1', u'PTRADD_-1207261283'), ('tmp_383', u'LOAD_-1207261534'), (u'LOAD_-1207261534', u'INT_AND_-1207261495'), ('tmp_385', u'PTRADD_-1207261263'), ('const-65280', u'INT_AND_-1207261389'), ('const-8', u'INT_LEFT_-1207261386'), (u'LOAD_-1207261506', u'INT_RIGHT_-1207261471'), (u'INT_AND_-1207261443', u'INT_LEFT_-1207261440'), (u'INT_OR_-1207261443', u'INT_OR_-1207261440'), ('const-0', u'RETURN_-1207261389'), ('const-2', u'PTRADD_-1207261273')]
null
null
0015a6a0
x64
O2
(translation_unit "uint * FUN_0015a6a0(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}\n\n" (function_definition "uint * FUN_0015a6a0(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_0015a6a0(uint *param_1,uint *param_2)" * (function_declarator "FUN_0015a6a0(uint *param_1,uint *param_2)" identifier (parameter_list "(uint *param_1,uint *param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" * identifier) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return param_2;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * sha1_read_ctx(sha1_ctx *ctx,void *resbuf)\n\n{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}\n\n" comment (function_definition "void * sha1_read_ctx(sha1_ctx *ctx,void *resbuf)\n\n{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}" primitive_type (pointer_declarator "* sha1_read_ctx(sha1_ctx *ctx,void *resbuf)" * (function_declarator "sha1_read_ctx(sha1_ctx *ctx,void *resbuf)" identifier (parameter_list "(sha1_ctx *ctx,void *resbuf)" ( (parameter_declaration "sha1_ctx *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) , (parameter_declaration "void *resbuf" primitive_type (pointer_declarator "*resbuf" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = ctx->A;\n *(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->B;\n *(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->C;\n *(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->D;\n *(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = ctx->E;\n *(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return resbuf;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = ctx->A;" (assignment_expression "uVar1 = ctx->A" identifier = (field_expression "ctx->A" identifier -> field_identifier)) ;) (expression_statement "*(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)resbuf = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)resbuf" * (cast_expression "(uint *)resbuf" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->B;" (assignment_expression "uVar1 = ctx->B" identifier = (field_expression "ctx->B" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 4) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 4)" * (cast_expression "(uint *)((long)resbuf + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 4)" ( (binary_expression "(long)resbuf + 4" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->C;" (assignment_expression "uVar1 = ctx->C" identifier = (field_expression "ctx->C" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 8) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 8)" * (cast_expression "(uint *)((long)resbuf + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 8)" ( (binary_expression "(long)resbuf + 8" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->D;" (assignment_expression "uVar1 = ctx->D" identifier = (field_expression "ctx->D" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 0xc) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 0xc)" * (cast_expression "(uint *)((long)resbuf + 0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 0xc)" ( (binary_expression "(long)resbuf + 0xc" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = ctx->E;" (assignment_expression "uVar1 = ctx->E" identifier = (field_expression "ctx->E" identifier -> field_identifier)) ;) (expression_statement "*(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*(uint *)((long)resbuf + 0x10) =\n uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*(uint *)((long)resbuf + 0x10)" * (cast_expression "(uint *)((long)resbuf + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)resbuf + 0x10)" ( (binary_expression "(long)resbuf + 0x10" (cast_expression "(long)resbuf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (return_statement "return resbuf;" return identifier ;) })))
(translation_unit "uint * FUN_0015a6a0(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}\n\n" (function_definition "uint * FUN_0015a6a0(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_0015a6a0(uint *param_1,uint *param_2)" * (function_declarator "FUN_0015a6a0(uint *param_1,uint *param_2)" identifier (parameter_list "(uint *param_1,uint *param_2)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" * identifier) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" identifier [ number_literal ]) = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal))) ;) (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 { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (return_statement return IDENT ;) })))
(function_definition "uint * FUN_0015a6a0(uint *param_1,uint *param_2)\n\n{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" (type_identifier "uint") (pointer_declarator "* FUN_0015a6a0(uint *param_1,uint *param_2)" (* "*") (function_declarator "FUN_0015a6a0(uint *param_1,uint *param_2)" (identifier "FUN_0015a6a0") (parameter_list "(uint *param_1,uint *param_2)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint *param_2" (type_identifier "uint") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *param_1;\n *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[1];\n param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[2];\n param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[3];\n param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n uVar1 = param_1[4];\n param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;\n return param_2;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "*param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (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") (] "]"))) (; ";")) (expression_statement "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[2];" (assignment_expression "uVar1 = param_1[2]" (identifier "uVar1") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[3];" (assignment_expression "uVar1 = param_1[3]" (identifier "uVar1") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar1 = param_1[4];" (assignment_expression "uVar1 = param_1[4]" (identifier "uVar1") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18;" (assignment_expression "param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")))) (; ";")) (return_statement "return param_2;" (return "return") (identifier "param_2") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ void * function_1(type_1 *ctx,void *resbuf) { type_2 var_1; var_1 = ctx->A; *(type_2 *)resbuf = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18; var_1 = ctx->B; *(type_2 *)((long)resbuf + 4) = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18; var_1 = ctx->C; *(type_2 *)((long)resbuf + 8) = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18; var_1 = ctx->D; *(type_2 *)((long)resbuf + 0xc) = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18; var_1 = ctx->E; *(type_2 *)((long)resbuf + 0x10) = var_1 >> 0x18 | (var_1 & 0xff0000) >> 8 | (var_1 & 0xff00) << 8 | var_1 << 0x18; return resbuf; }
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 (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))))
null
uint * MASKED(uint *param_1,uint *param_2) { uint uVar1; uVar1 = *param_1; *param_2 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[1]; param_2[1] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[2]; param_2[2] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[3]; param_2[3] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; uVar1 = param_1[4]; param_2[4] = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18; return param_2; }
4306_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
is_relative
FUN_00201d50
/* DWARF original prototype: bool is_relative(Output_reloc<9,_false,_64,_false> * this) */ bool __thiscall gold::Output_reloc<9,_false,_64,_false>::is_relative(Output_reloc<9,_false,_64,_false> *this) { return (bool)((byte)this->field_0x1f >> 4 & 1); }
byte FUN_00201d50(long param_1) { return *(byte *)(param_1 + 0x1f) >> 4 & 1; }
MOVZX EAX,byte ptr [RDI + 0x1f] SHR AL,0x4 AND EAX,0x1 RET
null
null
null
null
[('const-31', u'PTRSUB_-1203823131'), (u'PTRSUB_-1203823131', u'LOAD_-1203823277'), ('const-1', u'INT_AND_-1203823167'), (u'INT_RIGHT_-1203823240', u'INT_AND_-1203823167'), ('tmp_151', u'PTRSUB_-1203823131'), (u'COPY_-1203823209', u'RETURN_-1203823207'), ('const-4', u'INT_RIGHT_-1203823240'), (u'INT_AND_-1203823167', u'CAST_-1203823121'), ('const-0', u'RETURN_-1203823207'), (u'CAST_-1203823121', u'COPY_-1203823209'), ('const-433', u'LOAD_-1203823277'), (u'CAST_-1203823128', u'INT_RIGHT_-1203823240'), (u'LOAD_-1203823277', u'CAST_-1203823128')]
[('const-31', u'INT_ADD_-1203823261'), (u'CAST_-1203823136', u'LOAD_-1203823277'), (u'INT_ADD_-1203823261', u'CAST_-1203823136'), (u'LOAD_-1203823277', u'INT_RIGHT_-1203823240'), ('const-4', u'INT_RIGHT_-1203823240'), ('const-433', u'LOAD_-1203823277'), ('const-1', u'INT_AND_-1203823169'), (u'INT_AND_-1203823169', u'COPY_-1203823193'), (u'INT_RIGHT_-1203823240', u'INT_AND_-1203823169'), ('const-0', u'RETURN_-1203823207'), (u'COPY_-1203823193', u'RETURN_-1203823207'), ('tmp_185', u'INT_ADD_-1203823261')]
null
null
00201d50
x64
O2
(translation_unit "byte FUN_00201d50(long param_1)\n\n{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}\n\n" (function_definition "byte FUN_00201d50(long param_1)\n\n{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" type_identifier (function_declarator "FUN_00201d50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" { (return_statement "return *(byte *)(param_1 + 0x1f) >> 4 & 1;" return (binary_expression "*(byte *)(param_1 + 0x1f) >> 4 & 1" (binary_expression "*(byte *)(param_1 + 0x1f) >> 4" (pointer_expression "*(byte *)(param_1 + 0x1f)" * (cast_expression "(byte *)(param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1f)" ( (binary_expression "param_1 + 0x1f" identifier + number_literal) )))) >> number_literal) & number_literal) ;) })))
(translation_unit "/* DWARF original prototype: bool is_relative(Output_reloc<9,_false,_64,_false> * this) */\n\nbool __thiscall\ngold::Output_reloc<9,_false,_64,_false>::is_relative(Output_reloc<9,_false,_64,_false> *this)\n\n{\n return (bool)((byte)this->field_0x1f >> 4 & 1);\n}\n\n" comment (ERROR "bool __thiscall\ngold::Output_reloc<9,_false,_64,_false>::is_relative(Output_reloc<9,_false,_64,_false> *this)\n\n{\n return (bool)((byte)this->field_0x1f >> 4 & 1);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "is_relative(Output_reloc<9,_false,_64,_false> *this)\n\n{\n return (bool)((byte)this->field_0x1f" (function_declarator "is_relative(Output_reloc<9,_false,_64,_false> *this)\n\n{\n return (bool)" (function_declarator "is_relative(Output_reloc<9,_false,_64,_false> *this)" identifier (parameter_list "(Output_reloc<9,_false,_64,_false> *this)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) (ERROR "{\n return" { return) (parameter_list "(bool)" ( (parameter_declaration "bool" primitive_type) ))) (ERROR "(" () (parameter_list "(byte)" ( (parameter_declaration "byte" type_identifier) )) identifier (ERROR "->" ->) identifier) >> number_literal & number_literal ) ; }))
(translation_unit "byte FUN_00201d50(long param_1)\n\n{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}\n\n" (function_definition "byte FUN_00201d50(long param_1)\n\n{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" type_identifier (function_declarator "FUN_00201d50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" { (return_statement "return *(byte *)(param_1 + 0x1f) >> 4 & 1;" return (binary_expression "*(byte *)(param_1 + 0x1f) >> 4 & 1" (binary_expression "*(byte *)(param_1 + 0x1f) >> 4" (pointer_expression "*(byte *)(param_1 + 0x1f)" * (cast_expression "(byte *)(param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1f)" ( (binary_expression "param_1 + 0x1f" identifier + number_literal) )))) >> number_literal) & number_literal) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) & LIT) ;) })))
(function_definition "byte FUN_00201d50(long param_1)\n\n{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" (type_identifier "byte") (function_declarator "FUN_00201d50(long param_1)" (identifier "FUN_00201d50") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(byte *)(param_1 + 0x1f) >> 4 & 1;\n}" ({ "{") (return_statement "return *(byte *)(param_1 + 0x1f) >> 4 & 1;" (return "return") (binary_expression "*(byte *)(param_1 + 0x1f) >> 4 & 1" (binary_expression "*(byte *)(param_1 + 0x1f) >> 4" (pointer_expression "*(byte *)(param_1 + 0x1f)" (* "*") (cast_expression "(byte *)(param_1 + 0x1f)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1f)" (( "(") (binary_expression "param_1 + 0x1f" (identifier "param_1") (+ "+") (number_literal "0x1f")) () ")")))) (>> ">>") (number_literal "4")) (& "&") (number_literal "1")) (; ";")) (} "}")))
/* DWARF original prototype: bool is_relative(Output_reloc<9,_false,_64,_false> * this) */ bool __thiscall gold::Output_reloc<9,_false,_64,_false>::is_relative(Output_reloc<9,_false,_64,_false> *this) { return (bool)((byte)this->field_0x1f >> 4 & 1); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (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))))))
null
byte MASKED(long param_1) { return *(byte *)(param_1 + 0x1f) >> 4 & 1; }
9151_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
~stdio_filebuf
FUN_003233e0
/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */ void __thiscall stdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf (stdio_filebuf<char,std::char_traits<char>> *this) { *(undefined ***)this = &PTR__filebuf_00457568; std::filebuf::close((filebuf *)this); std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68)); *(undefined ***)this = &PTR__streambuf_00456690; std::locale::~locale((locale *)(this + 0x38)); return; }
void FUN_003233e0(undefined8 *param_1) { *param_1 = &PTR_FUN_00457568; FUN_0031de50(); thunk_FUN_002f24d0(param_1 + 0xd); *param_1 = &PTR_FUN_00456690; FUN_002f43a0(param_1 + 7); return; }
LEA RAX,[0x457558] PUSH RBX MOV RBX,RDI ADD RAX,0x10 MOV qword ptr [RDI],RAX CALL 0x0031de50 LEA RDI,[RBX + 0x68] CALL 0x002f2520 LEA RAX,[0x456680] LEA RDI,[RBX + 0x38] ADD RAX,0x10 MOV qword ptr [RBX],RAX POP RBX JMP 0x002f43a0
null
null
null
null
[(u'PTRADD_-1204997023', u'CAST_-1204996957'), (u'PTRADD_-1204997045', u'CAST_-1204996974'), ('const-1', u'PTRADD_-1204997045'), ('const-4552040', u'PTRSUB_-1204996983'), ('const-1', u'PTRADD_-1204997023'), (u'CAST_-1204996974', u'CALL_-1204997095'), (u'CAST_-1204996957', u'CALL_-1204997052'), ('const-433', u'STORE_-1204997119'), ('tmp_126', u'CAST_-1204996984'), ('const-0', u'PTRSUB_-1204996952'), ('const-0', u'RETURN_-1204997048'), ('tmp_126', u'PTRADD_-1204997023'), (u'CAST_-1204996980', u'CALL_-1204997109'), ('const-56', u'PTRADD_-1204997023'), ('const-433', u'STORE_-1204997065'), (u'PTRSUB_-1204996983', u'STORE_-1204997119'), (u'PTRSUB_-1204996952', u'STORE_-1204997065'), ('const-0', u'PTRSUB_-1204996983'), ('tmp_126', u'CAST_-1204996948'), ('const-104', u'PTRADD_-1204997045'), ('tmp_126', u'CAST_-1204996980'), (u'CAST_-1204996948', u'STORE_-1204997065'), (u'CAST_-1204996984', u'STORE_-1204997119'), ('tmp_126', u'PTRADD_-1204997045'), ('const-4548240', u'PTRSUB_-1204996952')]
[(u'PTRSUB_-1204996983', u'STORE_-1204997119'), ('const-0', u'PTRSUB_-1204996952'), ('const-13', u'PTRADD_-1204996975'), ('tmp_219', u'STORE_-1204997065'), (u'PTRSUB_-1204996952', u'STORE_-1204997065'), ('tmp_219', u'PTRADD_-1204996975'), ('const-7', u'PTRADD_-1204996958'), ('const-4548240', u'PTRSUB_-1204996952'), ('const-0', u'PTRSUB_-1204996983'), ('const-433', u'STORE_-1204997065'), ('const-0', u'RETURN_-1204997048'), (u'PTRADD_-1204996958', u'CALL_-1204997052'), ('const-8', u'PTRADD_-1204996975'), (u'PTRADD_-1204996975', u'CALL_-1204997095'), ('const-433', u'STORE_-1204997119'), ('const-4552040', u'PTRSUB_-1204996983'), ('const-8', u'PTRADD_-1204996958'), ('tmp_219', u'PTRADD_-1204996958'), ('tmp_219', u'STORE_-1204997119')]
null
null
003233e0
x64
O2
(translation_unit "void FUN_003233e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}\n\n" (function_definition "void FUN_003233e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" primitive_type (function_declarator "FUN_003233e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00457568;" (assignment_expression "*param_1 = &PTR_FUN_00457568" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457568" & identifier)) ;) (expression_statement "FUN_0031de50();" (call_expression "FUN_0031de50()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002f24d0(param_1 + 0xd);" (call_expression "thunk_FUN_002f24d0(param_1 + 0xd)" identifier (argument_list "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &PTR_FUN_00456690;" (assignment_expression "*param_1 = &PTR_FUN_00456690" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00456690" & identifier)) ;) (expression_statement "FUN_002f43a0(param_1 + 7);" (call_expression "FUN_002f43a0(param_1 + 7)" identifier (argument_list "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */\n\nvoid __thiscall\nstdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{\n *(undefined ***)this = &PTR__filebuf_00457568;\n std::filebuf::close((filebuf *)this);\n std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68));\n *(undefined ***)this = &PTR__streambuf_00456690;\n std::locale::~locale((locale *)(this + 0x38));\n return;\n}\n\n" comment (declaration "void __thiscall\nstdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{\n *(undefined ***)this = &PTR__filebuf_00457568;" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR "<char" < primitive_type) , (ERROR "std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{" identifier : : identifier < primitive_type >> : : ~ (function_declarator "stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)" identifier (parameter_list "(stdio_filebuf<char,std::char_traits<char>> *this)" ( (parameter_declaration "stdio_filebuf" type_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)) ))) {) (init_declarator "*(undefined ***)this = &PTR__filebuf_00457568" (pointer_declarator "*(undefined ***)this" * (parenthesized_declarator "(undefined ***)this" ( (ERROR "undefined" identifier) (pointer_declarator "***)this" * (pointer_declarator "**)this" * (pointer_declarator "*)this" * (ERROR ")" )) identifier))) ))) = (pointer_expression "&PTR__filebuf_00457568" & identifier)) ;) (labeled_statement "std::filebuf::close((filebuf *)this);" statement_identifier : (ERROR ":" :) (labeled_statement "filebuf::close((filebuf *)this);" statement_identifier : (ERROR ":" :) (expression_statement "close((filebuf *)this);" (call_expression "close((filebuf *)this)" identifier (argument_list "((filebuf *)this)" ( (cast_expression "(filebuf *)this" ( (type_descriptor "filebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (labeled_statement "std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68));" statement_identifier (ERROR "::__basic_file<char>:" : : (binary_expression "__basic_file<char" identifier < identifier) > :) : (expression_statement "~__basic_file((__basic_file<char> *)(this + 0x68));" (unary_expression "~__basic_file((__basic_file<char> *)(this + 0x68))" ~ (call_expression "__basic_file((__basic_file<char> *)(this + 0x68))" identifier (argument_list "((__basic_file<char> *)(this + 0x68))" ( (call_expression "(__basic_file<char> *)(this + 0x68)" (parenthesized_expression "(__basic_file<char> *)" ( (binary_expression "__basic_file<char> *" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(this + 0x68)" ( (binary_expression "this + 0x68" identifier + number_literal) ))) )))) ;)) (expression_statement "*(undefined ***)this = &PTR__streambuf_00456690;" (assignment_expression "*(undefined ***)this = &PTR__streambuf_00456690" (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__streambuf_00456690" & identifier)) ;) (labeled_statement "std::locale::~locale((locale *)(this + 0x38));" statement_identifier : (ERROR ":" :) (labeled_statement "locale::~locale((locale *)(this + 0x38));" statement_identifier : (ERROR ":" :) (expression_statement "~locale((locale *)(this + 0x38));" (unary_expression "~locale((locale *)(this + 0x38))" ~ (call_expression "locale((locale *)(this + 0x38))" identifier (argument_list "((locale *)(this + 0x38))" ( (cast_expression "(locale *)(this + 0x38)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) ))) )))) ;))) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_003233e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}\n\n" (function_definition "void FUN_003233e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" primitive_type (function_declarator "FUN_003233e0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00457568;" (assignment_expression "*param_1 = &PTR_FUN_00457568" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457568" & identifier)) ;) (expression_statement "FUN_0031de50();" (call_expression "FUN_0031de50()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002f24d0(param_1 + 0xd);" (call_expression "thunk_FUN_002f24d0(param_1 + 0xd)" identifier (argument_list "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &PTR_FUN_00456690;" (assignment_expression "*param_1 = &PTR_FUN_00456690" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00456690" & identifier)) ;) (expression_statement "FUN_002f43a0(param_1 + 7);" (call_expression "FUN_002f43a0(param_1 + 7)" identifier (argument_list "(param_1 + 7)" ( (binary_expression "param_1 + 7" 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)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_003233e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003233e0(undefined8 *param_1)" (identifier "FUN_003233e0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00457568;\n FUN_0031de50();\n thunk_FUN_002f24d0(param_1 + 0xd);\n *param_1 = &PTR_FUN_00456690;\n FUN_002f43a0(param_1 + 7);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00457568;" (assignment_expression "*param_1 = &PTR_FUN_00457568" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00457568" (& "&") (identifier "PTR_FUN_00457568"))) (; ";")) (expression_statement "FUN_0031de50();" (call_expression "FUN_0031de50()" (identifier "FUN_0031de50") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_002f24d0(param_1 + 0xd);" (call_expression "thunk_FUN_002f24d0(param_1 + 0xd)" (identifier "thunk_FUN_002f24d0") (argument_list "(param_1 + 0xd)" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00456690;" (assignment_expression "*param_1 = &PTR_FUN_00456690" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00456690" (& "&") (identifier "PTR_FUN_00456690"))) (; ";")) (expression_statement "FUN_002f43a0(param_1 + 7);" (call_expression "FUN_002f43a0(param_1 + 7)" (identifier "FUN_002f43a0") (argument_list "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */ void __thiscall stdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf (stdio_filebuf<char,std::char_traits<char>> *var_4) { *(type_2 ***)var_4 = &PTR__filebuf_00457568; std::filebuf::var_1((type_1 *)var_4); std::var_2<var_3>::~var_2((var_2<var_3> *)(var_4 + 0x68)); *(type_2 ***)var_4 = &PTR__streambuf_00456690; std::locale::~var_5((var_5 *)(var_4 + 0x38)); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00457568; FUN_0031de50(); thunk_FUN_002f24d0(param_1 + 0xd); *param_1 = &PTR_FUN_00456690; FUN_002f43a0(param_1 + 7); return; }
84_expand_and_expand_strip.c
get_quoting_style
FUN_00104d90
quoting_style get_quoting_style(quoting_options *o) { if (o == (quoting_options *)0x0) { o = &default_quoting_options; } return o->style; }
undefined4 FUN_00104d90(undefined4 *param_1) { if (param_1 == (undefined4 *)0x0) { param_1 = (undefined4 *)&DAT_0010b3c0; } return *param_1; }
TEST RDI,RDI LEA RAX,[0x10b3c0] CMOVZ RDI,RAX MOV EAX,dword ptr [RDI] RET
null
null
null
null
[(u'PTRSUB_-1206956567', u'MULTIEQUAL_-1206956557'), ('tmp_30', u'CBRANCH_-1206956629'), ('const-0', u'PTRSUB_-1206956567'), (u'MULTIEQUAL_-1206956557', u'PTRSUB_-1206956547'), ('const-433', u'LOAD_-1206956626'), ('const-1094592', u'PTRSUB_-1206956567'), (u'PTRSUB_-1206956547', u'LOAD_-1206956626'), ('const-0', u'RETURN_-1206956611'), (u'INT_EQUAL_-1206956641', u'CBRANCH_-1206956629'), (u'LOAD_-1206956626', u'COPY_-1206956617'), ('tmp_52', u'INT_EQUAL_-1206956641'), ('tmp_52', u'MULTIEQUAL_-1206956557'), (u'COPY_-1206956617', u'RETURN_-1206956611'), ('const-0', u'PTRSUB_-1206956547'), ('const-0', u'INT_EQUAL_-1206956641')]
[('tmp_61', u'INT_EQUAL_-1206956641'), (u'PTRSUB_-1206956567', u'CAST_-1206956554'), (u'CAST_-1206956554', u'MULTIEQUAL_-1206956558'), ('tmp_30', u'CBRANCH_-1206956629'), (u'COPY_-1206956614', u'RETURN_-1206956611'), ('const-0', u'PTRSUB_-1206956567'), (u'MULTIEQUAL_-1206956558', u'LOAD_-1206956626'), ('const-0', u'RETURN_-1206956611'), (u'INT_EQUAL_-1206956641', u'CBRANCH_-1206956629'), (u'LOAD_-1206956626', u'COPY_-1206956614'), ('const-1094592', u'PTRSUB_-1206956567'), ('const-0', u'INT_EQUAL_-1206956641'), ('const-433', u'LOAD_-1206956626'), ('tmp_61', u'MULTIEQUAL_-1206956558')]
null
null
00104d90
x64
O2
(translation_unit "undefined4 FUN_00104d90(undefined4 *param_1)\n\n{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_00104d90(undefined4 *param_1)\n\n{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" type_identifier (function_declarator "FUN_00104d90(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" { (if_statement "if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\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 param_1 = (undefined4 *)&DAT_0010b3c0;\n }" { (expression_statement "param_1 = (undefined4 *)&DAT_0010b3c0;" (assignment_expression "param_1 = (undefined4 *)&DAT_0010b3c0" identifier = (cast_expression "(undefined4 *)&DAT_0010b3c0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0010b3c0" & identifier))) ;) })) (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit "quoting_style get_quoting_style(quoting_options *o)\n\n{\n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n return o->style;\n}\n\n" (function_definition "quoting_style get_quoting_style(quoting_options *o)\n\n{\n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n return o->style;\n}" type_identifier (function_declarator "get_quoting_style(quoting_options *o)" identifier (parameter_list "(quoting_options *o)" ( (parameter_declaration "quoting_options *o" type_identifier (pointer_declarator "*o" * identifier)) ))) (compound_statement "{\n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n return o->style;\n}" { (if_statement "if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }" if (parenthesized_expression "(o == (quoting_options *)0x0)" ( (binary_expression "o == (quoting_options *)0x0" identifier == (cast_expression "(quoting_options *)0x0" ( (type_descriptor "quoting_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n o = &default_quoting_options;\n }" { (expression_statement "o = &default_quoting_options;" (assignment_expression "o = &default_quoting_options" identifier = (pointer_expression "&default_quoting_options" & identifier)) ;) })) (return_statement "return o->style;" return (field_expression "o->style" identifier -> field_identifier) ;) })))
(translation_unit "undefined4 FUN_00104d90(undefined4 *param_1)\n\n{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_00104d90(undefined4 *param_1)\n\n{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" type_identifier (function_declarator "FUN_00104d90(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" { (if_statement "if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\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 param_1 = (undefined4 *)&DAT_0010b3c0;\n }" { (expression_statement "param_1 = (undefined4 *)&DAT_0010b3c0;" (assignment_expression "param_1 = (undefined4 *)&DAT_0010b3c0" identifier = (cast_expression "(undefined4 *)&DAT_0010b3c0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0010b3c0" & identifier))) ;) })) (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) })) (return_statement return (pointer_expression * IDENT) ;) })))
(function_definition "undefined4 FUN_00104d90(undefined4 *param_1)\n\n{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00104d90(undefined4 *param_1)" (identifier "FUN_00104d90") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\n }\n return *param_1;\n}" ({ "{") (if_statement "if (param_1 == (undefined4 *)0x0) {\n param_1 = (undefined4 *)&DAT_0010b3c0;\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 param_1 = (undefined4 *)&DAT_0010b3c0;\n }" ({ "{") (expression_statement "param_1 = (undefined4 *)&DAT_0010b3c0;" (assignment_expression "param_1 = (undefined4 *)&DAT_0010b3c0" (identifier "param_1") (= "=") (cast_expression "(undefined4 *)&DAT_0010b3c0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0010b3c0" (& "&") (identifier "DAT_0010b3c0")))) (; ";")) (} "}"))) (return_statement "return *param_1;" (return "return") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (; ";")) (} "}")))
type_1 function_1(type_2 *var_1) { if (var_1 == (type_2 *)0x0) { var_1 = &default_quoting_options; } return var_1->style; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (return_statement (pointer_expression argument: (identifier))))))
null
undefined4 MASKED(undefined4 *param_1) { if (param_1 == (undefined4 *)0x0) { param_1 = (undefined4 *)&DAT_0010b3c0; } return *param_1; }
5364_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
Output_reloc
FUN_00271d50
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this) */ void __thiscall gold::Output_reloc<4,_false,_64,_true>::Output_reloc(Output_reloc<4,_false,_64,_true> *this) { (this->rel_).local_sym_index_ = 0xfffffffc; return; }
void FUN_00271d50(long param_1) { *(undefined4 *)(param_1 + 0x18) = 0xfffffffc; return; }
MOV dword ptr [RDI + 0x18],0xfffffffc RET
null
null
null
null
[('const-433', u'STORE_-1204282027'), ('const-0', u'PTRSUB_-1204281959'), (u'PTRSUB_-1204281959', u'PTRSUB_-1204281957'), (u'PTRSUB_-1204281957', u'STORE_-1204282027'), ('tmp_18', u'PTRSUB_-1204281959'), ('const-24', u'PTRSUB_-1204281957'), ('const-4294967292', u'STORE_-1204282027'), ('const-0', u'RETURN_-1204282010')]
[('tmp_18', u'INT_ADD_-1204282013'), ('const-433', u'STORE_-1204282027'), (u'CAST_-1204281961', u'STORE_-1204282027'), (u'INT_ADD_-1204282013', u'CAST_-1204281961'), ('const-4294967292', u'STORE_-1204282027'), ('const-0', u'RETURN_-1204282010'), ('const-24', u'INT_ADD_-1204282013')]
null
null
00271d50
x64
O2
(translation_unit "void FUN_00271d50(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}\n\n" (function_definition "void FUN_00271d50(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" primitive_type (function_declarator "FUN_00271d50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" { (expression_statement "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_64,_true>::Output_reloc(Output_reloc<4,_false,_64,_true> *this)\n\n{\n (this->rel_).local_sym_index_ = 0xfffffffc;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<4,_false,_64,_true>::Output_reloc(Output_reloc<4,_false,_64,_true> *this)\n\n{\n (this->rel_).local_sym_index_ = 0xfffffffc;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::" identifier > : :) (init_declarator "Output_reloc(Output_reloc<4,_false,_64,_true> *this)\n\n{\n (this->rel_).local_sym_index_ = 0xfffffffc" (function_declarator "Output_reloc(Output_reloc<4,_false,_64,_true> *this)\n\n{\n (this->rel_).local_sym_index_" (function_declarator "Output_reloc(Output_reloc<4,_false,_64,_true> *this)" identifier (parameter_list "(Output_reloc<4,_false,_64,_true> *this)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) (ERROR "{" {) (parameter_list "(this->rel_)" ( (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) )) (ERROR "." .) identifier) = number_literal) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00271d50(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}\n\n" (function_definition "void FUN_00271d50(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" primitive_type (function_declarator "FUN_00271d50(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" { (expression_statement "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (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 ;) })))
(function_definition "void FUN_00271d50(long param_1)\n\n{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00271d50(long param_1)" (identifier "FUN_00271d50") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n *(undefined4 *)(param_1 + 0x18) = 0xfffffffc;\n return;\n}" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = 0xfffffffc" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0xfffffffc")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this) */ void __thiscall gold::function_1<4,type_1,type_2,type_3>::function_1(function_1<4,type_1,type_2,type_3> *type_4) { (type_4->rel_).function_2 = 0xfffffffc; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(long param_1) { *(undefined4 *)(param_1 + 0x18) = 0xfffffffc; return; }
54_sg_inq_and_sg_inq_strip.c
safe_strerror
safe_strerror
void safe_strerror(void) { (*(code *)PTR_safe_strerror_0011af50)(); return; }
void safe_strerror(void) { (*(code *)PTR_safe_strerror_0011af50)(); return; }
JMP qword ptr [0x0011af50]
null
null
null
null
[('tmp_22', u'CAST_-1206950999'), ('const-0', u'RETURN_-1206951061'), (u'INDIRECT_-1206951004', u'COPY_-1206951063'), (u'CAST_-1206950999', u'CALLIND_-1206951064'), (u'CALLIND_-1206951064', u'INDIRECT_-1206951004')]
[('tmp_22', u'CAST_-1206950999'), ('const-0', u'RETURN_-1206951061'), (u'INDIRECT_-1206951004', u'COPY_-1206951063'), (u'CAST_-1206950999', u'CALLIND_-1206951064'), (u'CALLIND_-1206951064', u'INDIRECT_-1206951004')]
null
null
00106360
x64
O2
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_0011af50)();" (call_expression "(*(code *)PTR_safe_strerror_0011af50)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_0011af50)" ( (pointer_expression "*(code *)PTR_safe_strerror_0011af50" * (cast_expression "(code *)PTR_safe_strerror_0011af50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_0011af50)();" (call_expression "(*(code *)PTR_safe_strerror_0011af50)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_0011af50)" ( (pointer_expression "*(code *)PTR_safe_strerror_0011af50" * (cast_expression "(code *)PTR_safe_strerror_0011af50" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}\n\n" (function_definition "void safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" primitive_type (function_declarator "safe_strerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" { (expression_statement "(*(code *)PTR_safe_strerror_0011af50)();" (call_expression "(*(code *)PTR_safe_strerror_0011af50)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_0011af50)" ( (pointer_expression "*(code *)PTR_safe_strerror_0011af50" * (cast_expression "(code *)PTR_safe_strerror_0011af50" ( (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 safe_strerror(void)\n\n{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" (primitive_type "void") (function_declarator "safe_strerror(void)" (identifier "safe_strerror") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_safe_strerror_0011af50)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_safe_strerror_0011af50)();" (call_expression "(*(code *)PTR_safe_strerror_0011af50)()" (parenthesized_expression "(*(code *)PTR_safe_strerror_0011af50)" (( "(") (pointer_expression "*(code *)PTR_safe_strerror_0011af50" (* "*") (cast_expression "(code *)PTR_safe_strerror_0011af50" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_safe_strerror_0011af50"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_safe_strerror_0011af50)(); 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_0011af50)(); return; }
5135_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
add_relative
FUN_00222d00
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_relative(Output_data_reloc<4,_false,_64,_true> * this, uint type, Output_data * od, Address address, Addend addend) */ void __thiscall gold::Output_data_reloc<4,_false,_64,_true>::add_relative (Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address, Addend addend) { size_t *psVar1; uint uVar2; iterator __position; Output_reloc<4,_false,_64,_true> *pOVar3; long lVar4; anon_union_8_4_c82d8563_for_u1_ local_48; Sized_relobj<64,_true> *pSStack_40; Address local_38; undefined7 uStack_30; byte bStack_29; int local_28; undefined4 uStack_24; Addend AStack_20; Output_reloc<9,_false,_64,_true>::Output_reloc ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true); __position._M_current = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_. super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ._M_impl._M_finish; AStack_20 = addend; if (__position._M_current == (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_. super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ._M_impl._M_end_of_storage) { std:: vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&> (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position, (Output_reloc<4,_false,_64,_true> *)&local_48); pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_. super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ._M_impl._M_finish; } else { pOVar3 = __position._M_current + 1; ((__position._M_current)->rel_).u1_ = local_48; ((__position._M_current)->rel_).u2_.relobj = pSStack_40; ((__position._M_current)->rel_).address_ = local_38; *(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30); *(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28); (__position._M_current)->addend_ = addend; (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_. super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ._M_impl._M_finish = pOVar3; } lVar4 = (long)pOVar3 - (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_. super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_> ._M_impl._M_start >> 4; if (((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2) == 0) { (this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ = lVar4 << 3; if ((bStack_29 & 0x10) != 0) { psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>). super_Output_data_reloc_generic.relative_reloc_count_; *psVar1 = *psVar1 + 1; } if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0)) { uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_; if (uVar2 == 0) { (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1; } (pSStack_40->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"); }
void FUN_00222d00(long param_1) { undefined8 *puVar1; undefined8 *puVar2; long lVar3; undefined8 in_R8; undefined8 local_48; long lStack_40; undefined8 local_38; undefined7 uStack_30; byte bStack_29; int local_28; undefined4 uStack_24; undefined8 uStack_20; FUN_002028d0(&local_48); puVar1 = *(undefined8 **)(param_1 + 0x50); uStack_20 = in_R8; if (puVar1 == *(undefined8 **)(param_1 + 0x58)) { FUN_00222150(param_1 + 0x48,puVar1,&local_48); puVar2 = *(undefined8 **)(param_1 + 0x50); } else { puVar2 = puVar1 + 6; *puVar1 = local_48; puVar1[1] = lStack_40; puVar1[2] = local_38; puVar1[3] = CONCAT17(bStack_29,uStack_30); puVar1[4] = CONCAT44(uStack_24,local_28); puVar1[5] = in_R8; *(undefined8 **)(param_1 + 0x50) = puVar2; } lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4; if ((*(byte *)(param_1 + 0x20) & 2) == 0) { *(long *)(param_1 + 0x10) = lVar3 << 3; if ((bStack_29 & 0x10) != 0) { *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1; } if ((local_28 != -4) && (lStack_40 != 0)) { if (*(int *)(lStack_40 + 0xa4) == 0) { *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1; } *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1; } return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child"); }
PUSH R12 MOV R12,R8 MOV R8D,0x1 PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x30 MOV RBP,RSP MOV RDI,RBP CALL 0x002028d0 MOV qword ptr [RSP + 0x28],R12 MOV RSI,qword ptr [RBX + 0x50] CMP RSI,qword ptr [RBX + 0x58] JZ 0x00222dd0 MOVDQA XMM0,xmmword ptr [RSP] ADD RSI,0x30 MOVUPS xmmword ptr [RSI + -0x30],XMM0 MOVDQA XMM1,xmmword ptr [RSP + 0x10] MOVUPS xmmword ptr [RSI + -0x20],XMM1 MOVDQA XMM2,xmmword ptr [RSP + 0x20] MOVUPS xmmword ptr [RSI + -0x10],XMM2 MOV qword ptr [RBX + 0x50],RSI MOV RAX,-0x5555555555555555 SUB RSI,qword ptr [RBX + 0x48] SAR RSI,0x4 IMUL RAX,RSI SHL RSI,0x3 TEST byte ptr [RBX + 0x20],0x2 JNZ 0x00222de5 MOV qword ptr [RBX + 0x10],RSI TEST byte ptr [RSP + 0x1f],0x10 JNZ 0x00222db0 CMP dword ptr [RSP + 0x20],-0x4 JZ 0x00222da6 MOV RDX,qword ptr [RSP + 0x8] TEST RDX,RDX JZ 0x00222da6 MOV ECX,dword ptr [RDX + 0xa4] TEST ECX,ECX JZ 0x00222dc0 ADD ECX,0x1 MOV dword ptr [RDX + 0xa4],ECX ADD RSP,0x30 POP RBX POP RBP POP R12 RET ADD qword ptr [RBX + 0x38],0x1 JMP 0x00222d82 SUB EAX,0x1 MOV dword ptr [RDX + 0xa0],EAX JMP 0x00222d9d LEA RDI,[RBX + 0x48] MOV RDX,RBP CALL 0x00222150 MOV RSI,qword ptr [RBX + 0x50] JMP 0x00222d57 LEA RDX,[0x380c80] MOV ESI,0x231 LEA RDI,[0x373454] CALL 0x0017c650
null
null
null
null
[('const-72', u'PTRSUB_-1203949554'), ('const-0', u'PTRSUB_-1203949478'), ('const-72', u'PTRSUB_-1203949416'), (u'CALL_-1203949796', u'INDIRECT_-1203949504'), (u'PTRSUB_-1203949617', u'PTRSUB_-1203949582'), ('const-8', u'PTRSUB_-1203949559'), (u'INDIRECT_-1203949712', u'STORE_-1203949759'), (u'CALL_-1203950278', u'INDIRECT_-1203949716'), (u'PTRSUB_-1203949389', u'PTRSUB_-1203949377'), (u'PTRSUB_-1203949568', u'PTRSUB_-1203949537'), ('const-0', u'PTRSUB_-1203949571'), (u'PTRSUB_-1203949501', u'PTRSUB_-1203949488'), ('tmp_879', u'PTRSUB_-1203949442'), (u'MULTIEQUAL_-1203949649', u'INT_NOTEQUAL_-1203949966'), (u'CAST_-1203949482', u'INT_SUB_-1203950138'), ('tmp_775', u'BRANCH_-1203949845'), ('const-0', u'SUBPIECE_-1203949575'), ('const-2863311531', u'INT_MULT_-1203950074'), (u'CALL_-1203949796', u'INDIRECT_-1203949509'), ('tmp_883', u'COPY_-1203949604'), (u'PTRSUB_-1203949571', u'PTRSUB_-1203949559'), (u'MULTIEQUAL_-1203949631', u'INT_NOTEQUAL_-1203949991'), ('const-16', u'PTRSUB_-1203949467'), (u'CALL_-1203950278', u'INDIRECT_-1203949708'), (u'PTRSUB_-1203949480', u'PTRSUB_-1203949471'), (u'LOAD_-1203950268', u'PTRSUB_-1203949605'), (u'PTRSUB_-1203949604', u'PTRSUB_-1203949579'), (u'PTRSUB_-1203949434', u'LOAD_-1203949866'), ('tmp_879', u'PTRSUB_-1203949478'), (u'PTRSUB_-1203949467', u'STORE_-1203950032'), (u'CALL_-1203950278', u'INDIRECT_-1203949703'), ('const-0', u'PTRSUB_-1203949428'), ('const-433', u'LOAD_-1203950268'), ('tmp_638', u'CBRANCH_-1203949941'), (u'PTRADD_-1203949624', u'STORE_-1203950177'), ('const-0', u'INT_NOTEQUAL_-1203950012'), ('const-0', u'PTRSUB_-1203949512'), ('const-1', u'INT_SUB_-1203949849'), (u'INT_SUB_-1203949849', u'STORE_-1203949853'), (u'PTRSUB_-1203949496', u'PTRSUB_-1203949468'), (u'PTRSUB_-1203949603', u'PTRSUB_-1203949570'), (u'PTRSUB_-1203949520', u'PTRSUB_-1203949510'), ('const-32', u'PTRSUB_-1203949474'), (u'PTRSUB_-1203949646', u'PTRSUB_-1203949610'), (u'PTRSUB_-1203949457', u'PTRSUB_-1203949430'), ('tmp_881', u'CALL_-1203950278'), (u'CAST_-1203949501', u'STORE_-1203949728'), (u'INT_NOTEQUAL_-1203950012', u'CBRANCH_-1203950008'), ('const-433', u'LOAD_-1203950051'), ('const-0', u'PTRSUB_-1203949451'), (u'INDIRECT_-1203949708', u'STORE_-1203949744'), ('tmp_882', u'CALL_-1203950278'), (u'PTRSUB_-1203949668', u'CAST_-1203949558'), ('const-433', u'STORE_-1203949728'), ('const-433', u'LOAD_-1203950261'), ('tmp_866', u'BRANCH_-1203949786'), ('tmp_118', u'CBRANCH_-1203950243'), ('const-1', u'INT_ADD_-1203949922'), ('const-433', u'STORE_-1203949743'), (u'CALL_-1203950278', u'INDIRECT_-1203949699'), (u'INT_NOTEQUAL_-1203949966', u'CBRANCH_-1203949965'), ('const-0', u'PTRSUB_-1203949471'), (u'INT_EQUAL_-1203949942', u'CBRANCH_-1203949941'), ('const-0', u'PTRSUB_-1203949640'), (u'PTRSUB_-1203949537', u'PTRSUB_-1203949566'), (u'LOAD_-1203950268', u'PTRSUB_-1203949603'), ('const-0', u'PTRSUB_-1203949521'), (u'LOAD_-1203950051', u'INT_AND_-1203950025'), (u'PTRSUB_-1203949584', u'PTRSUB_-1203949554'), (u'CALL_-1203950278', u'INDIRECT_-1203949694'), ('const-1', u'CALL_-1203950278'), ('const-0', u'PTRSUB_-1203949646'), (u'PTRSUB_-1203949618', u'PTRSUB_-1203949583'), (u'PTRSUB_-1203949434', u'STORE_-1203949863'), ('const-0', u'PTRSUB_-1203949549'), (u'PTRSUB_-1203949510', u'STORE_-1203950177'), (u'PTRSUB_-1203949554', u'LOAD_-1203950261'), (u'INDIRECT_-1203949496', u'MULTIEQUAL_-1203949623'), ('const-0', u'PTRSUB_-1203949566'), (u'PTRSUB_-1203949571', u'STORE_-1203949744'), (u'PTRSUB_-1203949549', u'PTRSUB_-1203949520'), ('const-433', u'STORE_-1203949744'), ('const-433', u'STORE_-1203949727'), ('const-4', u'INT_SRIGHT_-1203950114'), ('const-433', u'STORE_-1203949863'), (u'PTRSUB_-1203949511', u'PTRSUB_-1203949482'), (u'LOAD_-1203950268', u'PTRADD_-1203949624'), (u'COPY_-1203949604', u'MULTIEQUAL_-1203949623'), ('const-433', u'STORE_-1203949853'), (u'INDIRECT_-1203949504', u'MULTIEQUAL_-1203949631'), (u'PTRSUB_-1203949667', u'CAST_-1203949368'), (u'PTRSUB_-1203949403', u'PTRSUB_-1203949389'), (u'MULTIEQUAL_-1203949649', u'PTRSUB_-1203949511'), ('const-0', u'PTRSUB_-1203949534'), (u'CALL_-1203949771', u'INDIRECT_-1203949462'), ('const-1', u'PTRADD_-1203949624'), (u'PTRSUB_-1203949482', u'LOAD_-1203949964'), ('const-0', u'PTRSUB_-1203949457'), ('const-433', u'LOAD_-1203949866'), (u'INDIRECT_-1203949699', u'PIECE_-1203949666'), (u'PTRSUB_-1203949534', u'PTRSUB_-1203949520'), ('const-16', u'INT_AND_-1203949999'), ('const-3617876', u'COPY_-1203949503'), (u'PTRSUB_-1203949521', u'STORE_-1203949759'), ('const-0', u'PTRSUB_-1203949538'), (u'CALL_-1203949796', u'INDIRECT_-1203949496'), (u'LOAD_-1203949964', u'INT_ADD_-1203949922'), ('const-0', u'PTRSUB_-1203949493'), ('const-433', u'STORE_-1203949759'), ('tmp_880', u'CALL_-1203950278'), (u'CAST_-1203949512', u'STORE_-1203949743'), ('const-0', u'PTRSUB_-1203949617'), (u'PTRSUB_-1203949538', u'PTRSUB_-1203949518'), (u'INT_AND_-1203950025', u'INT_EQUAL_-1203950039'), (u'PTRSUB_-1203949474', u'LOAD_-1203950051'), ('tmp_879', u'PTRSUB_-1203949428'), ('tmp_879', u'PTRSUB_-1203949646'), ('const-1', u'INT_ADD_-1203949848'), (u'PTRSUB_-1203949488', u'PTRSUB_-1203949479'), ('const--72', u'PTRSUB_-1203949667'), (u'PTRSUB_-1203949566', u'PTRSUB_-1203949538'), ('const-0', u'PTRSUB_-1203949520'), ('const-561', u'CALL_-1203949771'), ('const-3673216', u'COPY_-1203949502'), (u'INT_EQUAL_-1203950039', u'CBRANCH_-1203950035'), ('const-0', u'PTRSUB_-1203949389'), (u'LOAD_-1203949866', u'INT_ADD_-1203949848'), ('tmp_602', u'CBRANCH_-1203949965'), (u'INDIRECT_-1203949716', u'STORE_-1203949760'), (u'INT_LEFT_-1203950066', u'STORE_-1203950032'), (u'PTRADD_-1203949624', u'MULTIEQUAL_-1203949762'), (u'INDIRECT_-1203949694', u'MULTIEQUAL_-1203949631'), (u'PTRSUB_-1203949591', u'PTRSUB_-1203949559'), (u'INT_AND_-1203949999', u'INT_NOTEQUAL_-1203950012'), (u'COPY_-1203949503', u'CALL_-1203949771'), (u'INDIRECT_-1203949690', u'PIECE_-1203949647'), (u'INDIRECT_-1203949522', u'MULTIEQUAL_-1203949649'), (u'MULTIEQUAL_-1203949649', u'PTRSUB_-1203949496'), ('const-8', u'PTRSUB_-1203949368'), ('const-0', u'RETURN_-1203949880'), ('const-0', u'PTRSUB_-1203949501'), ('tmp_879', u'PTRSUB_-1203949541'), (u'PTRSUB_-1203949512', u'PTRSUB_-1203949493'), ('tmp_879', u'PTRSUB_-1203949584'), (u'LOAD_-1203950268', u'INT_EQUAL_-1203950246'), (u'PIECE_-1203949647', u'STORE_-1203949728'), ('const-433', u'STORE_-1203949925'), ('const-0', u'PTRSUB_-1203949511'), (u'LOAD_-1203949964', u'INT_EQUAL_-1203949942'), ('const-0', u'PTRSUB_-1203949565'), ('const-2', u'INT_AND_-1203950025'), (u'PTRSUB_-1203949428', u'PTRSUB_-1203949403'), ('const-160', u'PTRSUB_-1203949430'), ('tmp_490', u'CBRANCH_-1203950035'), ('const-0', u'PTRSUB_-1203949568'), ('const-40', u'PTRSUB_-1203949589'), ('const-8', u'PTRSUB_-1203949510'), (u'PIECE_-1203949666', u'STORE_-1203949743'), (u'LOAD_-1203950261', u'INT_EQUAL_-1203950246'), (u'PTRSUB_-1203949518', u'LOAD_-1203950157'), (u'INT_SRIGHT_-1203950114', u'INT_LEFT_-1203950066'), (u'INT_SRIGHT_-1203950114', u'SUBPIECE_-1203949575'), (u'PTRSUB_-1203949582', u'PTRSUB_-1203949521'), ('const-0', u'PTRSUB_-1203949442'), ('const-0', u'PTRSUB_-1203949584'), ('const-433', u'LOAD_-1203950157'), ('const-56', u'PTRSUB_-1203949434'), (u'LOAD_-1203950268', u'PTRSUB_-1203949591'), (u'LOAD_-1203950268', u'PTRSUB_-1203949617'), ('const--72', u'PTRSUB_-1203949668'), (u'PTRSUB_-1203949520', u'PTRSUB_-1203949501'), ('const-24', u'PTRSUB_-1203949570'), ('tmp_879', u'PTRSUB_-1203949549'), ('const-0', u'PTRSUB_-1203949541'), ('const-0', u'PTRSUB_-1203949377'), (u'INDIRECT_-1203949509', u'MULTIEQUAL_-1203949636'), ('const-433', u'STORE_-1203950032'), ('tmp_883', u'STORE_-1203949727'), (u'CAST_-1203949558', u'CALL_-1203950278'), (u'MULTIEQUAL_-1203949762', u'CAST_-1203949482'), (u'INT_EQUAL_-1203950246', u'CBRANCH_-1203950243'), (u'PTRSUB_-1203949368', u'LOAD_-1203949794'), (u'PTRSUB_-1203949468', u'STORE_-1203949925'), ('const-0', u'PTRSUB_-1203949488'), (u'PTRSUB_-1203949442', u'PTRSUB_-1203949416'), (u'PTRSUB_-1203949640', u'PTRSUB_-1203949604'), ('const-0', u'PTRSUB_-1203949518'), (u'INT_ADD_-1203949848', u'STORE_-1203949863'), (u'PTRSUB_-1203949416', u'CALL_-1203949796'), ('const-433', u'LOAD_-1203949964'), (u'PTRSUB_-1203949589', u'STORE_-1203949727'), ('tmp_1359', u'PTRSUB_-1203949668'), ('const-4294967292', u'INT_NOTEQUAL_-1203949991'), (u'LOAD_-1203950268', u'PTRSUB_-1203949618'), (u'LOAD_-1203950268', u'PTRSUB_-1203949589'), (u'INDIRECT_-1203949703', u'PIECE_-1203949666'), ('const-433', u'STORE_-1203950177'), (u'CALL_-1203949796', u'INDIRECT_-1203949522'), ('const-72', u'PTRSUB_-1203949604'), (u'PTRSUB_-1203949583', u'STORE_-1203949760'), ('const-0', u'PTRSUB_-1203949480'), (u'PTRSUB_-1203949493', u'PTRSUB_-1203949480'), ('const-164', u'PTRSUB_-1203949482'), (u'INT_MULT_-1203950074', u'INT_SUB_-1203949849'), ('const-0', u'PTRSUB_-1203949603'), ('const-16', u'PTRSUB_-1203949554'), ('tmp_879', u'PTRSUB_-1203949568'), ('const-0', u'PTRSUB_-1203949496'), ('const-0', u'PTRSUB_-1203949591'), ('const-0', u'PTRSUB_-1203949585'), (u'INDIRECT_-1203949699', u'MULTIEQUAL_-1203949636'), ('tmp_568', u'CBRANCH_-1203949988'), (u'PTRSUB_-1203949605', u'PTRSUB_-1203949571'), (u'MULTIEQUAL_-1203949649', u'PTRSUB_-1203949457'), ('const-1', u'RETURN_-1203949766'), (u'INDIRECT_-1203949712', u'MULTIEQUAL_-1203949649'), (u'CALL_-1203950278', u'INDIRECT_-1203949690'), (u'CALL_-1203950278', u'INDIRECT_-1203949712'), ('const-72', u'PTRSUB_-1203949610'), ('tmp_826', u'BRANCH_-1203949847'), (u'PTRSUB_-1203949471', u'PTRSUB_-1203949467'), ('tmp_1359', u'PTRSUB_-1203949667'), ('const-433', u'STORE_-1203949760'), (u'PTRSUB_-1203949554', u'PTRSUB_-1203949534'), ('const-0', u'PTRSUB_-1203949520'), ('tmp_532', u'CBRANCH_-1203950008'), ('const-48', u'PTRADD_-1203949624'), ('const-3', u'INT_LEFT_-1203950066'), (u'PTRSUB_-1203949579', u'PTRSUB_-1203949565'), ('const-0', u'INT_EQUAL_-1203950039'), ('const-0', u'PTRSUB_-1203949479'), (u'INT_NOTEQUAL_-1203949991', u'CBRANCH_-1203949988'), (u'PTRSUB_-1203949451', u'PTRSUB_-1203949434'), ('const-32', u'PTRSUB_-1203949559'), (u'INDIRECT_-1203949694', u'PIECE_-1203949647'), ('const-0', u'INT_NOTEQUAL_-1203949966'), (u'COPY_-1203949502', u'CALL_-1203949771'), (u'PTRSUB_-1203949559', u'LOAD_-1203950268'), ('const-0', u'PTRSUB_-1203949583'), (u'PTRSUB_-1203949565', u'PTRSUB_-1203949554'), (u'LOAD_-1203950157', u'CAST_-1203949481'), (u'PTRSUB_-1203949377', u'PTRSUB_-1203949368'), ('const-0', u'PTRSUB_-1203949579'), (u'PTRSUB_-1203949541', u'PTRSUB_-1203949512'), (u'PTRSUB_-1203949570', u'CAST_-1203949512'), (u'INT_SUB_-1203950138', u'INT_SRIGHT_-1203950114'), ('const-16', u'PTRSUB_-1203949571'), ('const-72', u'PTRSUB_-1203949537'), ('const-0', u'INT_EQUAL_-1203949942'), ('const-8', u'PTRSUB_-1203949582'), ('const-0', u'PTRSUB_-1203949618'), (u'SUBPIECE_-1203949575', u'INT_MULT_-1203950074'), (u'LOAD_-1203950268', u'CALL_-1203949796'), (u'PTRSUB_-1203949585', u'PTRSUB_-1203949571'), ('const-433', u'LOAD_-1203949794'), (u'CAST_-1203949481', u'INT_SUB_-1203950138'), (u'LOAD_-1203949794', u'MULTIEQUAL_-1203949762'), (u'CAST_-1203949368', u'CALL_-1203949796'), ('tmp_879', u'PTRSUB_-1203949640'), (u'PTRSUB_-1203949478', u'PTRSUB_-1203949451'), (u'INT_ADD_-1203949922', u'STORE_-1203949925'), (u'PTRSUB_-1203949430', u'STORE_-1203949853'), (u'PTRSUB_-1203949479', u'PTRSUB_-1203949474'), ('const-164', u'PTRSUB_-1203949468'), ('const-0', u'PTRSUB_-1203949605'), ('const-72', u'PTRSUB_-1203949403'), (u'PTRSUB_-1203949610', u'PTRSUB_-1203949585'), (u'PTRSUB_-1203949559', u'CAST_-1203949501'), (u'MULTIEQUAL_-1203949636', u'INT_AND_-1203949999')]
[(u'INT_ADD_-1203950018', u'CAST_-1203949524'), (u'LOAD_-1203950268', u'INT_EQUAL_-1203950246'), (u'CALL_-1203950278', u'INDIRECT_-1203949678'), (u'CALL_-1203949796', u'INDIRECT_-1203949471'), (u'CAST_-1203949614', u'LOAD_-1203950268'), (u'LOAD_-1203949964', u'INT_EQUAL_-1203949942'), ('const-2', u'INT_AND_-1203950025'), ('const-433', u'LOAD_-1203949866'), ('tmp_490', u'CBRANCH_-1203950035'), (u'INT_ADD_-1203949948', u'CAST_-1203949494'), ('tmp_1413', u'INT_ADD_-1203950245'), ('tmp_1413', u'INT_ADD_-1203949796'), (u'LOAD_-1203950261', u'INT_EQUAL_-1203950246'), (u'CAST_-1203949549', u'LOAD_-1203950157'), (u'CAST_-1203949548', u'INT_SUB_-1203950138'), (u'LOAD_-1203950157', u'INT_SUB_-1203950138'), (u'INT_SRIGHT_-1203950114', u'INT_LEFT_-1203950066'), ('const-6', u'PTRADD_-1203949603'), ('const-433', u'LOAD_-1203950157'), ('tmp_775', u'BRANCH_-1203949845'), (u'CALL_-1203950278', u'INDIRECT_-1203949665'), ('const-8', u'PTRADD_-1203949598'), (u'INDIRECT_-1203949669', u'MULTIEQUAL_-1203949606'), ('tmp_1413', u'INT_ADD_-1203950252'), ('const-72', u'INT_ADD_-1203950145'), (u'INT_SRIGHT_-1203950114', u'SUBPIECE_-1203949556'), (u'CAST_-1203949531', u'LOAD_-1203950051'), (u'LOAD_-1203950268', u'PTRADD_-1203949586'), ('const-433', u'STORE_-1203949703'), (u'PTRADD_-1203949587', u'STORE_-1203949719'), ('const-433', u'STORE_-1203950177'), (u'MULTIEQUAL_-1203949611', u'INT_AND_-1203949999'), ('tmp_1410', u'COPY_-1203949670'), ('const-433', u'STORE_-1203949702'), (u'INDIRECT_-1203949674', u'MULTIEQUAL_-1203949611'), ('const-4294967292', u'INT_NOTEQUAL_-1203949991'), (u'PTRSUB_-1203949642', u'CALL_-1203949796'), (u'INT_ADD_-1203949854', u'CAST_-1203949466'), ('const-433', u'STORE_-1203949734'), (u'INDIRECT_-1203949497', u'MULTIEQUAL_-1203949624'), ('const-88', u'INT_ADD_-1203950245'), ('const-2', u'PTRADD_-1203949587'), (u'CAST_-1203949466', u'LOAD_-1203949866'), (u'INDIRECT_-1203949683', u'STORE_-1203949719'), (u'CALL_-1203949796', u'INDIRECT_-1203949479'), (u'INT_ADD_-1203949778', u'CAST_-1203949428'), ('const-164', u'INT_ADD_-1203949948'), ('tmp_638', u'CBRANCH_-1203949941'), (u'INT_EQUAL_-1203950246', u'CBRANCH_-1203950243'), (u'COPY_-1203949478', u'CALL_-1203949771'), ('const-16', u'INT_ADD_-1203950018'), ('const-0', u'INT_NOTEQUAL_-1203950012'), ('const-433', u'LOAD_-1203950268'), ('const-5', u'PTRADD_-1203949574'), (u'INDIRECT_-1203949471', u'MULTIEQUAL_-1203949598'), (u'PTRADD_-1203949603', u'STORE_-1203950177'), ('const--72', u'PTRSUB_-1203949642'), ('const-3', u'INT_LEFT_-1203950066'), (u'CAST_-1203949564', u'STORE_-1203950177'), ('const-433', u'STORE_-1203949925'), ('const-72', u'INT_ADD_-1203949796'), (u'PTRADD_-1203949586', u'STORE_-1203949718'), (u'INT_ADD_-1203949848', u'STORE_-1203949863'), (u'MULTIEQUAL_-1203949624', u'INT_ADD_-1203949911'), (u'CALL_-1203950278', u'INDIRECT_-1203949687'), (u'LOAD_-1203950268', u'PTRADD_-1203949574'), (u'MULTIEQUAL_-1203949765', u'CAST_-1203949548'), (u'CALL_-1203949796', u'INDIRECT_-1203949497'), ('const-8', u'PTRADD_-1203949574'), ('const-433', u'STORE_-1203950032'), (u'INT_NOTEQUAL_-1203950012', u'CBRANCH_-1203950008'), ('const--72', u'PTRSUB_-1203949643'), (u'CALL_-1203950278', u'INDIRECT_-1203949691'), ('tmp_866', u'BRANCH_-1203949786'), (u'INDIRECT_-1203949484', u'MULTIEQUAL_-1203949611'), ('tmp_118', u'CBRANCH_-1203950243'), (u'CAST_-1203949479', u'STORE_-1203949925'), ('const-8', u'PTRADD_-1203949603'), ('const-1', u'INT_ADD_-1203949922'), ('const-8', u'PTRADD_-1203949586'), ('tmp_1413', u'INT_ADD_-1203950018'), (u'CAST_-1203949466', u'STORE_-1203949863'), (u'INT_NOTEQUAL_-1203949966', u'CBRANCH_-1203949965'), (u'CALL_-1203950278', u'INDIRECT_-1203949669'), ('const-8', u'PTRADD_-1203949587'), (u'CAST_-1203949494', u'LOAD_-1203949964'), (u'INT_EQUAL_-1203949942', u'CBRANCH_-1203949941'), ('tmp_1409', u'PTRSUB_-1203949643'), (u'INT_ADD_-1203950163', u'CAST_-1203949564'), (u'CALL_-1203949796', u'INDIRECT_-1203949484'), (u'LOAD_-1203950268', u'PTRADD_-1203949603'), ('tmp_1409', u'PTRSUB_-1203949642'), ('const-4294967295', u'INT_ADD_-1203949850'), (u'LOAD_-1203950051', u'INT_AND_-1203950025'), (u'INDIRECT_-1203949665', u'PIECE_-1203949622'), ('const-3', u'PTRADD_-1203949586'), ('const-160', u'INT_ADD_-1203949839'), (u'LOAD_-1203950268', u'PTRADD_-1203949598'), ('const-433', u'STORE_-1203949735'), (u'CALL_-1203949771', u'INDIRECT_-1203949437'), (u'LOAD_-1203950268', u'PTRADD_-1203949575'), (u'MULTIEQUAL_-1203949624', u'INT_ADD_-1203949948'), (u'PTRADD_-1203949598', u'STORE_-1203949734'), ('const-2863311531', u'INT_MULT_-1203950074'), (u'INT_ADD_-1203950037', u'CAST_-1203949531'), ('tmp_568', u'CBRANCH_-1203949988'), ('tmp_1413', u'INT_ADD_-1203949854'), (u'PIECE_-1203949622', u'STORE_-1203949703'), (u'MULTIEQUAL_-1203949606', u'INT_NOTEQUAL_-1203949991'), ('const-433', u'LOAD_-1203950051'), (u'LOAD_-1203950268', u'STORE_-1203949735'), ('tmp_1413', u'INT_ADD_-1203950163'), (u'INDIRECT_-1203949691', u'STORE_-1203949735'), ('const-1', u'RETURN_-1203949766'), (u'PIECE_-1203949641', u'STORE_-1203949718'), ('const-433', u'STORE_-1203949863'), ('tmp_826', u'BRANCH_-1203949847'), ('const-4', u'PTRADD_-1203949575'), (u'CALL_-1203950278', u'INDIRECT_-1203949683'), (u'LOAD_-1203950268', u'PTRADD_-1203949587'), (u'INT_ADD_-1203950252', u'CAST_-1203949614'), ('const-80', u'INT_ADD_-1203950163'), (u'INT_ADD_-1203950145', u'CAST_-1203949549'), ('const-164', u'INT_ADD_-1203949911'), ('const-80', u'INT_ADD_-1203950252'), (u'LOAD_-1203949794', u'MULTIEQUAL_-1203949765'), ('const-80', u'INT_ADD_-1203949778'), (u'INDIRECT_-1203949479', u'MULTIEQUAL_-1203949606'), (u'COPY_-1203949670', u'MULTIEQUAL_-1203949598'), (u'MULTIEQUAL_-1203949624', u'INT_ADD_-1203949839'), ('tmp_532', u'CBRANCH_-1203950008'), (u'CAST_-1203949609', u'LOAD_-1203950261'), (u'PTRADD_-1203949575', u'STORE_-1203949703'), (u'CAST_-1203949428', u'LOAD_-1203949794'), (u'INT_ADD_-1203949839', u'CAST_-1203949445'), ('const-433', u'LOAD_-1203950261'), ('const-433', u'STORE_-1203949718'), (u'CAST_-1203949445', u'STORE_-1203949853'), ('const-0', u'INT_EQUAL_-1203950039'), (u'CAST_-1203949524', u'STORE_-1203950032'), ('const-32', u'INT_ADD_-1203950037'), ('const-16', u'INT_AND_-1203949999'), (u'INDIRECT_-1203949687', u'MULTIEQUAL_-1203949624'), (u'CALL_-1203950278', u'INDIRECT_-1203949674'), (u'INT_NOTEQUAL_-1203949991', u'CBRANCH_-1203949988'), ('const-433', u'LOAD_-1203949964'), ('tmp_1413', u'INT_ADD_-1203950037'), (u'LOAD_-1203949964', u'INT_ADD_-1203949922'), (u'SUBPIECE_-1203949556', u'INT_MULT_-1203950074'), (u'INDIRECT_-1203949678', u'PIECE_-1203949641'), ('const-0', u'INT_NOTEQUAL_-1203949966'), ('const-4', u'INT_SRIGHT_-1203950114'), (u'PTRADD_-1203949603', u'MULTIEQUAL_-1203949765'), ('tmp_1413', u'INT_ADD_-1203950145'), (u'INDIRECT_-1203949674', u'PIECE_-1203949641'), (u'INT_SUB_-1203950138', u'INT_SRIGHT_-1203950114'), ('const-56', u'INT_ADD_-1203949854'), (u'INT_AND_-1203950025', u'INT_EQUAL_-1203950039'), (u'MULTIEQUAL_-1203949624', u'INT_NOTEQUAL_-1203949966'), ('const-433', u'LOAD_-1203949794'), (u'INDIRECT_-1203949669', u'PIECE_-1203949622'), (u'COPY_-1203949477', u'CALL_-1203949771'), ('const-0', u'INT_EQUAL_-1203949942'), ('const-1', u'INT_ADD_-1203949848'), (u'INDIRECT_-1203949687', u'STORE_-1203949734'), (u'PTRADD_-1203949574', u'STORE_-1203949702'), ('const-561', u'CALL_-1203949771'), ('const-433', u'STORE_-1203949853'), (u'PTRSUB_-1203949643', u'CALL_-1203950278'), ('const-1', u'PTRADD_-1203949598'), (u'INT_ADD_-1203949850', u'STORE_-1203949853'), (u'LOAD_-1203950268', u'CALL_-1203949796'), ('const-0', u'SUBPIECE_-1203949556'), (u'INT_ADD_-1203949796', u'CALL_-1203949796'), (u'INT_EQUAL_-1203950039', u'CBRANCH_-1203950035'), (u'LOAD_-1203949866', u'INT_ADD_-1203949848'), ('tmp_602', u'CBRANCH_-1203949965'), (u'INT_MULT_-1203950074', u'INT_ADD_-1203949850'), (u'INT_LEFT_-1203950066', u'STORE_-1203950032'), ('tmp_1410', u'STORE_-1203949702'), (u'INT_AND_-1203949999', u'INT_NOTEQUAL_-1203950012'), (u'INT_ADD_-1203949911', u'CAST_-1203949479'), (u'INT_ADD_-1203949922', u'STORE_-1203949925'), (u'INT_ADD_-1203950245', u'CAST_-1203949609'), ('const-3673216', u'COPY_-1203949477'), ('const-0', u'RETURN_-1203949880'), ('tmp_1413', u'INT_ADD_-1203949778'), ('const-3617876', u'COPY_-1203949478'), ('const-433', u'STORE_-1203949719'), ('const-8', u'PTRADD_-1203949575')]
null
null
00222d00
x64
O2
(translation_unit "void FUN_00222d00(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_00222d00(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_00222d00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "undefined8 uStack_20;" type_identifier identifier ;) (expression_statement "FUN_002028d0(&local_48);" (call_expression "FUN_002028d0(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "uStack_20 = in_R8;" (assignment_expression "uStack_20 = in_R8" identifier = identifier) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" if (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" ( (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" identifier == (pointer_expression "*(undefined8 **)(param_1 + 0x58)" * (cast_expression "(undefined8 **)(param_1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_00222150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00222150(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" identifier = (binary_expression "puVar1 + 6" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "puVar1[5] = in_R8;" (assignment_expression "puVar1[5] = in_R8" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../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 "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_relative(Output_data_reloc<4,_false,_64,_true> * this, uint\n type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_64,_true>::add_relative\n (Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)\n\n{\n size_t *psVar1;\n uint uVar2;\n iterator __position;\n Output_reloc<4,_false,_64,_true> *pOVar3;\n long lVar4;\n anon_union_8_4_c82d8563_for_u1_ local_48;\n Sized_relobj<64,_true> *pSStack_40;\n Address local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n Addend AStack_20;\n \n Output_reloc<9,_false,_64,_true>::Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48;\n ((__position._M_current)->rel_).u2_.relobj = pSStack_40;\n ((__position._M_current)->rel_).address_ = local_38;\n *(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28);\n (__position._M_current)->addend_ = addend;\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_start >> 4;\n if (((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }\n (pSStack_40->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 (declaration "void __thiscall\ngold::Output_data_reloc<4,_false,_64,_true>::add_relative\n (Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::add_relative\n (Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)\n\n{\n size_t" identifier > : : (function_declarator "add_relative\n (Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)" identifier (parameter_list "(Output_data_reloc<4,_false,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * 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) , (parameter_declaration "Addend addend" type_identifier identifier) ))) { primitive_type) (pointer_declarator "*psVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "Output_reloc<4,_false,_64,_true> *pOVar3;" (update_expression "Output_reloc<4,_false,_64,_true> *pOVar3" (binary_expression "Output_reloc<4,_false,_64,_true> *pOVar3" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ local_48;" type_identifier identifier ;) (expression_statement "Sized_relobj<64,_true> *pSStack_40;" (update_expression "Sized_relobj<64,_true> *pSStack_40" (binary_expression "Sized_relobj<64,_true> *pSStack_40" (binary_expression "Sized_relobj<64" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*pSStack_40" * identifier)) --) ;) (declaration "Address local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "Addend AStack_20;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_false,_64,_true>::Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48;" (assignment_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48" (field_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_" (binary_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (field_expression "Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_" (call_expression "Output_reloc\n ((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)" identifier (argument_list "((Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)" ( (binary_expression "(Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "(Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true)" ( (comma_expression "Output_reloc<9,_false,_64,_true> *)&local_48,type,od,address,true" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_false,_64,_true> *)&local_48,type,od,address,true" identifier , (comma_expression "_64,_true> *)&local_48,type,od,address,true" identifier , (comma_expression "_true> *)&local_48,type,od,address,true" (binary_expression "_true> *)&local_48" identifier > (pointer_expression "*)&local_48" * (ERROR ")" )) (pointer_expression "&local_48" & identifier))) , (comma_expression "type,od,address,true" identifier , (comma_expression "od,address,true" identifier , (comma_expression "address,true" identifier , true))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" 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<4" identifier < number_literal) , identifier , identifier , (ERROR "_true>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage)" (field_expression "_true>_>_>\n ._M_impl._M_finish" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ; (call_expression "AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage)" (assignment_expression "AStack_20 = addend" identifier = identifier) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" 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<4" identifier < number_literal) , identifier , identifier , (field_expression "_true>_>_>\n ._M_impl._M_end_of_storage" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )))) (compound_statement "{\n std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;\n }" { (labeled_statement "std::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);" statement_identifier (ERROR "::\n vector<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_false,_64,_true>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_true>,_std" identifier , (comma_expression "_64,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_true>_>_>\n ::_M_realloc_insert<const_gold" identifier , (comma_expression "_64,_true>_>_>\n ::_M_realloc_insert<const_gold" identifier , (binary_expression "_true>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_true>_>_>\n ::_M_realloc_insert" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)))) :) : (expression_statement "Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48);" (comma_expression "Output_reloc<4,_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" identifier , (comma_expression "_64,_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" identifier , (binary_expression "_true>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" identifier > (pointer_expression "&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" & (ERROR ">" >) (parenthesized_expression "(&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48)" ( (comma_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_,__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48" (pointer_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<4,_false,_64,_true> *)&local_48" identifier , (binary_expression "(Output_reloc<4,_false,_64,_true> *)&local_48" (parenthesized_expression "(Output_reloc<4,_false,_64,_true> *)" ( (comma_expression "Output_reloc<4,_false,_64,_true> *" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_true> *" identifier , (comma_expression "_64,_true> *" identifier , (binary_expression "_true> *" identifier > (pointer_expression "*" * identifier))))) )) & identifier))) ))))))) ;)) (ERROR "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::" (comma_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std" (binary_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_64,_true>,_std" identifier , (comma_expression "_64,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish;" (comma_expression "Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_true>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_64,_true>_>_>\n ._M_impl._M_finish" identifier , (field_expression "_true>_>_>\n ._M_impl._M_finish" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ;) }) (ERROR "else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current" else { identifier = identifier . identifier + number_literal ; ( ( identifier . identifier) ))) -> field_identifier)) (ERROR ")" )) . field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->rel_).u2_.relobj = pSStack_40;" (assignment_expression "((__position._M_current)->rel_).u2_.relobj = pSStack_40" (field_expression "((__position._M_current)->rel_).u2_.relobj" (field_expression "((__position._M_current)->rel_).u2_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->rel_).address_ = local_38;" (assignment_expression "((__position._M_current)->rel_).address_ = local_38" (field_expression "((__position._M_current)->rel_).address_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30);" (assignment_expression "*(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30)" (pointer_expression "*(ulong *)&((__position._M_current)->rel_).local_sym_index_" * (cast_expression "(ulong *)&((__position._M_current)->rel_).local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((__position._M_current)->rel_).local_sym_index_" & (field_expression "((__position._M_current)->rel_).local_sym_index_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier)))) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "*(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28);" (assignment_expression "*(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28)" (pointer_expression "*(ulong *)&((__position._M_current)->rel_).shndx_" * (cast_expression "(ulong *)&((__position._M_current)->rel_).shndx_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((__position._M_current)->rel_).shndx_" & (field_expression "((__position._M_current)->rel_).shndx_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier)))) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "(__position._M_current)->addend_ = addend;" (assignment_expression "(__position._M_current)->addend_ = addend" (field_expression "(__position._M_current)->addend_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish = pOVar3;" (assignment_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish = pOVar3" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_finish" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold::Output_reloc<4" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std::allocator<gold" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_true>,_std" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) (ERROR "}\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<4," } (assignment_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base<gold" (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (cast_expression "(long)pOVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "Output_reloc<4" identifier < number_literal) ,) (declaration "_false,_64,_true>,_std::allocator<gold::Output_reloc<4,_false,_64,_true>_>_>\n ._M_impl._M_start >> 4;" type_identifier (ERROR "," ,) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>_>_>\n ._M_impl." identifier > identifier > identifier > . identifier .) identifier (ERROR ">> 4" >> number_literal) ;) (if_statement "if (((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" if (parenthesized_expression "(((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0)" ( (binary_expression "((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0" (parenthesized_expression "((this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)" ( (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).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<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n (this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" { (expression_statement "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;" (assignment_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).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<4,_false,_64,_true>).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<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "lVar4 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" { (expression_statement "psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_true" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_true" identifier , (comma_expression "_64,_true" 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_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0))" ( (binary_expression "(local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_true> *)0x0))" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(pSStack_40 != (Sized_relobj<64,_true> *)0x0))" ( (binary_expression "pSStack_40 != (Sized_relobj<64,_true> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<64,_true> *)0x0)" ( (comma_expression "Sized_relobj<64,_true> *)0x0" (binary_expression "Sized_relobj<64" identifier < number_literal) , (binary_expression "_true> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ))) )) (compound_statement "{\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" { (expression_statement "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }" { (expression_statement "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;" (assignment_expression "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1" (field_expression "(pSStack_40->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(int)lVar4 * -0x55555555 - 1" (binary_expression "(int)lVar4 * -0x55555555" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) - number_literal)) ;) })) (expression_statement "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;" (assignment_expression "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1" (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");" (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 ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_00222d00(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_00222d00(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_00222d00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (declaration "undefined8 uStack_20;" type_identifier identifier ;) (expression_statement "FUN_002028d0(&local_48);" (call_expression "FUN_002028d0(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "uStack_20 = in_R8;" (assignment_expression "uStack_20 = in_R8" identifier = identifier) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" if (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" ( (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" identifier == (pointer_expression "*(undefined8 **)(param_1 + 0x58)" * (cast_expression "(undefined8 **)(param_1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_00222150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00222150(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" identifier = (binary_expression "puVar1 + 6" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "puVar1[5] = in_R8;" (assignment_expression "puVar1[5] = in_R8" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../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 (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = 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 ( (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 ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( 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) )))) = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 (sized_type_specifier long) (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 (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (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 (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 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 ") ))) ;) })))
(function_definition "void FUN_00222d00(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (primitive_type "void") (function_declarator "FUN_00222d00(long param_1)" (identifier "FUN_00222d00") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 in_R8;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n undefined8 uStack_20;\n \n FUN_002028d0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = in_R8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 in_R8;" (type_identifier "undefined8") (identifier "in_R8") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "long lStack_40;" (sized_type_specifier "long" (long "long")) (identifier "lStack_40") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined7 uStack_30;" (type_identifier "undefined7") (identifier "uStack_30") (; ";")) (declaration "byte bStack_29;" (type_identifier "byte") (identifier "bStack_29") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "undefined4 uStack_24;" (type_identifier "undefined4") (identifier "uStack_24") (; ";")) (declaration "undefined8 uStack_20;" (type_identifier "undefined8") (identifier "uStack_20") (; ";")) (expression_statement "FUN_002028d0(&local_48);" (call_expression "FUN_002028d0(&local_48)" (identifier "FUN_002028d0") (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "uStack_20 = in_R8;" (assignment_expression "uStack_20 = in_R8" (identifier "uStack_20") (= "=") (identifier "in_R8")) (; ";")) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (if "if") (parenthesized_expression "(puVar1 == *(undefined8 **)(param_1 + 0x58))" (( "(") (binary_expression "puVar1 == *(undefined8 **)(param_1 + 0x58)" (identifier "puVar1") (== "==") (pointer_expression "*(undefined8 **)(param_1 + 0x58)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x58)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) () ")")) (compound_statement "{\n FUN_00222150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_00222150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00222150(param_1 + 0x48,puVar1,&local_48)" (identifier "FUN_00222150") (argument_list "(param_1 + 0x48,puVar1,&local_48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) (, ",") (identifier "puVar1") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (else "else") (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = in_R8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" ({ "{") (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" (identifier "puVar2") (= "=") (binary_expression "puVar1 + 6" (identifier "puVar1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lStack_40")) (; ";")) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "CONCAT17(bStack_29,uStack_30)" (identifier "CONCAT17") (argument_list "(bStack_29,uStack_30)" (( "(") (identifier "bStack_29") (, ",") (identifier "uStack_30") () ")")))) (; ";")) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (call_expression "CONCAT44(uStack_24,local_28)" (identifier "CONCAT44") (argument_list "(uStack_24,local_28)" (( "(") (identifier "uStack_24") (, ",") (identifier "local_28") () ")")))) (; ";")) (expression_statement "puVar1[5] = in_R8;" (assignment_expression "puVar1[5] = in_R8" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "in_R8")) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}")))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (identifier "lVar3") (= "=") (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (- "-") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (>> ">>") (number_literal "4"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (binary_expression "lVar3 << 3" (identifier "lVar3") (<< "<<") (number_literal "3"))) (; ";")) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" (if "if") (parenthesized_expression "((bStack_29 & 0x10) != 0)" (( "(") (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" (( "(") (binary_expression "bStack_29 & 0x10" (identifier "bStack_29") (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" (if "if") (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" (( "(") (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" (( "(") (binary_expression "local_28 != -4" (identifier "local_28") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(lStack_40 != 0)" (( "(") (binary_expression "lStack_40 != 0" (identifier "lStack_40") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" ({ "{") (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" (if "if") (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" (( "(") (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" ({ "{") (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa0)" (( "(") (binary_expression "lStack_40 + 0xa0" (identifier "lStack_40") (+ "+") (number_literal "0xa0")) () ")")))) (= "=") (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar3")) (* "*") (number_literal "-0x55555555")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (= "=") (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" (( "(") (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") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_relative(Output_data_reloc<4,_false,_64,_true> * this, uint type, Output_data * od, Address address, Addend addend) */ void __thiscall var_4::Output_data_reloc<4,type_10,_64,var_3>::add_relative (Output_data_reloc<4,type_10,_64,var_3> *this,type_1 type,Output_data *od,type_4 address, type_8 addend) { size_t *psVar1; type_1 var_14; type_2 __position; var_1<4,type_10,_64,var_3> *pOVar3; long var_10; type_3 var_5; var_2<64,var_3> *var_13; type_4 local_38; type_5 uStack_30; type_6 var_11; int var_12; type_7 uStack_24; type_8 AStack_20; var_1<9,type_10,_64,var_3>::var_1 ((var_1<9,type_10,_64,var_3> *)&var_5,type,od,address,true); __position._M_current = (this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_. super__Vector_base<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ._M_impl._M_finish; AStack_20 = addend; if (__position._M_current == (this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_. super__Vector_base<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ._M_impl._M_end_of_storage) { std:: vector<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ::_M_realloc_insert<const_gold::var_1<4,type_10,_64,var_3>&> (&(this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_,__position, (var_1<4,type_10,_64,var_3> *)&var_5); pOVar3 = (this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_. super__Vector_base<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ._M_impl._M_finish; } else { pOVar3 = __position._M_current + 1; ((__position._M_current)->rel_).u1_ = var_5; ((__position._M_current)->rel_).u2_.relobj = var_13; ((__position._M_current)->rel_).address_ = local_38; *(type_9 *)&((__position._M_current)->rel_).local_sym_index_ = var_7(var_11,uStack_30); *(type_9 *)&((__position._M_current)->rel_).shndx_ = var_8(uStack_24,var_12); (__position._M_current)->addend_ = addend; (this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_. super__Vector_base<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ._M_impl._M_finish = pOVar3; } var_10 = (long)pOVar3 - (long)(this->super_Output_data_reloc_base<4,type_10,_64,var_3>).relocs_. super__Vector_base<var_4::var_1<4,type_10,_64,var_3>,var_9::allocator<var_4::var_1<4,type_10,_64,var_3>var_6>var_6> ._M_impl._M_start >> 4; if (((this->super_Output_data_reloc_base<4,type_10,_64,var_3>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2) == 0) { (this->super_Output_data_reloc_base<4,type_10,_64,var_3>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ = var_10 << 3; if ((var_11 & 0x10) != 0) { psVar1 = &(this->super_Output_data_reloc_base<4,type_10,_64,var_3>). super_Output_data_reloc_generic.relative_reloc_count_; *psVar1 = *psVar1 + 1; } if ((var_12 != -4) && (var_13 != (var_2<64,var_3> *)0x0)) { var_14 = (var_13->super_Relobj).dyn_reloc_count_; if (var_14 == 0) { (var_13->super_Relobj).first_dyn_reloc_ = (int)var_10 * -0x55555555 - 1; } (var_13->super_Relobj).dyn_reloc_count_ = var_14 + 1; } return; } /* WARNING: Subroutine does not return */ var_15("../../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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (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)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) 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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (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: (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: (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))))))))
null
void MASKED(long param_1) { undefined8 *puVar1; undefined8 *puVar2; long lVar3; undefined8 in_R8; undefined8 local_48; long lStack_40; undefined8 local_38; undefined7 uStack_30; byte bStack_29; int local_28; undefined4 uStack_24; undefined8 uStack_20; FUN_002028d0(&local_48); puVar1 = *(undefined8 **)(param_1 + 0x50); uStack_20 = in_R8; if (puVar1 == *(undefined8 **)(param_1 + 0x58)) { FUN_00222150(param_1 + 0x48,puVar1,&local_48); puVar2 = *(undefined8 **)(param_1 + 0x50); } else { puVar2 = puVar1 + 6; *puVar1 = local_48; puVar1[1] = lStack_40; puVar1[2] = local_38; puVar1[3] = CONCAT17(bStack_29,uStack_30); puVar1[4] = CONCAT44(uStack_24,local_28); puVar1[5] = in_R8; *(undefined8 **)(param_1 + 0x50) = puVar2; } lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4; if ((*(byte *)(param_1 + 0x20) & 2) == 0) { *(long *)(param_1 + 0x10) = lVar3 << 3; if ((bStack_29 & 0x10) != 0) { *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1; } if ((local_28 != -4) && (lStack_40 != 0)) { if (*(int *)(lStack_40 + 0xa4) == 0) { *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1; } *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1; } return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child"); }
387_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
FUN_0014cf4f
FUN_0014cf4f
void FUN_0014cf4f(void) { undefined8 *puVar1; long unaff_RBX; undefined8 *puVar2; long unaff_R13; void *in_stack_00000008; void *in_stack_00000010; if (in_stack_00000010 != (void *)(unaff_R13 + 0x10)) { operator_delete(in_stack_00000010); } puVar1 = *(undefined8 **)(unaff_RBX + 0x50); for (puVar2 = *(undefined8 **)(unaff_RBX + 0x48); puVar1 != puVar2; puVar2 = puVar2 + 5) { if ((undefined8 *)*puVar2 != puVar2 + 2) { operator_delete((undefined8 *)*puVar2); } } if (*(void **)(unaff_RBX + 0x48) != (void *)0x0) { operator_delete(*(void **)(unaff_RBX + 0x48)); } puVar1 = *(undefined8 **)(unaff_RBX + 0x38); for (puVar2 = *(undefined8 **)(unaff_RBX + 0x30); puVar1 != puVar2; puVar2 = puVar2 + 5) { if ((undefined8 *)*puVar2 != puVar2 + 2) { operator_delete((undefined8 *)*puVar2); } } if (*(void **)(unaff_RBX + 0x30) != (void *)0x0) { operator_delete(*(void **)(unaff_RBX + 0x30)); } if (in_stack_00000008 != *(void **)(unaff_RBX + 8)) { operator_delete(*(void **)(unaff_RBX + 8)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0014cf4f(void) { long *plVar1; long unaff_RBX; long *plVar2; long unaff_R13; long in_stack_00000008; long in_stack_00000010; if (in_stack_00000010 != unaff_R13 + 0x10) { FUN_002dac60(); } plVar1 = *(long **)(unaff_RBX + 0x50); for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) { if ((long *)*plVar2 != plVar2 + 2) { FUN_002dac60(); } } if (*(long *)(unaff_RBX + 0x48) != 0) { FUN_002dac60(); } plVar1 = *(long **)(unaff_RBX + 0x38); for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) { if ((long *)*plVar2 != plVar2 + 2) { FUN_002dac60(); } } if (*(long *)(unaff_RBX + 0x30) != 0) { FUN_002dac60(); } if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) { FUN_002dac60(); } /* WARNING: Subroutine does not return */ FUN_003688d0(); }
MOV RDI,qword ptr [RSP + 0x10] ADD R13,0x10 CMP RDI,R13 JZ 0x0014cf01 CALL 0x002dac60 JMP 0x0014cf01 MOV RDI,qword ptr [R12] LEA RAX,[R12 + 0x10] CMP RDI,RAX JZ 0x0014cf77 CALL 0x002dac60 ADD R12,0x28 JMP 0x0014cf09 MOV RDI,qword ptr [R12] LEA RAX,[R12 + 0x10] CMP RDI,RAX JZ 0x0014cf90 CALL 0x002dac60 ADD R12,0x28 JMP 0x0014cf24
null
null
null
null
[(u'CAST_-1207185170', u'LOAD_-1207185602'), ('const-433', u'LOAD_-1207185565'), ('const-2', u'PTRADD_-1207185060'), (u'LOAD_-1207185511', u'CALL_-1207185478'), (u'MULTIEQUAL_-1207185342', u'PTRADD_-1207185087'), (u'MULTIEQUAL_-1207185316', u'PTRADD_-1207185060'), ('tmp_973', u'INT_ADD_-1207185617'), ('tmp_243', u'CBRANCH_-1207185520'), ('tmp_1178', u'INT_NOTEQUAL_-1207185488'), ('const-1', u'RETURN_-1207185461'), ('const-433', u'LOAD_-1207185541'), (u'MULTIEQUAL_-1207185316', u'LOAD_-1207185417'), (u'PTRADD_-1207185071', u'MULTIEQUAL_-1207185342'), ('tmp_119', u'CBRANCH_-1207185603'), ('const-433', u'LOAD_-1207185602'), (u'CAST_-1207185139', u'LOAD_-1207185541'), (u'INT_NOTEQUAL_-1207185386', u'CBRANCH_-1207185385'), (u'CAST_-1207185124', u'LOAD_-1207185511'), (u'INT_ADD_-1207185556', u'CAST_-1207185104'), ('tmp_355', u'CBRANCH_-1207185388'), ('const-0', u'INT_NOTEQUAL_-1207185582'), (u'INT_ADD_-1207185525', u'CAST_-1207185139'), ('const-80', u'INT_ADD_-1207185617'), (u'INT_NOTEQUAL_-1207185389', u'CBRANCH_-1207185388'), ('const-0', u'INT_NOTEQUAL_-1207185521'), (u'CAST_-1207185186', u'LOAD_-1207185633'), ('const-5', u'PTRADD_-1207185071'), (u'LOAD_-1207185633', u'INT_NOTEQUAL_-1207185605'), (u'INT_NOTEQUAL_-1207185488', u'CBRANCH_-1207185485'), ('const-48', u'INT_ADD_-1207185525'), (u'INT_NOTEQUAL_-1207185544', u'CBRANCH_-1207185542'), ('tmp_153', u'CBRANCH_-1207185581'), (u'LOAD_-1207185626', u'MULTIEQUAL_-1207185342'), ('const-433', u'LOAD_-1207185626'), ('const-72', u'INT_ADD_-1207185586'), ('const-2', u'PTRADD_-1207185087'), ('const-8', u'PTRADD_-1207185071'), (u'INT_NOTEQUAL_-1207185521', u'CBRANCH_-1207185520'), ('tmp_209', u'CBRANCH_-1207185542'), (u'INT_ADD_-1207185549', u'CAST_-1207185150'), (u'LOAD_-1207185565', u'MULTIEQUAL_-1207185316'), ('const-8', u'INT_ADD_-1207185495'), ('const-5', u'PTRADD_-1207185044'), ('tmp_973', u'INT_ADD_-1207185586'), (u'CAST_-1207185155', u'LOAD_-1207185572'), (u'LOAD_-1207185417', u'CAST_-1207185056'), (u'LOAD_-1207185602', u'INT_NOTEQUAL_-1207185582'), (u'INT_ADD_-1207185617', u'CAST_-1207185186'), (u'MULTIEQUAL_-1207185342', u'LOAD_-1207185414'), ('const-8', u'PTRADD_-1207185087'), (u'CAST_-1207185085', u'INT_NOTEQUAL_-1207185386'), ('tmp_430', u'CBRANCH_-1207185385'), (u'LOAD_-1207185414', u'CAST_-1207185085'), ('tmp_973', u'INT_ADD_-1207185556'), ('tmp_973', u'INT_ADD_-1207185549'), (u'PTRADD_-1207185087', u'INT_NOTEQUAL_-1207185386'), ('const-48', u'INT_ADD_-1207185549'), (u'PTRADD_-1207185044', u'MULTIEQUAL_-1207185316'), (u'CAST_-1207185056', u'INT_NOTEQUAL_-1207185389'), (u'INT_ADD_-1207185610', u'CAST_-1207185181'), (u'MULTIEQUAL_-1207185342', u'PTRADD_-1207185071'), (u'LOAD_-1207185541', u'INT_NOTEQUAL_-1207185521'), ('const-8', u'PTRADD_-1207185044'), (u'LOAD_-1207185511', u'INT_NOTEQUAL_-1207185488'), ('tmp_295', u'CBRANCH_-1207185485'), ('tmp_973', u'INT_ADD_-1207185525'), (u'PTRADD_-1207185060', u'INT_NOTEQUAL_-1207185389'), (u'MULTIEQUAL_-1207185316', u'PTRADD_-1207185044'), (u'LOAD_-1207185602', u'CALL_-1207185574'), (u'INT_ADD_-1207185495', u'CAST_-1207185124'), ('tmp_1176', u'INT_NOTEQUAL_-1207185547'), (u'INT_ADD_-1207185556', u'CAST_-1207185155'), (u'INT_NOTEQUAL_-1207185605', u'CBRANCH_-1207185603'), ('const-8', u'PTRADD_-1207185060'), ('tmp_72', u'BRANCH_-1207185536'), ('const-433', u'LOAD_-1207185511'), ('const-433', u'LOAD_-1207185417'), (u'LOAD_-1207185572', u'INT_NOTEQUAL_-1207185544'), ('tmp_1176', u'CALL_-1207185539'), ('tmp_466', u'BRANCH_-1207185362'), (u'CAST_-1207185181', u'LOAD_-1207185626'), (u'MULTIEQUAL_-1207185342', u'INT_NOTEQUAL_-1207185605'), ('const-433', u'LOAD_-1207185633'), ('const-433', u'LOAD_-1207185414'), (u'CAST_-1207185085', u'CALL_-1207185378'), ('tmp_973', u'INT_ADD_-1207185495'), ('tmp_973', u'INT_ADD_-1207185610'), ('const-72', u'INT_ADD_-1207185610'), ('const-56', u'INT_ADD_-1207185556'), (u'CAST_-1207185150', u'LOAD_-1207185565'), ('tmp_971', u'INT_ADD_-1207185556'), (u'INT_NOTEQUAL_-1207185547', u'CBRANCH_-1207185546'), (u'CAST_-1207185104', u'INT_NOTEQUAL_-1207185547'), ('tmp_62', u'CBRANCH_-1207185546'), (u'LOAD_-1207185541', u'CALL_-1207185513'), (u'MULTIEQUAL_-1207185316', u'INT_NOTEQUAL_-1207185544'), (u'CAST_-1207185056', u'CALL_-1207185381'), (u'INT_NOTEQUAL_-1207185582', u'CBRANCH_-1207185581'), ('tmp_391', u'BRANCH_-1207185365'), (u'INT_ADD_-1207185586', u'CAST_-1207185170'), ('const-16', u'INT_ADD_-1207185556'), ('const-433', u'LOAD_-1207185572')]
[(u'CAST_-1207185151', u'LOAD_-1207185565'), (u'MULTIEQUAL_-1207185342', u'LOAD_-1207185414'), ('tmp_1188', u'INT_NOTEQUAL_-1207185547'), ('tmp_1190', u'INT_NOTEQUAL_-1207185488'), ('const-433', u'LOAD_-1207185565'), ('tmp_430', u'CBRANCH_-1207185385'), ('const-5', u'PTRADD_-1207185071'), ('tmp_973', u'INT_ADD_-1207185556'), ('tmp_973', u'INT_ADD_-1207185549'), (u'PTRADD_-1207185087', u'INT_NOTEQUAL_-1207185386'), ('const-48', u'INT_ADD_-1207185549'), ('const-433', u'LOAD_-1207185572'), (u'PTRADD_-1207185044', u'MULTIEQUAL_-1207185316'), (u'MULTIEQUAL_-1207185342', u'PTRADD_-1207185087'), (u'MULTIEQUAL_-1207185316', u'PTRADD_-1207185060'), ('tmp_973', u'INT_ADD_-1207185617'), (u'INT_ADD_-1207185586', u'CAST_-1207185171'), ('const-433', u'LOAD_-1207185541'), ('tmp_243', u'CBRANCH_-1207185520'), (u'CAST_-1207185086', u'INT_NOTEQUAL_-1207185386'), (u'MULTIEQUAL_-1207185342', u'PTRADD_-1207185071'), ('const-1', u'RETURN_-1207185461'), ('const-8', u'PTRADD_-1207185071'), (u'CAST_-1207185057', u'INT_NOTEQUAL_-1207185389'), (u'LOAD_-1207185541', u'INT_NOTEQUAL_-1207185521'), (u'MULTIEQUAL_-1207185316', u'LOAD_-1207185417'), ('const-433', u'LOAD_-1207185602'), (u'LOAD_-1207185511', u'INT_NOTEQUAL_-1207185488'), (u'PTRADD_-1207185071', u'MULTIEQUAL_-1207185342'), ('tmp_119', u'CBRANCH_-1207185603'), ('const-433', u'LOAD_-1207185417'), (u'INT_ADD_-1207185525', u'CAST_-1207185140'), ('tmp_295', u'CBRANCH_-1207185485'), ('const-8', u'PTRADD_-1207185087'), (u'LOAD_-1207185417', u'CAST_-1207185057'), ('tmp_973', u'INT_ADD_-1207185525'), (u'INT_ADD_-1207185556', u'CAST_-1207185156'), ('const-2', u'PTRADD_-1207185060'), (u'PTRADD_-1207185060', u'INT_NOTEQUAL_-1207185389'), (u'MULTIEQUAL_-1207185316', u'PTRADD_-1207185044'), ('const-433', u'LOAD_-1207185511'), (u'INT_ADD_-1207185610', u'CAST_-1207185182'), (u'INT_ADD_-1207185617', u'CAST_-1207185187'), (u'INT_NOTEQUAL_-1207185605', u'CBRANCH_-1207185603'), (u'INT_NOTEQUAL_-1207185386', u'CBRANCH_-1207185385'), ('tmp_355', u'CBRANCH_-1207185388'), ('const-0', u'INT_NOTEQUAL_-1207185582'), ('tmp_72', u'BRANCH_-1207185536'), ('const-80', u'INT_ADD_-1207185617'), (u'LOAD_-1207185572', u'INT_NOTEQUAL_-1207185544'), (u'INT_NOTEQUAL_-1207185389', u'CBRANCH_-1207185388'), ('tmp_466', u'BRANCH_-1207185362'), ('const-0', u'INT_NOTEQUAL_-1207185521'), (u'CAST_-1207185156', u'LOAD_-1207185572'), (u'LOAD_-1207185633', u'INT_NOTEQUAL_-1207185605'), (u'INT_ADD_-1207185556', u'INT_NOTEQUAL_-1207185547'), (u'INT_ADD_-1207185495', u'CAST_-1207185125'), (u'INT_NOTEQUAL_-1207185488', u'CBRANCH_-1207185485'), (u'MULTIEQUAL_-1207185342', u'INT_NOTEQUAL_-1207185605'), ('const-433', u'LOAD_-1207185414'), ('const-8', u'PTRADD_-1207185044'), (u'LOAD_-1207185414', u'CAST_-1207185086'), ('const-48', u'INT_ADD_-1207185525'), (u'INT_NOTEQUAL_-1207185544', u'CBRANCH_-1207185542'), ('tmp_973', u'INT_ADD_-1207185495'), ('tmp_153', u'CBRANCH_-1207185581'), ('tmp_973', u'INT_ADD_-1207185610'), (u'LOAD_-1207185626', u'MULTIEQUAL_-1207185342'), ('const-72', u'INT_ADD_-1207185610'), ('const-72', u'INT_ADD_-1207185586'), ('const-56', u'INT_ADD_-1207185556'), (u'INT_ADD_-1207185549', u'CAST_-1207185151'), ('tmp_971', u'INT_ADD_-1207185556'), (u'INT_NOTEQUAL_-1207185547', u'CBRANCH_-1207185546'), (u'INT_NOTEQUAL_-1207185521', u'CBRANCH_-1207185520'), ('tmp_209', u'CBRANCH_-1207185542'), ('tmp_62', u'CBRANCH_-1207185546'), (u'CAST_-1207185140', u'LOAD_-1207185541'), (u'CAST_-1207185171', u'LOAD_-1207185602'), (u'CAST_-1207185125', u'LOAD_-1207185511'), (u'CAST_-1207185187', u'LOAD_-1207185633'), (u'MULTIEQUAL_-1207185316', u'INT_NOTEQUAL_-1207185544'), (u'LOAD_-1207185565', u'MULTIEQUAL_-1207185316'), (u'INT_NOTEQUAL_-1207185582', u'CBRANCH_-1207185581'), ('tmp_391', u'BRANCH_-1207185365'), ('const-433', u'LOAD_-1207185633'), ('const-8', u'INT_ADD_-1207185495'), ('const-433', u'LOAD_-1207185626'), ('tmp_973', u'INT_ADD_-1207185586'), ('const-16', u'INT_ADD_-1207185556'), (u'CAST_-1207185182', u'LOAD_-1207185626'), ('const-2', u'PTRADD_-1207185087'), (u'LOAD_-1207185602', u'INT_NOTEQUAL_-1207185582'), ('const-8', u'PTRADD_-1207185060'), ('const-5', u'PTRADD_-1207185044')]
null
null
0014cf4f
x64
O2
(translation_unit "void FUN_0014cf4f(void)\n\n{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688d0();\n}\n\n" (function_definition "void FUN_0014cf4f(void)\n\n{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688d0();\n}" primitive_type (function_declarator "FUN_0014cf4f(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688d0();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000008;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000010;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }" if (parenthesized_expression "(in_stack_00000010 != unaff_R13 + 0x10)" ( (binary_expression "in_stack_00000010 != unaff_R13 + 0x10" identifier != (binary_expression "unaff_R13 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x50);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x50)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x50)" * (cast_expression "(long **)(unaff_RBX + 0x50)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x50)" ( (binary_expression "unaff_RBX + 0x50" identifier + number_literal) ))))) ;) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" for ( (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x48)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x48)" * (cast_expression "(long **)(unaff_RBX + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) ))))) ; (binary_expression "plVar1 != plVar2" identifier != identifier) ; (assignment_expression "plVar2 = plVar2 + 5" identifier = (binary_expression "plVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) (if_statement "if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x48) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x48) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x48)" * (cast_expression "(long *)(unaff_RBX + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x38);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x38)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x38)" * (cast_expression "(long **)(unaff_RBX + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x38)" ( (binary_expression "unaff_RBX + 0x38" identifier + number_literal) ))))) ;) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" for ( (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x30)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x30)" * (cast_expression "(long **)(unaff_RBX + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) ))))) ; (binary_expression "plVar1 != plVar2" identifier != identifier) ; (assignment_expression "plVar2 = plVar2 + 5" identifier = (binary_expression "plVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) (if_statement "if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x30) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x30) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x30)" * (cast_expression "(long *)(unaff_RBX + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }" if (parenthesized_expression "(in_stack_00000008 != *(long *)(unaff_RBX + 8))" ( (binary_expression "in_stack_00000008 != *(long *)(unaff_RBX + 8)" identifier != (pointer_expression "*(long *)(unaff_RBX + 8)" * (cast_expression "(long *)(unaff_RBX + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003688d0();" (call_expression "FUN_003688d0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0014cf4f(void)\n\n{\n undefined8 *puVar1;\n long unaff_RBX;\n undefined8 *puVar2;\n long unaff_R13;\n void *in_stack_00000008;\n void *in_stack_00000010;\n \n if (in_stack_00000010 != (void *)(unaff_R13 + 0x10)) {\n operator_delete(in_stack_00000010);\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x50);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x48); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x48) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x48));\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x38);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x30); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x30) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x30));\n }\n if (in_stack_00000008 != *(void **)(unaff_RBX + 8)) {\n operator_delete(*(void **)(unaff_RBX + 8));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0014cf4f(void)\n\n{\n undefined8 *puVar1;\n long unaff_RBX;\n undefined8 *puVar2;\n long unaff_R13;\n void *in_stack_00000008;\n void *in_stack_00000010;\n \n if (in_stack_00000010 != (void *)(unaff_R13 + 0x10)) {\n operator_delete(in_stack_00000010);\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x50);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x48); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x48) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x48));\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x38);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x30); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x30) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x30));\n }\n if (in_stack_00000008 != *(void **)(unaff_RBX + 8)) {\n operator_delete(*(void **)(unaff_RBX + 8));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0014cf4f(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n long unaff_RBX;\n undefined8 *puVar2;\n long unaff_R13;\n void *in_stack_00000008;\n void *in_stack_00000010;\n \n if (in_stack_00000010 != (void *)(unaff_R13 + 0x10)) {\n operator_delete(in_stack_00000010);\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x50);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x48); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x48) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x48));\n }\n puVar1 = *(undefined8 **)(unaff_RBX + 0x38);\n for (puVar2 = *(undefined8 **)(unaff_RBX + 0x30); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }\n if (*(void **)(unaff_RBX + 0x30) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x30));\n }\n if (in_stack_00000008 != *(void **)(unaff_RBX + 8)) {\n operator_delete(*(void **)(unaff_RBX + 8));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (declaration "void *in_stack_00000008;" primitive_type (pointer_declarator "*in_stack_00000008" * identifier) ;) (declaration "void *in_stack_00000010;" primitive_type (pointer_declarator "*in_stack_00000010" * identifier) ;) (if_statement "if (in_stack_00000010 != (void *)(unaff_R13 + 0x10)) {\n operator_delete(in_stack_00000010);\n }" if (parenthesized_expression "(in_stack_00000010 != (void *)(unaff_R13 + 0x10))" ( (binary_expression "in_stack_00000010 != (void *)(unaff_R13 + 0x10)" identifier != (cast_expression "(void *)(unaff_R13 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R13 + 0x10)" ( (binary_expression "unaff_R13 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(in_stack_00000010);\n }" { (expression_statement "operator_delete(in_stack_00000010);" (call_expression "operator_delete(in_stack_00000010)" identifier (argument_list "(in_stack_00000010)" ( identifier ))) ;) })) (expression_statement "puVar1 = *(undefined8 **)(unaff_RBX + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(unaff_RBX + 0x50)" identifier = (pointer_expression "*(undefined8 **)(unaff_RBX + 0x50)" * (cast_expression "(undefined8 **)(unaff_RBX + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x50)" ( (binary_expression "unaff_RBX + 0x50" identifier + number_literal) ))))) ;) (for_statement "for (puVar2 = *(undefined8 **)(unaff_RBX + 0x48); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }" for ( (assignment_expression "puVar2 = *(undefined8 **)(unaff_RBX + 0x48)" identifier = (pointer_expression "*(undefined8 **)(unaff_RBX + 0x48)" * (cast_expression "(undefined8 **)(unaff_RBX + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) ))))) ; (binary_expression "puVar1 != puVar2" identifier != identifier) ; (assignment_expression "puVar2 = puVar2 + 5" identifier = (binary_expression "puVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }" { (if_statement "if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }" if (parenthesized_expression "((undefined8 *)*puVar2 != puVar2 + 2)" ( (binary_expression "(undefined8 *)*puVar2 != puVar2 + 2" (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) != (binary_expression "puVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n operator_delete((undefined8 *)*puVar2);\n }" { (expression_statement "operator_delete((undefined8 *)*puVar2);" (call_expression "operator_delete((undefined8 *)*puVar2)" identifier (argument_list "((undefined8 *)*puVar2)" ( (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) })) })) (if_statement "if (*(void **)(unaff_RBX + 0x48) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x48));\n }" if (parenthesized_expression "(*(void **)(unaff_RBX + 0x48) != (void *)0x0)" ( (binary_expression "*(void **)(unaff_RBX + 0x48) != (void *)0x0" (pointer_expression "*(void **)(unaff_RBX + 0x48)" * (cast_expression "(void **)(unaff_RBX + 0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) )))) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBX + 0x48));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBX + 0x48));" (call_expression "operator_delete(*(void **)(unaff_RBX + 0x48))" identifier (argument_list "(*(void **)(unaff_RBX + 0x48))" ( (pointer_expression "*(void **)(unaff_RBX + 0x48)" * (cast_expression "(void **)(unaff_RBX + 0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) )))) ))) ;) })) (expression_statement "puVar1 = *(undefined8 **)(unaff_RBX + 0x38);" (assignment_expression "puVar1 = *(undefined8 **)(unaff_RBX + 0x38)" identifier = (pointer_expression "*(undefined8 **)(unaff_RBX + 0x38)" * (cast_expression "(undefined8 **)(unaff_RBX + 0x38)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x38)" ( (binary_expression "unaff_RBX + 0x38" identifier + number_literal) ))))) ;) (for_statement "for (puVar2 = *(undefined8 **)(unaff_RBX + 0x30); puVar1 != puVar2; puVar2 = puVar2 + 5) {\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }" for ( (assignment_expression "puVar2 = *(undefined8 **)(unaff_RBX + 0x30)" identifier = (pointer_expression "*(undefined8 **)(unaff_RBX + 0x30)" * (cast_expression "(undefined8 **)(unaff_RBX + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) ))))) ; (binary_expression "puVar1 != puVar2" identifier != identifier) ; (assignment_expression "puVar2 = puVar2 + 5" identifier = (binary_expression "puVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }\n }" { (if_statement "if ((undefined8 *)*puVar2 != puVar2 + 2) {\n operator_delete((undefined8 *)*puVar2);\n }" if (parenthesized_expression "((undefined8 *)*puVar2 != puVar2 + 2)" ( (binary_expression "(undefined8 *)*puVar2 != puVar2 + 2" (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) != (binary_expression "puVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n operator_delete((undefined8 *)*puVar2);\n }" { (expression_statement "operator_delete((undefined8 *)*puVar2);" (call_expression "operator_delete((undefined8 *)*puVar2)" identifier (argument_list "((undefined8 *)*puVar2)" ( (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier)) ))) ;) })) })) (if_statement "if (*(void **)(unaff_RBX + 0x30) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBX + 0x30));\n }" if (parenthesized_expression "(*(void **)(unaff_RBX + 0x30) != (void *)0x0)" ( (binary_expression "*(void **)(unaff_RBX + 0x30) != (void *)0x0" (pointer_expression "*(void **)(unaff_RBX + 0x30)" * (cast_expression "(void **)(unaff_RBX + 0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) )))) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBX + 0x30));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBX + 0x30));" (call_expression "operator_delete(*(void **)(unaff_RBX + 0x30))" identifier (argument_list "(*(void **)(unaff_RBX + 0x30))" ( (pointer_expression "*(void **)(unaff_RBX + 0x30)" * (cast_expression "(void **)(unaff_RBX + 0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (in_stack_00000008 != *(void **)(unaff_RBX + 8)) {\n operator_delete(*(void **)(unaff_RBX + 8));\n }" if (parenthesized_expression "(in_stack_00000008 != *(void **)(unaff_RBX + 8))" ( (binary_expression "in_stack_00000008 != *(void **)(unaff_RBX + 8)" identifier != (pointer_expression "*(void **)(unaff_RBX + 8)" * (cast_expression "(void **)(unaff_RBX + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBX + 8));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBX + 8));" (call_expression "operator_delete(*(void **)(unaff_RBX + 8))" identifier (argument_list "(*(void **)(unaff_RBX + 8))" ( (pointer_expression "*(void **)(unaff_RBX + 8)" * (cast_expression "(void **)(unaff_RBX + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0014cf4f(void)\n\n{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n \n FUN_003688d0();\n}\n\n" (function_definition "void FUN_0014cf4f(void)\n\n{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n \n FUN_003688d0();\n}" primitive_type (function_declarator "FUN_0014cf4f(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n \n FUN_003688d0();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long unaff_R13;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000008;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000010;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }" if (parenthesized_expression "(in_stack_00000010 != unaff_R13 + 0x10)" ( (binary_expression "in_stack_00000010 != unaff_R13 + 0x10" identifier != (binary_expression "unaff_R13 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x50);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x50)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x50)" * (cast_expression "(long **)(unaff_RBX + 0x50)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x50)" ( (binary_expression "unaff_RBX + 0x50" identifier + number_literal) ))))) ;) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" for ( (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x48)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x48)" * (cast_expression "(long **)(unaff_RBX + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) ))))) ; (binary_expression "plVar1 != plVar2" identifier != identifier) ; (assignment_expression "plVar2 = plVar2 + 5" identifier = (binary_expression "plVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) (if_statement "if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x48) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x48) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x48)" * (cast_expression "(long *)(unaff_RBX + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x48)" ( (binary_expression "unaff_RBX + 0x48" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x38);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x38)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x38)" * (cast_expression "(long **)(unaff_RBX + 0x38)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x38)" ( (binary_expression "unaff_RBX + 0x38" identifier + number_literal) ))))) ;) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" for ( (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x30)" identifier = (pointer_expression "*(long **)(unaff_RBX + 0x30)" * (cast_expression "(long **)(unaff_RBX + 0x30)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) ))))) ; (binary_expression "plVar1 != plVar2" identifier != identifier) ; (assignment_expression "plVar2 = plVar2 + 5" identifier = (binary_expression "plVar2 + 5" identifier + number_literal)) ) (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) (if_statement "if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(*(long *)(unaff_RBX + 0x30) != 0)" ( (binary_expression "*(long *)(unaff_RBX + 0x30) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x30)" * (cast_expression "(long *)(unaff_RBX + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x30)" ( (binary_expression "unaff_RBX + 0x30" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }" if (parenthesized_expression "(in_stack_00000008 != *(long *)(unaff_RBX + 8))" ( (binary_expression "in_stack_00000008 != *(long *)(unaff_RBX + 8)" identifier != (pointer_expression "*(long *)(unaff_RBX + 8)" * (cast_expression "(long *)(unaff_RBX + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 8)" ( (binary_expression "unaff_RBX + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_003688d0();" (call_expression "FUN_003688d0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (for_statement for ( (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ; (binary_expression IDENT != IDENT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (for_statement for ( (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ; (binary_expression IDENT != IDENT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0014cf4f(void)\n\n{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n \n FUN_003688d0();\n}" (primitive_type "void") (function_declarator "FUN_0014cf4f(void)" (identifier "FUN_0014cf4f") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *plVar1;\n long unaff_RBX;\n long *plVar2;\n long unaff_R13;\n long in_stack_00000008;\n long in_stack_00000010;\n \n if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x50);\n for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }\n plVar1 = *(long **)(unaff_RBX + 0x38);\n for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }\n if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }\n if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }\n \n FUN_003688d0();\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long unaff_R13;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R13") (; ";")) (declaration "long in_stack_00000008;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000008") (; ";")) (declaration "long in_stack_00000010;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000010") (; ";")) (if_statement "if (in_stack_00000010 != unaff_R13 + 0x10) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(in_stack_00000010 != unaff_R13 + 0x10)" (( "(") (binary_expression "in_stack_00000010 != unaff_R13 + 0x10" (identifier "in_stack_00000010") (!= "!=") (binary_expression "unaff_R13 + 0x10" (identifier "unaff_R13") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x50);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x50)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(unaff_RBX + 0x50)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x50)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x50)" (( "(") (binary_expression "unaff_RBX + 0x50" (identifier "unaff_RBX") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" (for "for") (( "(") (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x48)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(unaff_RBX + 0x48)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x48)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x48)" (( "(") (binary_expression "unaff_RBX + 0x48" (identifier "unaff_RBX") (+ "+") (number_literal "0x48")) () ")"))))) (; ";") (binary_expression "plVar1 != plVar2" (identifier "plVar1") (!= "!=") (identifier "plVar2")) (; ";") (assignment_expression "plVar2 = plVar2 + 5" (identifier "plVar2") (= "=") (binary_expression "plVar2 + 5" (identifier "plVar2") (+ "+") (number_literal "5"))) () ")") (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" ({ "{") (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" (( "(") (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar2" (* "*") (identifier "plVar2"))) (!= "!=") (binary_expression "plVar2 + 2" (identifier "plVar2") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (if_statement "if (*(long *)(unaff_RBX + 0x48) != 0) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0x48) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0x48) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x48)" (* "*") (cast_expression "(long *)(unaff_RBX + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x48)" (( "(") (binary_expression "unaff_RBX + 0x48" (identifier "unaff_RBX") (+ "+") (number_literal "0x48")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar1 = *(long **)(unaff_RBX + 0x38);" (assignment_expression "plVar1 = *(long **)(unaff_RBX + 0x38)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(unaff_RBX + 0x38)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x38)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x38)" (( "(") (binary_expression "unaff_RBX + 0x38" (identifier "unaff_RBX") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (for_statement "for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" (for "for") (( "(") (assignment_expression "plVar2 = *(long **)(unaff_RBX + 0x30)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(unaff_RBX + 0x30)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x30)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x30)" (( "(") (binary_expression "unaff_RBX + 0x30" (identifier "unaff_RBX") (+ "+") (number_literal "0x30")) () ")"))))) (; ";") (binary_expression "plVar1 != plVar2" (identifier "plVar1") (!= "!=") (identifier "plVar2")) (; ";") (assignment_expression "plVar2 = plVar2 + 5" (identifier "plVar2") (= "=") (binary_expression "plVar2 + 5" (identifier "plVar2") (+ "+") (number_literal "5"))) () ")") (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }\n }" ({ "{") (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" (( "(") (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar2" (* "*") (identifier "plVar2"))) (!= "!=") (binary_expression "plVar2 + 2" (identifier "plVar2") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (if_statement "if (*(long *)(unaff_RBX + 0x30) != 0) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBX + 0x30) != 0)" (( "(") (binary_expression "*(long *)(unaff_RBX + 0x30) != 0" (pointer_expression "*(long *)(unaff_RBX + 0x30)" (* "*") (cast_expression "(long *)(unaff_RBX + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x30)" (( "(") (binary_expression "unaff_RBX + 0x30" (identifier "unaff_RBX") (+ "+") (number_literal "0x30")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(in_stack_00000008 != *(long *)(unaff_RBX + 8))" (( "(") (binary_expression "in_stack_00000008 != *(long *)(unaff_RBX + 8)" (identifier "in_stack_00000008") (!= "!=") (pointer_expression "*(long *)(unaff_RBX + 8)" (* "*") (cast_expression "(long *)(unaff_RBX + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 8)" (( "(") (binary_expression "unaff_RBX + 8" (identifier "unaff_RBX") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003688d0();" (call_expression "FUN_003688d0()" (identifier "FUN_003688d0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { type_1 *var_5; long var_4; type_1 *var_6; long var_2; void *var_7; void *var_1; if (var_1 != (void *)(var_2 + 0x10)) { var_3(var_1); } var_5 = *(type_1 **)(var_4 + 0x50); for (var_6 = *(type_1 **)(var_4 + 0x48); var_5 != var_6; var_6 = var_6 + 5) { if ((type_1 *)*var_6 != var_6 + 2) { var_3((type_1 *)*var_6); } } if (*(void **)(var_4 + 0x48) != (void *)0x0) { var_3(*(void **)(var_4 + 0x48)); } var_5 = *(type_1 **)(var_4 + 0x38); for (var_6 = *(type_1 **)(var_4 + 0x30); var_5 != var_6; var_6 = var_6 + 5) { if ((type_1 *)*var_6 != var_6 + 2) { var_3((type_1 *)*var_6); } } if (*(void **)(var_4 + 0x30) != (void *)0x0) { var_3(*(void **)(var_4 + 0x30)); } if (var_7 != *(void **)(var_4 + 8)) { var_3(*(void **)(var_4 + 8)); } /* WARNING: Subroutine does not return */ var_8(); }
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: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (for_statement initializer: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) condition: (binary_expression left: (identifier) right: (identifier)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (for_statement initializer: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) condition: (binary_expression left: (identifier) right: (identifier)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { long *plVar1; long unaff_RBX; long *plVar2; long unaff_R13; long in_stack_00000008; long in_stack_00000010; if (in_stack_00000010 != unaff_R13 + 0x10) { FUN_002dac60(); } plVar1 = *(long **)(unaff_RBX + 0x50); for (plVar2 = *(long **)(unaff_RBX + 0x48); plVar1 != plVar2; plVar2 = plVar2 + 5) { if ((long *)*plVar2 != plVar2 + 2) { FUN_002dac60(); } } if (*(long *)(unaff_RBX + 0x48) != 0) { FUN_002dac60(); } plVar1 = *(long **)(unaff_RBX + 0x38); for (plVar2 = *(long **)(unaff_RBX + 0x30); plVar1 != plVar2; plVar2 = plVar2 + 5) { if ((long *)*plVar2 != plVar2 + 2) { FUN_002dac60(); } } if (*(long *)(unaff_RBX + 0x30) != 0) { FUN_002dac60(); } if (in_stack_00000008 != *(long *)(unaff_RBX + 8)) { FUN_002dac60(); } /* WARNING: Subroutine does not return */ FUN_003688d0(); }
10512_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
wstring
FUN_00357550
/* std::wstring::wstring(wchar_t const*, unsigned long, std::allocator<wchar_t> const&) */ void __thiscall std::wstring::wstring(wstring *this,wchar_t *param_1,ulong param_2,allocator *param_3) { wchar_t *pwVar1; pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3); *(wchar_t **)this = pwVar1; return; }
void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4) { undefined8 uVar1; uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4); *param_1 = uVar1; return; }
PUSH RBX MOV RBX,RDI MOV RDI,RSI LEA RSI,[RSI + RDX*0x4] MOV RDX,RCX CALL 0x00357520 MOV qword ptr [RBX],RAX POP RBX RET
null
null
null
null
[(u'PTRADD_-1205176901', u'CALL_-1205176976'), ('tmp_61', u'CALL_-1205176976'), (u'CALL_-1205176976', u'STORE_-1205176973'), ('tmp_59', u'PTRADD_-1205176901'), (u'CAST_-1205176889', u'STORE_-1205176973'), ('tmp_58', u'CAST_-1205176889'), ('const-4', u'PTRADD_-1205176901'), ('tmp_59', u'CALL_-1205176976'), ('const-433', u'STORE_-1205176973'), ('const-0', u'RETURN_-1205176955'), ('tmp_60', u'PTRADD_-1205176901')]
[('tmp_92', u'STORE_-1205176973'), ('const-4', u'INT_MULT_-1205176964'), ('tmp_94', u'INT_MULT_-1205176964'), (u'INT_ADD_-1205176976', u'CALL_-1205176976'), (u'CALL_-1205176976', u'STORE_-1205176973'), (u'INT_MULT_-1205176964', u'INT_ADD_-1205176976'), ('tmp_93', u'INT_ADD_-1205176976'), ('tmp_93', u'CALL_-1205176976'), ('tmp_95', u'CALL_-1205176976'), ('const-0', u'RETURN_-1205176955'), ('const-433', u'STORE_-1205176973')]
null
null
00357550
x64
O2
(translation_unit "void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}\n\n" (function_definition "void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);" (assignment_expression "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" identifier = (call_expression "FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" identifier (argument_list "(param_2,param_2 + param_3 * 4,param_4)" ( identifier , (binary_expression "param_2 + param_3 * 4" identifier + (binary_expression "param_3 * 4" identifier * number_literal)) , identifier )))) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::wstring::wstring(wchar_t const*, unsigned long, std::allocator<wchar_t> const&) */\n\nvoid __thiscall\nstd::wstring::wstring(wstring *this,wchar_t *param_1,ulong param_2,allocator *param_3)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3);\n *(wchar_t **)this = pwVar1;\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::wstring::wstring(wstring *this,wchar_t *param_1,ulong param_2,allocator *param_3)\n\n{\n wchar_t *pwVar1;\n \n pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3);\n *(wchar_t **)this = pwVar1;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "wstring(wstring *this,wchar_t *param_1,ulong param_2,allocator *param_3)" identifier (parameter_list "(wstring *this,wchar_t *param_1,ulong param_2,allocator *param_3)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "allocator *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n wchar_t *pwVar1;\n \n pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3);\n *(wchar_t **)this = pwVar1;\n return;\n}" { (declaration "wchar_t *pwVar1;" type_identifier (pointer_declarator "*pwVar1" * identifier) ;) (expression_statement "pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3);" (assignment_expression "pwVar1 = _S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3)" identifier = (binary_expression "_S_construct<wchar_t_const*>(param_1,param_1 + param_2,param_3)" (binary_expression "_S_construct<wchar_t_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(param_1,param_1 + param_2,param_3)" ( (comma_expression "param_1,param_1 + param_2,param_3" identifier , (comma_expression "param_1 + param_2,param_3" (binary_expression "param_1 + param_2" identifier + identifier) , identifier)) )))) ;) (expression_statement "*(wchar_t **)this = pwVar1;" (assignment_expression "*(wchar_t **)this = pwVar1" (pointer_expression "*(wchar_t **)this" * (cast_expression "(wchar_t **)this" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}\n\n" (function_definition "void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);" (assignment_expression "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" identifier = (call_expression "FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" identifier (argument_list "(param_2,param_2 + param_3 * 4,param_4)" ( identifier , (binary_expression "param_2 + param_3 * 4" identifier + (binary_expression "param_3 * 4" identifier * number_literal)) , identifier )))) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + (binary_expression IDENT * LIT)) , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00357550(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" (identifier "FUN_00357550") (parameter_list "(undefined8 *param_1,long param_2,long param_3,undefined8 param_4)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);\n *param_1 = uVar1;\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4);" (assignment_expression "uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" (identifier "uVar1") (= "=") (call_expression "FUN_00357520(param_2,param_2 + param_3 * 4,param_4)" (identifier "FUN_00357520") (argument_list "(param_2,param_2 + param_3 * 4,param_4)" (( "(") (identifier "param_2") (, ",") (binary_expression "param_2 + param_3 * 4" (identifier "param_2") (+ "+") (binary_expression "param_3 * 4" (identifier "param_3") (* "*") (number_literal "4"))) (, ",") (identifier "param_4") () ")")))) (; ";")) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "uVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wstring::wstring(wchar_t const*, unsigned long, std::allocator<wchar_t> const&) */ void __thiscall std::function_1::function_1(function_1 *this,type_1 *var_3,type_2 var_4,type_3 *param_3) { type_1 *pwVar1; pwVar1 = var_1<var_2*>(var_3,var_3 + var_4,param_3); *(type_1 **)this = pwVar1; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,long param_2,long param_3,undefined8 param_4) { undefined8 uVar1; uVar1 = FUN_00357520(param_2,param_2 + param_3 * 4,param_4); *param_1 = uVar1; return; }
12262_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
_M_get_ext_pos
FUN_004c8e70
/* std::wfilebuf::_M_get_ext_pos(__mbstate_t&) */ ulong __thiscall std::wfilebuf::_M_get_ext_pos(wfilebuf *this,__mbstate_t *param_1) { char cVar1; int iVar2; cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))(); if (cVar1 != '\0') { return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2; } iVar2 = (**(code **)(**(long **)(this + 200) + 0x38)) (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0), *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2) ; return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8)); }
ulong FUN_004c8e70(long param_1,undefined8 param_2) { char cVar1; int iVar2; cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))(); if (cVar1 != '\0') { return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2; } iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38)) (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0), *(undefined8 *)(param_1 + 0xe0), *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2); return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8)); }
PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOV RDI,qword ptr [RDI + 0xc8] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x30] TEST AL,AL JZ 0x004c8ea0 MOV RAX,qword ptr [RBX + 0x10] SUB RAX,qword ptr [RBX + 0x18] ADD RSP,0x8 SAR RAX,0x2 POP RBX POP RBP RET MOV RDI,qword ptr [RBX + 0xc8] MOV R8,qword ptr [RBX + 0x10] MOV RSI,RBP SUB R8,qword ptr [RBX + 0x8] MOV RCX,qword ptr [RBX + 0xe0] MOV RAX,qword ptr [RDI] MOV RDX,qword ptr [RBX + 0xd0] SAR R8,0x2 CALL qword ptr [RAX + 0x38] CDQE ADD RAX,qword ptr [RBX + 0xd0] SUB EAX,dword ptr [RBX + 0xe8] ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[(u'LOAD_-1202483519', u'INT_SUB_-1202483500'), ('const-8', u'PTRADD_-1202483358'), ('const-433', u'LOAD_-1202483324'), (u'CAST_-1202483142', u'LOAD_-1202483324'), ('const-1', u'PTRADD_-1202483506'), (u'INT_NOTEQUAL_-1202483531', u'CBRANCH_-1202483531'), (u'COPY_-1202483303', u'RETURN_-1202483256'), ('const-1', u'PTRADD_-1202483246'), (u'PTRADD_-1202483358', u'CAST_-1202483176'), (u'INT_ADD_-1202483306', u'INT_SUB_-1202483285'), ('tmp_98', u'CBRANCH_-1202483531'), (u'LOAD_-1202483568', u'LOAD_-1202483559'), ('const-433', u'LOAD_-1202483431'), ('tmp_624', u'PTRADD_-1202483341'), (u'CAST_-1202483219', u'LOAD_-1202483553'), ('tmp_624', u'PTRADD_-1202483358'), ('const-208', u'PTRADD_-1202483266'), ('const-232', u'PTRADD_-1202483246'), (u'SUBPIECE_-1202483152', u'INT_ADD_-1202483306'), ('const-433', u'LOAD_-1202483559'), ('tmp_624', u'PTRADD_-1202483468'), (u'CAST_-1202483176', u'LOAD_-1202483416'), ('const-1', u'PTRADD_-1202483369'), (u'CAST_-1202483230', u'LOAD_-1202483568'), (u'LOAD_-1202483441', u'CALLIND_-1202483330'), ('const-1', u'PTRADD_-1202483468'), ('const-224', u'PTRADD_-1202483341'), ('tmp_624', u'PTRADD_-1202483506'), (u'CAST_-1202483160', u'LOAD_-1202483388'), (u'CALLIND_-1202483543', u'INT_NOTEQUAL_-1202483531'), ('const-1', u'PTRADD_-1202483326'), (u'CALLIND_-1202483330', u'INT_ADD_-1202483306'), ('const-433', u'LOAD_-1202483394'), (u'INT_SRIGHT_-1202483463', u'RETURN_-1202483436'), ('const-433', u'LOAD_-1202483519'), ('const-208', u'PTRADD_-1202483326'), (u'LOAD_-1202483431', u'INT_SUB_-1202483397'), ('const-433', u'LOAD_-1202483403'), ('const-0', u'INT_NOTEQUAL_-1202483531'), (u'CAST_-1202483148', u'LOAD_-1202483340'), ('const-433', u'LOAD_-1202483304'), (u'CAST_-1202483184', u'LOAD_-1202483431'), ('const-1', u'PTRADD_-1202483379'), ('tmp_624', u'PTRADD_-1202483246'), ('const-16', u'PTRADD_-1202483468'), ('const-433', u'LOAD_-1202483416'), ('const-0', u'RETURN_-1202483256'), (u'LOAD_-1202483388', u'CALLIND_-1202483330'), (u'PTRADD_-1202483266', u'CAST_-1202483142'), (u'LOAD_-1202483416', u'INT_SUB_-1202483397'), ('const-200', u'PTRADD_-1202483379'), ('const-433', u'LOAD_-1202483553'), ('tmp_625', u'CALLIND_-1202483330'), ('const-433', u'LOAD_-1202483568'), ('tmp_624', u'PTRADD_-1202483379'), (u'INT_SRIGHT_-1202483348', u'CALLIND_-1202483330'), ('const-433', u'LOAD_-1202483441'), ('const-1', u'PTRADD_-1202483266'), (u'LOAD_-1202483441', u'LOAD_-1202483394'), (u'LOAD_-1202483324', u'SUBPIECE_-1202483152'), ('const-16', u'PTRADD_-1202483369'), ('tmp_624', u'PTRADD_-1202483326'), ('const-433', u'LOAD_-1202483388'), (u'PTRADD_-1202483506', u'CAST_-1202483230'), ('const-1', u'PTRADD_-1202483461'), ('const-0', u'SUBPIECE_-1202483152'), (u'CAST_-1202483133', u'INT_ZEXT_-1202483236'), ('tmp_624', u'PTRADD_-1202483266'), (u'PTRADD_-1202483341', u'CAST_-1202483171'), ('const-2', u'INT_SRIGHT_-1202483463'), (u'INT_ZEXT_-1202483236', u'COPY_-1202483303'), (u'PTRADD_-1202483326', u'CAST_-1202483160'), (u'CAST_-1202483197', u'LOAD_-1202483519'), ('const-433', u'LOAD_-1202483340'), (u'PTRADD_-1202483246', u'CAST_-1202483134'), (u'LOAD_-1202483394', u'INT_ADD_-1202483324'), (u'PTRADD_-1202483461', u'CAST_-1202483197'), (u'LOAD_-1202483530', u'INT_SUB_-1202483500'), (u'INT_SUB_-1202483397', u'INT_SRIGHT_-1202483348'), (u'PTRADD_-1202483468', u'CAST_-1202483202'), (u'LOAD_-1202483553', u'CALLIND_-1202483543'), (u'INT_ADD_-1202483537', u'CAST_-1202483219'), ('const-56', u'INT_ADD_-1202483324'), ('const-2', u'INT_SRIGHT_-1202483348'), ('tmp_624', u'PTRADD_-1202483369'), ('tmp_624', u'PTRADD_-1202483461'), (u'LOAD_-1202483340', u'CALLIND_-1202483330'), (u'LOAD_-1202483403', u'CALLIND_-1202483330'), ('const-1', u'PTRADD_-1202483358'), (u'LOAD_-1202483304', u'INT_SUB_-1202483285'), (u'LOAD_-1202483559', u'INT_ADD_-1202483537'), ('const-48', u'INT_ADD_-1202483537'), (u'CAST_-1202483171', u'LOAD_-1202483403'), ('const-24', u'PTRADD_-1202483461'), (u'INT_SUB_-1202483500', u'INT_SRIGHT_-1202483463'), ('const-1', u'PTRADD_-1202483341'), ('const-433', u'LOAD_-1202483530'), (u'CAST_-1202483202', u'LOAD_-1202483530'), ('const-0', u'RETURN_-1202483436'), (u'CAST_-1202483192', u'LOAD_-1202483441'), (u'PTRADD_-1202483379', u'CAST_-1202483192'), (u'CAST_-1202483134', u'LOAD_-1202483304'), (u'INT_ADD_-1202483324', u'CAST_-1202483148'), (u'PTRADD_-1202483369', u'CAST_-1202483184'), (u'INT_SUB_-1202483285', u'CAST_-1202483133'), ('const-200', u'PTRADD_-1202483506')]
[(u'LOAD_-1202483519', u'INT_SUB_-1202483500'), ('const-232', u'INT_ADD_-1202483292'), ('tmp_766', u'INT_ADD_-1202483372'), (u'INT_ADD_-1202483425', u'CAST_-1202483192'), (u'CAST_-1202483142', u'LOAD_-1202483324'), (u'INT_NOTEQUAL_-1202483531', u'CBRANCH_-1202483531'), (u'COPY_-1202483303', u'RETURN_-1202483256'), ('tmp_766', u'INT_ADD_-1202483312'), ('tmp_766', u'INT_ADD_-1202483415'), (u'INT_ADD_-1202483552', u'CAST_-1202483230'), (u'INT_ADD_-1202483372', u'CAST_-1202483160'), ('tmp_766', u'INT_ADD_-1202483514'), ('const-433', u'LOAD_-1202483388'), (u'INT_ADD_-1202483306', u'INT_SUB_-1202483285'), ('tmp_98', u'CBRANCH_-1202483531'), ('const-200', u'INT_ADD_-1202483552'), (u'LOAD_-1202483568', u'LOAD_-1202483559'), (u'INT_ADD_-1202483507', u'CAST_-1202483197'), (u'CAST_-1202483219', u'LOAD_-1202483553'), ('const-433', u'LOAD_-1202483519'), (u'SUBPIECE_-1202483152', u'INT_ADD_-1202483306'), (u'CAST_-1202483176', u'LOAD_-1202483416'), ('const-8', u'INT_ADD_-1202483404'), (u'INT_ADD_-1202483292', u'CAST_-1202483134'), (u'INT_ADD_-1202483404', u'CAST_-1202483176'), (u'CAST_-1202483230', u'LOAD_-1202483568'), ('const-2', u'INT_SRIGHT_-1202483463'), (u'LOAD_-1202483441', u'CALLIND_-1202483330'), (u'CAST_-1202483160', u'LOAD_-1202483388'), ('tmp_764', u'CALLIND_-1202483330'), (u'INT_ADD_-1202483312', u'CAST_-1202483142'), (u'CALLIND_-1202483543', u'INT_NOTEQUAL_-1202483531'), (u'CALLIND_-1202483330', u'INT_ADD_-1202483306'), ('const-433', u'LOAD_-1202483441'), (u'INT_SRIGHT_-1202483463', u'RETURN_-1202483436'), ('const-2', u'INT_SRIGHT_-1202483348'), ('const-433', u'LOAD_-1202483324'), ('const-208', u'INT_ADD_-1202483372'), (u'LOAD_-1202483431', u'INT_SUB_-1202483397'), ('const-0', u'INT_NOTEQUAL_-1202483531'), (u'CAST_-1202483148', u'LOAD_-1202483340'), (u'CAST_-1202483184', u'LOAD_-1202483431'), (u'INT_ADD_-1202483514', u'CAST_-1202483202'), ('const-0', u'RETURN_-1202483256'), ('const-224', u'INT_ADD_-1202483387'), ('const-16', u'INT_ADD_-1202483514'), ('const-433', u'LOAD_-1202483530'), (u'LOAD_-1202483388', u'CALLIND_-1202483330'), (u'LOAD_-1202483416', u'INT_SUB_-1202483397'), ('const-433', u'LOAD_-1202483431'), (u'INT_ADD_-1202483415', u'CAST_-1202483184'), (u'INT_SRIGHT_-1202483348', u'CALLIND_-1202483330'), (u'LOAD_-1202483441', u'LOAD_-1202483394'), (u'LOAD_-1202483324', u'SUBPIECE_-1202483152'), ('const-433', u'LOAD_-1202483304'), ('tmp_766', u'INT_ADD_-1202483507'), (u'CAST_-1202483133', u'INT_ZEXT_-1202483236'), (u'INT_ZEXT_-1202483236', u'COPY_-1202483303'), (u'CAST_-1202483197', u'LOAD_-1202483519'), (u'LOAD_-1202483394', u'INT_ADD_-1202483324'), (u'LOAD_-1202483530', u'INT_SUB_-1202483500'), (u'INT_SUB_-1202483397', u'INT_SRIGHT_-1202483348'), (u'LOAD_-1202483553', u'CALLIND_-1202483543'), (u'INT_ADD_-1202483537', u'CAST_-1202483219'), ('const-56', u'INT_ADD_-1202483324'), ('tmp_766', u'INT_ADD_-1202483387'), ('const-433', u'LOAD_-1202483568'), (u'LOAD_-1202483340', u'CALLIND_-1202483330'), (u'LOAD_-1202483403', u'CALLIND_-1202483330'), ('tmp_766', u'INT_ADD_-1202483552'), (u'LOAD_-1202483304', u'INT_SUB_-1202483285'), (u'LOAD_-1202483559', u'INT_ADD_-1202483537'), ('const-48', u'INT_ADD_-1202483537'), (u'INT_ADD_-1202483387', u'CAST_-1202483171'), ('const-433', u'LOAD_-1202483553'), ('tmp_766', u'INT_ADD_-1202483404'), ('const-433', u'LOAD_-1202483559'), ('const-24', u'INT_ADD_-1202483507'), ('const-433', u'LOAD_-1202483394'), (u'CAST_-1202483171', u'LOAD_-1202483403'), (u'INT_SUB_-1202483500', u'INT_SRIGHT_-1202483463'), ('const-433', u'LOAD_-1202483340'), ('const-208', u'INT_ADD_-1202483312'), (u'CAST_-1202483202', u'LOAD_-1202483530'), ('const-200', u'INT_ADD_-1202483425'), ('tmp_766', u'INT_ADD_-1202483425'), ('tmp_766', u'INT_ADD_-1202483292'), ('const-0', u'RETURN_-1202483436'), ('const-16', u'INT_ADD_-1202483415'), ('const-433', u'LOAD_-1202483416'), ('const-433', u'LOAD_-1202483403'), (u'CAST_-1202483192', u'LOAD_-1202483441'), (u'CAST_-1202483134', u'LOAD_-1202483304'), ('const-0', u'SUBPIECE_-1202483152'), (u'INT_ADD_-1202483324', u'CAST_-1202483148'), (u'INT_SUB_-1202483285', u'CAST_-1202483133')]
null
null
004c8e70
x64
O2
(translation_unit "ulong FUN_004c8e70(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}\n\n" (function_definition "ulong FUN_004c8e70(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" type_identifier (function_declarator "FUN_004c8e70(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" ( (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" { (return_statement "return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;" return (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) >> number_literal) ;) })) (expression_statement "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);" (assignment_expression "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x38)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x38)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x38)" ( (binary_expression "**(long **)(param_1 + 200) + 0x38" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" ( (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0xe0)" * (cast_expression "(undefined8 *)(param_1 + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) , (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8)" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) >> number_literal) )))) ;) (return_statement "return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));" return (call_expression "(ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" ( (binary_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8)" (parenthesized_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0))" ( (binary_expression "iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)" identifier + (cast_expression "(int)*(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))))) )) - (pointer_expression "*(int *)(param_1 + 0xe8)" * (cast_expression "(int *)(param_1 + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe8)" ( (binary_expression "param_1 + 0xe8" identifier + number_literal) ))))) ))) ;) })))
(translation_unit "/* std::wfilebuf::_M_get_ext_pos(__mbstate_t&) */\n\nulong __thiscall std::wfilebuf::_M_get_ext_pos(wfilebuf *this,__mbstate_t *param_1)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)\n ;\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8));\n}\n\n" comment (function_definition "ulong __thiscall std::wfilebuf::_M_get_ext_pos(wfilebuf *this,__mbstate_t *param_1)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)\n ;\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8));\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wfilebuf::" identifier : : identifier : :) (function_declarator "_M_get_ext_pos(wfilebuf *this,__mbstate_t *param_1)" identifier (parameter_list "(wfilebuf *this,__mbstate_t *param_1)" ( (parameter_declaration "wfilebuf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "__mbstate_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)\n ;\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8));\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))();" (assignment_expression "cVar1 = (**(code **)(**(long **)(this + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(this + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(this + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(this + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(this + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(this + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(this + 200) + 0x30)" ( (binary_expression "**(long **)(this + 200) + 0x30" (pointer_expression "**(long **)(this + 200)" * (pointer_expression "*(long **)(this + 200)" * (cast_expression "(long **)(this + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 200)" ( (binary_expression "this + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (cVar1 != '\0') {\n return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;\n }" { (return_statement "return *(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2;" return (binary_expression "*(long *)(this + 0x10) - *(long *)(this + 0x18) >> 2" (binary_expression "*(long *)(this + 0x10) - *(long *)(this + 0x18)" (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(this + 0x18)" * (cast_expression "(long *)(this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) ))))) >> number_literal) ;) })) (expression_statement "iVar2 = (**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)\n ;" (assignment_expression "iVar2 = (**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)" identifier = (call_expression "(**(code **)(**(long **)(this + 200) + 0x38))\n (*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)" (parenthesized_expression "(**(code **)(**(long **)(this + 200) + 0x38))" ( (pointer_expression "**(code **)(**(long **)(this + 200) + 0x38)" * (pointer_expression "*(code **)(**(long **)(this + 200) + 0x38)" * (cast_expression "(code **)(**(long **)(this + 200) + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(this + 200) + 0x38)" ( (binary_expression "**(long **)(this + 200) + 0x38" (pointer_expression "**(long **)(this + 200)" * (pointer_expression "*(long **)(this + 200)" * (cast_expression "(long **)(this + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 200)" ( (binary_expression "this + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(this + 200),param_1,*(undefined8 *)(this + 0xd0),\n *(undefined8 *)(this + 0xe0),*(long *)(this + 0x10) - *(long *)(this + 8) >> 2)" ( (pointer_expression "*(long **)(this + 200)" * (cast_expression "(long **)(this + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 200)" ( (binary_expression "this + 200" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(this + 0xd0)" * (cast_expression "(undefined8 *)(this + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd0)" ( (binary_expression "this + 0xd0" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(this + 0xe0)" * (cast_expression "(undefined8 *)(this + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) , (binary_expression "*(long *)(this + 0x10) - *(long *)(this + 8) >> 2" (binary_expression "*(long *)(this + 0x10) - *(long *)(this + 8)" (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(this + 8)" * (cast_expression "(long *)(this + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) >> number_literal) )))) ;) (return_statement "return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8));" return (call_expression "(ulong)(uint)((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8))" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8))" ( (binary_expression "(iVar2 + (int)*(undefined8 *)(this + 0xd0)) - *(int *)(this + 0xe8)" (parenthesized_expression "(iVar2 + (int)*(undefined8 *)(this + 0xd0))" ( (binary_expression "iVar2 + (int)*(undefined8 *)(this + 0xd0)" identifier + (cast_expression "(int)*(undefined8 *)(this + 0xd0)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(undefined8 *)(this + 0xd0)" * (cast_expression "(undefined8 *)(this + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd0)" ( (binary_expression "this + 0xd0" identifier + number_literal) )))))) )) - (pointer_expression "*(int *)(this + 0xe8)" * (cast_expression "(int *)(this + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) ))))) ))) ;) })))
(translation_unit "ulong FUN_004c8e70(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}\n\n" (function_definition "ulong FUN_004c8e70(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" type_identifier (function_declarator "FUN_004c8e70(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" ( (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" { (return_statement "return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;" return (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) >> number_literal) ;) })) (expression_statement "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);" (assignment_expression "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x38)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x38)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x38)" ( (binary_expression "**(long **)(param_1 + 200) + 0x38" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" ( (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_1 + 0xe0)" * (cast_expression "(undefined8 *)(param_1 + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) , (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8)" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) >> number_literal) )))) ;) (return_statement "return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));" return (call_expression "(ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" ( (binary_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8)" (parenthesized_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0))" ( (binary_expression "iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)" identifier + (cast_expression "(int)*(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" * (cast_expression "(undefined8 *)(param_1 + 0xd0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))))) )) - (pointer_expression "*(int *)(param_1 + 0xe8)" * (cast_expression "(int *)(param_1 + 0xe8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe8)" ( (binary_expression "param_1 + 0xe8" identifier + number_literal) ))))) ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , 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) )))) , (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )))) ;) (return_statement return (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) (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 "ulong FUN_004c8e70(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" (type_identifier "ulong") (function_declarator "FUN_004c8e70(long param_1,undefined8 param_2)" (identifier "FUN_004c8e70") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n char cVar1;\n int iVar2;\n \n cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }\n iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);\n return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (expression_statement "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" (identifier "cVar1") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" (( "(") (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" (* "*") (pointer_expression "*(long **)(param_1 + 200)" (* "*") (cast_expression "(long **)(param_1 + 200)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 200)" (( "(") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")"))))) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar1 != '\0') {\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" (if "if") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;\n }" ({ "{") (return_statement "return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2;" (return "return") (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (>> ">>") (number_literal "2")) (; ";")) (} "}"))) (expression_statement "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2);" (assignment_expression "iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))\n (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x38))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x38)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x38)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 200) + 0x38)" (( "(") (binary_expression "**(long **)(param_1 + 200) + 0x38" (pointer_expression "**(long **)(param_1 + 200)" (* "*") (pointer_expression "*(long **)(param_1 + 200)" (* "*") (cast_expression "(long **)(param_1 + 200)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 200)" (( "(") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")"))))) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0),\n *(undefined8 *)(param_1 + 0xe0),\n *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2)" (( "(") (pointer_expression "*(long **)(param_1 + 200)" (* "*") (cast_expression "(long **)(param_1 + 200)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 200)" (( "(") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")")))) (, ",") (identifier "param_2") (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xd0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0xe0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xe0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe0)" (( "(") (binary_expression "param_1 + 0xe0" (identifier "param_1") (+ "+") (number_literal "0xe0")) () ")")))) (, ",") (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2" (binary_expression "*(long *)(param_1 + 0x10) - *(long *)(param_1 + 8)" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (>> ">>") (number_literal "2")) () ")")))) (; ";")) (return_statement "return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8));" (return "return") (call_expression "(ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8))" (( "(") (binary_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8)" (parenthesized_expression "(iVar2 + (int)*(undefined8 *)(param_1 + 0xd0))" (( "(") (binary_expression "iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)" (identifier "iVar2") (+ "+") (cast_expression "(int)*(undefined8 *)(param_1 + 0xd0)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*(undefined8 *)(param_1 + 0xd0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xd0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")")))))) () ")")) (- "-") (pointer_expression "*(int *)(param_1 + 0xe8)" (* "*") (cast_expression "(int *)(param_1 + 0xe8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe8)" (( "(") (binary_expression "param_1 + 0xe8" (identifier "param_1") (+ "+") (number_literal "0xe8")) () ")"))))) () ")"))) (; ";")) (} "}")))
/* std::wfilebuf::_M_get_ext_pos(__mbstate_t&) */ type_1 __thiscall std::type_2::function_1(type_2 *var_1,type_3 *param_1) { char var_2; int var_3; var_2 = (**(type_4 **)(**(long **)(var_1 + 200) + 0x30))(); if (var_2 != '\0') { return *(long *)(var_1 + 0x10) - *(long *)(var_1 + 0x18) >> 2; } var_3 = (**(type_4 **)(**(long **)(var_1 + 200) + 0x38)) (*(long **)(var_1 + 200),param_1,*(type_5 *)(var_1 + 0xd0), *(type_5 *)(var_1 + 0xe0),*(long *)(var_1 + 0x10) - *(long *)(var_1 + 8) >> 2) ; return (type_1)(uint)((var_3 + (int)*(type_5 *)(var_1 + 0xd0)) - *(int *)(var_1 + 0xe8)); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (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: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))))) (return_statement (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (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
ulong MASKED(long param_1,undefined8 param_2) { char cVar1; int iVar2; cVar1 = (**(code **)(**(long **)(param_1 + 200) + 0x30))(); if (cVar1 != '\0') { return *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18) >> 2; } iVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x38)) (*(long **)(param_1 + 200),param_2,*(undefined8 *)(param_1 + 0xd0), *(undefined8 *)(param_1 + 0xe0), *(long *)(param_1 + 0x10) - *(long *)(param_1 + 8) >> 2); return (ulong)(uint)((iVar2 + (int)*(undefined8 *)(param_1 + 0xd0)) - *(int *)(param_1 + 0xe8)); }
9185_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
utf16_out<char16_t>
FUN_002f5910
/* std::codecvt_base::result std::(anonymous namespace)::utf16_out<char16_t>(std::(anonymous namespace)::range<char16_t const, true>&, std::(anonymous namespace)::range<char, true>&, unsigned long, std::codecvt_mode, std::(anonymous namespace)::surrogates) [clone .part.20] */ undefined8 std::(anonymous_namespace)::utf16_out<char16_t> (long *param_1,range *param_2,ulong param_3,int param_4) { ushort uVar1; char cVar2; ushort *puVar3; long lVar4; wchar32 wVar5; puVar3 = (ushort *)*param_1; lVar4 = param_1[1] - (long)puVar3; if (puVar3 != (ushort *)param_1[1]) { do { uVar1 = *puVar3; wVar5 = (wchar32)uVar1; if (uVar1 - 0xd800 < 0x400) { if (param_4 == 1) { return 2; } if ((ulong)(lVar4 >> 1) < 2) { return 0; } if (0x3ff < puVar3[1] - 0xdc00) { return 2; } lVar4 = 2; wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400; } else { if (uVar1 - 0xdc00 < 0x400) { return 2; } lVar4 = 1; } if (param_3 < (uint)wVar5) { return 2; } cVar2 = write_utf8_code_point(param_2,wVar5); if (cVar2 == '\0') { return 1; } puVar3 = (ushort *)(*param_1 + lVar4 * 2); lVar4 = param_1[1] - (long)puVar3; *param_1 = (long)puVar3; } while ((ushort *)param_1[1] != puVar3); } return 0; }
undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4) { ushort uVar1; char cVar2; ushort *puVar3; long lVar4; uint uVar5; puVar3 = (ushort *)*param_1; lVar4 = param_1[1] - (long)puVar3; if (puVar3 != (ushort *)param_1[1]) { do { uVar1 = *puVar3; uVar5 = (uint)uVar1; if (uVar1 - 0xd800 < 0x400) { if (param_4 == 1) { return 2; } if ((ulong)(lVar4 >> 1) < 2) { return 0; } if (0x3ff < puVar3[1] - 0xdc00) { return 2; } lVar4 = 2; uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400; } else { if (uVar1 - 0xdc00 < 0x400) { return 2; } lVar4 = 1; } if (param_3 < uVar5) { return 2; } cVar2 = FUN_002f5670(param_2); if (cVar2 == '\0') { return 1; } puVar3 = (ushort *)(*param_1 + lVar4 * 2); lVar4 = param_1[1] - (long)puVar3; *param_1 = (long)puVar3; } while ((ushort *)param_1[1] != puVar3); } return 0; }
PUSH RBX MOV EBX,ECX MOV RCX,qword ptr [RDI + 0x8] MOV R10,RDX MOV RAX,qword ptr [RDI] MOV RDX,RCX SUB RDX,RAX SAR RDX,0x1 CMP RAX,RCX JZ 0x002f59e0 MOV R9,RDI MOV R11,RSI JMP 0x002f59a4 CMP EBX,0x1 JZ 0x002f59cf CMP RDX,0x1 JBE 0x002f59e0 MOVZX EAX,word ptr [RAX + 0x2] LEA EDX,[RAX + -0xdc00] CMP EDX,0x3ff JA 0x002f59cf SHL ESI,0xa MOV R8D,0x2 LEA ESI,[RAX + RSI*0x1 + -0x35fdc00] MOV EAX,ESI CMP RAX,R10 JA 0x002f59cf MOV RDI,R11 CALL 0x002f5670 TEST AL,AL JZ 0x002f59e8 MOV RAX,qword ptr [R9] MOV RCX,qword ptr [R9 + 0x8] LEA RAX,[RAX + R8*0x2] MOV RDX,RCX SUB RDX,RAX MOV qword ptr [R9],RAX SAR RDX,0x1 CMP RCX,RAX JZ 0x002f59e0 MOVZX ESI,word ptr [RAX] LEA ECX,[RSI + -0xd800] CMP ECX,0x3ff JBE 0x002f5940 LEA EAX,[RSI + -0xdc00] CMP EAX,0x3ff JBE 0x002f59cf MOV EAX,ESI MOV R8D,0x1 CMP RAX,R10 JBE 0x002f597c MOV EAX,0x2 POP RBX RET XOR EAX,EAX POP RBX RET MOV EAX,0x1 POP RBX RET
null
null
null
null
[('tmp_297', u'CBRANCH_-1204790788'), ('const-4238353408', u'INT_ADD_-1204790245'), (u'CAST_-1204790113', u'CAST_-1204790101'), (u'INDIRECT_-1204790241', u'MULTIEQUAL_-1204790203'), ('const-2', u'COPY_-1204790126'), ('const-1', u'COPY_-1204790635'), ('const-1024', u'INT_LESS_-1204790758'), ('tmp_587', u'CBRANCH_-1204790714'), ('const-8', u'PTRADD_-1204790131'), ('tmp_748', u'CBRANCH_-1204790632'), (u'MULTIEQUAL_-1204790157', u'CAST_-1204790148'), (u'CAST_-1204790101', u'STORE_-1204790751'), ('const-0', u'RETURN_-1204790108'), ('tmp_534', u'CBRANCH_-1204790756'), ('tmp_2044', u'PTRADD_-1204790253'), (u'INT_NOTEQUAL_-1204790720', u'CBRANCH_-1204790719'), ('tmp_111', u'CBRANCH_-1204790953'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790178'), (u'INT_ZEXT_-1204790321', u'INT_LESS_-1204790623'), ('const-56320', u'INT_SUB_-1204790776'), (u'INT_SRIGHT_-1204790950', u'CAST_-1204790182'), (u'PTRADD_-1204790188', u'LOAD_-1204790751'), ('const-1', u'INT_SRIGHT_-1204790950'), (u'LOAD_-1204790788', u'INT_ADD_-1204790758'), (u'INT_MULT_-1204790682', u'INT_ADD_-1204790246'), ('const-2', u'COPY_-1204790740'), (u'INT_ADD_-1204790246', u'MULTIEQUAL_-1204790157'), (u'INDIRECT_-1204790244', u'STORE_-1204790751'), (u'COPY_-1204790103', u'RETURN_-1204790090'), (u'CALL_-1204790803', u'INDIRECT_-1204790238'), (u'INT_SUB_-1204790745', u'MULTIEQUAL_-1204790139'), ('const-0', u'COPY_-1204790103'), (u'LOAD_-1204791003', u'CAST_-1204790235'), ('tmp_409', u'CBRANCH_-1204790719'), (u'LOAD_-1204791013', u'INT_SUB_-1204790974'), (u'PTRADD_-1204790131', u'LOAD_-1204790782'), (u'INT_LESS_-1204790623', u'CBRANCH_-1204790632'), ('const-1', u'COPY_-1204790764'), ('const-2', u'INT_MULT_-1204790746'), (u'MULTIEQUAL_-1204790263', u'PTRADD_-1204790188'), (u'CAST_-1204790113', u'MULTIEQUAL_-1204790263'), ('const-433', u'LOAD_-1204791003'), ('const-433', u'LOAD_-1204790788'), (u'MULTIEQUAL_-1204790157', u'CALL_-1204790803'), ('const-2', u'COPY_-1204790674'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790184'), (u'INT_EQUAL_-1204790789', u'CBRANCH_-1204790788'), (u'INT_LESS_-1204790747', u'CBRANCH_-1204790756'), ('const-0', u'RETURN_-1204790613'), (u'INDIRECT_-1204790238', u'MULTIEQUAL_-1204790200'), ('tmp_203', u'CBRANCH_-1204790767'), ('const-1024', u'INT_LESS_-1204790785'), (u'INT_ZEXT_-1204790283', u'INT_SUB_-1204790726'), (u'INT_ADD_-1204790758', u'CAST_-1204790113'), ('tmp_2044', u'MULTIEQUAL_-1204790206'), ('const-1024', u'INT_MULT_-1204790682'), ('const-433', u'LOAD_-1204790751'), ('const-56320', u'INT_SUB_-1204790726'), (u'COPY_-1204790740', u'RETURN_-1204790718'), ('const-0', u'RETURN_-1204790110'), (u'LOAD_-1204790751', u'INT_ZEXT_-1204790283'), (u'LOAD_-1204790782', u'INT_SUB_-1204790745'), (u'COPY_-1204790635', u'RETURN_-1204790613'), ('const-1', u'PTRADD_-1204790188'), (u'INT_ZEXT_-1204790400', u'INT_ADD_-1204790245'), ('const-0', u'RETURN_-1204790632'), (u'LOAD_-1204790782', u'CAST_-1204790118'), (u'CAST_-1204790235', u'CAST_-1204790228'), (u'CALL_-1204790803', u'INT_EQUAL_-1204790789'), (u'INT_MULT_-1204790746', u'INT_ADD_-1204790758'), ('tmp_2121', u'INT_EQUAL_-1204790780'), (u'LOAD_-1204791013', u'CAST_-1204790243'), (u'MULTIEQUAL_-1204790200', u'CALL_-1204790803'), (u'INDIRECT_-1204790244', u'PTRADD_-1204790131'), (u'COPY_-1204790674', u'MULTIEQUAL_-1204790159'), (u'CALL_-1204790803', u'INDIRECT_-1204790249'), ('const-1', u'PTRADD_-1204790131'), (u'LOAD_-1204790751', u'INT_ZEXT_-1204790400'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790159'), ('const-433', u'LOAD_-1204791013'), (u'MULTIEQUAL_-1204790139', u'INT_SRIGHT_-1204790950'), ('const-1', u'INT_EQUAL_-1204790780'), (u'CAST_-1204790182', u'INT_LESS_-1204790747'), (u'INT_ZEXT_-1204790159', u'INT_SUB_-1204790776'), (u'INDIRECT_-1204790244', u'MULTIEQUAL_-1204790206'), (u'CAST_-1204790235', u'MULTIEQUAL_-1204790263'), (u'CAST_-1204790243', u'INT_NOTEQUAL_-1204790954'), (u'COPY_-1204790657', u'RETURN_-1204790632'), (u'INT_ZEXT_-1204790178', u'INT_SUB_-1204790805'), ('const-2', u'COPY_-1204790124'), (u'COPY_-1204790122', u'RETURN_-1204790106'), ('const-1023', u'INT_LESS_-1204790705'), (u'INT_ADD_-1204790245', u'INT_ADD_-1204790246'), ('const-0', u'RETURN_-1204790718'), ('const-55296', u'INT_SUB_-1204790805'), ('const-433', u'STORE_-1204790751'), (u'CAST_-1204790105', u'INT_SUB_-1204790745'), (u'INT_LESS_-1204790785', u'CBRANCH_-1204790794'), (u'CAST_-1204790118', u'INT_NOTEQUAL_-1204790720'), ('tmp_2045', u'MULTIEQUAL_-1204790203'), ('tmp_164', u'CBRANCH_-1204790794'), ('const-2', u'INT_LESS_-1204790747'), (u'INT_SUB_-1204790974', u'MULTIEQUAL_-1204790139'), (u'INT_SUB_-1204790776', u'INT_LESS_-1204790758'), (u'CAST_-1204790228', u'INT_SUB_-1204790974'), ('tmp_501', u'CBRANCH_-1204790778'), (u'INT_ZEXT_-1204790184', u'INT_MULT_-1204790682'), (u'COPY_-1204790126', u'RETURN_-1204790110'), ('const-0', u'RETURN_-1204790090'), ('const-433', u'LOAD_-1204790782'), (u'CALL_-1204790803', u'INDIRECT_-1204790244'), ('tmp_2044', u'LOAD_-1204791003'), (u'INT_EQUAL_-1204790780', u'CBRANCH_-1204790778'), ('const-1', u'PTRADD_-1204790253'), (u'CAST_-1204790113', u'CAST_-1204790105'), (u'CALL_-1204790803', u'INDIRECT_-1204790241'), (u'CAST_-1204790148', u'INT_ZEXT_-1204790321'), ('const-433', u'LOAD_-1204790829'), ('const-8', u'PTRADD_-1204790253'), ('const-0', u'COPY_-1204790657'), ('tmp_2050', u'MULTIEQUAL_-1204790200'), (u'MULTIEQUAL_-1204790203', u'INT_LESS_-1204790623'), ('const-2', u'PTRADD_-1204790188'), (u'CAST_-1204790235', u'INT_NOTEQUAL_-1204790954'), (u'COPY_-1204790764', u'MULTIEQUAL_-1204790159'), (u'INT_LESS_-1204790705', u'CBRANCH_-1204790714'), ('const-2', u'COPY_-1204790122'), (u'INT_SUB_-1204790726', u'INT_LESS_-1204790705'), (u'INT_NOTEQUAL_-1204790954', u'CBRANCH_-1204790953'), (u'CAST_-1204790113', u'INT_NOTEQUAL_-1204790720'), (u'MULTIEQUAL_-1204790263', u'LOAD_-1204790829'), (u'INT_LESS_-1204790758', u'CBRANCH_-1204790767'), ('const-0', u'INT_EQUAL_-1204790789'), (u'INT_ZEXT_-1204790184', u'MULTIEQUAL_-1204790157'), (u'INT_SUB_-1204790805', u'INT_LESS_-1204790785'), (u'INDIRECT_-1204790244', u'LOAD_-1204790788'), (u'INDIRECT_-1204790249', u'INT_MULT_-1204790746'), (u'COPY_-1204790124', u'RETURN_-1204790108'), (u'PTRADD_-1204790253', u'LOAD_-1204791013'), ('const-0', u'RETURN_-1204790106')]
[('tmp_297', u'CBRANCH_-1204790788'), (u'CAST_-1204790123', u'MULTIEQUAL_-1204790263'), (u'INT_ADD_-1204790251', u'MULTIEQUAL_-1204790165'), (u'PTRADD_-1204790262', u'LOAD_-1204791013'), (u'CAST_-1204790244', u'INT_NOTEQUAL_-1204790954'), ('const-1', u'COPY_-1204790635'), (u'INDIRECT_-1204790245', u'STORE_-1204790751'), ('tmp_587', u'CBRANCH_-1204790714'), ('tmp_748', u'CBRANCH_-1204790632'), ('const-55296', u'INT_SUB_-1204790805'), (u'COPY_-1204790112', u'RETURN_-1204790099'), (u'INT_ZEXT_-1204790400', u'INT_ADD_-1204790250'), ('tmp_534', u'CBRANCH_-1204790756'), ('const-433', u'LOAD_-1204791013'), (u'INT_NOTEQUAL_-1204790720', u'CBRANCH_-1204790719'), ('tmp_111', u'CBRANCH_-1204790953'), (u'INT_SRIGHT_-1204790950', u'CAST_-1204790191'), ('const-1', u'PTRADD_-1204790140'), (u'LOAD_-1204791013', u'CAST_-1204790252'), ('const-0', u'COPY_-1204790112'), (u'PTRADD_-1204790197', u'LOAD_-1204790751'), (u'CALL_-1204790803', u'INDIRECT_-1204790242'), (u'LOAD_-1204790788', u'INT_ADD_-1204790758'), ('const-1', u'INT_SRIGHT_-1204790950'), (u'CAST_-1204790244', u'MULTIEQUAL_-1204790263'), ('const-433', u'LOAD_-1204790829'), ('const-2', u'COPY_-1204790740'), ('const-2', u'COPY_-1204790135'), ('const-2', u'COPY_-1204790131'), ('const-56320', u'INT_SUB_-1204790726'), ('const-1024', u'INT_LESS_-1204790785'), ('const-1024', u'INT_LESS_-1204790758'), (u'CAST_-1204790244', u'CAST_-1204790237'), (u'CAST_-1204790128', u'INT_NOTEQUAL_-1204790720'), (u'COPY_-1204790674', u'MULTIEQUAL_-1204790168'), ('tmp_409', u'CBRANCH_-1204790719'), (u'LOAD_-1204791013', u'INT_SUB_-1204790974'), (u'INT_LESS_-1204790623', u'CBRANCH_-1204790632'), ('const-1', u'COPY_-1204790764'), ('const-2', u'INT_MULT_-1204790746'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790189'), (u'LOAD_-1204790782', u'CAST_-1204790128'), ('const-0', u'RETURN_-1204790099'), ('const-1', u'INT_EQUAL_-1204790780'), (u'INT_ZEXT_-1204790189', u'MULTIEQUAL_-1204790165'), ('const-2', u'COPY_-1204790674'), (u'INT_LESS_-1204790706', u'CBRANCH_-1204790714'), (u'INT_EQUAL_-1204790789', u'CBRANCH_-1204790788'), (u'INT_LESS_-1204790747', u'CBRANCH_-1204790756'), ('const-0', u'RETURN_-1204790613'), ('tmp_2046', u'LOAD_-1204791003'), ('const-4238353408', u'INT_ADD_-1204790250'), (u'INT_SUB_-1204790974', u'MULTIEQUAL_-1204790146'), ('tmp_203', u'CBRANCH_-1204790767'), (u'INT_ZEXT_-1204790168', u'INT_SUB_-1204790776'), (u'INDIRECT_-1204790239', u'MULTIEQUAL_-1204790201'), ('const-433', u'LOAD_-1204790788'), (u'INDIRECT_-1204790242', u'MULTIEQUAL_-1204790204'), (u'INT_SUB_-1204790726', u'INT_LESS_-1204790706'), ('tmp_2047', u'MULTIEQUAL_-1204790204'), (u'COPY_-1204790740', u'RETURN_-1204790718'), ('const-2', u'COPY_-1204790133'), (u'LOAD_-1204790782', u'INT_SUB_-1204790745'), (u'COPY_-1204790635', u'RETURN_-1204790613'), (u'MULTIEQUAL_-1204790204', u'INT_LESS_-1204790623'), (u'INT_SUB_-1204790745', u'MULTIEQUAL_-1204790146'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790185'), ('const-0', u'RETURN_-1204790119'), ('const-0', u'RETURN_-1204790632'), ('const-433', u'LOAD_-1204791003'), ('const-8', u'PTRADD_-1204790262'), (u'INT_ZEXT_-1204790189', u'INT_MULT_-1204790682'), (u'CALL_-1204790803', u'INT_EQUAL_-1204790789'), (u'INT_MULT_-1204790746', u'INT_ADD_-1204790758'), (u'INT_MULT_-1204790682', u'INT_ADD_-1204790251'), ('const-1023', u'INT_LESS_-1204790706'), ('tmp_2046', u'MULTIEQUAL_-1204790207'), (u'COPY_-1204790133', u'RETURN_-1204790117'), (u'LOAD_-1204791003', u'CAST_-1204790244'), (u'INDIRECT_-1204790245', u'PTRADD_-1204790140'), (u'LOAD_-1204790751', u'INT_ZEXT_-1204790400'), (u'CAST_-1204790111', u'STORE_-1204790751'), ('const-56320', u'INT_SUB_-1204790776'), (u'COPY_-1204790135', u'RETURN_-1204790119'), (u'INT_ZEXT_-1204790322', u'INT_LESS_-1204790623'), (u'MULTIEQUAL_-1204790201', u'CALL_-1204790803'), ('tmp_2052', u'MULTIEQUAL_-1204790201'), (u'COPY_-1204790657', u'RETURN_-1204790632'), (u'MULTIEQUAL_-1204790146', u'INT_SRIGHT_-1204790950'), (u'CAST_-1204790252', u'INT_NOTEQUAL_-1204790954'), ('const-433', u'LOAD_-1204790782'), (u'CAST_-1204790115', u'INT_SUB_-1204790745'), ('tmp_2124', u'INT_EQUAL_-1204790780'), ('const-0', u'RETURN_-1204790718'), ('const-0', u'RETURN_-1204790117'), ('const-433', u'LOAD_-1204790751'), (u'MULTIEQUAL_-1204790165', u'INT_ZEXT_-1204790322'), (u'CAST_-1204790123', u'CAST_-1204790115'), (u'INT_ADD_-1204790758', u'CAST_-1204790123'), (u'INDIRECT_-1204790250', u'INT_MULT_-1204790746'), (u'INT_ZEXT_-1204790284', u'INT_SUB_-1204790726'), (u'INT_LESS_-1204790785', u'CBRANCH_-1204790794'), (u'CAST_-1204790191', u'INT_LESS_-1204790747'), ('tmp_164', u'CBRANCH_-1204790794'), (u'INT_SUB_-1204790776', u'INT_LESS_-1204790758'), (u'INDIRECT_-1204790245', u'LOAD_-1204790788'), ('tmp_501', u'CBRANCH_-1204790778'), (u'INT_EQUAL_-1204790780', u'CBRANCH_-1204790778'), (u'CALL_-1204790803', u'INDIRECT_-1204790239'), (u'INT_ZEXT_-1204790185', u'INT_SUB_-1204790805'), ('const-1024', u'INT_MULT_-1204790682'), (u'COPY_-1204790131', u'RETURN_-1204790115'), (u'CAST_-1204790237', u'INT_SUB_-1204790974'), (u'COPY_-1204790764', u'MULTIEQUAL_-1204790168'), ('const-2', u'INT_LESS_-1204790747'), (u'INT_ADD_-1204790250', u'INT_ADD_-1204790251'), (u'CAST_-1204790123', u'CAST_-1204790111'), ('const-1', u'PTRADD_-1204790262'), (u'CAST_-1204790123', u'INT_NOTEQUAL_-1204790720'), ('const-433', u'STORE_-1204790751'), ('const-0', u'RETURN_-1204790115'), (u'CALL_-1204790803', u'INDIRECT_-1204790250'), (u'MULTIEQUAL_-1204790263', u'PTRADD_-1204790197'), (u'CALL_-1204790803', u'INDIRECT_-1204790245'), (u'INT_NOTEQUAL_-1204790954', u'CBRANCH_-1204790953'), (u'LOAD_-1204790751', u'INT_ZEXT_-1204790284'), ('const-8', u'PTRADD_-1204790140'), (u'MULTIEQUAL_-1204790263', u'LOAD_-1204790829'), (u'LOAD_-1204790829', u'INT_ZEXT_-1204790168'), (u'INT_LESS_-1204790758', u'CBRANCH_-1204790767'), ('const-0', u'INT_EQUAL_-1204790789'), (u'INDIRECT_-1204790245', u'MULTIEQUAL_-1204790207'), (u'INT_SUB_-1204790805', u'INT_LESS_-1204790785'), ('const-2', u'PTRADD_-1204790197'), ('tmp_2046', u'PTRADD_-1204790262'), ('const-1', u'PTRADD_-1204790197'), (u'PTRADD_-1204790140', u'LOAD_-1204790782'), ('const-0', u'COPY_-1204790657')]
null
null
002f5910
x64
O2
(translation_unit "undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" type_identifier (function_declarator "FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)" identifier (parameter_list "(long *param_1,undefined8 param_2,ulong param_3,int param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "ushort *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "puVar3 = (ushort *)*param_1;" (assignment_expression "puVar3 = (ushort *)*param_1" identifier = (cast_expression "(ushort *)*param_1" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" if (parenthesized_expression "(puVar3 != (ushort *)param_1[1])" ( (binary_expression "puVar3 != (ushort *)param_1[1]" identifier != (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" { (do_statement "do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);" do (compound_statement "{\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n }" { (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "uVar5 = (uint)uVar1;" (assignment_expression "uVar5 = (uint)uVar1" identifier = (cast_expression "(uint)uVar1" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" if (parenthesized_expression "(uVar1 - 0xd800 < 0x400)" ( (binary_expression "uVar1 - 0xd800 < 0x400" (binary_expression "uVar1 - 0xd800" identifier - number_literal) < number_literal) )) (compound_statement "{\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }" { (if_statement "if (param_4 == 1) {\n return 2;\n }" if (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (if_statement "if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }" if (parenthesized_expression "((ulong)(lVar4 >> 1) < 2)" ( (binary_expression "(ulong)(lVar4 >> 1) < 2" (call_expression "(ulong)(lVar4 >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 >> 1)" ( (binary_expression "lVar4 >> 1" identifier >> number_literal) ))) < number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }" if (parenthesized_expression "(0x3ff < puVar3[1] - 0xdc00)" ( (binary_expression "0x3ff < puVar3[1] - 0xdc00" number_literal < (binary_expression "puVar3[1] - 0xdc00" (subscript_expression "puVar3[1]" identifier [ number_literal ]) - number_literal)) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 2;" (assignment_expression "lVar4 = 2" identifier = number_literal) ;) (expression_statement "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;" (assignment_expression "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400" identifier = (binary_expression "puVar3[1] + 0xfca02400 + uVar5 * 0x400" (binary_expression "puVar3[1] + 0xfca02400" (subscript_expression "puVar3[1]" identifier [ number_literal ]) + number_literal) + (binary_expression "uVar5 * 0x400" identifier * number_literal))) ;) }) (else_clause "else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" else (compound_statement "{\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" { (if_statement "if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }" if (parenthesized_expression "(uVar1 - 0xdc00 < 0x400)" ( (binary_expression "uVar1 - 0xdc00 < 0x400" (binary_expression "uVar1 - 0xdc00" identifier - number_literal) < number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 1;" (assignment_expression "lVar4 = 1" identifier = number_literal) ;) }))) (if_statement "if (param_3 < uVar5) {\n return 2;\n }" if (parenthesized_expression "(param_3 < uVar5)" ( (binary_expression "param_3 < uVar5" identifier < identifier) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "cVar2 = FUN_002f5670(param_2);" (assignment_expression "cVar2 = FUN_002f5670(param_2)" identifier = (call_expression "FUN_002f5670(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if (cVar2 == '\0') {\n return 1;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar3 = (ushort *)(*param_1 + lVar4 * 2);" (assignment_expression "puVar3 = (ushort *)(*param_1 + lVar4 * 2)" identifier = (cast_expression "(ushort *)(*param_1 + lVar4 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + lVar4 * 2)" ( (binary_expression "*param_1 + lVar4 * 2" (pointer_expression "*param_1" * identifier) + (binary_expression "lVar4 * 2" identifier * number_literal)) )))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "*param_1 = (long)puVar3;" (assignment_expression "*param_1 = (long)puVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) while (parenthesized_expression "((ushort *)param_1[1] != puVar3)" ( (binary_expression "(ushort *)param_1[1] != puVar3" (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != identifier) )) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* std::codecvt_base::result std::(anonymous namespace)::utf16_out<char16_t>(std::(anonymous\n namespace)::range<char16_t const, true>&, std::(anonymous namespace)::range<char, true>&,\n unsigned long, std::codecvt_mode, std::(anonymous namespace)::surrogates) [clone .part.20] */\n\nundefined8\nstd::(anonymous_namespace)::utf16_out<char16_t>\n (long *param_1,range *param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n wchar32 wVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}\n\n" comment (function_definition "undefined8\nstd::(anonymous_namespace)::utf16_out<char16_t>\n (long *param_1,range *param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n wchar32 wVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" type_identifier (ERROR "std::(anonymous_namespace)::" identifier : : ( identifier ) : :) (function_declarator "utf16_out<char16_t>\n (long *param_1,range *param_2,ulong param_3,int param_4)" identifier (ERROR "<char16_t>" < primitive_type >) (parameter_list "(long *param_1,range *param_2,ulong param_3,int param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "range *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n wchar32 wVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "ushort *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "wchar32 wVar5;" type_identifier identifier ;) (expression_statement "puVar3 = (ushort *)*param_1;" (assignment_expression "puVar3 = (ushort *)*param_1" identifier = (cast_expression "(ushort *)*param_1" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" if (parenthesized_expression "(puVar3 != (ushort *)param_1[1])" ( (binary_expression "puVar3 != (ushort *)param_1[1]" identifier != (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" { (do_statement "do {\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);" do (compound_statement "{\n uVar1 = *puVar3;\n wVar5 = (wchar32)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < (uint)wVar5) {\n return 2;\n }\n cVar2 = write_utf8_code_point(param_2,wVar5);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n }" { (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "wVar5 = (wchar32)uVar1;" (assignment_expression "wVar5 = (wchar32)uVar1" identifier = (cast_expression "(wchar32)uVar1" ( (type_descriptor "wchar32" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" if (parenthesized_expression "(uVar1 - 0xd800 < 0x400)" ( (binary_expression "uVar1 - 0xd800 < 0x400" (binary_expression "uVar1 - 0xd800" identifier - number_literal) < number_literal) )) (compound_statement "{\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;\n }" { (if_statement "if (param_4 == 1) {\n return 2;\n }" if (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (if_statement "if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }" if (parenthesized_expression "((ulong)(lVar4 >> 1) < 2)" ( (binary_expression "(ulong)(lVar4 >> 1) < 2" (call_expression "(ulong)(lVar4 >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 >> 1)" ( (binary_expression "lVar4 >> 1" identifier >> number_literal) ))) < number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }" if (parenthesized_expression "(0x3ff < puVar3[1] - 0xdc00)" ( (binary_expression "0x3ff < puVar3[1] - 0xdc00" number_literal < (binary_expression "puVar3[1] - 0xdc00" (subscript_expression "puVar3[1]" identifier [ number_literal ]) - number_literal)) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 2;" (assignment_expression "lVar4 = 2" identifier = number_literal) ;) (expression_statement "wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400;" (assignment_expression "wVar5 = puVar3[1] + 0xfca02400 + wVar5 * 0x400" identifier = (binary_expression "puVar3[1] + 0xfca02400 + wVar5 * 0x400" (binary_expression "puVar3[1] + 0xfca02400" (subscript_expression "puVar3[1]" identifier [ number_literal ]) + number_literal) + (binary_expression "wVar5 * 0x400" identifier * number_literal))) ;) }) (else_clause "else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" else (compound_statement "{\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" { (if_statement "if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }" if (parenthesized_expression "(uVar1 - 0xdc00 < 0x400)" ( (binary_expression "uVar1 - 0xdc00 < 0x400" (binary_expression "uVar1 - 0xdc00" identifier - number_literal) < number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 1;" (assignment_expression "lVar4 = 1" identifier = number_literal) ;) }))) (if_statement "if (param_3 < (uint)wVar5) {\n return 2;\n }" if (parenthesized_expression "(param_3 < (uint)wVar5)" ( (binary_expression "param_3 < (uint)wVar5" identifier < (cast_expression "(uint)wVar5" ( (type_descriptor "uint" type_identifier) ) identifier)) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "cVar2 = write_utf8_code_point(param_2,wVar5);" (assignment_expression "cVar2 = write_utf8_code_point(param_2,wVar5)" identifier = (call_expression "write_utf8_code_point(param_2,wVar5)" identifier (argument_list "(param_2,wVar5)" ( identifier , identifier )))) ;) (if_statement "if (cVar2 == '\0') {\n return 1;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar3 = (ushort *)(*param_1 + lVar4 * 2);" (assignment_expression "puVar3 = (ushort *)(*param_1 + lVar4 * 2)" identifier = (cast_expression "(ushort *)(*param_1 + lVar4 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + lVar4 * 2)" ( (binary_expression "*param_1 + lVar4 * 2" (pointer_expression "*param_1" * identifier) + (binary_expression "lVar4 * 2" identifier * number_literal)) )))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "*param_1 = (long)puVar3;" (assignment_expression "*param_1 = (long)puVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) while (parenthesized_expression "((ushort *)param_1[1] != puVar3)" ( (binary_expression "(ushort *)param_1[1] != puVar3" (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != identifier) )) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" type_identifier (function_declarator "FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)" identifier (parameter_list "(long *param_1,undefined8 param_2,ulong param_3,int param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "ushort *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "puVar3 = (ushort *)*param_1;" (assignment_expression "puVar3 = (ushort *)*param_1" identifier = (cast_expression "(ushort *)*param_1" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" if (parenthesized_expression "(puVar3 != (ushort *)param_1[1])" ( (binary_expression "puVar3 != (ushort *)param_1[1]" identifier != (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" { (do_statement "do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);" do (compound_statement "{\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n }" { (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "uVar5 = (uint)uVar1;" (assignment_expression "uVar5 = (uint)uVar1" identifier = (cast_expression "(uint)uVar1" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" if (parenthesized_expression "(uVar1 - 0xd800 < 0x400)" ( (binary_expression "uVar1 - 0xd800 < 0x400" (binary_expression "uVar1 - 0xd800" identifier - number_literal) < number_literal) )) (compound_statement "{\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }" { (if_statement "if (param_4 == 1) {\n return 2;\n }" if (parenthesized_expression "(param_4 == 1)" ( (binary_expression "param_4 == 1" identifier == number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (if_statement "if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }" if (parenthesized_expression "((ulong)(lVar4 >> 1) < 2)" ( (binary_expression "(ulong)(lVar4 >> 1) < 2" (call_expression "(ulong)(lVar4 >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar4 >> 1)" ( (binary_expression "lVar4 >> 1" identifier >> number_literal) ))) < number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }" if (parenthesized_expression "(0x3ff < puVar3[1] - 0xdc00)" ( (binary_expression "0x3ff < puVar3[1] - 0xdc00" number_literal < (binary_expression "puVar3[1] - 0xdc00" (subscript_expression "puVar3[1]" identifier [ number_literal ]) - number_literal)) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 2;" (assignment_expression "lVar4 = 2" identifier = number_literal) ;) (expression_statement "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;" (assignment_expression "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400" identifier = (binary_expression "puVar3[1] + 0xfca02400 + uVar5 * 0x400" (binary_expression "puVar3[1] + 0xfca02400" (subscript_expression "puVar3[1]" identifier [ number_literal ]) + number_literal) + (binary_expression "uVar5 * 0x400" identifier * number_literal))) ;) }) (else_clause "else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" else (compound_statement "{\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" { (if_statement "if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }" if (parenthesized_expression "(uVar1 - 0xdc00 < 0x400)" ( (binary_expression "uVar1 - 0xdc00 < 0x400" (binary_expression "uVar1 - 0xdc00" identifier - number_literal) < number_literal) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "lVar4 = 1;" (assignment_expression "lVar4 = 1" identifier = number_literal) ;) }))) (if_statement "if (param_3 < uVar5) {\n return 2;\n }" if (parenthesized_expression "(param_3 < uVar5)" ( (binary_expression "param_3 < uVar5" identifier < identifier) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (expression_statement "cVar2 = FUN_002f5670(param_2);" (assignment_expression "cVar2 = FUN_002f5670(param_2)" identifier = (call_expression "FUN_002f5670(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (if_statement "if (cVar2 == '\0') {\n return 1;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar3 = (ushort *)(*param_1 + lVar4 * 2);" (assignment_expression "puVar3 = (ushort *)(*param_1 + lVar4 * 2)" identifier = (cast_expression "(ushort *)(*param_1 + lVar4 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + lVar4 * 2)" ( (binary_expression "*param_1 + lVar4 * 2" (pointer_expression "*param_1" * identifier) + (binary_expression "lVar4 * 2" identifier * number_literal)) )))) ;) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" identifier = (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "*param_1 = (long)puVar3;" (assignment_expression "*param_1 = (long)puVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) while (parenthesized_expression "((ushort *)param_1[1] != puVar3)" ( (binary_expression "(ushort *)param_1[1] != puVar3" (cast_expression "(ushort *)param_1[1]" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != identifier) )) ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (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 ]) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) < LIT) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression (subscript_expression IDENT [ LIT ]) - LIT)) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) + (binary_expression IDENT * LIT))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + (binary_expression IDENT * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) })) (return_statement return LIT ;) })))
(function_definition "undefined8 FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)\n\n{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_002f5910(long *param_1,undefined8 param_2,ulong param_3,int param_4)" (identifier "FUN_002f5910") (parameter_list "(long *param_1,undefined8 param_2,ulong param_3,int param_4)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n ushort uVar1;\n char cVar2;\n ushort *puVar3;\n long lVar4;\n uint uVar5;\n \n puVar3 = (ushort *)*param_1;\n lVar4 = param_1[1] - (long)puVar3;\n if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }\n return 0;\n}" ({ "{") (declaration "ushort uVar1;" (type_identifier "ushort") (identifier "uVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "ushort *puVar3;" (type_identifier "ushort") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (expression_statement "puVar3 = (ushort *)*param_1;" (assignment_expression "puVar3 = (ushort *)*param_1" (identifier "puVar3") (= "=") (cast_expression "(ushort *)*param_1" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" (identifier "lVar4") (= "=") (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (- "-") (cast_expression "(long)puVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar3")))) (; ";")) (if_statement "if (puVar3 != (ushort *)param_1[1]) {\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" (if "if") (parenthesized_expression "(puVar3 != (ushort *)param_1[1])" (( "(") (binary_expression "puVar3 != (ushort *)param_1[1]" (identifier "puVar3") (!= "!=") (cast_expression "(ushort *)param_1[1]" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);\n }" ({ "{") (do_statement "do {\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n } while ((ushort *)param_1[1] != puVar3);" (do "do") (compound_statement "{\n uVar1 = *puVar3;\n uVar5 = (uint)uVar1;\n if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }\n if (param_3 < uVar5) {\n return 2;\n }\n cVar2 = FUN_002f5670(param_2);\n if (cVar2 == '\0') {\n return 1;\n }\n puVar3 = (ushort *)(*param_1 + lVar4 * 2);\n lVar4 = param_1[1] - (long)puVar3;\n *param_1 = (long)puVar3;\n }" ({ "{") (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" (identifier "uVar1") (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (expression_statement "uVar5 = (uint)uVar1;" (assignment_expression "uVar5 = (uint)uVar1" (identifier "uVar5") (= "=") (cast_expression "(uint)uVar1" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (uVar1 - 0xd800 < 0x400) {\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }\n else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" (if "if") (parenthesized_expression "(uVar1 - 0xd800 < 0x400)" (( "(") (binary_expression "uVar1 - 0xd800 < 0x400" (binary_expression "uVar1 - 0xd800" (identifier "uVar1") (- "-") (number_literal "0xd800")) (< "<") (number_literal "0x400")) () ")")) (compound_statement "{\n if (param_4 == 1) {\n return 2;\n }\n if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }\n if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }\n lVar4 = 2;\n uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;\n }" ({ "{") (if_statement "if (param_4 == 1) {\n return 2;\n }" (if "if") (parenthesized_expression "(param_4 == 1)" (( "(") (binary_expression "param_4 == 1" (identifier "param_4") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (if_statement "if ((ulong)(lVar4 >> 1) < 2) {\n return 0;\n }" (if "if") (parenthesized_expression "((ulong)(lVar4 >> 1) < 2)" (( "(") (binary_expression "(ulong)(lVar4 >> 1) < 2" (call_expression "(ulong)(lVar4 >> 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar4 >> 1)" (( "(") (binary_expression "lVar4 >> 1" (identifier "lVar4") (>> ">>") (number_literal "1")) () ")"))) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (0x3ff < puVar3[1] - 0xdc00) {\n return 2;\n }" (if "if") (parenthesized_expression "(0x3ff < puVar3[1] - 0xdc00)" (( "(") (binary_expression "0x3ff < puVar3[1] - 0xdc00" (number_literal "0x3ff") (< "<") (binary_expression "puVar3[1] - 0xdc00" (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (- "-") (number_literal "0xdc00"))) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (expression_statement "lVar4 = 2;" (assignment_expression "lVar4 = 2" (identifier "lVar4") (= "=") (number_literal "2")) (; ";")) (expression_statement "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400;" (assignment_expression "uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400" (identifier "uVar5") (= "=") (binary_expression "puVar3[1] + 0xfca02400 + uVar5 * 0x400" (binary_expression "puVar3[1] + 0xfca02400" (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0xfca02400")) (+ "+") (binary_expression "uVar5 * 0x400" (identifier "uVar5") (* "*") (number_literal "0x400")))) (; ";")) (} "}")) (else_clause "else {\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" (else "else") (compound_statement "{\n if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }\n lVar4 = 1;\n }" ({ "{") (if_statement "if (uVar1 - 0xdc00 < 0x400) {\n return 2;\n }" (if "if") (parenthesized_expression "(uVar1 - 0xdc00 < 0x400)" (( "(") (binary_expression "uVar1 - 0xdc00 < 0x400" (binary_expression "uVar1 - 0xdc00" (identifier "uVar1") (- "-") (number_literal "0xdc00")) (< "<") (number_literal "0x400")) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (expression_statement "lVar4 = 1;" (assignment_expression "lVar4 = 1" (identifier "lVar4") (= "=") (number_literal "1")) (; ";")) (} "}")))) (if_statement "if (param_3 < uVar5) {\n return 2;\n }" (if "if") (parenthesized_expression "(param_3 < uVar5)" (( "(") (binary_expression "param_3 < uVar5" (identifier "param_3") (< "<") (identifier "uVar5")) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (expression_statement "cVar2 = FUN_002f5670(param_2);" (assignment_expression "cVar2 = FUN_002f5670(param_2)" (identifier "cVar2") (= "=") (call_expression "FUN_002f5670(param_2)" (identifier "FUN_002f5670") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (cVar2 == '\0') {\n return 1;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "puVar3 = (ushort *)(*param_1 + lVar4 * 2);" (assignment_expression "puVar3 = (ushort *)(*param_1 + lVar4 * 2)" (identifier "puVar3") (= "=") (cast_expression "(ushort *)(*param_1 + lVar4 * 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + lVar4 * 2)" (( "(") (binary_expression "*param_1 + lVar4 * 2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "lVar4 * 2" (identifier "lVar4") (* "*") (number_literal "2"))) () ")")))) (; ";")) (expression_statement "lVar4 = param_1[1] - (long)puVar3;" (assignment_expression "lVar4 = param_1[1] - (long)puVar3" (identifier "lVar4") (= "=") (binary_expression "param_1[1] - (long)puVar3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (- "-") (cast_expression "(long)puVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar3")))) (; ";")) (expression_statement "*param_1 = (long)puVar3;" (assignment_expression "*param_1 = (long)puVar3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)puVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar3"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((ushort *)param_1[1] != puVar3)" (( "(") (binary_expression "(ushort *)param_1[1] != puVar3" (cast_expression "(ushort *)param_1[1]" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "puVar3")) () ")")) (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* std::codecvt_base::result std::(anonymous namespace)::utf16_out<char16_t>(std::(anonymous namespace)::range<char16_t const, true>&, std::(anonymous namespace)::range<char, true>&, unsigned long, std::codecvt_mode, std::(anonymous namespace)::surrogates) [clone .part.20] */ type_1 std::(anonymous_namespace)::function_1<char16_t> (long *param_1,type_2 *param_2,type_3 var_6,int var_3) { type_4 var_2; char var_8; type_4 *var_1; long var_4; type_5 var_5; var_1 = (type_4 *)*param_1; var_4 = param_1[1] - (long)var_1; if (var_1 != (type_4 *)param_1[1]) { do { var_2 = *var_1; var_5 = (type_5)var_2; if (var_2 - 0xd800 < 0x400) { if (var_3 == 1) { return 2; } if ((type_3)(var_4 >> 1) < 2) { return 0; } if (0x3ff < var_1[1] - 0xdc00) { return 2; } var_4 = 2; var_5 = var_1[1] + 0xfca02400 + var_5 * 0x400; } else { if (var_2 - 0xdc00 < 0x400) { return 2; } var_4 = 1; } if (var_6 < (type_6)var_5) { return 2; } var_8 = var_7(param_2,var_5); if (var_8 == '\0') { return 1; } var_1 = (type_4 *)(*param_1 + var_4 * 2); var_4 = param_1[1] - (long)var_1; *param_1 = (long)var_1; } while ((type_4 *)param_1[1] != var_1); } return 0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (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: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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)))) (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 (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (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: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) 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: (identifier))) consequence: (compound_statement (return_statement (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: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) 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: (identifier)))))) (return_statement (number_literal)))))
null
undefined8 MASKED(long *param_1,undefined8 param_2,ulong param_3,int param_4) { ushort uVar1; char cVar2; ushort *puVar3; long lVar4; uint uVar5; puVar3 = (ushort *)*param_1; lVar4 = param_1[1] - (long)puVar3; if (puVar3 != (ushort *)param_1[1]) { do { uVar1 = *puVar3; uVar5 = (uint)uVar1; if (uVar1 - 0xd800 < 0x400) { if (param_4 == 1) { return 2; } if ((ulong)(lVar4 >> 1) < 2) { return 0; } if (0x3ff < puVar3[1] - 0xdc00) { return 2; } lVar4 = 2; uVar5 = puVar3[1] + 0xfca02400 + uVar5 * 0x400; } else { if (uVar1 - 0xdc00 < 0x400) { return 2; } lVar4 = 1; } if (param_3 < uVar5) { return 2; } cVar2 = FUN_002f5670(param_2); if (cVar2 == '\0') { return 1; } puVar3 = (ushort *)(*param_1 + lVar4 * 2); lVar4 = param_1[1] - (long)puVar3; *param_1 = (long)puVar3; } while ((ushort *)param_1[1] != puVar3); } return 0; }
152_ls_and_ls_strip.c
dired_dump_obstack
FUN_00106fc0
void dired_dump_obstack(char *prefix,obstack *os) { undefined8 uVar1; _IO_FILE *p_Var2; undefined *puVar3; char *pcVar4; char *pcVar5; char *pcVar6; obstack *__o; pcVar6 = os->next_free; pcVar5 = os->object_base; if (7 < (ulong)((long)pcVar6 - (long)pcVar5)) { if (pcVar6 == pcVar5) { os->field_0x50 = os->field_0x50 | 2; } puVar3 = PTR_stdout_00121f98; pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask); if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk)) { pcVar4 = os->chunk_limit; } pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8); os->next_free = pcVar4; os->object_base = pcVar4; fputs_unlocked(prefix,*(FILE **)puVar3); do { uVar1 = *(undefined8 *)pcVar5; pcVar5 = pcVar5 + 8; __printf_chk(1,&DAT_0011889a,uVar1); } while (pcVar6 != pcVar5); p_Var2 = *(_IO_FILE **)puVar3; pcVar6 = p_Var2->_IO_write_ptr; if (p_Var2->_IO_write_end <= pcVar6) { __overflow(p_Var2,10); return; } p_Var2->_IO_write_ptr = pcVar6 + 1; *pcVar6 = '\n'; } return; }
void FUN_00106fc0(char *param_1,long param_2) { undefined8 uVar1; _IO_FILE *p_Var2; char *pcVar3; undefined *puVar4; ulong uVar5; undefined8 *puVar6; undefined8 *puVar7; puVar7 = *(undefined8 **)(param_2 + 0x18); puVar6 = *(undefined8 **)(param_2 + 0x10); if (7 < (ulong)((long)puVar7 - (long)puVar6)) { if (puVar7 == puVar6) { *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2; } puVar4 = PTR_stdout_00121f98; uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30); if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) { uVar5 = *(ulong *)(param_2 + 0x20); } puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6); *(ulong *)(param_2 + 0x18) = uVar5; *(ulong *)(param_2 + 0x10) = uVar5; fputs_unlocked(param_1,*(FILE **)puVar4); do { uVar1 = *puVar6; puVar6 = puVar6 + 1; __printf_chk(1,&DAT_0011889a,uVar1); } while (puVar7 != puVar6); p_Var2 = *(_IO_FILE **)puVar4; pcVar3 = p_Var2->_IO_write_ptr; if (p_Var2->_IO_write_end <= pcVar3) { __overflow(p_Var2,10); return; } p_Var2->_IO_write_ptr = pcVar3 + 1; *pcVar3 = '\n'; } return; }
PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x8 MOV RAX,qword ptr [RSI + 0x18] MOV RBX,qword ptr [RSI + 0x10] MOV RBP,RAX SUB RBP,RBX CMP RBP,0x7 JBE 0x00107074 CMP RAX,RBX JZ 0x0010707f MOV RDX,qword ptr [RSI + 0x30] MOV RCX,qword ptr [RSI + 0x8] LEA R13,[0x11889a] MOV R12,qword ptr [0x00121f98] ADD RAX,RDX NOT RDX AND RAX,RDX MOV RDX,qword ptr [RSI + 0x20] MOV R8,RAX MOV R9,RDX SUB R8,RCX SUB R9,RCX CMP R8,R9 CMOVA RAX,RDX AND RBP,-0x8 ADD RBP,RBX MOV qword ptr [RSI + 0x18],RAX MOV qword ptr [RSI + 0x10],RAX MOV RSI,qword ptr [R12] CALL 0x00104380 NOP dword ptr [RAX] MOV RDX,qword ptr [RBX] MOV RSI,R13 MOV EDI,0x1 XOR EAX,EAX ADD RBX,0x8 CALL 0x00104540 CMP RBP,RBX JNZ 0x00107040 MOV RDI,qword ptr [R12] MOV RAX,qword ptr [RDI + 0x28] CMP RAX,qword ptr [RDI + 0x30] JNC 0x00107088 LEA RDX,[RAX + 0x1] MOV qword ptr [RDI + 0x28],RDX MOV byte ptr [RAX],0xa ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 RET OR byte ptr [RSI + 0x50],0x2 JMP 0x00106feb POP RAX MOV ESI,0xa POP RBX POP RBP POP R12 POP R13 JMP 0x00104280
null
null
null
null
[('const-1', u'CALL_-1206947572'), (u'INT_EQUAL_-1206947805', u'CBRANCH_-1206947803'), (u'LOAD_-1206947798', u'PTRADD_-1206947704'), (u'MULTIEQUAL_-1206947399', u'STORE_-1206947644'), ('tmp_163', u'CBRANCH_-1206947803'), (u'INDIRECT_-1206947217', u'MULTIEQUAL_-1206947213'), (u'CAST_-1206947249', u'INT_SUB_-1206947694'), (u'INT_AND_-1206947726', u'CAST_-1206947269'), ('const-16', u'PTRSUB_-1206947242'), (u'MULTIEQUAL_-1206947399', u'STORE_-1206947651'), ('const-433', u'LOAD_-1206947798'), (u'INDIRECT_-1206947202', u'MULTIEQUAL_-1206947348'), (u'INDIRECT_-1206947256', u'MULTIEQUAL_-1206947264'), (u'CALL_-1206947417', u'INDIRECT_-1206947188'), ('const-0', u'RETURN_-1206947458'), (u'LOAD_-1206947791', u'CAST_-1206947254'), (u'STORE_-1206947651', u'INDIRECT_-1206947293'), ('tmp_571', u'CBRANCH_-1206947521'), (u'INT_SUB_-1206947694', u'CAST_-1206947242'), ('const-433', u'LOAD_-1206947619'), (u'INT_LESS_-1206947676', u'CBRANCH_-1206947682'), (u'LOAD_-1206947554', u'CALL_-1206947417'), ('const-1149082', u'PTRSUB_-1206947212'), (u'INDIRECT_-1206947188', u'COPY_-1206947246'), (u'MULTIEQUAL_-1206947357', u'CAST_-1206947204'), (u'LOAD_-1206947619', u'CALL_-1206947572'), (u'INT_LESSEQUAL_-1206947524', u'CBRANCH_-1206947521'), ('tmp_775', u'PTRSUB_-1206947278'), (u'STORE_-1206947506', u'INDIRECT_-1206947217'), ('const-433', u'LOAD_-1206947438'), (u'CAST_-1206947270', u'INT_AND_-1206947726'), ('tmp_1399', u'MULTIEQUAL_-1206947348'), (u'CAST_-1206947242', u'INT_LESS_-1206947676'), (u'CALL_-1206947572', u'INDIRECT_-1206947256'), (u'LOAD_-1206947547', u'INT_LESSEQUAL_-1206947524'), (u'CAST_-1206947322', u'INT_SUB_-1206947833'), ('const-1', u'PTRADD_-1206947458'), (u'PTRADD_-1206947601', u'INT_NOTEQUAL_-1206947556'), ('const-0', u'RETURN_-1206947413'), ('const-433', u'LOAD_-1206947554'), (u'LOAD_-1206947863', u'PTRADD_-1206947601'), (u'LOAD_-1206947547', u'STORE_-1206947506'), ('tmp_775', u'PTRSUB_-1206947311'), ('const-1', u'PTRADD_-1206947704'), (u'PTRSUB_-1206947242', u'STORE_-1206947644'), (u'PTRADD_-1206947527', u'INT_NOTEQUAL_-1206947556'), ('const-16', u'PTRSUB_-1206947341'), ('tmp_775', u'PTRSUB_-1206947155'), ('tmp_775', u'PTRSUB_-1206947306'), ('const-433', u'STORE_-1206947435'), (u'PTRSUB_-1206947247', u'STORE_-1206947651'), ('const-24', u'PTRSUB_-1206947346'), (u'CAST_-1206947176', u'LOAD_-1206947554'), (u'INT_NOTEQUAL_-1206947556', u'CBRANCH_-1206947554'), ('const-32', u'PTRSUB_-1206947278'), (u'COPY_-1206947315', u'MULTIEQUAL_-1206947399'), (u'PTRSUB_-1206947306', u'LOAD_-1206947791'), ('const-80', u'PTRSUB_-1206947155'), (u'COPY_-1206947367', u'CAST_-1206947176'), ('tmp_774', u'CALL_-1206947627'), (u'PTRSUB_-1206947311', u'LOAD_-1206947798'), (u'INT_NEGATE_-1206947734', u'INT_AND_-1206947726'), (u'LOAD_-1206947863', u'CAST_-1206947322'), ('const-433', u'LOAD_-1206947870'), (u'PTRSUB_-1206947341', u'LOAD_-1206947863'), (u'INT_SUB_-1206947833', u'INT_AND_-1206947652'), (u'LOAD_-1206947540', u'INT_LESSEQUAL_-1206947524'), ('const-1', u'PTRADD_-1206947458'), (u'LOAD_-1206947863', u'INT_EQUAL_-1206947805'), ('const-2', u'INT_OR_-1206947411'), (u'INT_SUB_-1206947833', u'CAST_-1206947314'), (u'INT_OR_-1206947411', u'STORE_-1206947435'), ('const-24', u'PTRSUB_-1206947247'), ('const-40', u'PTRSUB_-1206947190'), ('const-433', u'STORE_-1206947512'), (u'CAST_-1206947241', u'INT_LESS_-1206947676'), (u'LOAD_-1206947791', u'CAST_-1206947249'), (u'LOAD_-1206947640', u'CALL_-1206947627'), ('tmp_520', u'CBRANCH_-1206947554'), ('const-433', u'STORE_-1206947644'), (u'LOAD_-1206947870', u'CAST_-1206947323'), (u'INDIRECT_-1206947286', u'MULTIEQUAL_-1206947264'), (u'INT_LESS_-1206947814', u'CBRANCH_-1206947823'), (u'LOAD_-1206947863', u'MULTIEQUAL_-1206947357'), (u'INT_AND_-1206947652', u'PTRADD_-1206947601'), (u'MULTIEQUAL_-1206947213', u'COPY_-1206947269'), ('const-8', u'PTRSUB_-1206947306'), ('const-433', u'LOAD_-1206947740'), (u'LOAD_-1206947438', u'INT_OR_-1206947411'), ('const-1', u'PTRADD_-1206947527'), (u'CAST_-1206947250', u'INT_SUB_-1206947694'), ('tmp_775', u'PTRSUB_-1206947242'), ('const-433', u'LOAD_-1206947547'), ('const-40', u'PTRSUB_-1206947174'), (u'LOAD_-1206947547', u'PTRADD_-1206947458'), (u'LOAD_-1206947798', u'INT_NEGATE_-1206947734'), ('tmp_775', u'PTRSUB_-1206947341'), ('const-433', u'LOAD_-1206947640'), (u'LOAD_-1206947870', u'INT_EQUAL_-1206947805'), ('tmp_1399', u'MULTIEQUAL_-1206947213'), (u'CAST_-1206947221', u'LOAD_-1206947640'), ('const-0', u'PTRSUB_-1206947212'), (u'STORE_-1206947512', u'INDIRECT_-1206947222'), ('const-433', u'STORE_-1206947651'), ('tmp_761', u'BRANCH_-1206947420'), ('tmp_338', u'CBRANCH_-1206947682'), ('const--8', u'INT_AND_-1206947652'), (u'LOAD_-1206947554', u'PTRSUB_-1206947190'), (u'PTRSUB_-1206947346', u'LOAD_-1206947870'), (u'STORE_-1206947435', u'INDIRECT_-1206947202'), ('tmp_775', u'PTRSUB_-1206947346'), (u'LOAD_-1206947554', u'PTRSUB_-1206947174'), ('tmp_133', u'CBRANCH_-1206947823'), (u'CAST_-1206947204', u'LOAD_-1206947619'), (u'PTRADD_-1206947527', u'MULTIEQUAL_-1206947357'), (u'CAST_-1206947323', u'INT_SUB_-1206947833'), (u'CAST_-1206947269', u'COPY_-1206947316'), ('const-48', u'PTRSUB_-1206947311'), ('const-10', u'STORE_-1206947506'), ('const-433', u'LOAD_-1206947791'), (u'PTRSUB_-1206947155', u'LOAD_-1206947438'), (u'PTRSUB_-1206947190', u'LOAD_-1206947547'), (u'MULTIEQUAL_-1206947348', u'COPY_-1206947367'), (u'LOAD_-1206947740', u'CAST_-1206947250'), (u'INT_SUB_-1206947706', u'CAST_-1206947241'), (u'PTRSUB_-1206947185', u'LOAD_-1206947540'), ('const-8', u'PTRADD_-1206947527'), (u'LOAD_-1206947870', u'PTRADD_-1206947704'), ('const-48', u'PTRSUB_-1206947185'), (u'CAST_-1206947269', u'CAST_-1206947255'), (u'LOAD_-1206947554', u'PTRSUB_-1206947185'), (u'CAST_-1206947314', u'INT_LESS_-1206947814'), (u'COPY_-1206947316', u'MULTIEQUAL_-1206947399'), ('const-7', u'INT_LESS_-1206947814'), ('const-433', u'LOAD_-1206947863'), (u'CAST_-1206947254', u'INT_SUB_-1206947706'), (u'PTRSUB_-1206947155', u'STORE_-1206947435'), (u'STORE_-1206947644', u'INDIRECT_-1206947288'), (u'MULTIEQUAL_-1206947357', u'PTRADD_-1206947527'), (u'PTRSUB_-1206947174', u'STORE_-1206947512'), (u'CALL_-1206947627', u'INDIRECT_-1206947286'), (u'PTRADD_-1206947458', u'STORE_-1206947512'), (u'PTRSUB_-1206947212', u'CALL_-1206947572'), ('const-10', u'CALL_-1206947417'), (u'LOAD_-1206947740', u'COPY_-1206947315'), (u'CAST_-1206947255', u'INT_SUB_-1206947706'), ('const-1', u'PTRADD_-1206947601'), (u'PTRADD_-1206947704', u'CAST_-1206947270'), ('const-433', u'LOAD_-1206947540'), (u'PTRSUB_-1206947278', u'LOAD_-1206947740'), ('tmp_775', u'PTRSUB_-1206947247'), ('const-433', u'STORE_-1206947506'), (u'COPY_-1206947367', u'CAST_-1206947221')]
[(u'INT_EQUAL_-1206947805', u'CBRANCH_-1206947803'), (u'MULTIEQUAL_-1206947399', u'STORE_-1206947644'), ('tmp_163', u'CBRANCH_-1206947803'), (u'INDIRECT_-1206947217', u'MULTIEQUAL_-1206947213'), (u'INT_ADD_-1206947424', u'CAST_-1206947155'), (u'MULTIEQUAL_-1206947399', u'STORE_-1206947651'), (u'INT_ADD_-1206947775', u'CAST_-1206947297'), (u'INT_ADD_-1206947854', u'CAST_-1206947341'), (u'INT_AND_-1206947726', u'INT_SUB_-1206947706'), ('const-433', u'STORE_-1206947512'), (u'INDIRECT_-1206947202', u'MULTIEQUAL_-1206947348'), (u'INDIRECT_-1206947256', u'MULTIEQUAL_-1206947264'), (u'CALL_-1206947417', u'INDIRECT_-1206947188'), ('const-0', u'RETURN_-1206947458'), (u'STORE_-1206947651', u'INDIRECT_-1206947293'), ('tmp_571', u'CBRANCH_-1206947521'), ('tmp_1184', u'INT_ADD_-1206947724'), ('const-433', u'LOAD_-1206947740'), (u'PTRADD_-1206947216', u'MULTIEQUAL_-1206947357'), (u'CAST_-1206947319', u'INT_LESS_-1206947814'), (u'INT_LESS_-1206947676', u'CBRANCH_-1206947682'), (u'LOAD_-1206947554', u'CALL_-1206947417'), ('const-1', u'CALL_-1206947572'), ('const-0', u'PTRSUB_-1206947212'), (u'INDIRECT_-1206947188', u'COPY_-1206947246'), ('const-433', u'LOAD_-1206947619'), (u'LOAD_-1206947619', u'CALL_-1206947572'), (u'INT_LESSEQUAL_-1206947524', u'CBRANCH_-1206947521'), (u'STORE_-1206947506', u'INDIRECT_-1206947217'), (u'CAST_-1206947278', u'INT_ADD_-1206947750'), ('const-433', u'STORE_-1206947644'), (u'CAST_-1206947239', u'INT_NOTEQUAL_-1206947556'), (u'CALL_-1206947572', u'INDIRECT_-1206947256'), ('const-10', u'CALL_-1206947417'), (u'LOAD_-1206947547', u'INT_LESSEQUAL_-1206947524'), ('const-1', u'PTRADD_-1206947216'), ('const-1149082', u'PTRSUB_-1206947212'), ('const-0', u'RETURN_-1206947413'), (u'INT_ADD_-1206947847', u'CAST_-1206947336'), (u'LOAD_-1206947547', u'STORE_-1206947506'), ('tmp_1401', u'MULTIEQUAL_-1206947348'), (u'COPY_-1206947374', u'CAST_-1206947225'), (u'INT_ADD_-1206947782', u'CAST_-1206947302'), (u'COPY_-1206947322', u'MULTIEQUAL_-1206947399'), (u'INT_ADD_-1206947647', u'CAST_-1206947239'), ('const-433', u'LOAD_-1206947791'), (u'LOAD_-1206947798', u'INT_ADD_-1206947750'), (u'INT_NOTEQUAL_-1206947556', u'CBRANCH_-1206947554'), ('const-40', u'PTRSUB_-1206947180'), ('tmp_1401', u'MULTIEQUAL_-1206947213'), ('const-433', u'LOAD_-1206947547'), ('const-16', u'INT_ADD_-1206947630'), (u'CAST_-1206947268', u'LOAD_-1206947740'), (u'CAST_-1206947328', u'INT_SUB_-1206947833'), (u'INT_NEGATE_-1206947734', u'INT_AND_-1206947726'), ('tmp_1184', u'INT_ADD_-1206947637'), (u'INT_AND_-1206947726', u'COPY_-1206947323'), (u'LOAD_-1206947740', u'COPY_-1206947322'), (u'INT_SUB_-1206947833', u'INT_AND_-1206947652'), (u'CAST_-1206947297', u'LOAD_-1206947791'), (u'LOAD_-1206947540', u'INT_LESSEQUAL_-1206947524'), ('const-1', u'PTRADD_-1206947458'), ('tmp_1184', u'INT_ADD_-1206947775'), (u'CAST_-1206947235', u'STORE_-1206947651'), (u'LOAD_-1206947863', u'INT_EQUAL_-1206947805'), (u'CAST_-1206947181', u'LOAD_-1206947554'), ('const-2', u'INT_OR_-1206947411'), ('const-24', u'INT_ADD_-1206947637'), ('tmp_1184', u'INT_ADD_-1206947424'), (u'CAST_-1206947341', u'LOAD_-1206947870'), (u'INT_SUB_-1206947694', u'INT_LESS_-1206947676'), (u'INT_OR_-1206947411', u'STORE_-1206947435'), (u'INT_ADD_-1206947637', u'CAST_-1206947235'), ('const-7', u'INT_LESS_-1206947814'), (u'LOAD_-1206947863', u'CAST_-1206947240'), (u'CAST_-1206947225', u'LOAD_-1206947640'), ('const-433', u'STORE_-1206947506'), ('const-16', u'INT_ADD_-1206947847'), (u'INT_ADD_-1206947750', u'INT_AND_-1206947726'), (u'CAST_-1206947240', u'INT_ADD_-1206947647'), (u'LOAD_-1206947640', u'CALL_-1206947627'), ('tmp_520', u'CBRANCH_-1206947554'), (u'LOAD_-1206947870', u'CAST_-1206947278'), ('const-433', u'LOAD_-1206947554'), ('const-433', u'LOAD_-1206947798'), (u'INDIRECT_-1206947286', u'MULTIEQUAL_-1206947264'), (u'INT_LESS_-1206947814', u'CBRANCH_-1206947823'), (u'INT_SUB_-1206947706', u'INT_LESS_-1206947676'), (u'LOAD_-1206947863', u'MULTIEQUAL_-1206947357'), (u'MULTIEQUAL_-1206947213', u'COPY_-1206947269'), ('tmp_1184', u'INT_ADD_-1206947782'), (u'PTRADD_-1206947216', u'INT_NOTEQUAL_-1206947556'), (u'LOAD_-1206947438', u'INT_OR_-1206947411'), ('const-24', u'INT_ADD_-1206947854'), (u'INT_AND_-1206947652', u'INT_ADD_-1206947647'), (u'LOAD_-1206947547', u'PTRADD_-1206947458'), (u'LOAD_-1206947798', u'INT_NEGATE_-1206947734'), ('const-433', u'LOAD_-1206947870'), (u'COPY_-1206947374', u'CAST_-1206947181'), (u'LOAD_-1206947870', u'INT_EQUAL_-1206947805'), ('const-80', u'INT_ADD_-1206947424'), ('const-433', u'LOAD_-1206947640'), (u'STORE_-1206947512', u'INDIRECT_-1206947222'), ('tmp_1184', u'INT_ADD_-1206947630'), ('tmp_761', u'BRANCH_-1206947420'), ('tmp_338', u'CBRANCH_-1206947682'), ('const--8', u'INT_AND_-1206947652'), (u'STORE_-1206947435', u'INDIRECT_-1206947202'), ('const-433', u'LOAD_-1206947863'), ('tmp_133', u'CBRANCH_-1206947823'), ('const-8', u'INT_ADD_-1206947775'), (u'MULTIEQUAL_-1206947357', u'LOAD_-1206947619'), (u'INT_ADD_-1206947630', u'CAST_-1206947230'), ('const-48', u'INT_ADD_-1206947782'), ('const-433', u'STORE_-1206947651'), ('tmp_1188', u'CALL_-1206947627'), (u'MULTIEQUAL_-1206947348', u'COPY_-1206947374'), (u'PTRSUB_-1206947196', u'LOAD_-1206947547'), ('const-433', u'LOAD_-1206947540'), (u'CAST_-1206947155', u'LOAD_-1206947438'), (u'LOAD_-1206947791', u'INT_SUB_-1206947706'), (u'LOAD_-1206947870', u'CAST_-1206947328'), (u'PTRSUB_-1206947191', u'LOAD_-1206947540'), ('const-433', u'LOAD_-1206947438'), (u'MULTIEQUAL_-1206947357', u'PTRADD_-1206947216'), (u'LOAD_-1206947791', u'INT_SUB_-1206947694'), ('const-40', u'PTRSUB_-1206947196'), ('const-1', u'PTRADD_-1206947458'), ('const-433', u'STORE_-1206947435'), ('const-10', u'STORE_-1206947506'), (u'CAST_-1206947230', u'STORE_-1206947644'), (u'CAST_-1206947336', u'LOAD_-1206947863'), (u'LOAD_-1206947740', u'INT_SUB_-1206947694'), ('const-8', u'PTRADD_-1206947216'), (u'CAST_-1206947155', u'STORE_-1206947435'), ('const-48', u'PTRSUB_-1206947191'), ('tmp_1184', u'INT_ADD_-1206947854'), ('tmp_1184', u'INT_ADD_-1206947847'), ('const-32', u'INT_ADD_-1206947724'), (u'LOAD_-1206947554', u'PTRSUB_-1206947196'), (u'STORE_-1206947644', u'INDIRECT_-1206947288'), (u'INT_ADD_-1206947724', u'CAST_-1206947268'), (u'CAST_-1206947327', u'INT_SUB_-1206947833'), (u'CALL_-1206947627', u'INDIRECT_-1206947286'), (u'PTRADD_-1206947458', u'STORE_-1206947512'), (u'PTRSUB_-1206947212', u'CALL_-1206947572'), (u'COPY_-1206947323', u'MULTIEQUAL_-1206947399'), (u'CAST_-1206947302', u'LOAD_-1206947798'), (u'INT_SUB_-1206947833', u'CAST_-1206947319'), (u'LOAD_-1206947863', u'CAST_-1206947327'), (u'LOAD_-1206947554', u'PTRSUB_-1206947180'), (u'PTRSUB_-1206947180', u'STORE_-1206947512'), (u'LOAD_-1206947554', u'PTRSUB_-1206947191')]
null
null
00106fc0
x64
O2
(translation_unit "void FUN_00106fc0(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}\n\n" (function_definition "void FUN_00106fc0(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" primitive_type (function_declarator "FUN_00106fc0(char *param_1,long param_2)" identifier (parameter_list "(char *param_1,long param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "_IO_FILE *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "puVar7 = *(undefined8 **)(param_2 + 0x18);" (assignment_expression "puVar7 = *(undefined8 **)(param_2 + 0x18)" identifier = (pointer_expression "*(undefined8 **)(param_2 + 0x18)" * (cast_expression "(undefined8 **)(param_2 + 0x18)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "puVar6 = *(undefined8 **)(param_2 + 0x10);" (assignment_expression "puVar6 = *(undefined8 **)(param_2 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_2 + 0x10)" * (cast_expression "(undefined8 **)(param_2 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" if (parenthesized_expression "(7 < (ulong)((long)puVar7 - (long)puVar6))" ( (binary_expression "7 < (ulong)((long)puVar7 - (long)puVar6)" number_literal < (call_expression "(ulong)((long)puVar7 - (long)puVar6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)puVar7 - (long)puVar6)" ( (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) (compound_statement "{\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" { (if_statement "if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" if (parenthesized_expression "(puVar7 == puVar6)" ( (binary_expression "puVar7 == puVar6" identifier == identifier) )) (compound_statement "{\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" { (expression_statement "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;" (assignment_expression "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" * (cast_expression "(byte *)(param_2 + 0x50)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" * (cast_expression "(byte *)(param_2 + 0x50)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) | number_literal)) ;) })) (expression_statement "puVar4 = PTR_stdout_00121f98;" (assignment_expression "puVar4 = PTR_stdout_00121f98" identifier = identifier) ;) (expression_statement "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);" (assignment_expression "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" identifier = (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) & (unary_expression "~*(ulong *)(param_2 + 0x30)" ~ (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))))) ;) (if_statement "if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" if (parenthesized_expression "(*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8))" ( (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)" (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8)" (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) < (binary_expression "uVar5 - *(long *)(param_2 + 8)" identifier - (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))))) )) (compound_statement "{\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" { (expression_statement "uVar5 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar5 = *(ulong *)(param_2 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) })) (expression_statement "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);" (assignment_expression "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" identifier = (cast_expression "(undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" ( (binary_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6" (parenthesized_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U)" ( (binary_expression "(long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U" (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) & number_literal) )) + (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "*(ulong *)(param_2 + 0x18) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x18) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x10) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x10) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x10)" * (cast_expression "(ulong *)(param_2 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "fputs_unlocked(param_1,*(FILE **)puVar4);" (call_expression "fputs_unlocked(param_1,*(FILE **)puVar4)" identifier (argument_list "(param_1,*(FILE **)puVar4)" ( identifier , (pointer_expression "*(FILE **)puVar4" * (cast_expression "(FILE **)puVar4" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (do_statement "do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);" do (compound_statement "{\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n }" { (expression_statement "uVar1 = *puVar6;" (assignment_expression "uVar1 = *puVar6" identifier = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "__printf_chk(1,&DAT_0011889a,uVar1);" (call_expression "__printf_chk(1,&DAT_0011889a,uVar1)" identifier (argument_list "(1,&DAT_0011889a,uVar1)" ( number_literal , (pointer_expression "&DAT_0011889a" & identifier) , identifier ))) ;) }) while (parenthesized_expression "(puVar7 != puVar6)" ( (binary_expression "puVar7 != puVar6" identifier != identifier) )) ;) (expression_statement "p_Var2 = *(_IO_FILE **)puVar4;" (assignment_expression "p_Var2 = *(_IO_FILE **)puVar4" identifier = (pointer_expression "*(_IO_FILE **)puVar4" * (cast_expression "(_IO_FILE **)puVar4" ( (type_descriptor "_IO_FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "pcVar3 = p_Var2->_IO_write_ptr;" (assignment_expression "pcVar3 = p_Var2->_IO_write_ptr" identifier = (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }" if (parenthesized_expression "(p_Var2->_IO_write_end <= pcVar3)" ( (binary_expression "p_Var2->_IO_write_end <= pcVar3" (field_expression "p_Var2->_IO_write_end" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n __overflow(p_Var2,10);\n return;\n }" { (expression_statement "__overflow(p_Var2,10);" (call_expression "__overflow(p_Var2,10)" identifier (argument_list "(p_Var2,10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "p_Var2->_IO_write_ptr = pcVar3 + 1;" (assignment_expression "p_Var2->_IO_write_ptr = pcVar3 + 1" (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar3 = '\n';" (assignment_expression "*pcVar3 = '\n'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void dired_dump_obstack(char *prefix,obstack *os)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n undefined *puVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n obstack *__o;\n \n pcVar6 = os->next_free;\n pcVar5 = os->object_base;\n if (7 < (ulong)((long)pcVar6 - (long)pcVar5)) {\n if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }\n puVar3 = PTR_stdout_00121f98;\n pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);\n if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }\n pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);\n os->next_free = pcVar4;\n os->object_base = pcVar4;\n fputs_unlocked(prefix,*(FILE **)puVar3);\n do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);\n p_Var2 = *(_IO_FILE **)puVar3;\n pcVar6 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar6 + 1;\n *pcVar6 = '\n';\n }\n return;\n}\n\n" (function_definition "void dired_dump_obstack(char *prefix,obstack *os)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n undefined *puVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n obstack *__o;\n \n pcVar6 = os->next_free;\n pcVar5 = os->object_base;\n if (7 < (ulong)((long)pcVar6 - (long)pcVar5)) {\n if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }\n puVar3 = PTR_stdout_00121f98;\n pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);\n if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }\n pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);\n os->next_free = pcVar4;\n os->object_base = pcVar4;\n fputs_unlocked(prefix,*(FILE **)puVar3);\n do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);\n p_Var2 = *(_IO_FILE **)puVar3;\n pcVar6 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar6 + 1;\n *pcVar6 = '\n';\n }\n return;\n}" primitive_type (function_declarator "dired_dump_obstack(char *prefix,obstack *os)" identifier (parameter_list "(char *prefix,obstack *os)" ( (parameter_declaration "char *prefix" primitive_type (pointer_declarator "*prefix" * identifier)) , (parameter_declaration "obstack *os" type_identifier (pointer_declarator "*os" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n undefined *puVar3;\n char *pcVar4;\n char *pcVar5;\n char *pcVar6;\n obstack *__o;\n \n pcVar6 = os->next_free;\n pcVar5 = os->object_base;\n if (7 < (ulong)((long)pcVar6 - (long)pcVar5)) {\n if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }\n puVar3 = PTR_stdout_00121f98;\n pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);\n if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }\n pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);\n os->next_free = pcVar4;\n os->object_base = pcVar4;\n fputs_unlocked(prefix,*(FILE **)puVar3);\n do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);\n p_Var2 = *(_IO_FILE **)puVar3;\n pcVar6 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar6 + 1;\n *pcVar6 = '\n';\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "_IO_FILE *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "undefined *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "obstack *__o;" type_identifier (pointer_declarator "*__o" * identifier) ;) (expression_statement "pcVar6 = os->next_free;" (assignment_expression "pcVar6 = os->next_free" identifier = (field_expression "os->next_free" identifier -> field_identifier)) ;) (expression_statement "pcVar5 = os->object_base;" (assignment_expression "pcVar5 = os->object_base" identifier = (field_expression "os->object_base" identifier -> field_identifier)) ;) (if_statement "if (7 < (ulong)((long)pcVar6 - (long)pcVar5)) {\n if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }\n puVar3 = PTR_stdout_00121f98;\n pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);\n if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }\n pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);\n os->next_free = pcVar4;\n os->object_base = pcVar4;\n fputs_unlocked(prefix,*(FILE **)puVar3);\n do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);\n p_Var2 = *(_IO_FILE **)puVar3;\n pcVar6 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar6 + 1;\n *pcVar6 = '\n';\n }" if (parenthesized_expression "(7 < (ulong)((long)pcVar6 - (long)pcVar5))" ( (binary_expression "7 < (ulong)((long)pcVar6 - (long)pcVar5)" number_literal < (call_expression "(ulong)((long)pcVar6 - (long)pcVar5)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)pcVar6 - (long)pcVar5)" ( (binary_expression "(long)pcVar6 - (long)pcVar5" (cast_expression "(long)pcVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) (compound_statement "{\n if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }\n puVar3 = PTR_stdout_00121f98;\n pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);\n if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }\n pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);\n os->next_free = pcVar4;\n os->object_base = pcVar4;\n fputs_unlocked(prefix,*(FILE **)puVar3);\n do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);\n p_Var2 = *(_IO_FILE **)puVar3;\n pcVar6 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar6 + 1;\n *pcVar6 = '\n';\n }" { (if_statement "if (pcVar6 == pcVar5) {\n os->field_0x50 = os->field_0x50 | 2;\n }" if (parenthesized_expression "(pcVar6 == pcVar5)" ( (binary_expression "pcVar6 == pcVar5" identifier == identifier) )) (compound_statement "{\n os->field_0x50 = os->field_0x50 | 2;\n }" { (expression_statement "os->field_0x50 = os->field_0x50 | 2;" (assignment_expression "os->field_0x50 = os->field_0x50 | 2" (field_expression "os->field_0x50" identifier -> field_identifier) = (binary_expression "os->field_0x50 | 2" (field_expression "os->field_0x50" identifier -> field_identifier) | number_literal)) ;) })) (expression_statement "puVar3 = PTR_stdout_00121f98;" (assignment_expression "puVar3 = PTR_stdout_00121f98" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask);" (assignment_expression "pcVar4 = (char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask)" identifier = (cast_expression "(char *)((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask)" ( (binary_expression "(ulong)(pcVar6 + os->alignment_mask) & ~os->alignment_mask" (call_expression "(ulong)(pcVar6 + os->alignment_mask)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar6 + os->alignment_mask)" ( (binary_expression "pcVar6 + os->alignment_mask" identifier + (field_expression "os->alignment_mask" identifier -> field_identifier)) ))) & (unary_expression "~os->alignment_mask" ~ (field_expression "os->alignment_mask" identifier -> field_identifier))) )))) ;) (if_statement "if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))\n {\n pcVar4 = os->chunk_limit;\n }" if (parenthesized_expression "((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk))" ( (binary_expression "(ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk)" (call_expression "(ulong)((long)os->chunk_limit - (long)os->chunk)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)os->chunk_limit - (long)os->chunk)" ( (binary_expression "(long)os->chunk_limit - (long)os->chunk" (cast_expression "(long)os->chunk_limit" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "os->chunk_limit" identifier -> field_identifier)) - (cast_expression "(long)os->chunk" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "os->chunk" identifier -> field_identifier))) ))) < (call_expression "(ulong)((long)pcVar4 - (long)os->chunk)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)pcVar4 - (long)os->chunk)" ( (binary_expression "(long)pcVar4 - (long)os->chunk" (cast_expression "(long)pcVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)os->chunk" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "os->chunk" identifier -> field_identifier))) )))) )) (compound_statement "{\n pcVar4 = os->chunk_limit;\n }" { (expression_statement "pcVar4 = os->chunk_limit;" (assignment_expression "pcVar4 = os->chunk_limit" identifier = (field_expression "os->chunk_limit" identifier -> field_identifier)) ;) })) (expression_statement "pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8);" (assignment_expression "pcVar6 = pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8)" identifier = (binary_expression "pcVar5 + ((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8)" identifier + (parenthesized_expression "((long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8)" ( (binary_expression "(long)pcVar6 - (long)pcVar5 & 0xfffffffffffffff8" (binary_expression "(long)pcVar6 - (long)pcVar5" (cast_expression "(long)pcVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) & number_literal) )))) ;) (expression_statement "os->next_free = pcVar4;" (assignment_expression "os->next_free = pcVar4" (field_expression "os->next_free" identifier -> field_identifier) = identifier) ;) (expression_statement "os->object_base = pcVar4;" (assignment_expression "os->object_base = pcVar4" (field_expression "os->object_base" identifier -> field_identifier) = identifier) ;) (expression_statement "fputs_unlocked(prefix,*(FILE **)puVar3);" (call_expression "fputs_unlocked(prefix,*(FILE **)puVar3)" identifier (argument_list "(prefix,*(FILE **)puVar3)" ( identifier , (pointer_expression "*(FILE **)puVar3" * (cast_expression "(FILE **)puVar3" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (do_statement "do {\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (pcVar6 != pcVar5);" do (compound_statement "{\n uVar1 = *(undefined8 *)pcVar5;\n pcVar5 = pcVar5 + 8;\n __printf_chk(1,&DAT_0011889a,uVar1);\n }" { (expression_statement "uVar1 = *(undefined8 *)pcVar5;" (assignment_expression "uVar1 = *(undefined8 *)pcVar5" identifier = (pointer_expression "*(undefined8 *)pcVar5" * (cast_expression "(undefined8 *)pcVar5" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "pcVar5 = pcVar5 + 8;" (assignment_expression "pcVar5 = pcVar5 + 8" identifier = (binary_expression "pcVar5 + 8" identifier + number_literal)) ;) (expression_statement "__printf_chk(1,&DAT_0011889a,uVar1);" (call_expression "__printf_chk(1,&DAT_0011889a,uVar1)" identifier (argument_list "(1,&DAT_0011889a,uVar1)" ( number_literal , (pointer_expression "&DAT_0011889a" & identifier) , identifier ))) ;) }) while (parenthesized_expression "(pcVar6 != pcVar5)" ( (binary_expression "pcVar6 != pcVar5" identifier != identifier) )) ;) (expression_statement "p_Var2 = *(_IO_FILE **)puVar3;" (assignment_expression "p_Var2 = *(_IO_FILE **)puVar3" identifier = (pointer_expression "*(_IO_FILE **)puVar3" * (cast_expression "(_IO_FILE **)puVar3" ( (type_descriptor "_IO_FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "pcVar6 = p_Var2->_IO_write_ptr;" (assignment_expression "pcVar6 = p_Var2->_IO_write_ptr" identifier = (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (p_Var2->_IO_write_end <= pcVar6) {\n __overflow(p_Var2,10);\n return;\n }" if (parenthesized_expression "(p_Var2->_IO_write_end <= pcVar6)" ( (binary_expression "p_Var2->_IO_write_end <= pcVar6" (field_expression "p_Var2->_IO_write_end" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n __overflow(p_Var2,10);\n return;\n }" { (expression_statement "__overflow(p_Var2,10);" (call_expression "__overflow(p_Var2,10)" identifier (argument_list "(p_Var2,10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "p_Var2->_IO_write_ptr = pcVar6 + 1;" (assignment_expression "p_Var2->_IO_write_ptr = pcVar6 + 1" (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar6 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar6 = '\n';" (assignment_expression "*pcVar6 = '\n'" (pointer_expression "*pcVar6" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00106fc0(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}\n\n" (function_definition "void FUN_00106fc0(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" primitive_type (function_declarator "FUN_00106fc0(char *param_1,long param_2)" identifier (parameter_list "(char *param_1,long param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "_IO_FILE *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (expression_statement "puVar7 = *(undefined8 **)(param_2 + 0x18);" (assignment_expression "puVar7 = *(undefined8 **)(param_2 + 0x18)" identifier = (pointer_expression "*(undefined8 **)(param_2 + 0x18)" * (cast_expression "(undefined8 **)(param_2 + 0x18)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "puVar6 = *(undefined8 **)(param_2 + 0x10);" (assignment_expression "puVar6 = *(undefined8 **)(param_2 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_2 + 0x10)" * (cast_expression "(undefined8 **)(param_2 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" if (parenthesized_expression "(7 < (ulong)((long)puVar7 - (long)puVar6))" ( (binary_expression "7 < (ulong)((long)puVar7 - (long)puVar6)" number_literal < (call_expression "(ulong)((long)puVar7 - (long)puVar6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)puVar7 - (long)puVar6)" ( (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) (compound_statement "{\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" { (if_statement "if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" if (parenthesized_expression "(puVar7 == puVar6)" ( (binary_expression "puVar7 == puVar6" identifier == identifier) )) (compound_statement "{\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" { (expression_statement "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;" (assignment_expression "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" * (cast_expression "(byte *)(param_2 + 0x50)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" * (cast_expression "(byte *)(param_2 + 0x50)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x50)" ( (binary_expression "param_2 + 0x50" identifier + number_literal) )))) | number_literal)) ;) })) (expression_statement "puVar4 = PTR_stdout_00121f98;" (assignment_expression "puVar4 = PTR_stdout_00121f98" identifier = identifier) ;) (expression_statement "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);" (assignment_expression "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" identifier = (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) & (unary_expression "~*(ulong *)(param_2 + 0x30)" ~ (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))))) ;) (if_statement "if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" if (parenthesized_expression "(*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8))" ( (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)" (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8)" (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) < (binary_expression "uVar5 - *(long *)(param_2 + 8)" identifier - (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))))) )) (compound_statement "{\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" { (expression_statement "uVar5 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar5 = *(ulong *)(param_2 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_2 + 0x20)" * (cast_expression "(ulong *)(param_2 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) })) (expression_statement "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);" (assignment_expression "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" identifier = (cast_expression "(undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" ( (binary_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6" (parenthesized_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U)" ( (binary_expression "(long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U" (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) & number_literal) )) + (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "*(ulong *)(param_2 + 0x18) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x18) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x10) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x10) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x10)" * (cast_expression "(ulong *)(param_2 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "fputs_unlocked(param_1,*(FILE **)puVar4);" (call_expression "fputs_unlocked(param_1,*(FILE **)puVar4)" identifier (argument_list "(param_1,*(FILE **)puVar4)" ( identifier , (pointer_expression "*(FILE **)puVar4" * (cast_expression "(FILE **)puVar4" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (do_statement "do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);" do (compound_statement "{\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n }" { (expression_statement "uVar1 = *puVar6;" (assignment_expression "uVar1 = *puVar6" identifier = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "__printf_chk(1,&DAT_0011889a,uVar1);" (call_expression "__printf_chk(1,&DAT_0011889a,uVar1)" identifier (argument_list "(1,&DAT_0011889a,uVar1)" ( number_literal , (pointer_expression "&DAT_0011889a" & identifier) , identifier ))) ;) }) while (parenthesized_expression "(puVar7 != puVar6)" ( (binary_expression "puVar7 != puVar6" identifier != identifier) )) ;) (expression_statement "p_Var2 = *(_IO_FILE **)puVar4;" (assignment_expression "p_Var2 = *(_IO_FILE **)puVar4" identifier = (pointer_expression "*(_IO_FILE **)puVar4" * (cast_expression "(_IO_FILE **)puVar4" ( (type_descriptor "_IO_FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "pcVar3 = p_Var2->_IO_write_ptr;" (assignment_expression "pcVar3 = p_Var2->_IO_write_ptr" identifier = (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier)) ;) (if_statement "if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }" if (parenthesized_expression "(p_Var2->_IO_write_end <= pcVar3)" ( (binary_expression "p_Var2->_IO_write_end <= pcVar3" (field_expression "p_Var2->_IO_write_end" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n __overflow(p_Var2,10);\n return;\n }" { (expression_statement "__overflow(p_Var2,10);" (call_expression "__overflow(p_Var2,10)" identifier (argument_list "(p_Var2,10)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "p_Var2->_IO_write_ptr = pcVar3 + 1;" (assignment_expression "p_Var2->_IO_write_ptr = pcVar3 + 1" (field_expression "p_Var2->_IO_write_ptr" identifier -> field_identifier) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar3 = '\n';" (assignment_expression "*pcVar3 = '\n'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\n'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (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) ;) (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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) )) (compound_statement { (if_statement if (parenthesized_expression ( (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) & (unary_expression ~ (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) < (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )) (compound_statement { (expression_statement (assignment_expression 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 *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) & LIT) )) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression & IDENT) , IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT -> field_identifier)) ;) (if_statement if (parenthesized_expression ( (binary_expression (field_expression IDENT -> field_identifier) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression (field_expression IDENT -> field_identifier) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00106fc0(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00106fc0(char *param_1,long param_2)" (identifier "FUN_00106fc0") (parameter_list "(char *param_1,long param_2)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n _IO_FILE *p_Var2;\n char *pcVar3;\n undefined *puVar4;\n ulong uVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n \n puVar7 = *(undefined8 **)(param_2 + 0x18);\n puVar6 = *(undefined8 **)(param_2 + 0x10);\n if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "_IO_FILE *p_Var2;" (type_identifier "_IO_FILE") (pointer_declarator "*p_Var2" (* "*") (identifier "p_Var2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined *puVar4;" (type_identifier "undefined") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "undefined8 *puVar6;" (type_identifier "undefined8") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (expression_statement "puVar7 = *(undefined8 **)(param_2 + 0x18);" (assignment_expression "puVar7 = *(undefined8 **)(param_2 + 0x18)" (identifier "puVar7") (= "=") (pointer_expression "*(undefined8 **)(param_2 + 0x18)" (* "*") (cast_expression "(undefined8 **)(param_2 + 0x18)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "puVar6 = *(undefined8 **)(param_2 + 0x10);" (assignment_expression "puVar6 = *(undefined8 **)(param_2 + 0x10)" (identifier "puVar6") (= "=") (pointer_expression "*(undefined8 **)(param_2 + 0x10)" (* "*") (cast_expression "(undefined8 **)(param_2 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (7 < (ulong)((long)puVar7 - (long)puVar6)) {\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" (if "if") (parenthesized_expression "(7 < (ulong)((long)puVar7 - (long)puVar6))" (( "(") (binary_expression "7 < (ulong)((long)puVar7 - (long)puVar6)" (number_literal "7") (< "<") (call_expression "(ulong)((long)puVar7 - (long)puVar6)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((long)puVar7 - (long)puVar6)" (( "(") (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (- "-") (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6"))) () ")")))) () ")")) (compound_statement "{\n if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }\n puVar4 = PTR_stdout_00121f98;\n uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);\n if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }\n puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);\n *(ulong *)(param_2 + 0x18) = uVar5;\n *(ulong *)(param_2 + 0x10) = uVar5;\n fputs_unlocked(param_1,*(FILE **)puVar4);\n do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);\n p_Var2 = *(_IO_FILE **)puVar4;\n pcVar3 = p_Var2->_IO_write_ptr;\n if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }\n p_Var2->_IO_write_ptr = pcVar3 + 1;\n *pcVar3 = '\n';\n }" ({ "{") (if_statement "if (puVar7 == puVar6) {\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" (if "if") (parenthesized_expression "(puVar7 == puVar6)" (( "(") (binary_expression "puVar7 == puVar6" (identifier "puVar7") (== "==") (identifier "puVar6")) () ")")) (compound_statement "{\n *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;\n }" ({ "{") (expression_statement "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2;" (assignment_expression "*(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" (* "*") (cast_expression "(byte *)(param_2 + 0x50)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x50)" (( "(") (binary_expression "param_2 + 0x50" (identifier "param_2") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (binary_expression "*(byte *)(param_2 + 0x50) | 2" (pointer_expression "*(byte *)(param_2 + 0x50)" (* "*") (cast_expression "(byte *)(param_2 + 0x50)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x50)" (( "(") (binary_expression "param_2 + 0x50" (identifier "param_2") (+ "+") (number_literal "0x50")) () ")")))) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "puVar4 = PTR_stdout_00121f98;" (assignment_expression "puVar4 = PTR_stdout_00121f98" (identifier "puVar4") (= "=") (identifier "PTR_stdout_00121f98")) (; ";")) (expression_statement "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30);" (assignment_expression "uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" (identifier "uVar5") (= "=") (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30)" (binary_expression "(long)puVar7 + *(ulong *)(param_2 + 0x30)" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (pointer_expression "*(ulong *)(param_2 + 0x30)" (* "*") (cast_expression "(ulong *)(param_2 + 0x30)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")"))))) (& "&") (unary_expression "~*(ulong *)(param_2 + 0x30)" (~ "~") (pointer_expression "*(ulong *)(param_2 + 0x30)" (* "*") (cast_expression "(ulong *)(param_2 + 0x30)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")"))))))) (; ";")) (if_statement "if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) {\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" (if "if") (parenthesized_expression "(*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8))" (( "(") (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)" (binary_expression "*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8)" (pointer_expression "*(ulong *)(param_2 + 0x20)" (* "*") (cast_expression "(ulong *)(param_2 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (- "-") (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (< "<") (binary_expression "uVar5 - *(long *)(param_2 + 8)" (identifier "uVar5") (- "-") (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))))) () ")")) (compound_statement "{\n uVar5 = *(ulong *)(param_2 + 0x20);\n }" ({ "{") (expression_statement "uVar5 = *(ulong *)(param_2 + 0x20);" (assignment_expression "uVar5 = *(ulong *)(param_2 + 0x20)" (identifier "uVar5") (= "=") (pointer_expression "*(ulong *)(param_2 + 0x20)" (* "*") (cast_expression "(ulong *)(param_2 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (} "}"))) (expression_statement "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6);" (assignment_expression "puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6)" (( "(") (binary_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6" (parenthesized_expression "((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U)" (( "(") (binary_expression "(long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U" (binary_expression "(long)puVar7 - (long)puVar6" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (- "-") (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6"))) (& "&") (number_literal "0xfffffffffffffff8U")) () ")")) (+ "+") (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6"))) () ")")))) (; ";")) (expression_statement "*(ulong *)(param_2 + 0x18) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x18) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x18)" (* "*") (cast_expression "(ulong *)(param_2 + 0x18)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "*(ulong *)(param_2 + 0x10) = uVar5;" (assignment_expression "*(ulong *)(param_2 + 0x10) = uVar5" (pointer_expression "*(ulong *)(param_2 + 0x10)" (* "*") (cast_expression "(ulong *)(param_2 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "fputs_unlocked(param_1,*(FILE **)puVar4);" (call_expression "fputs_unlocked(param_1,*(FILE **)puVar4)" (identifier "fputs_unlocked") (argument_list "(param_1,*(FILE **)puVar4)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*(FILE **)puVar4" (* "*") (cast_expression "(FILE **)puVar4" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar4"))) () ")"))) (; ";")) (do_statement "do {\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n } while (puVar7 != puVar6);" (do "do") (compound_statement "{\n uVar1 = *puVar6;\n puVar6 = puVar6 + 1;\n __printf_chk(1,&DAT_0011889a,uVar1);\n }" ({ "{") (expression_statement "uVar1 = *puVar6;" (assignment_expression "uVar1 = *puVar6" (identifier "uVar1") (= "=") (pointer_expression "*puVar6" (* "*") (identifier "puVar6"))) (; ";")) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar6 + 1" (identifier "puVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "__printf_chk(1,&DAT_0011889a,uVar1);" (call_expression "__printf_chk(1,&DAT_0011889a,uVar1)" (identifier "__printf_chk") (argument_list "(1,&DAT_0011889a,uVar1)" (( "(") (number_literal "1") (, ",") (pointer_expression "&DAT_0011889a" (& "&") (identifier "DAT_0011889a")) (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar7 != puVar6)" (( "(") (binary_expression "puVar7 != puVar6" (identifier "puVar7") (!= "!=") (identifier "puVar6")) () ")")) (; ";")) (expression_statement "p_Var2 = *(_IO_FILE **)puVar4;" (assignment_expression "p_Var2 = *(_IO_FILE **)puVar4" (identifier "p_Var2") (= "=") (pointer_expression "*(_IO_FILE **)puVar4" (* "*") (cast_expression "(_IO_FILE **)puVar4" (( "(") (type_descriptor "_IO_FILE **" (type_identifier "_IO_FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar4")))) (; ";")) (expression_statement "pcVar3 = p_Var2->_IO_write_ptr;" (assignment_expression "pcVar3 = p_Var2->_IO_write_ptr" (identifier "pcVar3") (= "=") (field_expression "p_Var2->_IO_write_ptr" (identifier "p_Var2") (-> "->") (field_identifier "_IO_write_ptr"))) (; ";")) (if_statement "if (p_Var2->_IO_write_end <= pcVar3) {\n __overflow(p_Var2,10);\n return;\n }" (if "if") (parenthesized_expression "(p_Var2->_IO_write_end <= pcVar3)" (( "(") (binary_expression "p_Var2->_IO_write_end <= pcVar3" (field_expression "p_Var2->_IO_write_end" (identifier "p_Var2") (-> "->") (field_identifier "_IO_write_end")) (<= "<=") (identifier "pcVar3")) () ")")) (compound_statement "{\n __overflow(p_Var2,10);\n return;\n }" ({ "{") (expression_statement "__overflow(p_Var2,10);" (call_expression "__overflow(p_Var2,10)" (identifier "__overflow") (argument_list "(p_Var2,10)" (( "(") (identifier "p_Var2") (, ",") (number_literal "10") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "p_Var2->_IO_write_ptr = pcVar3 + 1;" (assignment_expression "p_Var2->_IO_write_ptr = pcVar3 + 1" (field_expression "p_Var2->_IO_write_ptr" (identifier "p_Var2") (-> "->") (field_identifier "_IO_write_ptr")) (= "=") (binary_expression "pcVar3 + 1" (identifier "pcVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar3 = '\n';" (assignment_expression "*pcVar3 = '\n'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (= "=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(char *prefix,type_1 *os) { type_2 uVar1; type_3 *p_Var2; type_4 *puVar3; char *pcVar4; char *var_2; char *var_1; type_1 *__o; var_1 = os->next_free; var_2 = os->object_base; if (7 < (ulong)((long)var_1 - (long)var_2)) { if (var_1 == var_2) { os->field_0x50 = os->field_0x50 | 2; } puVar3 = PTR_stdout_00121f98; pcVar4 = (char *)((ulong)(var_1 + os->alignment_mask) & ~os->alignment_mask); if ((ulong)((long)os->chunk_limit - (long)os->chunk) < (ulong)((long)pcVar4 - (long)os->chunk)) { pcVar4 = os->chunk_limit; } var_1 = var_2 + ((long)var_1 - (long)var_2 & 0xfffffffffffffff8); os->next_free = pcVar4; os->object_base = pcVar4; var_3(prefix,*(type_5 **)puVar3); do { uVar1 = *(type_2 *)var_2; var_2 = var_2 + 8; var_4(1,&DAT_0011889a,uVar1); } while (var_1 != var_2); p_Var2 = *(type_3 **)puVar3; var_1 = p_Var2->_IO_write_ptr; if (p_Var2->_IO_write_end <= var_1) { var_5(p_Var2,10); return; } p_Var2->_IO_write_ptr = var_1 + 1; *var_1 = '\n'; } 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (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))))))) (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: (number_literal) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (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: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) 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)))))) right: (unary_expression argument: (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: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) 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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (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 declarator: (abstract_pointer_declarator))) value: (identifier)))))) (do_statement body: (compound_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 (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (identifier)) (identifier))))) condition: (parenthesized_expression (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 declarator: (abstract_pointer_declarator))) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (return_statement))))
null
void MASKED(char *param_1,long param_2) { undefined8 uVar1; _IO_FILE *p_Var2; char *pcVar3; undefined *puVar4; ulong uVar5; undefined8 *puVar6; undefined8 *puVar7; puVar7 = *(undefined8 **)(param_2 + 0x18); puVar6 = *(undefined8 **)(param_2 + 0x10); if (7 < (ulong)((long)puVar7 - (long)puVar6)) { if (puVar7 == puVar6) { *(byte *)(param_2 + 0x50) = *(byte *)(param_2 + 0x50) | 2; } puVar4 = PTR_stdout_00121f98; uVar5 = (long)puVar7 + *(ulong *)(param_2 + 0x30) & ~*(ulong *)(param_2 + 0x30); if (*(ulong *)(param_2 + 0x20) - *(long *)(param_2 + 8) < uVar5 - *(long *)(param_2 + 8)) { uVar5 = *(ulong *)(param_2 + 0x20); } puVar7 = (undefined8 *)(((long)puVar7 - (long)puVar6 & 0xfffffffffffffff8U) + (long)puVar6); *(ulong *)(param_2 + 0x18) = uVar5; *(ulong *)(param_2 + 0x10) = uVar5; fputs_unlocked(param_1,*(FILE **)puVar4); do { uVar1 = *puVar6; puVar6 = puVar6 + 1; __printf_chk(1,&DAT_0011889a,uVar1); } while (puVar7 != puVar6); p_Var2 = *(_IO_FILE **)puVar4; pcVar3 = p_Var2->_IO_write_ptr; if (p_Var2->_IO_write_end <= pcVar3) { __overflow(p_Var2,10); return; } p_Var2->_IO_write_ptr = pcVar3 + 1; *pcVar3 = '\n'; } return; }
90_libgmp.so_and_libgmp.so_strip.c
__gmpz_set
__gmpz_set
void __gmpz_set(mpz_ptr w,mpz_srcptr u) { (*(code *)PTR___gmpz_set_001822d0)(); return; }
void __gmpz_set(void) { (*(code *)PTR___gmpz_set_001822d0)(); return; }
JMP qword ptr [0x001822d0]
null
null
null
null
[(u'CALLIND_-1206930008', u'INDIRECT_-1206929946'), (u'CAST_-1206929941', u'CALLIND_-1206930008'), ('tmp_34', u'CAST_-1206929941'), ('const-1', u'RETURN_-1206930005'), (u'INDIRECT_-1206929946', u'COPY_-1206930005')]
[(u'INDIRECT_-1206929948', u'COPY_-1206930007'), (u'CAST_-1206929943', u'CALLIND_-1206930008'), (u'CALLIND_-1206930008', u'INDIRECT_-1206929948'), ('tmp_22', u'CAST_-1206929943'), ('const-1', u'RETURN_-1206930005')]
null
null
0010b5a0
x64
O2
(translation_unit "void __gmpz_set(void)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}\n\n" (function_definition "void __gmpz_set(void)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" primitive_type (function_declarator "__gmpz_set(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" { (expression_statement "(*(code *)PTR___gmpz_set_001822d0)();" (call_expression "(*(code *)PTR___gmpz_set_001822d0)()" (parenthesized_expression "(*(code *)PTR___gmpz_set_001822d0)" ( (pointer_expression "*(code *)PTR___gmpz_set_001822d0" * (cast_expression "(code *)PTR___gmpz_set_001822d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __gmpz_set(mpz_ptr w,mpz_srcptr u)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}\n\n" (function_definition "void __gmpz_set(mpz_ptr w,mpz_srcptr u)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" primitive_type (function_declarator "__gmpz_set(mpz_ptr w,mpz_srcptr u)" identifier (parameter_list "(mpz_ptr w,mpz_srcptr u)" ( (parameter_declaration "mpz_ptr w" type_identifier identifier) , (parameter_declaration "mpz_srcptr u" type_identifier identifier) ))) (compound_statement "{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" { (expression_statement "(*(code *)PTR___gmpz_set_001822d0)();" (call_expression "(*(code *)PTR___gmpz_set_001822d0)()" (parenthesized_expression "(*(code *)PTR___gmpz_set_001822d0)" ( (pointer_expression "*(code *)PTR___gmpz_set_001822d0" * (cast_expression "(code *)PTR___gmpz_set_001822d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __gmpz_set(void)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}\n\n" (function_definition "void __gmpz_set(void)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" primitive_type (function_declarator "__gmpz_set(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" { (expression_statement "(*(code *)PTR___gmpz_set_001822d0)();" (call_expression "(*(code *)PTR___gmpz_set_001822d0)()" (parenthesized_expression "(*(code *)PTR___gmpz_set_001822d0)" ( (pointer_expression "*(code *)PTR___gmpz_set_001822d0" * (cast_expression "(code *)PTR___gmpz_set_001822d0" ( (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 __gmpz_set(void)\n\n{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpz_set(void)" (identifier "__gmpz_set") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR___gmpz_set_001822d0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR___gmpz_set_001822d0)();" (call_expression "(*(code *)PTR___gmpz_set_001822d0)()" (parenthesized_expression "(*(code *)PTR___gmpz_set_001822d0)" (( "(") (pointer_expression "*(code *)PTR___gmpz_set_001822d0" (* "*") (cast_expression "(code *)PTR___gmpz_set_001822d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___gmpz_set_001822d0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 w,type_2 u) { (*(type_3 *)PTR___gmpz_set_001822d0)(); 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_001822d0)(); return; }
3052_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
read_symtab_xindex<64,_false>
FUN_001a3e80
/* DWARF original name: read_symtab_xindex<64, false> DWARF original prototype: void read_symtab_xindex<64,_false>(Xindex * this, Object * object, uint xindex_shndx, uchar * pshdrs) */ void __thiscall gold::Xindex::read_symtab_xindex<64,_false> (Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs) { int iVar1; uchar *puVar2; undefined4 extraout_var; ulong uVar3; uint local_34; section_size_type bytecount; if (pshdrs == (uchar *)0x0) { iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount); puVar2 = (uchar *)CONCAT44(extraout_var,iVar1); } else { bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20); if (object->input_file_ == (Input_file *)0x0) { /* WARNING: Subroutine does not return */ Object::input_file(object); } puVar2 = File_read::get_view(&object->input_file_->file_,object->offset_, *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount, true,false); } if ((this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl ._M_finish == (this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl ._M_start) { std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve (&this->symtab_xindex_,bytecount >> 2); if (bytecount != 0) { uVar3 = 0; do { local_34 = *(uint *)(puVar2 + uVar3); if (0xfeff < local_34) { local_34 = local_34 + this->large_shndx_offset_; } uVar3 = uVar3 + 4; std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int> (&this->symtab_xindex_,&local_34); } while (uVar3 < bytecount); } return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.cc",0x7f,"read_symtab_xindex"); }
void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4) { undefined8 uVar1; long lVar2; ulong uVar3; uint local_34; ulong local_30; if (param_4 == 0) { lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30); } else { param_4 = (ulong)(uint)(param_3 << 6) + param_4; local_30 = *(ulong *)(param_4 + 0x20); uVar1 = *(undefined8 *)(param_4 + 0x18); if (param_2[5] == 0) { /* WARNING: Subroutine does not return */ FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1); } lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0); } if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) { FUN_0019fa80(param_1 + 2,local_30 >> 2); if (local_30 != 0) { uVar3 = 0; do { local_34 = *(uint *)(lVar2 + uVar3); if (0xfeff < local_34) { local_34 = local_34 + *param_1; } uVar3 = uVar3 + 4; FUN_001a3a00(param_1 + 2,&local_34); } while (uVar3 < local_30); } return; } /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex"); }
PUSH R14 MOV R14,RDI MOV RDI,RSI MOV ESI,EDX PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x10 TEST RCX,RCX JZ 0x001a3f48 SHL ESI,0x6 MOV EAX,ESI ADD RAX,RCX MOV RCX,qword ptr [RAX + 0x20] MOV RDX,qword ptr [RAX + 0x18] MOV RAX,qword ptr [RDI + 0x28] MOV qword ptr [RSP + 0x8],RCX TEST RAX,RAX JZ 0x001a3f70 MOV RSI,qword ptr [RDI + 0x30] XOR R9D,R9D LEA RDI,[RAX + 0x28] MOV R8D,0x1 CALL 0x0016b970 MOV R12,RAX MOV RAX,qword ptr [R14 + 0x8] CMP qword ptr [R14 + 0x10],RAX JNZ 0x001a3f58 MOV RSI,qword ptr [RSP + 0x8] LEA RBP,[R14 + 0x8] MOV RDI,RBP SHR RSI,0x2 CALL 0x0019fa80 CMP qword ptr [RSP + 0x8],0x0 JZ 0x001a3f38 XOR EBX,EBX LEA R13,[RSP + 0x4] NOP word ptr CS:[RAX + RAX*0x1] MOV EAX,dword ptr [R12 + RBX*0x1] CMP EAX,0xfeff JBE 0x001a3f1e ADD EAX,dword ptr [R14] MOV RSI,R13 MOV RDI,RBP MOV dword ptr [RSP + 0x4],EAX ADD RBX,0x4 CALL 0x001a3a00 CMP qword ptr [RSP + 0x8],RBX JA 0x001a3f10 ADD RSP,0x10 POP RBX POP RBP POP R12 POP R13 POP R14 RET MOV RAX,qword ptr [RDI] LEA RDX,[RSP + 0x8] CALL qword ptr [RAX + 0x70] MOV R12,RAX JMP 0x001a3ed8 LEA RDX,[0x312960] MOV ESI,0x7f LEA RDI,[0x3122e8] CALL 0x0016cdf0 CALL 0x0019a570
null
null
null
null
[('tmp_292', u'CBRANCH_-1207615702'), (u'PTRSUB_-1207614952', u'PTRSUB_-1207614950'), (u'MULTIEQUAL_-1207615164', u'INT_ADD_-1207615430'), (u'PTRSUB_-1207614969', u'PTRSUB_-1207614961'), (u'CAST_-1207614896', u'LOAD_-1207615505'), ('const-0', u'RETURN_-1207615355'), ('const-3220200', u'COPY_-1207614897'), ('tmp_757', u'CBRANCH_-1207615406'), (u'INT_ADD_-1207615430', u'MULTIEQUAL_-1207615164'), (u'CAST_-1207615005', u'LOAD_-1207615745'), (u'INT_ADD_-1207615075', u'PTRADD_-1207615683'), (u'INDIRECT_-1207614952', u'MULTIEQUAL_-1207614979'), (u'INT_ADD_-1207615458', u'MULTIEQUAL_-1207614998'), (u'PTRSUB_-1207614847', u'CALLIND_-1207615322'), ('const-1', u'CALL_-1207615658'), (u'LOAD_-1207615697', u'CALL_-1207615658'), (u'INT_LESS_-1207615398', u'CBRANCH_-1207615406'), ('const-433', u'LOAD_-1207615652'), ('tmp_920', u'INT_EQUAL_-1207615809'), (u'PTRADD_-1207614839', u'LOAD_-1207615332'), (u'PTRSUB_-1207614997', u'LOAD_-1207615697'), (u'INT_ADD_-1207615430', u'INT_LESS_-1207615398'), ('const-4', u'INT_ADD_-1207615430'), (u'CALLIND_-1207615322', u'INDIRECT_-1207615138'), (u'INDIRECT_-1207615047', u'MULTIEQUAL_-1207615034'), (u'MULTIEQUAL_-1207615156', u'PTRADD_-1207615443'), ('const-0', u'INT_NOTEQUAL_-1207615542'), ('tmp_919', u'INT_ZEXT_-1207615328'), (u'LOAD_-1207615345', u'PTRADD_-1207614839'), ('const-40', u'PTRSUB_-1207614989'), ('const-0', u'PTRSUB_-1207614957'), (u'LOAD_-1207615505', u'MULTIEQUAL_-1207614998'), ('const-14', u'PTRADD_-1207614839'), (u'PTRSUB_-1207614950', u'LOAD_-1207615645'), ('tmp_1751', u'PTRSUB_-1207614847'), (u'INT_RIGHT_-1207615578', u'CALL_-1207615560'), ('const-0', u'INT_EQUAL_-1207615809'), ('const-433', u'LOAD_-1207615476'), ('tmp_552', u'CBRANCH_-1207615538'), ('const-0', u'PTRSUB_-1207614961'), ('const-8', u'PTRSUB_-1207614950'), (u'CALL_-1207615313', u'INDIRECT_-1207614891'), ('const-433', u'LOAD_-1207615731'), ('const-40', u'PTRSUB_-1207615016'), ('const-0', u'PTRSUB_-1207614851'), (u'COPY_-1207615242', u'MULTIEQUAL_-1207615164'), (u'LOAD_-1207615738', u'CALL_-1207615658'), ('const-1', u'RETURN_-1207615298'), (u'CALLIND_-1207615322', u'INDIRECT_-1207614921'), (u'LOAD_-1207615476', u'INT_ADD_-1207615458'), (u'PTRADD_-1207615683', u'CAST_-1207615005'), (u'INDIRECT_-1207614921', u'MULTIEQUAL_-1207615034'), (u'PTRSUB_-1207614964', u'PTRSUB_-1207614956'), (u'CALL_-1207615658', u'INDIRECT_-1207615047'), ('const-433', u'LOAD_-1207615332'), ('tmp_917', u'PTRSUB_-1207614970'), ('const-8', u'PTRADD_-1207614839'), (u'LOAD_-1207615505', u'INT_LESS_-1207615471'), ('const-8', u'PTRSUB_-1207614951'), ('tmp_98', u'CBRANCH_-1207615807'), (u'PTRSUB_-1207614924', u'CALL_-1207615429'), (u'PTRSUB_-1207614961', u'PTRSUB_-1207614957'), (u'COPY_-1207614897', u'CALL_-1207615313'), (u'PTRSUB_-1207614956', u'PTRSUB_-1207614952'), ('tmp_917', u'PTRSUB_-1207614964'), ('tmp_895', u'BRANCH_-1207615318'), (u'PTRADD_-1207615676', u'CAST_-1207615000'), ('const-0', u'COPY_-1207615242'), ('const-433', u'LOAD_-1207615697'), ('const-0', u'PTRSUB_-1207614956'), (u'CALLIND_-1207615322', u'PIECE_-1207615136'), (u'INDIRECT_-1207615138', u'PIECE_-1207615136'), (u'INT_ADD_-1207615070', u'PTRADD_-1207615676'), (u'MULTIEQUAL_-1207615164', u'PTRADD_-1207615443'), (u'LOAD_-1207615731', u'INT_EQUAL_-1207615704'), ('tmp_918', u'PTRSUB_-1207615016'), (u'INT_ZEXT_-1207615079', u'INT_ADD_-1207615070'), ('const-433', u'LOAD_-1207615745'), ('const-1', u'PTRADD_-1207615683'), (u'INT_EQUAL_-1207615704', u'CBRANCH_-1207615702'), ('const-433', u'LOAD_-1207615505'), (u'PIECE_-1207615136', u'CAST_-1207614835'), ('const-1', u'PTRADD_-1207615676'), (u'MULTIEQUAL_-1207615034', u'INT_RIGHT_-1207615578'), ('const--52', u'PTRSUB_-1207614924'), ('const-0', u'CALL_-1207615658'), ('const--48', u'PTRSUB_-1207614847'), (u'LOAD_-1207615332', u'CALLIND_-1207615322'), ('tmp_389', u'CBRANCH_-1207615626'), ('tmp_918', u'CALLIND_-1207615322'), ('const-8', u'PTRSUB_-1207614964'), (u'LOAD_-1207615745', u'CALL_-1207615658'), (u'INDIRECT_-1207615011', u'MULTIEQUAL_-1207614979'), (u'LOAD_-1207615505', u'INT_ADD_-1207615458'), (u'CALL_-1207615429', u'INDIRECT_-1207614952'), ('tmp_920', u'PTRADD_-1207615683'), (u'INT_LEFT_-1207615774', u'INT_ZEXT_-1207615080'), ('const-0', u'PTRSUB_-1207614969'), ('const-433', u'LOAD_-1207615345'), (u'PTRADD_-1207615443', u'CAST_-1207614896'), ('const-3221856', u'COPY_-1207614896'), (u'INDIRECT_-1207615011', u'INT_NOTEQUAL_-1207615542'), (u'LOAD_-1207615731', u'PTRSUB_-1207614989'), (u'PTRSUB_-1207614951', u'CALL_-1207615560'), ('const-8', u'PTRSUB_-1207614970'), (u'PTRSUB_-1207614970', u'PTRSUB_-1207614969'), ('const-65279', u'INT_LESS_-1207615471'), ('tmp_919', u'INT_LEFT_-1207615774'), ('const-48', u'PTRSUB_-1207614997'), ('tmp_633', u'CBRANCH_-1207615480'), (u'PTRSUB_-1207614957', u'LOAD_-1207615652'), (u'INT_LEFT_-1207615774', u'INT_ZEXT_-1207615079'), ('const-2', u'INT_RIGHT_-1207615578'), ('const-0', u'PTRSUB_-1207614952'), ('const-433', u'LOAD_-1207615645'), ('tmp_917', u'PTRSUB_-1207614951'), (u'PTRSUB_-1207614951', u'CALL_-1207615429'), (u'PTRSUB_-1207614851', u'LOAD_-1207615345'), ('tmp_920', u'PTRADD_-1207615676'), ('const-32', u'INT_ADD_-1207615075'), ('const-1', u'PTRADD_-1207615443'), ('const-0', u'INT_EQUAL_-1207615704'), (u'INT_ZEXT_-1207615080', u'INT_ADD_-1207615075'), (u'CAST_-1207615000', u'LOAD_-1207615738'), (u'CALL_-1207615658', u'MULTIEQUAL_-1207615156'), (u'CAST_-1207614835', u'MULTIEQUAL_-1207615156'), ('tmp_1751', u'PTRSUB_-1207614924'), (u'INDIRECT_-1207614952', u'INT_LESS_-1207615398'), (u'INT_EQUAL_-1207615809', u'CBRANCH_-1207615807'), ('tmp_917', u'PTRSUB_-1207614897'), (u'CALL_-1207615429', u'INDIRECT_-1207614961'), ('const-1', u'RETURN_-1207615308'), ('tmp_918', u'PTRSUB_-1207614997'), (u'CALL_-1207615560', u'INDIRECT_-1207615011'), (u'INT_NOTEQUAL_-1207615542', u'CBRANCH_-1207615538'), ('tmp_918', u'CALL_-1207615303'), (u'PTRSUB_-1207614989', u'CALL_-1207615658'), ('tmp_918', u'PTRSUB_-1207614851'), (u'LOAD_-1207615645', u'INT_EQUAL_-1207615630'), (u'INT_EQUAL_-1207615630', u'CBRANCH_-1207615626'), (u'INT_ZEXT_-1207615328', u'CALLIND_-1207615322'), (u'COPY_-1207614896', u'CALL_-1207615313'), ('const-24', u'INT_ADD_-1207615070'), (u'LOAD_-1207615652', u'INT_EQUAL_-1207615630'), (u'CALL_-1207615303', u'INDIRECT_-1207614888'), (u'PTRSUB_-1207614897', u'LOAD_-1207615476'), ('const-6', u'INT_LEFT_-1207615774'), (u'INT_LESS_-1207615471', u'CBRANCH_-1207615480'), ('const-0', u'PTRSUB_-1207614897'), ('const-433', u'LOAD_-1207615738'), ('const-127', u'CALL_-1207615313'), (u'PTRSUB_-1207615016', u'LOAD_-1207615731')]
[('tmp_292', u'CBRANCH_-1207615702'), ('tmp_1758', u'PTRADD_-1207615009'), (u'LOAD_-1207615738', u'CALL_-1207615303'), ('const-8', u'PTRADD_-1207615028'), (u'PTRADD_-1207614983', u'CAST_-1207614975'), ('const-0', u'RETURN_-1207615355'), ('const-0', u'INT_NOTEQUAL_-1207615542'), ('tmp_757', u'CBRANCH_-1207615406'), (u'LOAD_-1207615697', u'CALL_-1207615658'), ('const-24', u'INT_ADD_-1207615722'), (u'INT_LESS_-1207615398', u'CBRANCH_-1207615406'), ('const-0', u'COPY_-1207615243'), ('const-6', u'INT_LEFT_-1207615774'), (u'LOAD_-1207615345', u'INT_ADD_-1207615316'), (u'INT_ADD_-1207615430', u'INT_LESS_-1207615398'), ('const-4', u'INT_ADD_-1207615430'), (u'INT_ADD_-1207615739', u'INT_ADD_-1207615729'), (u'PTRADD_-1207614966', u'CALL_-1207615560'), (u'CALL_-1207615303', u'INDIRECT_-1207614896'), (u'CALL_-1207615313', u'INDIRECT_-1207614899'), (u'INT_ADD_-1207615430', u'MULTIEQUAL_-1207615165'), ('const-127', u'CALL_-1207615313'), (u'LOAD_-1207615731', u'INT_ADD_-1207615661'), ('const-433', u'LOAD_-1207615345'), (u'INT_RIGHT_-1207615578', u'CALL_-1207615560'), (u'PTRADD_-1207615009', u'LOAD_-1207615697'), ('const-0', u'INT_EQUAL_-1207615809'), ('tmp_552', u'CBRANCH_-1207615538'), (u'MULTIEQUAL_-1207615165', u'INT_ADD_-1207615489'), ('const-433', u'LOAD_-1207615332'), ('tmp_1758', u'CALL_-1207615303'), (u'INDIRECT_-1207614960', u'MULTIEQUAL_-1207614987'), (u'INT_ADD_-1207615729', u'CAST_-1207615028'), (u'PTRADD_-1207614978', u'CAST_-1207614970'), ('tmp_1756', u'PTRSUB_-1207614938'), ('const--48', u'PTRSUB_-1207614863'), (u'CAST_-1207614859', u'LOAD_-1207615332'), (u'MULTIEQUAL_-1207615042', u'INT_RIGHT_-1207615578'), (u'LOAD_-1207615738', u'CALL_-1207615658'), ('const-1', u'RETURN_-1207615298'), (u'CAST_-1207614970', u'LOAD_-1207615645'), ('const--52', u'PTRSUB_-1207614938'), (u'LOAD_-1207615476', u'INT_ADD_-1207615458'), ('const-6', u'PTRADD_-1207615009'), (u'INT_ADD_-1207615458', u'MULTIEQUAL_-1207615006'), (u'INDIRECT_-1207615055', u'MULTIEQUAL_-1207615042'), (u'LOAD_-1207615505', u'INT_LESS_-1207615471'), ('const-2', u'INT_RIGHT_-1207615578'), ('const-433', u'LOAD_-1207615731'), (u'COPY_-1207614904', u'CALL_-1207615313'), ('tmp_98', u'CBRANCH_-1207615807'), (u'INT_ADD_-1207615316', u'CAST_-1207614859'), ('const-433', u'LOAD_-1207615645'), (u'CAST_-1207615028', u'LOAD_-1207615745'), ('const-32', u'INT_ADD_-1207615729'), (u'COPY_-1207615243', u'MULTIEQUAL_-1207615165'), (u'MULTIEQUAL_-1207615165', u'INT_ADD_-1207615430'), ('tmp_895', u'BRANCH_-1207615318'), (u'MULTIEQUAL_-1207615160', u'INT_ADD_-1207615489'), (u'PTRSUB_-1207614863', u'CALLIND_-1207615322'), (u'INDIRECT_-1207614929', u'MULTIEQUAL_-1207615042'), (u'LOAD_-1207615731', u'INT_EQUAL_-1207615704'), (u'INDIRECT_-1207614960', u'INT_LESS_-1207615398'), ('const-4', u'PTRADD_-1207614978'), ('const-65279', u'INT_LESS_-1207615471'), (u'CALL_-1207615429', u'INDIRECT_-1207614960'), (u'INT_EQUAL_-1207615704', u'CBRANCH_-1207615702'), ('const-3221856', u'COPY_-1207614903'), (u'CALL_-1207615658', u'INDIRECT_-1207615055'), ('const-1', u'CALL_-1207615658'), ('const-2', u'PTRADD_-1207614966'), ('tmp_1757', u'PTRADD_-1207614983'), (u'INT_ADD_-1207615661', u'CALL_-1207615658'), (u'LOAD_-1207615332', u'CALLIND_-1207615322'), (u'INT_LEFT_-1207615774', u'CAST_-1207615037'), ('tmp_389', u'CBRANCH_-1207615626'), (u'LOAD_-1207615505', u'MULTIEQUAL_-1207615006'), (u'CALL_-1207615429', u'INDIRECT_-1207614969'), (u'LOAD_-1207615745', u'CALL_-1207615658'), (u'LOAD_-1207615505', u'INT_ADD_-1207615458'), (u'CALL_-1207615658', u'MULTIEQUAL_-1207615160'), (u'PTRADD_-1207614966', u'CALL_-1207615429'), ('tmp_1757', u'LOAD_-1207615476'), (u'INT_ZEXT_-1207615307', u'INT_ADD_-1207615739'), ('tmp_1758', u'PTRADD_-1207615028'), (u'CAST_-1207614917', u'LOAD_-1207615505'), ('const-433', u'LOAD_-1207615697'), ('const-0', u'CALL_-1207615658'), ('const-433', u'LOAD_-1207615505'), ('const-5', u'PTRADD_-1207615028'), ('const-433', u'LOAD_-1207615652'), (u'PTRADD_-1207615028', u'LOAD_-1207615731'), ('const-8', u'PTRADD_-1207615009'), (u'CALL_-1207615560', u'INDIRECT_-1207615019'), ('const-433', u'LOAD_-1207615738'), ('const-433', u'LOAD_-1207615745'), (u'INT_ADD_-1207615739', u'INT_ADD_-1207615722'), ('tmp_1758', u'CALLIND_-1207615322'), ('tmp_1764', u'INT_EQUAL_-1207615809'), ('const-4', u'PTRADD_-1207614978'), ('tmp_1757', u'PTRADD_-1207614966'), ('const-433', u'LOAD_-1207615476'), (u'CALLIND_-1207615322', u'MULTIEQUAL_-1207615160'), ('tmp_1756', u'PTRSUB_-1207614863'), ('const-2', u'PTRADD_-1207614983'), ('tmp_633', u'CBRANCH_-1207615480'), (u'INDIRECT_-1207615019', u'MULTIEQUAL_-1207614987'), (u'INDIRECT_-1207615019', u'INT_NOTEQUAL_-1207615542'), ('tmp_1757', u'PTRADD_-1207614978'), (u'CALLIND_-1207615322', u'INDIRECT_-1207614929'), ('const-112', u'INT_ADD_-1207615316'), (u'INT_ADD_-1207615722', u'CAST_-1207615023'), ('tmp_1758', u'LOAD_-1207615345'), (u'CAST_-1207615037', u'INT_ZEXT_-1207615307'), (u'COPY_-1207614903', u'CALL_-1207615313'), ('tmp_1764', u'INT_ADD_-1207615739'), (u'PTRSUB_-1207614938', u'CALL_-1207615429'), ('const-3220200', u'COPY_-1207614904'), (u'CAST_-1207615023', u'LOAD_-1207615738'), ('const-0', u'INT_EQUAL_-1207615704'), ('const-40', u'INT_ADD_-1207615661'), (u'INT_EQUAL_-1207615809', u'CBRANCH_-1207615807'), ('const-1', u'RETURN_-1207615308'), (u'INT_NOTEQUAL_-1207615542', u'CBRANCH_-1207615538'), (u'CAST_-1207614975', u'LOAD_-1207615652'), ('const-4', u'PTRADD_-1207614966'), (u'LOAD_-1207615645', u'INT_EQUAL_-1207615630'), (u'INT_EQUAL_-1207615630', u'CBRANCH_-1207615626'), ('tmp_1836', u'INT_LEFT_-1207615774'), (u'LOAD_-1207615652', u'INT_EQUAL_-1207615630'), ('const-4', u'PTRADD_-1207614983'), (u'INT_ZEXT_-1207615307', u'CALL_-1207615303'), (u'INT_LESS_-1207615471', u'CBRANCH_-1207615480'), ('tmp_1836', u'CALLIND_-1207615322'), (u'INT_ADD_-1207615489', u'CAST_-1207614917')]
null
null
001a3e80
x64
O2
(translation_unit "void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)\n\n{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}\n\n" (function_definition "void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)\n\n{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" primitive_type (function_declarator "FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)" identifier (parameter_list "(int *param_1,long *param_2,int param_3,long param_4)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "ulong local_30;" type_identifier identifier ;) (if_statement "if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }" { (expression_statement "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);" (assignment_expression "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" identifier = (call_expression "(**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" ( (pointer_expression "**(code **)(*param_2 + 0x70)" * (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,&local_30)" ( identifier , identifier , (pointer_expression "&local_30" & identifier) )))) ;) }) (else_clause "else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" else (compound_statement "{\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" { (expression_statement "param_4 = (ulong)(uint)(param_3 << 6) + param_4;" (assignment_expression "param_4 = (ulong)(uint)(param_3 << 6) + param_4" identifier = (binary_expression "(ulong)(uint)(param_3 << 6) + param_4" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) + identifier)) ;) (expression_statement "local_30 = *(ulong *)(param_4 + 0x20);" (assignment_expression "local_30 = *(ulong *)(param_4 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_4 + 0x20)" * (cast_expression "(ulong *)(param_4 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(undefined8 *)(param_4 + 0x18);" (assignment_expression "uVar1 = *(undefined8 *)(param_4 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(param_4 + 0x18)" * (cast_expression "(undefined8 *)(param_4 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (param_2[5] == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" if (parenthesized_expression "(param_2[5] == 0)" ( (binary_expression "param_2[5] == 0" (subscript_expression "param_2[5]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" { comment (expression_statement "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);" (call_expression "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1)" identifier (argument_list "(param_2,(ulong)(uint)(param_3 << 6),uVar1)" ( identifier , (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) , identifier ))) ;) })) (expression_statement "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);" (assignment_expression "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" identifier = (call_expression "FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" identifier (argument_list "(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" ( (binary_expression "param_2[5] + 0x28" (subscript_expression "param_2[5]" identifier [ number_literal ]) + number_literal) , (subscript_expression "param_2[6]" identifier [ number_literal ]) , identifier , identifier , number_literal , number_literal )))) ;) }))) (if_statement "if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 4) == *(long *)(param_1 + 2))" ( (binary_expression "*(long *)(param_1 + 4) == *(long *)(param_1 + 2)" (pointer_expression "*(long *)(param_1 + 4)" * (cast_expression "(long *)(param_1 + 4)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == (pointer_expression "*(long *)(param_1 + 2)" * (cast_expression "(long *)(param_1 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" { (expression_statement "FUN_0019fa80(param_1 + 2,local_30 >> 2);" (call_expression "FUN_0019fa80(param_1 + 2,local_30 >> 2)" identifier (argument_list "(param_1 + 2,local_30 >> 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (binary_expression "local_30 >> 2" identifier >> number_literal) ))) ;) (if_statement "if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);" do (compound_statement "{\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n }" { (expression_statement "local_34 = *(uint *)(lVar2 + uVar3);" (assignment_expression "local_34 = *(uint *)(lVar2 + uVar3)" identifier = (pointer_expression "*(uint *)(lVar2 + uVar3)" * (cast_expression "(uint *)(lVar2 + uVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar3)" ( (binary_expression "lVar2 + uVar3" identifier + identifier) ))))) ;) (if_statement "if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }" if (parenthesized_expression "(0xfeff < local_34)" ( (binary_expression "0xfeff < local_34" number_literal < identifier) )) (compound_statement "{\n local_34 = local_34 + *param_1;\n }" { (expression_statement "local_34 = local_34 + *param_1;" (assignment_expression "local_34 = local_34 + *param_1" identifier = (binary_expression "local_34 + *param_1" identifier + (pointer_expression "*param_1" * identifier))) ;) })) (expression_statement "uVar3 = uVar3 + 4;" (assignment_expression "uVar3 = uVar3 + 4" identifier = (binary_expression "uVar3 + 4" identifier + number_literal)) ;) (expression_statement "FUN_001a3a00(param_1 + 2,&local_34);" (call_expression "FUN_001a3a00(param_1 + 2,&local_34)" identifier (argument_list "(param_1 + 2,&local_34)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (pointer_expression "&local_34" & identifier) ))) ;) }) while (parenthesized_expression "(uVar3 < local_30)" ( (binary_expression "uVar3 < local_30" identifier < identifier) )) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");" (call_expression "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex")" identifier (argument_list "("../../gold/object.cc",0x7f,"read_symtab_xindex")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""read_symtab_xindex"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original name: read_symtab_xindex<64, false>\n DWARF original prototype: void read_symtab_xindex<64,_false>(Xindex * this, Object * object, uint\n xindex_shndx, uchar * pshdrs) */\n\nvoid __thiscall\ngold::Xindex::read_symtab_xindex<64,_false>\n (Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs)\n\n{\n int iVar1;\n uchar *puVar2;\n undefined4 extraout_var;\n ulong uVar3;\n uint local_34;\n section_size_type bytecount;\n \n if (pshdrs == (uchar *)0x0) {\n iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount);\n puVar2 = (uchar *)CONCAT44(extraout_var,iVar1);\n }\n else {\n bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20);\n if (object->input_file_ == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n Object::input_file(object);\n }\n puVar2 = File_read::get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false);\n }\n if ((this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_start) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve\n (&this->symtab_xindex_,bytecount >> 2);\n if (bytecount != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}\n\n" comment (declaration "void __thiscall\ngold::Xindex::read_symtab_xindex<64,_false>\n (Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs)\n\n{\n int iVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Xindex::" identifier : : identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>\n (Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs)\n\n{\n int" (function_declarator "_false>\n (Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs)" identifier (ERROR ">" >) (parameter_list "(Xindex *this,Object *object,uint xindex_shndx,uchar *pshdrs)" ( (parameter_declaration "Xindex *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Object *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint xindex_shndx" type_identifier identifier) , (parameter_declaration "uchar *pshdrs" type_identifier (pointer_declarator "*pshdrs" * identifier)) ))) { primitive_type) identifier ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "section_size_type bytecount;" type_identifier identifier ;) (if_statement "if (pshdrs == (uchar *)0x0) {\n iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount);\n puVar2 = (uchar *)CONCAT44(extraout_var,iVar1);\n }\n else {\n bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20);\n if (object->input_file_ == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n Object::input_file(object);\n }\n puVar2 = File_read::get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false);\n }" if (parenthesized_expression "(pshdrs == (uchar *)0x0)" ( (binary_expression "pshdrs == (uchar *)0x0" identifier == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount);\n puVar2 = (uchar *)CONCAT44(extraout_var,iVar1);\n }" { (expression_statement "iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount);" (assignment_expression "iVar1 = (*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount)" identifier = (call_expression "(*object->_vptr_Object[0xe])(object,(ulong)xindex_shndx,&bytecount)" (parenthesized_expression "(*object->_vptr_Object[0xe])" ( (pointer_expression "*object->_vptr_Object[0xe]" * (subscript_expression "object->_vptr_Object[0xe]" (field_expression "object->_vptr_Object" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(object,(ulong)xindex_shndx,&bytecount)" ( identifier , (cast_expression "(ulong)xindex_shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (pointer_expression "&bytecount" & identifier) )))) ;) (expression_statement "puVar2 = (uchar *)CONCAT44(extraout_var,iVar1);" (assignment_expression "puVar2 = (uchar *)CONCAT44(extraout_var,iVar1)" identifier = (cast_expression "(uchar *)CONCAT44(extraout_var,iVar1)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar1)" identifier (argument_list "(extraout_var,iVar1)" ( identifier , identifier ))))) ;) }) (else_clause "else {\n bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20);\n if (object->input_file_ == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n Object::input_file(object);\n }\n puVar2 = File_read::get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false);\n }" else (compound_statement "{\n bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20);\n if (object->input_file_ == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n Object::input_file(object);\n }\n puVar2 = File_read::get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false);\n }" { (expression_statement "bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20);" (assignment_expression "bytecount = *(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20)" identifier = (pointer_expression "*(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20)" * (cast_expression "(section_size_type *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x20)" ( (type_descriptor "section_size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)(xindex_shndx << 6) + 0x20)" ( (binary_expression "pshdrs + (ulong)(xindex_shndx << 6) + 0x20" (binary_expression "pshdrs + (ulong)(xindex_shndx << 6)" identifier + (call_expression "(ulong)(xindex_shndx << 6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(xindex_shndx << 6)" ( (binary_expression "xindex_shndx << 6" identifier << number_literal) )))) + number_literal) ))))) ;) (if_statement "if (object->input_file_ == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n Object::input_file(object);\n }" if (parenthesized_expression "(object->input_file_ == (Input_file *)0x0)" ( (binary_expression "object->input_file_ == (Input_file *)0x0" (field_expression "object->input_file_" 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 Object::input_file(object);\n }" { comment (labeled_statement "Object::input_file(object);" statement_identifier : (ERROR ":" :) (expression_statement "input_file(object);" (call_expression "input_file(object)" identifier (argument_list "(object)" ( identifier ))) ;)) })) (ERROR "puVar2 = File_read::" (assignment_expression "puVar2 = File_read" identifier = identifier) : :) (expression_statement "get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false);" (call_expression "get_view(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false)" identifier (argument_list "(&object->input_file_->file_,object->offset_,\n *(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18),bytecount,\n true,false)" ( (pointer_expression "&object->input_file_->file_" & (field_expression "object->input_file_->file_" (field_expression "object->input_file_" identifier -> field_identifier) -> field_identifier)) , (field_expression "object->offset_" identifier -> field_identifier) , (pointer_expression "*(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18)" * (cast_expression "(off_t *)(pshdrs + (ulong)(xindex_shndx << 6) + 0x18)" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pshdrs + (ulong)(xindex_shndx << 6) + 0x18)" ( (binary_expression "pshdrs + (ulong)(xindex_shndx << 6) + 0x18" (binary_expression "pshdrs + (ulong)(xindex_shndx << 6)" identifier + (call_expression "(ulong)(xindex_shndx << 6)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(xindex_shndx << 6)" ( (binary_expression "xindex_shndx << 6" identifier << number_literal) )))) + number_literal) )))) , identifier , true , false ))) ;) }))) (if_statement "if ((this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_start) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve\n (&this->symtab_xindex_,bytecount >> 2);\n if (bytecount != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);\n }\n return;\n }" if (parenthesized_expression "((this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_start)" ( (ERROR "(this->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->symtab_xindex_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->symtab_xindex_).super__Vector_base<unsigned_int" (field_expression "(this->symtab_xindex_).super__Vector_base" (parenthesized_expression "(this->symtab_xindex_)" ( (field_expression "this->symtab_xindex_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int,_std" (binary_expression "allocator<unsigned_int>_>._M_impl\n ._M_finish ==\n (this->symtab_xindex_).super__Vector_base<unsigned_int" (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) == (binary_expression "(this->symtab_xindex_).super__Vector_base<unsigned_int" (field_expression "(this->symtab_xindex_).super__Vector_base" (parenthesized_expression "(this->symtab_xindex_)" ( (field_expression "this->symtab_xindex_" identifier -> field_identifier) )) . field_identifier) < identifier)) , identifier) : :) (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) )) (compound_statement "{\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve\n (&this->symtab_xindex_,bytecount >> 2);\n if (bytecount != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);\n }\n return;\n }" { (labeled_statement "std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve\n (&this->symtab_xindex_,bytecount >> 2);" statement_identifier (ERROR "::vector<unsigned_int,_std::allocator<unsigned_int>_>:" : : (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) > :) : (expression_statement "reserve\n (&this->symtab_xindex_,bytecount >> 2);" (call_expression "reserve\n (&this->symtab_xindex_,bytecount >> 2)" identifier (argument_list "(&this->symtab_xindex_,bytecount >> 2)" ( (pointer_expression "&this->symtab_xindex_" & (field_expression "this->symtab_xindex_" identifier -> field_identifier)) , (binary_expression "bytecount >> 2" identifier >> number_literal) ))) ;)) (if_statement "if (bytecount != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);\n }" if (parenthesized_expression "(bytecount != 0)" ( (binary_expression "bytecount != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = 0;\n do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n } while (uVar3 < bytecount);" do (compound_statement "{\n local_34 = *(uint *)(puVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }\n uVar3 = uVar3 + 4;\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);\n }" { (expression_statement "local_34 = *(uint *)(puVar2 + uVar3);" (assignment_expression "local_34 = *(uint *)(puVar2 + uVar3)" identifier = (pointer_expression "*(uint *)(puVar2 + uVar3)" * (cast_expression "(uint *)(puVar2 + uVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + uVar3)" ( (binary_expression "puVar2 + uVar3" identifier + identifier) ))))) ;) (if_statement "if (0xfeff < local_34) {\n local_34 = local_34 + this->large_shndx_offset_;\n }" if (parenthesized_expression "(0xfeff < local_34)" ( (binary_expression "0xfeff < local_34" number_literal < identifier) )) (compound_statement "{\n local_34 = local_34 + this->large_shndx_offset_;\n }" { (expression_statement "local_34 = local_34 + this->large_shndx_offset_;" (assignment_expression "local_34 = local_34 + this->large_shndx_offset_" identifier = (binary_expression "local_34 + this->large_shndx_offset_" identifier + (field_expression "this->large_shndx_offset_" identifier -> field_identifier))) ;) })) (expression_statement "uVar3 = uVar3 + 4;" (assignment_expression "uVar3 = uVar3 + 4" identifier = (binary_expression "uVar3 + 4" identifier + number_literal)) ;) (labeled_statement "std::vector<unsigned_int,_std::allocator<unsigned_int>_>::emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);" statement_identifier (ERROR "::vector<unsigned_int,_std::allocator<unsigned_int>_>:" : : (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) > :) : (expression_statement "emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34);" (binary_expression "emplace_back<unsigned_int>\n (&this->symtab_xindex_,&local_34)" (binary_expression "emplace_back<unsigned_int" identifier < identifier) > (parenthesized_expression "(&this->symtab_xindex_,&local_34)" ( (comma_expression "&this->symtab_xindex_,&local_34" (pointer_expression "&this->symtab_xindex_" & (field_expression "this->symtab_xindex_" identifier -> field_identifier)) , (pointer_expression "&local_34" & identifier)) ))) ;)) }) while (parenthesized_expression "(uVar3 < bytecount)" ( (binary_expression "uVar3 < bytecount" identifier < identifier) )) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.cc",0x7f,"read_symtab_xindex");" (call_expression "do_gold_unreachable("../../gold/object.cc",0x7f,"read_symtab_xindex")" identifier (argument_list "("../../gold/object.cc",0x7f,"read_symtab_xindex")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""read_symtab_xindex"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)\n\n{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n \n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}\n\n" (function_definition "void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)\n\n{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n \n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" primitive_type (function_declarator "FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)" identifier (parameter_list "(int *param_1,long *param_2,int param_3,long param_4)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n \n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint local_34;" type_identifier identifier ;) (declaration "ulong local_30;" type_identifier identifier ;) (if_statement "if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }" { (expression_statement "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);" (assignment_expression "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" identifier = (call_expression "(**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" ( (pointer_expression "**(code **)(*param_2 + 0x70)" * (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,&local_30)" ( identifier , identifier , (pointer_expression "&local_30" & identifier) )))) ;) }) (else_clause "else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" else (compound_statement "{\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" { (expression_statement "param_4 = (ulong)(uint)(param_3 << 6) + param_4;" (assignment_expression "param_4 = (ulong)(uint)(param_3 << 6) + param_4" identifier = (binary_expression "(ulong)(uint)(param_3 << 6) + param_4" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) + identifier)) ;) (expression_statement "local_30 = *(ulong *)(param_4 + 0x20);" (assignment_expression "local_30 = *(ulong *)(param_4 + 0x20)" identifier = (pointer_expression "*(ulong *)(param_4 + 0x20)" * (cast_expression "(ulong *)(param_4 + 0x20)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x20)" ( (binary_expression "param_4 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(undefined8 *)(param_4 + 0x18);" (assignment_expression "uVar1 = *(undefined8 *)(param_4 + 0x18)" identifier = (pointer_expression "*(undefined8 *)(param_4 + 0x18)" * (cast_expression "(undefined8 *)(param_4 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x18)" ( (binary_expression "param_4 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" if (parenthesized_expression "(param_2[5] == 0)" ( (binary_expression "param_2[5] == 0" (subscript_expression "param_2[5]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" { (expression_statement "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);" (call_expression "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1)" identifier (argument_list "(param_2,(ulong)(uint)(param_3 << 6),uVar1)" ( identifier , (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(param_3 << 6)" ( (binary_expression "param_3 << 6" identifier << number_literal) ))) , identifier ))) ;) })) (expression_statement "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);" (assignment_expression "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" identifier = (call_expression "FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" identifier (argument_list "(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" ( (binary_expression "param_2[5] + 0x28" (subscript_expression "param_2[5]" identifier [ number_literal ]) + number_literal) , (subscript_expression "param_2[6]" identifier [ number_literal ]) , identifier , identifier , number_literal , number_literal )))) ;) }))) (if_statement "if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 4) == *(long *)(param_1 + 2))" ( (binary_expression "*(long *)(param_1 + 4) == *(long *)(param_1 + 2)" (pointer_expression "*(long *)(param_1 + 4)" * (cast_expression "(long *)(param_1 + 4)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == (pointer_expression "*(long *)(param_1 + 2)" * (cast_expression "(long *)(param_1 + 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" { (expression_statement "FUN_0019fa80(param_1 + 2,local_30 >> 2);" (call_expression "FUN_0019fa80(param_1 + 2,local_30 >> 2)" identifier (argument_list "(param_1 + 2,local_30 >> 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (binary_expression "local_30 >> 2" identifier >> number_literal) ))) ;) (if_statement "if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);" do (compound_statement "{\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n }" { (expression_statement "local_34 = *(uint *)(lVar2 + uVar3);" (assignment_expression "local_34 = *(uint *)(lVar2 + uVar3)" identifier = (pointer_expression "*(uint *)(lVar2 + uVar3)" * (cast_expression "(uint *)(lVar2 + uVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar3)" ( (binary_expression "lVar2 + uVar3" identifier + identifier) ))))) ;) (if_statement "if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }" if (parenthesized_expression "(0xfeff < local_34)" ( (binary_expression "0xfeff < local_34" number_literal < identifier) )) (compound_statement "{\n local_34 = local_34 + *param_1;\n }" { (expression_statement "local_34 = local_34 + *param_1;" (assignment_expression "local_34 = local_34 + *param_1" identifier = (binary_expression "local_34 + *param_1" identifier + (pointer_expression "*param_1" * identifier))) ;) })) (expression_statement "uVar3 = uVar3 + 4;" (assignment_expression "uVar3 = uVar3 + 4" identifier = (binary_expression "uVar3 + 4" identifier + number_literal)) ;) (expression_statement "FUN_001a3a00(param_1 + 2,&local_34);" (call_expression "FUN_001a3a00(param_1 + 2,&local_34)" identifier (argument_list "(param_1 + 2,&local_34)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (pointer_expression "&local_34" & identifier) ))) ;) }) while (parenthesized_expression "(uVar3 < local_30)" ( (binary_expression "uVar3 < local_30" identifier < identifier) )) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");" (call_expression "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex")" identifier (argument_list "("../../gold/object.cc",0x7f,"read_symtab_xindex")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""read_symtab_xindex"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 , IDENT , (pointer_expression & IDENT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression IDENT << LIT) ))) , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) , (subscript_expression IDENT [ LIT ]) , IDENT , IDENT , LIT , LIT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (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 { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression & IDENT) ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)\n\n{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n \n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" (primitive_type "void") (function_declarator "FUN_001a3e80(int *param_1,long *param_2,int param_3,long param_4)" (identifier "FUN_001a3e80") (parameter_list "(int *param_1,long *param_2,int param_3,long param_4)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n ulong uVar3;\n uint local_34;\n ulong local_30;\n \n if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }\n if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }\n \n FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "uint local_34;" (type_identifier "uint") (identifier "local_34") (; ";")) (declaration "ulong local_30;" (type_identifier "ulong") (identifier "local_30") (; ";")) (if_statement "if (param_4 == 0) {\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }\n else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" (if "if") (parenthesized_expression "(param_4 == 0)" (( "(") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);\n }" ({ "{") (expression_statement "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30);" (assignment_expression "lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" (identifier "lVar2") (= "=") (call_expression "(**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x70)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x70)" (* "*") (cast_expression "(code **)(*param_2 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x70)" (( "(") (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(param_2,param_3,&local_30)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (pointer_expression "&local_30" (& "&") (identifier "local_30")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" (else "else") (compound_statement "{\n param_4 = (ulong)(uint)(param_3 << 6) + param_4;\n local_30 = *(ulong *)(param_4 + 0x20);\n uVar1 = *(undefined8 *)(param_4 + 0x18);\n if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }\n lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);\n }" ({ "{") (expression_statement "param_4 = (ulong)(uint)(param_3 << 6) + param_4;" (assignment_expression "param_4 = (ulong)(uint)(param_3 << 6) + param_4" (identifier "param_4") (= "=") (binary_expression "(ulong)(uint)(param_3 << 6) + param_4" (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(param_3 << 6)" (( "(") (binary_expression "param_3 << 6" (identifier "param_3") (<< "<<") (number_literal "6")) () ")"))) (+ "+") (identifier "param_4"))) (; ";")) (expression_statement "local_30 = *(ulong *)(param_4 + 0x20);" (assignment_expression "local_30 = *(ulong *)(param_4 + 0x20)" (identifier "local_30") (= "=") (pointer_expression "*(ulong *)(param_4 + 0x20)" (* "*") (cast_expression "(ulong *)(param_4 + 0x20)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x20)" (( "(") (binary_expression "param_4 + 0x20" (identifier "param_4") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar1 = *(undefined8 *)(param_4 + 0x18);" (assignment_expression "uVar1 = *(undefined8 *)(param_4 + 0x18)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(param_4 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_4 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x18)" (( "(") (binary_expression "param_4 + 0x18" (identifier "param_4") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (param_2[5] == 0) {\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" (if "if") (parenthesized_expression "(param_2[5] == 0)" (( "(") (binary_expression "param_2[5] == 0" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);\n }" ({ "{") (expression_statement "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1);" (call_expression "FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1)" (identifier "FUN_0019a570") (argument_list "(param_2,(ulong)(uint)(param_3 << 6),uVar1)" (( "(") (identifier "param_2") (, ",") (call_expression "(ulong)(uint)(param_3 << 6)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(param_3 << 6)" (( "(") (binary_expression "param_3 << 6" (identifier "param_3") (<< "<<") (number_literal "6")) () ")"))) (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0);" (assignment_expression "lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" (identifier "lVar2") (= "=") (call_expression "FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" (identifier "FUN_0016b970") (argument_list "(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0)" (( "(") (binary_expression "param_2[5] + 0x28" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (+ "+") (number_literal "0x28")) (, ",") (subscript_expression "param_2[6]" (identifier "param_2") ([ "[") (number_literal "6") (] "]")) (, ",") (identifier "uVar1") (, ",") (identifier "local_30") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")")))) (; ";")) (} "}")))) (if_statement "if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) {\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 4) == *(long *)(param_1 + 2))" (( "(") (binary_expression "*(long *)(param_1 + 4) == *(long *)(param_1 + 2)" (pointer_expression "*(long *)(param_1 + 4)" (* "*") (cast_expression "(long *)(param_1 + 4)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (pointer_expression "*(long *)(param_1 + 2)" (* "*") (cast_expression "(long *)(param_1 + 2)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))))) () ")")) (compound_statement "{\n FUN_0019fa80(param_1 + 2,local_30 >> 2);\n if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }\n return;\n }" ({ "{") (expression_statement "FUN_0019fa80(param_1 + 2,local_30 >> 2);" (call_expression "FUN_0019fa80(param_1 + 2,local_30 >> 2)" (identifier "FUN_0019fa80") (argument_list "(param_1 + 2,local_30 >> 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (binary_expression "local_30 >> 2" (identifier "local_30") (>> ">>") (number_literal "2")) () ")"))) (; ";")) (if_statement "if (local_30 != 0) {\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" (if "if") (parenthesized_expression "(local_30 != 0)" (( "(") (binary_expression "local_30 != 0" (identifier "local_30") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 0;\n do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);\n }" ({ "{") (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" (identifier "uVar3") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n } while (uVar3 < local_30);" (do "do") (compound_statement "{\n local_34 = *(uint *)(lVar2 + uVar3);\n if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }\n uVar3 = uVar3 + 4;\n FUN_001a3a00(param_1 + 2,&local_34);\n }" ({ "{") (expression_statement "local_34 = *(uint *)(lVar2 + uVar3);" (assignment_expression "local_34 = *(uint *)(lVar2 + uVar3)" (identifier "local_34") (= "=") (pointer_expression "*(uint *)(lVar2 + uVar3)" (* "*") (cast_expression "(uint *)(lVar2 + uVar3)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + uVar3)" (( "(") (binary_expression "lVar2 + uVar3" (identifier "lVar2") (+ "+") (identifier "uVar3")) () ")"))))) (; ";")) (if_statement "if (0xfeff < local_34) {\n local_34 = local_34 + *param_1;\n }" (if "if") (parenthesized_expression "(0xfeff < local_34)" (( "(") (binary_expression "0xfeff < local_34" (number_literal "0xfeff") (< "<") (identifier "local_34")) () ")")) (compound_statement "{\n local_34 = local_34 + *param_1;\n }" ({ "{") (expression_statement "local_34 = local_34 + *param_1;" (assignment_expression "local_34 = local_34 + *param_1" (identifier "local_34") (= "=") (binary_expression "local_34 + *param_1" (identifier "local_34") (+ "+") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (} "}"))) (expression_statement "uVar3 = uVar3 + 4;" (assignment_expression "uVar3 = uVar3 + 4" (identifier "uVar3") (= "=") (binary_expression "uVar3 + 4" (identifier "uVar3") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "FUN_001a3a00(param_1 + 2,&local_34);" (call_expression "FUN_001a3a00(param_1 + 2,&local_34)" (identifier "FUN_001a3a00") (argument_list "(param_1 + 2,&local_34)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar3 < local_30)" (( "(") (binary_expression "uVar3 < local_30" (identifier "uVar3") (< "<") (identifier "local_30")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex");" (call_expression "FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/object.cc",0x7f,"read_symtab_xindex")" (( "(") (string_literal ""../../gold/object.cc"" (" """) (string_content "../../gold/object.cc") (" """)) (, ",") (number_literal "0x7f") (, ",") (string_literal ""read_symtab_xindex"" (" """) (string_content "read_symtab_xindex") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original name: read_symtab_xindex<64, false> DWARF original prototype: void read_symtab_xindex<64,_false>(Xindex * this, Object * object, uint xindex_shndx, uchar * pshdrs) */ void __thiscall gold::Xindex::read_symtab_xindex<64,_false> (Xindex *this,Object *object,type_4 var_3,type_1 *var_1) { int iVar1; type_1 *var_11; type_2 extraout_var; type_3 var_12; type_4 var_13; type_5 var_10; if (var_1 == (type_1 *)0x0) { iVar1 = (*object->_vptr_Object[0xe])(object,(type_3)var_3,&var_10); var_11 = (type_1 *)var_2(extraout_var,iVar1); } else { var_10 = *(type_5 *)(var_1 + (type_3)(var_3 << 6) + 0x20); if (object->input_file_ == (type_6 *)0x0) { /* WARNING: Subroutine does not return */ Object::var_4(object); } var_11 = File_read::var_5(&object->input_file_->file_,object->offset_, *(type_7 *)(var_1 + (type_3)(var_3 << 6) + 0x18),var_10, true,false); } if ((this->symtab_xindex_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl ._M_finish == (this->symtab_xindex_).super__Vector_base<var_7,_std::var_6<var_7>var_8>._M_impl ._M_start) { std::vector<var_7,_std::var_6<var_7>var_8>::var_9 (&this->symtab_xindex_,var_10 >> 2); if (var_10 != 0) { var_12 = 0; do { var_13 = *(type_4 *)(var_11 + var_12); if (0xfeff < var_13) { var_13 = var_13 + this->large_shndx_offset_; } var_12 = var_12 + 4; std::vector<var_7,_std::var_6<var_7>var_8>::var_14<var_7> (&this->symtab_xindex_,&var_13); } while (var_12 < var_10); } return; } /* WARNING: Subroutine does not return */ var_15("../../gold/object.cc",0x7f,"read_symtab_xindex"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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 (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) (pointer_expression argument: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (identifier) (number_literal) (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (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 (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: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(int *param_1,long *param_2,int param_3,long param_4) { undefined8 uVar1; long lVar2; ulong uVar3; uint local_34; ulong local_30; if (param_4 == 0) { lVar2 = (**(code **)(*param_2 + 0x70))(param_2,param_3,&local_30); } else { param_4 = (ulong)(uint)(param_3 << 6) + param_4; local_30 = *(ulong *)(param_4 + 0x20); uVar1 = *(undefined8 *)(param_4 + 0x18); if (param_2[5] == 0) { /* WARNING: Subroutine does not return */ FUN_0019a570(param_2,(ulong)(uint)(param_3 << 6),uVar1); } lVar2 = FUN_0016b970(param_2[5] + 0x28,param_2[6],uVar1,local_30,1,0); } if (*(long *)(param_1 + 4) == *(long *)(param_1 + 2)) { FUN_0019fa80(param_1 + 2,local_30 >> 2); if (local_30 != 0) { uVar3 = 0; do { local_34 = *(uint *)(lVar2 + uVar3); if (0xfeff < local_34) { local_34 = local_34 + *param_1; } uVar3 = uVar3 + 4; FUN_001a3a00(param_1 + 2,&local_34); } while (uVar3 < local_30); } return; } /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/object.cc",0x7f,"read_symtab_xindex"); }
172_powerpc64le-linux-gnu-size_and_powerpc64le-linux-gnu-size_strip.c
bfd_close_all_done
bfd_close_all_done
/* WARNING: Control flow encountered bad instruction data */ void bfd_close_all_done(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_close_all_done(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206935158')]
[('const-1', u'RETURN_-1206935158')]
null
null
0010a180
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(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_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(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_close_all_done(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(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_close_all_done(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close_all_done(void)" (identifier "bfd_close_all_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \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(); }
1734_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
parse_to_value
FUN_0018b560
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_print_icf_sections * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::General_options::Struct_no_print_icf_sections::parse_to_value (Struct_no_print_icf_sections *this,char *param_2,char *param_3,Command_line *param_4, General_options *options) { (options->print_icf_sections_).user_set_via_option = true; (options->print_icf_sections_).value = false; return; }
void FUN_0018b560(void) { long in_R8; *(undefined2 *)(in_R8 + 0x4be0) = 1; return; }
MOV EAX,0x1 MOV word ptr [R8 + 0x4be0],AX RET
null
null
null
null
[('const-19328', u'PTRSUB_-1207454285'), (u'PTRSUB_-1207454282', u'STORE_-1207454344'), (u'PTRSUB_-1207454285', u'PTRSUB_-1207454284'), ('tmp_24', u'PTRSUB_-1207454285'), ('const-96', u'PTRSUB_-1207454284'), (u'PTRSUB_-1207454283', u'PTRSUB_-1207454282'), ('const-433', u'STORE_-1207454357'), ('const-1', u'STORE_-1207454357'), ('const-97', u'PTRSUB_-1207454282'), ('const-433', u'STORE_-1207454344'), ('tmp_24', u'PTRSUB_-1207454283'), ('const-19328', u'PTRSUB_-1207454283'), (u'PTRSUB_-1207454284', u'STORE_-1207454357'), ('const-0', u'STORE_-1207454344'), ('const-0', u'RETURN_-1207454339')]
[(u'CAST_-1207454290', u'STORE_-1207454357'), (u'INT_ADD_-1207454343', u'CAST_-1207454290'), ('const-433', u'STORE_-1207454357'), ('const-1', u'STORE_-1207454357'), ('const-19424', u'INT_ADD_-1207454343'), ('tmp_23', u'INT_ADD_-1207454343'), ('const-0', u'RETURN_-1207454339')]
null
null
0018b560
x64
O2
(translation_unit "void FUN_0018b560(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}\n\n" (function_definition "void FUN_0018b560(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0018b560(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x4be0) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4be0) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4be0)" * (cast_expression "(undefined2 *)(in_R8 + 0x4be0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x4be0)" ( (binary_expression "in_R8 + 0x4be0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_print_icf_sections * this, char *\n param_1, char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_print_icf_sections::parse_to_value\n (Struct_no_print_icf_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->print_icf_sections_).user_set_via_option = true;\n (options->print_icf_sections_).value = false;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_print_icf_sections::parse_to_value\n (Struct_no_print_icf_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)\n\n{\n (options->print_icf_sections_).user_set_via_option = true;\n (options->print_icf_sections_).value = false;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_print_icf_sections::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_no_print_icf_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" identifier (parameter_list "(Struct_no_print_icf_sections *this,char *param_2,char *param_3,Command_line *param_4,\n General_options *options)" ( (parameter_declaration "Struct_no_print_icf_sections *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Command_line *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "General_options *options" type_identifier (pointer_declarator "*options" * identifier)) ))) (compound_statement "{\n (options->print_icf_sections_).user_set_via_option = true;\n (options->print_icf_sections_).value = false;\n return;\n}" { (expression_statement "(options->print_icf_sections_).user_set_via_option = true;" (assignment_expression "(options->print_icf_sections_).user_set_via_option = true" (field_expression "(options->print_icf_sections_).user_set_via_option" (parenthesized_expression "(options->print_icf_sections_)" ( (field_expression "options->print_icf_sections_" identifier -> field_identifier) )) . field_identifier) = true) ;) (expression_statement "(options->print_icf_sections_).value = false;" (assignment_expression "(options->print_icf_sections_).value = false" (field_expression "(options->print_icf_sections_).value" (parenthesized_expression "(options->print_icf_sections_)" ( (field_expression "options->print_icf_sections_" identifier -> field_identifier) )) . field_identifier) = false) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0018b560(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}\n\n" (function_definition "void FUN_0018b560(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0018b560(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" { (declaration "long in_R8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*(undefined2 *)(in_R8 + 0x4be0) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4be0) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4be0)" * (cast_expression "(undefined2 *)(in_R8 + 0x4be0)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_R8 + 0x4be0)" ( (binary_expression "in_R8 + 0x4be0" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_0018b560(void)\n\n{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018b560(void)" (identifier "FUN_0018b560") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long in_R8;\n \n *(undefined2 *)(in_R8 + 0x4be0) = 1;\n return;\n}" ({ "{") (declaration "long in_R8;" (sized_type_specifier "long" (long "long")) (identifier "in_R8") (; ";")) (expression_statement "*(undefined2 *)(in_R8 + 0x4be0) = 1;" (assignment_expression "*(undefined2 *)(in_R8 + 0x4be0) = 1" (pointer_expression "*(undefined2 *)(in_R8 + 0x4be0)" (* "*") (cast_expression "(undefined2 *)(in_R8 + 0x4be0)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_R8 + 0x4be0)" (( "(") (binary_expression "in_R8 + 0x4be0" (identifier "in_R8") (+ "+") (number_literal "0x4be0")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_print_icf_sections * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *param_2,char *param_3,type_2 *param_4, type_3 *options) { (options->print_icf_sections_).user_set_via_option = true; (options->print_icf_sections_).value = false; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (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))))
null
void MASKED(void) { long in_R8; *(undefined2 *)(in_R8 + 0x4be0) = 1; return; }
134_alpha-linux-gnu-strip_and_alpha-linux-gnu-strip_strip.c
bfd_openr_next_archived_file
bfd_openr_next_archived_file
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_0012b430)(); return; }
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_0012b430)(); return; }
JMP qword ptr [0x0012b430]
null
null
null
null
[(u'CALLIND_-1206957976', u'INDIRECT_-1206957916'), (u'CAST_-1206957911', u'CALLIND_-1206957976'), ('tmp_22', u'CAST_-1206957911'), (u'INDIRECT_-1206957916', u'COPY_-1206957975'), ('const-0', u'RETURN_-1206957973')]
[(u'CALLIND_-1206957976', u'INDIRECT_-1206957916'), (u'CAST_-1206957911', u'CALLIND_-1206957976'), ('tmp_22', u'CAST_-1206957911'), (u'INDIRECT_-1206957916', u'COPY_-1206957975'), ('const-0', u'RETURN_-1206957973')]
null
null
00104860
x64
O2
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0012b430" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0012b430" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0012b430" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0012b430" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0012b430" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0012b430" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0012b430)" (( "(") (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0012b430" (* "*") (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0012b430" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_openr_next_archived_file_0012b430"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_openr_next_archived_file_0012b430)(); 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_0012b430)(); return; }
264_m68k-linux-gnu-ar_and_m68k-linux-gnu-ar_strip.c
fprintf
fprintf
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { /* WARNING: Bad instruction - Truncating control flow here */ /* fprintf@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207037526')]
[('const-1', u'RETURN_-1207037526')]
null
null
001111a0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* 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 fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fprintf@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n \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 (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,char *__format,...) { /* WARNING: Bad instruction - Truncating control flow here */ /* fprintf@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator 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(FILE *__stream,char *__format,...) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
411_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
libssh2_session_set_blocking
libssh2_session_set_blocking
void libssh2_session_set_blocking(void) { (*(code *)PTR_libssh2_session_set_blocking_0018fd00)(); return; }
void libssh2_session_set_blocking(void) { (*(code *)PTR_libssh2_session_set_blocking_0018fd00)(); return; }
JMP qword ptr [0x0018fd00]
null
null
null
null
[('tmp_22', u'CAST_-1206916599'), (u'CALLIND_-1206916664', u'INDIRECT_-1206916604'), ('const-0', u'RETURN_-1206916661'), (u'CAST_-1206916599', u'CALLIND_-1206916664'), (u'INDIRECT_-1206916604', u'COPY_-1206916663')]
[('tmp_22', u'CAST_-1206916599'), (u'CALLIND_-1206916664', u'INDIRECT_-1206916604'), ('const-0', u'RETURN_-1206916661'), (u'CAST_-1206916599', u'CALLIND_-1206916664'), (u'INDIRECT_-1206916604', u'COPY_-1206916663')]
null
null
0010e9c0
x64
O2
(translation_unit "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}\n\n" (function_definition "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" primitive_type (function_declarator "libssh2_session_set_blocking(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" { (expression_statement "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)();" (call_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)()" (parenthesized_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)" ( (pointer_expression "*(code *)PTR_libssh2_session_set_blocking_0018fd00" * (cast_expression "(code *)PTR_libssh2_session_set_blocking_0018fd00" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}\n\n" (function_definition "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" primitive_type (function_declarator "libssh2_session_set_blocking(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" { (expression_statement "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)();" (call_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)()" (parenthesized_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)" ( (pointer_expression "*(code *)PTR_libssh2_session_set_blocking_0018fd00" * (cast_expression "(code *)PTR_libssh2_session_set_blocking_0018fd00" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}\n\n" (function_definition "void libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" primitive_type (function_declarator "libssh2_session_set_blocking(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" { (expression_statement "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)();" (call_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)()" (parenthesized_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)" ( (pointer_expression "*(code *)PTR_libssh2_session_set_blocking_0018fd00" * (cast_expression "(code *)PTR_libssh2_session_set_blocking_0018fd00" ( (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 libssh2_session_set_blocking(void)\n\n{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" (primitive_type "void") (function_declarator "libssh2_session_set_blocking(void)" (identifier "libssh2_session_set_blocking") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_libssh2_session_set_blocking_0018fd00)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)();" (call_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)()" (parenthesized_expression "(*(code *)PTR_libssh2_session_set_blocking_0018fd00)" (( "(") (pointer_expression "*(code *)PTR_libssh2_session_set_blocking_0018fd00" (* "*") (cast_expression "(code *)PTR_libssh2_session_set_blocking_0018fd00" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_libssh2_session_set_blocking_0018fd00"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_libssh2_session_set_blocking_0018fd00)(); 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_0018fd00)(); return; }
5900_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
do_relocate_sections
FUN_0024ec60
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_relocate_sections(Sized_relobj_file<64,_false> * this, Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */ void __thiscall gold::Sized_relobj_file<64,_false>::do_relocate_sections (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs, Output_file *of,Views *pviews) { relocate_section_range (this,symtab,layout,pshdrs,of,pviews,1, (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_ - 1); return; }
void FUN_0024ec60(void) { FUN_0024e3d0(); return; }
SUB RSP,0x8 MOV EAX,dword ptr [RDI + 0x38] SUB EAX,0x1 PUSH RAX PUSH 0x1 CALL 0x0024e3d0 ADD RSP,0x18 RET
null
null
null
null
[('tmp_129', u'CALL_-1204032365'), ('const-1', u'CALL_-1204032365'), ('const-0', u'PTRSUB_-1204032253'), ('tmp_132', u'CALL_-1204032365'), ('const-56', u'PTRSUB_-1204032249'), ('const-0', u'PTRSUB_-1204032251'), (u'LOAD_-1204032400', u'INT_SUB_-1204032374'), ('const-0', u'RETURN_-1204032341'), (u'PTRSUB_-1204032255', u'PTRSUB_-1204032253'), ('tmp_131', u'CALL_-1204032365'), ('const-0', u'PTRSUB_-1204032255'), (u'INT_SUB_-1204032374', u'CALL_-1204032365'), (u'PTRSUB_-1204032251', u'PTRSUB_-1204032249'), ('tmp_128', u'CALL_-1204032365'), (u'PTRSUB_-1204032253', u'PTRSUB_-1204032251'), ('const-433', u'LOAD_-1204032400'), ('const-1', u'INT_SUB_-1204032374'), ('tmp_127', u'PTRSUB_-1204032255'), ('tmp_127', u'CALL_-1204032365'), (u'PTRSUB_-1204032249', u'LOAD_-1204032400'), ('tmp_130', u'CALL_-1204032365')]
[('const-0', u'RETURN_-1204032341')]
null
null
0024ec60
x64
O2
(translation_unit "void FUN_0024ec60(void)\n\n{\n FUN_0024e3d0();\n return;\n}\n\n" (function_definition "void FUN_0024ec60(void)\n\n{\n FUN_0024e3d0();\n return;\n}" primitive_type (function_declarator "FUN_0024ec60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0024e3d0();\n return;\n}" { (expression_statement "FUN_0024e3d0();" (call_expression "FUN_0024e3d0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_relocate_sections(Sized_relobj_file<64,_false> * this,\n Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_false>::do_relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n relocate_section_range\n (this,symtab,layout,pshdrs,of,pviews,1,\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_ - 1);\n return;\n}\n\n" comment comment (ERROR "void __thiscall\ngold::Sized_relobj_file<64,_false>::do_relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{\n relocate_section_range\n (this,symtab,layout,pshdrs,of,pviews,1,\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_ - 1);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)\n\n{" identifier > : : (function_declarator "do_relocate_sections\n (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)" identifier (parameter_list "(Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs,\n Output_file *of,Views *pviews)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "uchar *pshdrs" type_identifier (pointer_declarator "*pshdrs" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) , (parameter_declaration "Views *pviews" type_identifier (pointer_declarator "*pviews" * identifier)) ))) {) (function_declarator "relocate_section_range\n (this,symtab,layout,pshdrs,of,pviews,1,\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_" identifier (parameter_list "(this,symtab,layout,pshdrs,of,pviews,1,\n (this->super_Sized_relobj<64,_false>)" ( (parameter_declaration "this" type_identifier) , (parameter_declaration "symtab" type_identifier) , (parameter_declaration "layout" type_identifier) , (parameter_declaration "pshdrs" type_identifier) , (parameter_declaration "of" type_identifier) , (parameter_declaration "pviews" type_identifier) , (ERROR "1,\n (" number_literal , () (parameter_declaration "this->super_Sized_relobj" type_identifier (ERROR "->" ->) identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false" type_identifier) (ERROR ">" >) )) (ERROR "." .) identifier (ERROR "." .) identifier (ERROR "." .) identifier) - number_literal ) ; return ; }))
(translation_unit "void FUN_0024ec60(void)\n\n{\n FUN_0024e3d0();\n return;\n}\n\n" (function_definition "void FUN_0024ec60(void)\n\n{\n FUN_0024e3d0();\n return;\n}" primitive_type (function_declarator "FUN_0024ec60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0024e3d0();\n return;\n}" { (expression_statement "FUN_0024e3d0();" (call_expression "FUN_0024e3d0()" 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 IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0024ec60(void)\n\n{\n FUN_0024e3d0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024ec60(void)" (identifier "FUN_0024ec60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0024e3d0();\n return;\n}" ({ "{") (expression_statement "FUN_0024e3d0();" (call_expression "FUN_0024e3d0()" (identifier "FUN_0024e3d0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_relocate_sections(Sized_relobj_file<64,_false> * this, Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */ void __thiscall gold::Sized_relobj_file<64,_false>::do_relocate_sections (Sized_relobj_file<64,_false> *this,Symbol_table *symtab,Layout *layout,uchar *pshdrs, Output_file *of,Views *pviews) { relocate_section_range (this,symtab,layout,pshdrs,of,pviews,1, (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_ - 1); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { FUN_0024e3d0(); return; }
58_sparc64-linux-gnu-elfedit_and_sparc64-linux-gnu-elfedit_strip.c
warn
warn
void warn(char *message,...) { char *pcVar1; char in_AL; char *__format; undefined8 in_RCX; undefined8 in_RDX; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_Qa; undefined8 in_XMM5_Qa; undefined8 in_XMM6_Qa; undefined8 in_XMM7_Qa; va_list args; undefined1 local_c8 [8]; undefined8 local_c0; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_a0; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; undefined8 local_28; if (in_AL != '\0') { local_98 = in_XMM0_Qa; local_88 = in_XMM1_Qa; local_78 = in_XMM2_Qa; local_68 = in_XMM3_Qa; local_58 = in_XMM4_Qa; local_48 = in_XMM5_Qa; local_38 = in_XMM6_Qa; local_28 = in_XMM7_Qa; } local_c0 = in_RSI; local_b8 = in_RDX; local_b0 = in_RCX; local_a8 = in_R8; local_a0 = in_R9; fflush(stdout); pcVar1 = program_name; args[0].overflow_arg_area = &stack0x00000008; args[0].reg_save_area = local_c8; args[0].gp_offset = 8; args[0].fp_offset = 0x30; __format = (char *)dcgettext(0,"%s: Warning: ",5); fprintf(stderr,__format,pcVar1); vfprintf(stderr,message,args); return; }
void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9, undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13, undefined8 param_14) { undefined *puVar1; char in_AL; char *__format; undefined4 local_e0; undefined4 local_dc; undefined1 *local_d8; undefined1 *local_d0; undefined1 local_c8 [8]; undefined8 local_c0; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_a0; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; undefined8 local_28; if (in_AL != '\0') { local_98 = param_1; local_88 = param_2; local_78 = param_3; local_68 = param_4; local_58 = param_5; local_48 = param_6; local_38 = param_7; local_28 = param_8; } local_c0 = param_10; local_b8 = param_11; local_b0 = param_12; local_a8 = param_13; local_a0 = param_14; fflush(stdout); puVar1 = PTR_s_elfedit_0010a2a0; local_d8 = &stack0x00000008; local_d0 = local_c8; local_e0 = 8; local_dc = 0x30; __format = (char *)dcgettext(0,"%s: Warning: ",5); fprintf(stderr,__format,puVar1); vfprintf(stderr,param_9,&local_e0); return; }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0xd8 MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x30],RDX MOV qword ptr [RSP + 0x38],RCX MOV qword ptr [RSP + 0x40],R8 MOV qword ptr [RSP + 0x48],R9 TEST AL,AL JZ 0x00103c00 MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM1 MOVAPS xmmword ptr [RSP + 0x70],XMM2 MOVAPS xmmword ptr [RSP + 0x80],XMM3 MOVAPS xmmword ptr [RSP + 0x90],XMM4 MOVAPS xmmword ptr [RSP + 0xa0],XMM5 MOVAPS xmmword ptr [RSP + 0xb0],XMM6 MOVAPS xmmword ptr [RSP + 0xc0],XMM7 MOV RDI,qword ptr [0x0010a2c0] CALL 0x001021b0 LEA RAX,[RSP + 0xf0] XOR EDI,EDI MOV RBP,qword ptr [0x0010a2a0] MOV qword ptr [RSP + 0x10],RAX MOV EDX,0x5 LEA RAX,[RSP + 0x20] LEA RSI,[0x106956] MOV dword ptr [RSP + 0x8],0x8 MOV dword ptr [RSP + 0xc],0x30 MOV qword ptr [RSP + 0x18],RAX CALL 0x001020c0 MOV RDI,qword ptr [0x0010a300] MOV RDX,RBP MOV RSI,RAX XOR EAX,EAX CALL 0x00102160 MOV RDI,qword ptr [0x0010a300] LEA RDX,[RSP + 0x8] MOV RSI,RBX CALL 0x00102210 ADD RSP,0xd8 POP RBX POP RBP RET
null
null
null
null
[('const-8', u'PTRSUB_-1206960596'), (u'CALL_-1206960973', u'INDIRECT_-1206960680'), (u'CALL_-1206960973', u'INDIRECT_-1206960642'), (u'CALL_-1206961070', u'INDIRECT_-1206960708'), (u'CALL_-1206960937', u'INDIRECT_-1206960549'), (u'PTRSUB_-1206960502', u'CALL_-1206960910'), (u'CALL_-1206960910', u'INDIRECT_-1206960558'), ('tmp_1539', u'MULTIEQUAL_-1206960630'), (u'CALL_-1206960910', u'INDIRECT_-1206960616'), (u'CALL_-1206960937', u'INDIRECT_-1206960609'), (u'CALL_-1206960973', u'INDIRECT_-1206960685'), (u'CALL_-1206960973', u'INDIRECT_-1206960662'), (u'CALL_-1206961070', u'INDIRECT_-1206960636'), (u'CALL_-1206960910', u'INDIRECT_-1206960578'), (u'CALL_-1206960937', u'INDIRECT_-1206960559'), (u'CALL_-1206960937', u'INDIRECT_-1206960589'), (u'COPY_-1206960665', u'MULTIEQUAL_-1206960630'), (u'COPY_-1206960602', u'CALL_-1206960973'), (u'CALL_-1206960973', u'INDIRECT_-1206960630'), (u'COPY_-1206960670', u'MULTIEQUAL_-1206960680'), (u'COPY_-1206960672', u'MULTIEQUAL_-1206960700'), (u'CALL_-1206960973', u'INDIRECT_-1206960658'), (u'INDIRECT_-1206960633', u'COPY_-1206960678'), ('const-0', u'INT_NOTEQUAL_-1206961164'), (u'CALL_-1206960973', u'INDIRECT_-1206960590'), ('const-1075542', u'COPY_-1206960602'), (u'CALL_-1206960937', u'INDIRECT_-1206960633'), (u'CALL_-1206961070', u'INDIRECT_-1206960686'), (u'CALL_-1206961070', u'INDIRECT_-1206960696'), (u'COPY_-1206960666', u'MULTIEQUAL_-1206960640'), (u'INDIRECT_-1206960643', u'COPY_-1206960688'), (u'CALL_-1206960910', u'INDIRECT_-1206960612'), (u'CALL_-1206960910', u'INDIRECT_-1206960528'), (u'CALL_-1206960937', u'INDIRECT_-1206960664'), ('tmp_1012', u'COPY_-1206960665'), (u'CALL_-1206960910', u'INDIRECT_-1206960620'), ('tmp_1551', u'MULTIEQUAL_-1206960690'), (u'CALL_-1206960910', u'INDIRECT_-1206960592'), ('tmp_1545', u'MULTIEQUAL_-1206960660'), ('tmp_831', u'COPY_-1206960661'), ('tmp_827', u'PTRSUB_-1206960568'), ('tmp_878', u'INT_NOTEQUAL_-1206961164'), (u'INDIRECT_-1206960654', u'CALL_-1206960910'), ('tmp_827', u'PTRSUB_-1206960502'), (u'CALL_-1206960910', u'INDIRECT_-1206960624'), (u'CALL_-1206961070', u'INDIRECT_-1206960712'), ('const--200', u'PTRSUB_-1206960568'), (u'CALL_-1206960937', u'INDIRECT_-1206960621'), (u'CALL_-1206960937', u'INDIRECT_-1206960637'), ('tmp_994', u'COPY_-1206960668'), (u'CALL_-1206960910', u'INDIRECT_-1206960633'), (u'CALL_-1206960973', u'INDIRECT_-1206960666'), ('tmp_827', u'PTRSUB_-1206960596'), (u'CALL_-1206960973', u'INDIRECT_-1206960580'), (u'CALL_-1206960910', u'INDIRECT_-1206960638'), ('tmp_1000', u'COPY_-1206960667'), (u'CALL_-1206960937', u'INDIRECT_-1206960569'), (u'COPY_-1206960671', u'MULTIEQUAL_-1206960690'), (u'COPY_-1206960669', u'MULTIEQUAL_-1206960670'), (u'CALL_-1206961070', u'INDIRECT_-1206960626'), ('tmp_832', u'COPY_-1206960660'), (u'CALL_-1206960937', u'INDIRECT_-1206960539'), ('tmp_988', u'COPY_-1206960669'), (u'CALL_-1206961070', u'INDIRECT_-1206960646'), ('const-8', u'COPY_-1206961009'), (u'CALL_-1206960937', u'INDIRECT_-1206960659'), (u'CALL_-1206960937', u'INDIRECT_-1206960579'), ('tmp_1553', u'MULTIEQUAL_-1206960700'), (u'CALL_-1206960973', u'INDIRECT_-1206960610'), (u'CALL_-1206960910', u'INDIRECT_-1206960600'), ('const--224', u'PTRSUB_-1206960502'), (u'CALL_-1206960937', u'INDIRECT_-1206960654'), (u'CALL_-1206960937', u'INDIRECT_-1206960617'), (u'COPY_-1206960663', u'CALL_-1206960937'), (u'CALL_-1206960910', u'INDIRECT_-1206960643'), ('const-48', u'COPY_-1206960998'), (u'CALL_-1206960910', u'INDIRECT_-1206960518'), (u'CALL_-1206961070', u'INDIRECT_-1206960716'), ('const-0', u'RETURN_-1206960873'), (u'COPY_-1206960667', u'MULTIEQUAL_-1206960650'), (u'CALL_-1206960973', u'INDIRECT_-1206960570'), (u'CALL_-1206961070', u'INDIRECT_-1206960751'), (u'CALL_-1206960973', u'INDIRECT_-1206960650'), (u'CALL_-1206960973', u'INDIRECT_-1206960620'), ('tmp_391', u'CALL_-1206960910'), ('const-0', u'CALL_-1206960973'), (u'CALL_-1206961070', u'INDIRECT_-1206960746'), (u'INDIRECT_-1206960751', u'COPY_-1206960663'), (u'CALL_-1206960910', u'INDIRECT_-1206960604'), (u'CALL_-1206960973', u'INDIRECT_-1206960675'), (u'CALL_-1206960937', u'INDIRECT_-1206960645'), (u'CALL_-1206960973', u'INDIRECT_-1206960646'), (u'CALL_-1206960973', u'INDIRECT_-1206960638'), (u'CALL_-1206960973', u'INDIRECT_-1206960560'), (u'CAST_-1206960521', u'CALL_-1206960937'), (u'CALL_-1206960973', u'CAST_-1206960521'), ('tmp_1547', u'MULTIEQUAL_-1206960670'), ('tmp_830', u'COPY_-1206960662'), (u'CALL_-1206961070', u'INDIRECT_-1206960741'), (u'CALL_-1206961070', u'INDIRECT_-1206960676'), (u'INDIRECT_-1206960638', u'COPY_-1206960683'), (u'CALL_-1206960910', u'INDIRECT_-1206960596'), ('tmp_970', u'COPY_-1206960672'), ('tmp_1554', u'CALL_-1206961070'), (u'CALL_-1206960910', u'INDIRECT_-1206960608'), (u'CALL_-1206961070', u'INDIRECT_-1206960700'), (u'CALL_-1206961070', u'INDIRECT_-1206960666'), ('tmp_1543', u'MULTIEQUAL_-1206960650'), (u'CALL_-1206960973', u'INDIRECT_-1206960634'), ('tmp_982', u'COPY_-1206960670'), (u'CALL_-1206960910', u'INDIRECT_-1206960588'), ('tmp_833', u'COPY_-1206960659'), (u'CALL_-1206961070', u'INDIRECT_-1206960704'), ('tmp_1541', u'MULTIEQUAL_-1206960640'), (u'INT_NOTEQUAL_-1206961164', u'CBRANCH_-1206961164'), (u'CALL_-1206960910', u'INDIRECT_-1206960568'), ('const-5', u'CALL_-1206960973'), (u'CALL_-1206961070', u'INDIRECT_-1206960656'), (u'CALL_-1206960973', u'INDIRECT_-1206960654'), ('tmp_1006', u'COPY_-1206960666'), (u'CALL_-1206960937', u'INDIRECT_-1206960629'), ('tmp_108', u'CBRANCH_-1206961164'), (u'CALL_-1206960937', u'INDIRECT_-1206960641'), (u'CALL_-1206960910', u'INDIRECT_-1206960548'), (u'CALL_-1206960910', u'INDIRECT_-1206960538'), ('tmp_1549', u'MULTIEQUAL_-1206960680'), (u'CALL_-1206960937', u'INDIRECT_-1206960625'), (u'INDIRECT_-1206960675', u'CALL_-1206960937'), ('tmp_834', u'COPY_-1206960658'), (u'CALL_-1206960973', u'INDIRECT_-1206960600'), ('tmp_976', u'COPY_-1206960671'), (u'CALL_-1206960937', u'INDIRECT_-1206960613'), (u'COPY_-1206960668', u'MULTIEQUAL_-1206960660'), (u'CALL_-1206960937', u'INDIRECT_-1206960599')]
[('tmp_837', u'COPY_-1206960660'), (u'CAST_-1206960519', u'CALL_-1206960937'), (u'CALL_-1206960937', u'INDIRECT_-1206960577'), (u'CALL_-1206960937', u'INDIRECT_-1206960639'), ('const--200', u'PTRSUB_-1206960566'), (u'CALL_-1206960973', u'INDIRECT_-1206960644'), ('tmp_1007', u'COPY_-1206960665'), ('tmp_983', u'COPY_-1206960669'), ('tmp_1548', u'MULTIEQUAL_-1206960638'), (u'COPY_-1206960665', u'MULTIEQUAL_-1206960648'), ('tmp_1556', u'MULTIEQUAL_-1206960678'), ('tmp_1550', u'MULTIEQUAL_-1206960648'), (u'CALL_-1206960973', u'INDIRECT_-1206960648'), ('tmp_995', u'COPY_-1206960667'), (u'CALL_-1206960910', u'INDIRECT_-1206960576'), (u'CALL_-1206961070', u'INDIRECT_-1206960674'), (u'COPY_-1206960669', u'MULTIEQUAL_-1206960688'), (u'CALL_-1206960910', u'INDIRECT_-1206960622'), (u'CALL_-1206961070', u'INDIRECT_-1206960714'), (u'CALL_-1206960937', u'INDIRECT_-1206960627'), (u'PTRSUB_-1206960500', u'CALL_-1206960910'), (u'COPY_-1206960664', u'MULTIEQUAL_-1206960638'), (u'CALL_-1206961070', u'INDIRECT_-1206960654'), ('const-0', u'INT_NOTEQUAL_-1206961164'), (u'CALL_-1206960937', u'INDIRECT_-1206960615'), ('tmp_840', u'COPY_-1206960657'), ('tmp_841', u'COPY_-1206960656'), ('tmp_977', u'COPY_-1206960670'), ('tmp_1558', u'MULTIEQUAL_-1206960688'), (u'CALL_-1206961070', u'INDIRECT_-1206960739'), (u'CALL_-1206961070', u'INDIRECT_-1206960634'), (u'CALL_-1206960973', u'INDIRECT_-1206960652'), (u'CALL_-1206960910', u'INDIRECT_-1206960590'), (u'CALL_-1206961070', u'INDIRECT_-1206960710'), (u'CALL_-1206960937', u'INDIRECT_-1206960643'), (u'CALL_-1206960937', u'INDIRECT_-1206960567'), (u'CALL_-1206960910', u'INDIRECT_-1206960598'), (u'CALL_-1206960973', u'CAST_-1206960519'), (u'CALL_-1206960910', u'INDIRECT_-1206960631'), (u'CALL_-1206960973', u'INDIRECT_-1206960678'), ('tmp_1013', u'COPY_-1206960664'), (u'COPY_-1206960670', u'MULTIEQUAL_-1206960698'), (u'COPY_-1206960668', u'MULTIEQUAL_-1206960678'), (u'CALL_-1206960937', u'INDIRECT_-1206960657'), (u'CALL_-1206960910', u'INDIRECT_-1206960546'), (u'CALL_-1206961070', u'INDIRECT_-1206960749'), (u'CALL_-1206960973', u'INDIRECT_-1206960683'), (u'CALL_-1206960937', u'INDIRECT_-1206960623'), ('tmp_839', u'COPY_-1206960658'), (u'CALL_-1206960910', u'INDIRECT_-1206960602'), (u'CALL_-1206961070', u'INDIRECT_-1206960744'), ('tmp_1554', u'MULTIEQUAL_-1206960668'), (u'INDIRECT_-1206960673', u'CALL_-1206960937'), (u'CALL_-1206960910', u'INDIRECT_-1206960566'), ('tmp_1001', u'COPY_-1206960666'), ('tmp_834', u'PTRSUB_-1206960500'), ('tmp_836', u'CALL_-1206960910'), ('tmp_1019', u'COPY_-1206960663'), (u'CALL_-1206960973', u'INDIRECT_-1206960664'), ('const--224', u'PTRSUB_-1206960500'), (u'CALL_-1206960910', u'INDIRECT_-1206960526'), (u'CALL_-1206960937', u'INDIRECT_-1206960662'), ('tmp_838', u'COPY_-1206960659'), (u'CALL_-1206960910', u'INDIRECT_-1206960536'), (u'CALL_-1206960937', u'INDIRECT_-1206960537'), (u'CALL_-1206960937', u'INDIRECT_-1206960597'), ('const-5', u'CALL_-1206960973'), ('tmp_885', u'INT_NOTEQUAL_-1206961164'), (u'CALL_-1206960910', u'INDIRECT_-1206960586'), (u'CALL_-1206960973', u'INDIRECT_-1206960588'), ('tmp_1561', u'CALL_-1206961070'), (u'CALL_-1206961070', u'INDIRECT_-1206960664'), (u'CALL_-1206960973', u'INDIRECT_-1206960673'), (u'CALL_-1206960937', u'INDIRECT_-1206960652'), (u'CALL_-1206960910', u'INDIRECT_-1206960606'), (u'CALL_-1206961070', u'INDIRECT_-1206960706'), (u'CALL_-1206961070', u'INDIRECT_-1206960624'), ('const-0', u'RETURN_-1206960873'), (u'CALL_-1206960910', u'INDIRECT_-1206960556'), (u'CALL_-1206961070', u'INDIRECT_-1206960684'), (u'INDIRECT_-1206960749', u'COPY_-1206960661'), (u'CALL_-1206960937', u'INDIRECT_-1206960619'), ('const-1075542', u'COPY_-1206960600'), (u'CALL_-1206960973', u'INDIRECT_-1206960656'), ('tmp_834', u'PTRSUB_-1206960594'), (u'CALL_-1206960937', u'INDIRECT_-1206960607'), (u'CALL_-1206960937', u'INDIRECT_-1206960547'), (u'CALL_-1206960910', u'INDIRECT_-1206960636'), (u'INDIRECT_-1206960652', u'CALL_-1206960910'), (u'CALL_-1206960937', u'INDIRECT_-1206960587'), (u'INDIRECT_-1206960636', u'COPY_-1206960681'), (u'CALL_-1206960910', u'INDIRECT_-1206960594'), (u'CALL_-1206960973', u'INDIRECT_-1206960558'), (u'CALL_-1206960973', u'INDIRECT_-1206960628'), ('const-8', u'COPY_-1206961009'), (u'COPY_-1206960667', u'MULTIEQUAL_-1206960668'), (u'CALL_-1206960973', u'INDIRECT_-1206960636'), (u'CALL_-1206960910', u'INDIRECT_-1206960614'), (u'CALL_-1206961070', u'INDIRECT_-1206960694'), (u'CALL_-1206960937', u'INDIRECT_-1206960557'), (u'CALL_-1206961070', u'INDIRECT_-1206960698'), (u'CALL_-1206960973', u'INDIRECT_-1206960578'), (u'CALL_-1206960937', u'INDIRECT_-1206960611'), (u'CALL_-1206960973', u'INDIRECT_-1206960598'), (u'CALL_-1206960910', u'INDIRECT_-1206960618'), ('tmp_1546', u'MULTIEQUAL_-1206960628'), ('const-0', u'CALL_-1206960973'), (u'CALL_-1206960973', u'INDIRECT_-1206960568'), ('const-48', u'COPY_-1206960998'), (u'CALL_-1206960910', u'INDIRECT_-1206960610'), (u'CALL_-1206960973', u'INDIRECT_-1206960632'), (u'CALL_-1206960937', u'INDIRECT_-1206960635'), (u'CALL_-1206961070', u'INDIRECT_-1206960702'), (u'INDIRECT_-1206960641', u'COPY_-1206960686'), (u'INDIRECT_-1206960631', u'COPY_-1206960676'), (u'INT_NOTEQUAL_-1206961164', u'CBRANCH_-1206961164'), (u'CALL_-1206960973', u'INDIRECT_-1206960608'), (u'CALL_-1206960910', u'INDIRECT_-1206960641'), ('tmp_1560', u'MULTIEQUAL_-1206960698'), (u'CALL_-1206960910', u'INDIRECT_-1206960516'), ('tmp_108', u'CBRANCH_-1206961164'), (u'COPY_-1206960661', u'CALL_-1206960937'), ('tmp_989', u'COPY_-1206960668'), (u'CALL_-1206960973', u'INDIRECT_-1206960660'), (u'CALL_-1206961070', u'INDIRECT_-1206960644'), ('tmp_834', u'PTRSUB_-1206960566'), (u'CALL_-1206960937', u'INDIRECT_-1206960631'), ('const-8', u'PTRSUB_-1206960594'), (u'CALL_-1206960973', u'INDIRECT_-1206960618'), (u'COPY_-1206960666', u'MULTIEQUAL_-1206960658'), (u'COPY_-1206960600', u'CALL_-1206960973'), (u'CALL_-1206960973', u'INDIRECT_-1206960640'), ('tmp_1552', u'MULTIEQUAL_-1206960658'), (u'COPY_-1206960663', u'MULTIEQUAL_-1206960628')]
null
null
00103ba0
x64
O2
(translation_unit "void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}\n\n" (function_definition "void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" primitive_type (function_declarator "warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined4 local_e0;" type_identifier identifier ;) (declaration "undefined4 local_dc;" type_identifier identifier ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" { (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" identifier = identifier) ;) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" identifier = identifier) ;) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" identifier = identifier) ;) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" identifier = identifier) ;) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" identifier = identifier) ;) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" identifier = identifier) ;) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" identifier = identifier) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" identifier = identifier) ;) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" identifier = identifier) ;) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" identifier = identifier) ;) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" identifier = identifier) ;) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "puVar1 = PTR_s_elfedit_0010a2a0;" (assignment_expression "puVar1 = PTR_s_elfedit_0010a2a0" identifier = identifier) ;) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" identifier = identifier) ;) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" identifier = number_literal) ;) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" identifier = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Warning: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Warning: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Warning: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Warning: ",5)" identifier (argument_list "(0,"%s: Warning: ",5)" ( number_literal , (string_literal ""%s: Warning: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" identifier (argument_list "(stderr,__format,puVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" identifier (argument_list "(stderr,param_9,&local_e0)" ( identifier , identifier , (pointer_expression "&local_e0" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void warn(char *message,...)\n\n{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}\n\n" (function_definition "void warn(char *message,...)\n\n{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}" primitive_type (function_declarator "warn(char *message,...)" identifier (parameter_list "(char *message,...)" ( (parameter_declaration "char *message" primitive_type (pointer_declarator "*message" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n char *pcVar1;\n char in_AL;\n char *__format;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }\n local_c0 = in_RSI;\n local_b8 = in_RDX;\n local_b0 = in_RCX;\n local_a8 = in_R8;\n local_a0 = in_R9;\n fflush(stdout);\n pcVar1 = program_name;\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_c8;\n args[0].gp_offset = 8;\n args[0].fp_offset = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,message,args);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined8 in_RCX;" type_identifier identifier ;) (declaration "undefined8 in_RDX;" type_identifier identifier ;) (declaration "undefined8 in_RSI;" type_identifier identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list args;" type_identifier identifier ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = in_XMM0_Qa;\n local_88 = in_XMM1_Qa;\n local_78 = in_XMM2_Qa;\n local_68 = in_XMM3_Qa;\n local_58 = in_XMM4_Qa;\n local_48 = in_XMM5_Qa;\n local_38 = in_XMM6_Qa;\n local_28 = in_XMM7_Qa;\n }" { (expression_statement "local_98 = in_XMM0_Qa;" (assignment_expression "local_98 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_88 = in_XMM1_Qa;" (assignment_expression "local_88 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM2_Qa;" (assignment_expression "local_78 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM3_Qa;" (assignment_expression "local_68 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM4_Qa;" (assignment_expression "local_58 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM5_Qa;" (assignment_expression "local_48 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM6_Qa;" (assignment_expression "local_38 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_28 = in_XMM7_Qa;" (assignment_expression "local_28 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "local_c0 = in_RSI;" (assignment_expression "local_c0 = in_RSI" identifier = identifier) ;) (expression_statement "local_b8 = in_RDX;" (assignment_expression "local_b8 = in_RDX" identifier = identifier) ;) (expression_statement "local_b0 = in_RCX;" (assignment_expression "local_b0 = in_RCX" identifier = identifier) ;) (expression_statement "local_a8 = in_R8;" (assignment_expression "local_a8 = in_R8" identifier = identifier) ;) (expression_statement "local_a0 = in_R9;" (assignment_expression "local_a0 = in_R9" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "pcVar1 = program_name;" (assignment_expression "pcVar1 = program_name" identifier = identifier) ;) (expression_statement "args[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "args[0].overflow_arg_area = &stack0x00000008" (field_expression "args[0].overflow_arg_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "args[0].reg_save_area = local_c8;" (assignment_expression "args[0].reg_save_area = local_c8" (field_expression "args[0].reg_save_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "args[0].gp_offset = 8;" (assignment_expression "args[0].gp_offset = 8" (field_expression "args[0].gp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "args[0].fp_offset = 0x30;" (assignment_expression "args[0].fp_offset = 0x30" (field_expression "args[0].fp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Warning: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Warning: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Warning: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Warning: ",5)" identifier (argument_list "(0,"%s: Warning: ",5)" ( number_literal , (string_literal ""%s: Warning: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,pcVar1);" (call_expression "fprintf(stderr,__format,pcVar1)" identifier (argument_list "(stderr,__format,pcVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,message,args);" (call_expression "vfprintf(stderr,message,args)" identifier (argument_list "(stderr,message,args)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}\n\n" (function_definition "void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" primitive_type (function_declarator "warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "char *param_9" primitive_type (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "undefined4 local_e0;" type_identifier identifier ;) (declaration "undefined4 local_dc;" type_identifier identifier ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 local_c8 [8];" type_identifier (array_declarator "local_c8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_c0;" type_identifier identifier ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" { (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" identifier = identifier) ;) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" identifier = identifier) ;) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" identifier = identifier) ;) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" identifier = identifier) ;) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" identifier = identifier) ;) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" identifier = identifier) ;) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" identifier = identifier) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" identifier = identifier) ;) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" identifier = identifier) ;) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" identifier = identifier) ;) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" identifier = identifier) ;) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" identifier = identifier) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "puVar1 = PTR_s_elfedit_0010a2a0;" (assignment_expression "puVar1 = PTR_s_elfedit_0010a2a0" identifier = identifier) ;) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" identifier = identifier) ;) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" identifier = number_literal) ;) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" identifier = number_literal) ;) (expression_statement "__format = (char *)dcgettext(0,"%s: Warning: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Warning: ",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Warning: ",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Warning: ",5)" identifier (argument_list "(0,"%s: Warning: ",5)" ( number_literal , (string_literal ""%s: Warning: "" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" identifier (argument_list "(stderr,__format,puVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" identifier (argument_list "(stderr,param_9,&local_e0)" ( identifier , identifier , (pointer_expression "&local_e0" & 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) , (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) ))) (compound_statement { (declaration TYPE (pointer_declarator * 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 (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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) ;) (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 = IDENT) ;) (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 = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" (primitive_type "void") (function_declarator "warn(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" (identifier "warn") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9,\n undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13,\n undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "char *param_9" (primitive_type "char") (pointer_declarator "*param_9" (* "*") (identifier "param_9"))) (, ",") (parameter_declaration "undefined8 param_10" (type_identifier "undefined8") (identifier "param_10")) (, ",") (parameter_declaration "undefined8 param_11" (type_identifier "undefined8") (identifier "param_11")) (, ",") (parameter_declaration "undefined8 param_12" (type_identifier "undefined8") (identifier "param_12")) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n undefined *puVar1;\n char in_AL;\n char *__format;\n undefined4 local_e0;\n undefined4 local_dc;\n undefined1 *local_d8;\n undefined1 *local_d0;\n undefined1 local_c8 [8];\n undefined8 local_c0;\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n \n if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }\n local_c0 = param_10;\n local_b8 = param_11;\n local_b0 = param_12;\n local_a8 = param_13;\n local_a0 = param_14;\n fflush(stdout);\n puVar1 = PTR_s_elfedit_0010a2a0;\n local_d8 = &stack0x00000008;\n local_d0 = local_c8;\n local_e0 = 8;\n local_dc = 0x30;\n __format = (char *)dcgettext(0,"%s: Warning: ",5);\n fprintf(stderr,__format,puVar1);\n vfprintf(stderr,param_9,&local_e0);\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "undefined4 local_e0;" (type_identifier "undefined4") (identifier "local_e0") (; ";")) (declaration "undefined4 local_dc;" (type_identifier "undefined4") (identifier "local_dc") (; ";")) (declaration "undefined1 *local_d8;" (type_identifier "undefined1") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "undefined1 *local_d0;" (type_identifier "undefined1") (pointer_declarator "*local_d0" (* "*") (identifier "local_d0")) (; ";")) (declaration "undefined1 local_c8 [8];" (type_identifier "undefined1") (array_declarator "local_c8 [8]" (identifier "local_c8") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined8 local_c0;" (type_identifier "undefined8") (identifier "local_c0") (; ";")) (declaration "undefined8 local_b8;" (type_identifier "undefined8") (identifier "local_b8") (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_a0;" (type_identifier "undefined8") (identifier "local_a0") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (if_statement "if (in_AL != '\0') {\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_98 = param_1;\n local_88 = param_2;\n local_78 = param_3;\n local_68 = param_4;\n local_58 = param_5;\n local_48 = param_6;\n local_38 = param_7;\n local_28 = param_8;\n }" ({ "{") (expression_statement "local_98 = param_1;" (assignment_expression "local_98 = param_1" (identifier "local_98") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_88 = param_2;" (assignment_expression "local_88 = param_2" (identifier "local_88") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_78 = param_3;" (assignment_expression "local_78 = param_3" (identifier "local_78") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_68 = param_4;" (assignment_expression "local_68 = param_4" (identifier "local_68") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_58 = param_5;" (assignment_expression "local_58 = param_5" (identifier "local_58") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_48 = param_6;" (assignment_expression "local_48 = param_6" (identifier "local_48") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_38 = param_7;" (assignment_expression "local_38 = param_7" (identifier "local_38") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" (identifier "local_28") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_c0 = param_10;" (assignment_expression "local_c0 = param_10" (identifier "local_c0") (= "=") (identifier "param_10")) (; ";")) (expression_statement "local_b8 = param_11;" (assignment_expression "local_b8 = param_11" (identifier "local_b8") (= "=") (identifier "param_11")) (; ";")) (expression_statement "local_b0 = param_12;" (assignment_expression "local_b0 = param_12" (identifier "local_b0") (= "=") (identifier "param_12")) (; ";")) (expression_statement "local_a8 = param_13;" (assignment_expression "local_a8 = param_13" (identifier "local_a8") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_a0 = param_14;" (assignment_expression "local_a0 = param_14" (identifier "local_a0") (= "=") (identifier "param_14")) (; ";")) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" (identifier "fflush") (argument_list "(stdout)" (( "(") (identifier "stdout") () ")"))) (; ";")) (expression_statement "puVar1 = PTR_s_elfedit_0010a2a0;" (assignment_expression "puVar1 = PTR_s_elfedit_0010a2a0" (identifier "puVar1") (= "=") (identifier "PTR_s_elfedit_0010a2a0")) (; ";")) (expression_statement "local_d8 = &stack0x00000008;" (assignment_expression "local_d8 = &stack0x00000008" (identifier "local_d8") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_d0 = local_c8;" (assignment_expression "local_d0 = local_c8" (identifier "local_d0") (= "=") (identifier "local_c8")) (; ";")) (expression_statement "local_e0 = 8;" (assignment_expression "local_e0 = 8" (identifier "local_e0") (= "=") (number_literal "8")) (; ";")) (expression_statement "local_dc = 0x30;" (assignment_expression "local_dc = 0x30" (identifier "local_dc") (= "=") (number_literal "0x30")) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"%s: Warning: ",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s: Warning: ",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"%s: Warning: ",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s: Warning: ",5)" (identifier "dcgettext") (argument_list "(0,"%s: Warning: ",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Warning: "" (" """) (string_content "%s: Warning: ") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(stderr,__format,puVar1);" (call_expression "fprintf(stderr,__format,puVar1)" (identifier "fprintf") (argument_list "(stderr,__format,puVar1)" (( "(") (identifier "stderr") (, ",") (identifier "__format") (, ",") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "vfprintf(stderr,param_9,&local_e0);" (call_expression "vfprintf(stderr,param_9,&local_e0)" (identifier "vfprintf") (argument_list "(stderr,param_9,&local_e0)" (( "(") (identifier "stderr") (, ",") (identifier "param_9") (, ",") (pointer_expression "&local_e0" (& "&") (identifier "local_e0")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(char *message,...) { char *pcVar1; char var_1; char *__format; type_1 in_RCX; type_1 in_RDX; type_1 in_RSI; type_1 in_R8; type_1 in_R9; type_1 in_XMM0_Qa; type_1 in_XMM1_Qa; type_1 in_XMM2_Qa; type_1 in_XMM3_Qa; type_1 in_XMM4_Qa; type_1 in_XMM5_Qa; type_1 in_XMM6_Qa; type_1 in_XMM7_Qa; type_2 args; type_3 local_c8 [8]; type_1 local_c0; type_1 local_b8; type_1 local_b0; type_1 local_a8; type_1 local_a0; type_1 local_98; type_1 local_88; type_1 local_78; type_1 local_68; type_1 local_58; type_1 local_48; type_1 local_38; type_1 local_28; if (var_1 != '\0') { local_98 = in_XMM0_Qa; local_88 = in_XMM1_Qa; local_78 = in_XMM2_Qa; local_68 = in_XMM3_Qa; local_58 = in_XMM4_Qa; local_48 = in_XMM5_Qa; local_38 = in_XMM6_Qa; local_28 = in_XMM7_Qa; } local_c0 = in_RSI; local_b8 = in_RDX; local_b0 = in_RCX; local_a8 = in_R8; local_a0 = in_R9; var_2(stdout); pcVar1 = program_name; args[0].overflow_arg_area = &stack0x00000008; args[0].reg_save_area = local_c8; args[0].gp_offset = 8; args[0].fp_offset = 0x30; __format = (char *)var_3(0,"%s: Warning: ",5); var_4(stderr,__format,pcVar1); var_5(stderr,message,args); 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)) (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)))) body: (compound_statement (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: (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: (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)) (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: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_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 (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier))))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,char *param_9, undefined8 param_10,undefined8 param_11,undefined8 param_12,undefined8 param_13, undefined8 param_14) { undefined *puVar1; char in_AL; char *__format; undefined4 local_e0; undefined4 local_dc; undefined1 *local_d8; undefined1 *local_d0; undefined1 local_c8 [8]; undefined8 local_c0; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_a0; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; undefined8 local_28; if (in_AL != '\0') { local_98 = param_1; local_88 = param_2; local_78 = param_3; local_68 = param_4; local_58 = param_5; local_48 = param_6; local_38 = param_7; local_28 = param_8; } local_c0 = param_10; local_b8 = param_11; local_b0 = param_12; local_a8 = param_13; local_a0 = param_14; fflush(stdout); puVar1 = PTR_s_elfedit_0010a2a0; local_d8 = &stack0x00000008; local_d0 = local_c8; local_e0 = 8; local_dc = 0x30; __format = (char *)dcgettext(0,"%s: Warning: ",5); fprintf(stderr,__format,puVar1); vfprintf(stderr,param_9,&local_e0); return; }
8011_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
__messages_get<char>
FUN_002b32d0
/* void std::__facet_shims::__messages_get<char>(std::integral_constant<bool, false>, std::locale::facet const*, std::__facet_shims::__any_string&, int, int, int, char const*, unsigned long) */ void std::__facet_shims::__messages_get<char> (long *param_1,string *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,char *param_6,ulong param_7) { int *piVar1; undefined8 uVar2; int iVar3; allocator local_4a [2]; long local_48; long local_40 [2]; std::string::string((string *)&local_48,param_6,param_7,local_4a); /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */ (**(code **)(*param_1 + 0x18)) ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48); if (*(code **)(param_2 + 0x20) != (code *)0x0) { /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */ (**(code **)(param_2 + 0x20))(param_2); } std::string::string(param_2,(string *)local_40); uVar2 = *(undefined8 *)(local_40[0] + -0x18); *(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>; *(undefined8 *)(param_2 + 8) = uVar2; if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar3 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar3 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar3 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar3 < 1) { std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18)); } } if ((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar3 = *(int *)(local_48 + -8); *(int *)(local_48 + -8) = iVar3 + -1; } else { LOCK(); piVar1 = (int *)(local_48 + -8); iVar3 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar3 < 1) { std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18)); } } return; }
void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined8 param_6,undefined8 param_7) { int *piVar1; int iVar2; undefined8 uVar3; undefined1 local_4a; undefined1 local_49; long local_48; long local_40 [2]; FUN_002ab390(&local_48,param_6,param_7,&local_4a); /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */ (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48); if (*(code **)(param_2 + 0x20) != (code *)0x0) { /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */ (**(code **)(param_2 + 0x20))(param_2); } FUN_002aae80(param_2,local_40); uVar3 = *(undefined8 *)(local_40[0] + -0x18); *(code **)(param_2 + 0x20) = FUN_002b1a40; *(undefined8 *)(param_2 + 8) = uVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49); } } if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(local_48 + -8); *(int *)(local_48 + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_48 + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40); } } return; }
PUSH R15 MOV R15D,ECX PUSH R14 MOV R14D,EDX PUSH R13 PUSH R12 MOV R12,RDI PUSH RBP PUSH RBX MOV RBX,RSI MOV RSI,R9 SUB RSP,0x38 LEA R13,[RSP + 0x20] MOV RDX,qword ptr [RSP + 0x70] LEA RCX,[RSP + 0x1e] MOV dword ptr [RSP + 0xc],R8D MOV RDI,R13 LEA RBP,[RSP + 0x28] CALL 0x002ab390 MOV RAX,qword ptr [R12] MOV R9,R13 MOV ECX,R15D MOV R8D,dword ptr [RSP + 0xc] MOV EDX,R14D MOV RSI,R12 MOV RDI,RBP CALL qword ptr [RAX + 0x18] MOV RAX,qword ptr [RBX + 0x20] TEST RAX,RAX JZ 0x002b3337 MOV RDI,RBX CALL RAX MOV RSI,RBP MOV RDI,RBX CALL 0x002aae80 MOV RAX,qword ptr [RSP + 0x28] LEA RSI,[0x2b1a40] MOV RDX,qword ptr [RAX + -0x18] MOV qword ptr [RBX + 0x20],RSI LEA RDI,[RAX + -0x18] MOV qword ptr [RBX + 0x8],RDX LEA RBX,[0x3ca540] CMP RDI,RBX JNZ 0x002b3390 MOV RAX,qword ptr [RSP + 0x20] LEA RDI,[RAX + -0x18] CMP RDI,RBX JNZ 0x002b33b8 ADD RSP,0x38 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CMP qword ptr [0x003bdee8],0x0 JZ 0x002b33f0 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x002b336a LEA RSI,[RSP + 0x1f] CALL 0x002a9af0 JMP 0x002b336a CMP qword ptr [0x003bdee8],0x0 JZ 0x002b33e0 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x002b3378 MOV RSI,RBP CALL 0x002a9af0 JMP 0x002b3378 MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x002b33cc MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x002b33a4
null
null
null
null
[(u'INDIRECT_-1204537862', u'INT_ADD_-1204538069'), (u'CALL_-1204538465', u'INDIRECT_-1204537916'), (u'INDIRECT_-1204537896', u'MULTIEQUAL_-1204537873'), ('const-433', u'STORE_-1204538160'), ('tmp_1562', u'CALLIND_-1204538510'), (u'INDIRECT_-1204537882', u'MULTIEQUAL_-1204537860'), (u'LOAD_-1204538232', u'INT_ADD_-1204538214'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537941'), ('tmp_751', u'BRANCH_-1204538078'), (u'CALL_-1204538186', u'INDIRECT_-1204537764'), (u'MULTIEQUAL_-1204537823', u'INT_ADD_-1204538371'), (u'LOAD_-1204538511', u'INT_NOTEQUAL_-1204538491'), (u'CALL_-1204538559', u'INDIRECT_-1204537926'), (u'MULTIEQUAL_-1204537823', u'INT_ADD_-1204538159'), (u'CALL_-1204538465', u'INDIRECT_-1204537862'), (u'INT_ADD_-1204537797', u'STORE_-1204538160'), (u'MULTIEQUAL_-1204537801', u'MULTIEQUAL_-1204537860'), (u'MULTIEQUAL_-1204537848', u'COPY_-1204537900'), (u'MULTIEQUAL_-1204537827', u'INT_SLESS_-1204538170'), ('const-17', u'CALLOTHER_-1204538211'), ('const-32', u'PTRADD_-1204538449'), ('const--74', u'PTRSUB_-1204537857'), (u'STORE_-1204538438', u'INDIRECT_-1204537891'), (u'INDIRECT_-1204537925', u'MULTIEQUAL_-1204537909'), ('const-1', u'INT_SLESS_-1204538190'), (u'INT_ADD_-1204538194', u'STORE_-1204538206'), (u'LOAD_-1204538447', u'STORE_-1204538425'), ('const-0', u'PTRSUB_-1204537735'), (u'CAST_-1204537867', u'CALLIND_-1204538510'), (u'CAST_-1204537678', u'STORE_-1204538206'), ('const-0', u'INT_EQUAL_-1204538251'), (u'CAST_-1204537603', u'STORE_-1204538160'), (u'INT_ADD_-1204538504', u'CAST_-1204537808'), (u'PTRSUB_-1204537750', u'CAST_-1204537739'), ('const-433', u'LOAD_-1204538230'), ('const-433', u'LOAD_-1204538175'), (u'MULTIEQUAL_-1204537823', u'INT_ADD_-1204538220'), (u'INDIRECT_-1204537764', u'MULTIEQUAL_-1204537848'), (u'CAST_-1204537678', u'LOAD_-1204538212'), ('const-8', u'PTRADD_-1204538365'), (u'CAST_-1204537725', u'CALL_-1204538186'), ('const-4294967295', u'INT_ADD_-1204538194'), (u'PTRSUB_-1204537857', u'CALL_-1204538559'), (u'CAST_-1204537725', u'INT_NOTEQUAL_-1204538367'), ('const-433', u'STORE_-1204538206'), (u'INT_ADD_-1204538200', u'CAST_-1204537678'), ('tmp_1556', u'PTRSUB_-1204537868'), ('const--8', u'INT_ADD_-1204538069'), (u'INDIRECT_-1204537941', u'MULTIEQUAL_-1204537909'), (u'STORE_-1204538160', u'INDIRECT_-1204537740'), ('const-433', u'LOAD_-1204538098'), (u'CALL_-1204538559', u'INDIRECT_-1204537917'), (u'CAST_-1204537867', u'CALL_-1204538559'), ('const-4294967295', u'INT_ADD_-1204538214'), ('const-433', u'STORE_-1204538083'), ('const-1', u'PTRADD_-1204538365'), ('const-3974464', u'PTRSUB_-1204537750'), (u'CAST_-1204537843', u'CALL_-1204538465'), ('const-433', u'STORE_-1204538425'), ('const-3974464', u'PTRSUB_-1204537735'), ('tmp_555', u'CBRANCH_-1204538197'), (u'PTRSUB_-1204537843', u'CAST_-1204537843'), ('const--72', u'PTRSUB_-1204537868'), ('const-433', u'STORE_-1204538226'), (u'LOAD_-1204538175', u'INT_ADD_-1204537797'), ('tmp_1618', u'CALLIND_-1204538510'), (u'LOAD_-1204538230', u'MULTIEQUAL_-1204537781'), (u'INDIRECT_-1204537740', u'MULTIEQUAL_-1204537763'), (u'MULTIEQUAL_-1204537763', u'MULTIEQUAL_-1204537848'), (u'CAST_-1204537599', u'LOAD_-1204538098'), ('const-0', u'PTRSUB_-1204537750'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537871'), ('tmp_1612', u'CALLIND_-1204538510'), ('tmp_1565', u'PTRADD_-1204538365'), (u'INDIRECT_-1204537880', u'MULTIEQUAL_-1204537873'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537925'), ('tmp_301', u'CBRANCH_-1204538396'), (u'CAST_-1204537843', u'CALLIND_-1204538510'), ('tmp_623', u'CBRANCH_-1204538224'), (u'CAST_-1204537766', u'LOAD_-1204538447'), ('const-32', u'PTRADD_-1204538378'), ('const-433', u'LOAD_-1204538447'), (u'CAST_-1204537610', u'LOAD_-1204538175'), ('const-1', u'PTRADD_-1204538378'), (u'CAST_-1204537804', u'LOAD_-1204538511'), (u'INDIRECT_-1204537772', u'MULTIEQUAL_-1204537763'), (u'CAST_-1204537678', u'LOAD_-1204538210'), (u'INDIRECT_-1204537871', u'MULTIEQUAL_-1204537864'), ('const--8', u'INT_ADD_-1204538200'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537896'), ('const-24', u'INT_ADD_-1204538504'), (u'CAST_-1204537633', u'LOAD_-1204538232'), ('const-2824768', u'PTRSUB_-1204537770'), ('const-433', u'LOAD_-1204538558'), (u'INT_NOTEQUAL_-1204538367', u'CBRANCH_-1204538365'), ('const--8', u'INT_ADD_-1204538159'), (u'LOAD_-1204538520', u'CALLIND_-1204538510'), ('const-17', u'CALLOTHER_-1204538231'), (u'INT_ADD_-1204538214', u'STORE_-1204538226'), (u'CALL_-1204538465', u'INDIRECT_-1204537871'), (u'INDIRECT_-1204537803', u'MULTIEQUAL_-1204537860'), ('const--64', u'PTRSUB_-1204537843'), (u'PTRADD_-1204538365', u'CAST_-1204537751'), (u'STORE_-1204538226', u'INDIRECT_-1204537772'), (u'INT_ADD_-1204538159', u'CAST_-1204537610'), (u'PTRSUB_-1204537735', u'CAST_-1204537720'), ('const-4294967295', u'INT_ADD_-1204537797'), ('tmp_1565', u'PTRADD_-1204538378'), ('const--8', u'INT_ADD_-1204538082'), (u'INDIRECT_-1204537871', u'MULTIEQUAL_-1204537823'), (u'INDIRECT_-1204537810', u'MULTIEQUAL_-1204537801'), ('const-1', u'INT_SLESS_-1204538170'), ('tmp_594', u'BRANCH_-1204538155'), ('const-0', u'INT_NOTEQUAL_-1204538491'), (u'STORE_-1204538083', u'INDIRECT_-1204537722'), (u'PTRADD_-1204538449', u'CAST_-1204537804'), ('tmp_1565', u'PTRADD_-1204538449'), ('const-1', u'PTRADD_-1204538449'), (u'CAST_-1204537739', u'INT_NOTEQUAL_-1204538398'), ('const-0', u'INT_EQUAL_-1204538231'), (u'LOAD_-1204538175', u'MULTIEQUAL_-1204537781'), (u'MULTIEQUAL_-1204537781', u'INT_SLESS_-1204538190'), (u'LOAD_-1204538098', u'MULTIEQUAL_-1204537827'), (u'LOAD_-1204538511', u'CALLIND_-1204538477'), ('tmp_1565', u'CALLIND_-1204538477'), ('const-0', u'RETURN_-1204538308'), ('const-433', u'LOAD_-1204538511'), ('tmp_346', u'CBRANCH_-1204538365'), ('tmp_709', u'CBRANCH_-1204538177'), ('tmp_2167', u'CALL_-1204538559'), (u'LOAD_-1204538212', u'INT_ADD_-1204538194'), (u'INT_NOTEQUAL_-1204538491', u'CBRANCH_-1204538490'), (u'INT_SLESS_-1204538190', u'CBRANCH_-1204538197'), (u'CAST_-1204537761', u'STORE_-1204538438'), (u'INDIRECT_-1204537882', u'INT_EQUAL_-1204538231'), (u'CAST_-1204537751', u'STORE_-1204538425'), (u'PTRSUB_-1204537868', u'CAST_-1204537867'), (u'CAST_-1204537633', u'LOAD_-1204538230'), (u'CAST_-1204537756', u'CALL_-1204538163'), ('tmp_205', u'CBRANCH_-1204538490'), (u'STORE_-1204538425', u'INDIRECT_-1204537882'), (u'INT_ADD_-1204538220', u'CAST_-1204537633'), ('const-433', u'LOAD_-1204538210'), (u'INDIRECT_-1204537862', u'INT_ADD_-1204538082'), (u'INDIRECT_-1204537758', u'MULTIEQUAL_-1204537823'), ('tmp_724', u'BRANCH_-1204538160'), ('tmp_1556', u'PTRSUB_-1204537843'), ('tmp_469', u'CBRANCH_-1204538244'), (u'INT_ADD_-1204537787', u'STORE_-1204538083'), (u'MULTIEQUAL_-1204537860', u'MULTIEQUAL_-1204537848'), (u'CAST_-1204537808', u'LOAD_-1204538520'), (u'INT_ADD_-1204538082', u'CAST_-1204537599'), (u'PTRADD_-1204538378', u'CAST_-1204537761'), ('tmp_1566', u'CALL_-1204538559'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537880'), (u'INDIRECT_-1204537722', u'MULTIEQUAL_-1204537801'), ('const-18', u'CALLOTHER_-1204538213'), ('tmp_1562', u'LOAD_-1204538558'), ('const-0', u'PTRSUB_-1204537770'), (u'CAST_-1204537633', u'STORE_-1204538226'), (u'INT_NOTEQUAL_-1204538398', u'CBRANCH_-1204538396'), (u'CALL_-1204538163', u'INDIRECT_-1204537803'), (u'INDIRECT_-1204537862', u'INT_ADD_-1204538417'), (u'INDIRECT_-1204537862', u'INT_ADD_-1204538200'), (u'MULTIEQUAL_-1204537823', u'INT_ADD_-1204538146'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537887'), (u'INT_EQUAL_-1204538231', u'CBRANCH_-1204538224'), (u'CAST_-1204537756', u'INT_NOTEQUAL_-1204538398'), (u'PTRSUB_-1204537770', u'STORE_-1204538438'), (u'CAST_-1204537592', u'STORE_-1204538083'), (u'INT_ADD_-1204538146', u'CAST_-1204537603'), (u'MULTIEQUAL_-1204537860', u'INT_EQUAL_-1204538251'), (u'CALL_-1204538559', u'INDIRECT_-1204537971'), (u'INDIRECT_-1204537862', u'INT_ADD_-1204538431'), (u'LOAD_-1204538558', u'INT_ADD_-1204538504'), (u'STORE_-1204538206', u'INDIRECT_-1204537810'), (u'LOAD_-1204538098', u'INT_ADD_-1204537787'), (u'INT_ADD_-1204538431', u'CAST_-1204537766'), ('const--24', u'INT_ADD_-1204538417'), ('tmp_1556', u'PTRSUB_-1204537857'), ('const-433', u'STORE_-1204538438'), (u'INT_SLESS_-1204538170', u'CBRANCH_-1204538177'), ('const--8', u'INT_ADD_-1204538146'), ('const-433', u'LOAD_-1204538520'), (u'CAST_-1204537720', u'INT_NOTEQUAL_-1204538367'), ('const-18', u'CALLOTHER_-1204538193'), ('const-433', u'LOAD_-1204538212'), (u'LOAD_-1204538210', u'MULTIEQUAL_-1204537827'), ('tmp_567', u'BRANCH_-1204538183'), (u'INDIRECT_-1204537887', u'MULTIEQUAL_-1204537864'), (u'INT_EQUAL_-1204538251', u'CBRANCH_-1204538244'), ('const--24', u'INT_ADD_-1204538371'), ('const--24', u'INT_ADD_-1204538431'), (u'INT_ADD_-1204538371', u'CAST_-1204537725'), ('const-4294967295', u'INT_ADD_-1204537787'), (u'INT_ADD_-1204538417', u'CAST_-1204537756'), ('const--8', u'INT_ADD_-1204538220'), ('tmp_1635', u'CALLIND_-1204538510'), (u'INT_ADD_-1204538069', u'CAST_-1204537592'), ('const-433', u'LOAD_-1204538232'), (u'CALL_-1204538163', u'INDIRECT_-1204537758'), ('tmp_1565', u'CALL_-1204538465')]
[('const-433', u'LOAD_-1204538511'), (u'INDIRECT_-1204537923', u'MULTIEQUAL_-1204537907'), ('const-433', u'STORE_-1204538206'), ('tmp_1574', u'PTRSUB_-1204537866'), ('const-4294967295', u'INT_ADD_-1204538075'), (u'LOAD_-1204538232', u'INT_ADD_-1204538214'), (u'CALL_-1204538559', u'INDIRECT_-1204537924'), ('const-433', u'LOAD_-1204538098'), (u'INT_ADD_-1204538504', u'CAST_-1204537807'), ('const-3974464', u'PTRSUB_-1204537748'), ('tmp_751', u'BRANCH_-1204538078'), (u'CAST_-1204537807', u'LOAD_-1204538520'), (u'LOAD_-1204538175', u'INT_ADD_-1204538152'), ('tmp_1583', u'INT_ADD_-1204538495'), (u'STORE_-1204538083', u'INDIRECT_-1204537720'), (u'INDIRECT_-1204537801', u'MULTIEQUAL_-1204537858'), (u'PTRSUB_-1204537841', u'CALLIND_-1204538510'), (u'INDIRECT_-1204537880', u'INT_EQUAL_-1204538231'), ('const-3974464', u'PTRSUB_-1204537733'), (u'LOAD_-1204538511', u'INT_NOTEQUAL_-1204538491'), (u'CAST_-1204537634', u'LOAD_-1204538230'), (u'CALL_-1204538465', u'INDIRECT_-1204537914'), (u'PTRSUB_-1204537768', u'STORE_-1204538438'), ('tmp_1580', u'LOAD_-1204538558'), ('const-17', u'CALLOTHER_-1204538211'), ('tmp_1584', u'CALL_-1204538559'), (u'CALL_-1204538186', u'INDIRECT_-1204537762'), (u'INT_ADD_-1204538194', u'STORE_-1204538206'), ('const-433', u'LOAD_-1204538520'), (u'CAST_-1204537755', u'INT_NOTEQUAL_-1204538398'), (u'CAST_-1204537611', u'LOAD_-1204538175'), (u'LOAD_-1204538447', u'STORE_-1204538425'), (u'CAST_-1204537678', u'STORE_-1204538206'), (u'INDIRECT_-1204537878', u'MULTIEQUAL_-1204537871'), ('const-433', u'LOAD_-1204538558'), (u'PTRSUB_-1204537733', u'INT_NOTEQUAL_-1204538367'), (u'PTRSUB_-1204537866', u'CALLIND_-1204538510'), (u'MULTIEQUAL_-1204537761', u'MULTIEQUAL_-1204537846'), ('const-0', u'PTRSUB_-1204537768'), (u'INDIRECT_-1204537860', u'INT_ADD_-1204538082'), (u'CAST_-1204537678', u'LOAD_-1204538212'), (u'CAST_-1204537725', u'CALL_-1204538186'), (u'INDIRECT_-1204537808', u'MULTIEQUAL_-1204537799'), (u'CAST_-1204537725', u'INT_NOTEQUAL_-1204538367'), ('tmp_1583', u'CALL_-1204538465'), ('tmp_1643', u'CALLIND_-1204538510'), (u'INT_ADD_-1204538200', u'CAST_-1204537678'), (u'LOAD_-1204538098', u'MULTIEQUAL_-1204537817'), ('const--64', u'PTRSUB_-1204537841'), (u'PTRSUB_-1204537841', u'CALL_-1204538186'), ('const--8', u'INT_ADD_-1204538069'), (u'CAST_-1204537750', u'STORE_-1204538425'), (u'INDIRECT_-1204537860', u'INT_ADD_-1204538200'), (u'MULTIEQUAL_-1204537821', u'INT_ADD_-1204538146'), ('const-433', u'STORE_-1204538425'), (u'INT_ADD_-1204538431', u'CAST_-1204537765'), (u'CAST_-1204537760', u'STORE_-1204538438'), (u'INT_ADD_-1204538220', u'CAST_-1204537634'), ('const-4294967295', u'INT_ADD_-1204538214'), (u'CALL_-1204538163', u'INDIRECT_-1204537801'), ('const-433', u'LOAD_-1204538212'), ('const-32', u'INT_ADD_-1204538424'), (u'INT_ADD_-1204538411', u'CAST_-1204537750'), ('tmp_555', u'CBRANCH_-1204538197'), (u'STORE_-1204538425', u'INDIRECT_-1204537880'), (u'MULTIEQUAL_-1204537799', u'MULTIEQUAL_-1204537858'), ('tmp_2304', u'CALLIND_-1204538510'), (u'PTRSUB_-1204537676', u'CALL_-1204538163'), (u'CAST_-1204537755', u'CALL_-1204538163'), (u'CAST_-1204537599', u'LOAD_-1204538098'), (u'CALL_-1204538559', u'INDIRECT_-1204537969'), ('const-0', u'PTRSUB_-1204537748'), ('tmp_301', u'CBRANCH_-1204538396'), (u'STORE_-1204538438', u'INDIRECT_-1204537889'), (u'INT_ADD_-1204538495', u'CAST_-1204537803'), ('tmp_623', u'CBRANCH_-1204538224'), ('const-433', u'STORE_-1204538083'), ('const-433', u'STORE_-1204538438'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537894'), ('tmp_1580', u'CALLIND_-1204538510'), (u'MULTIEQUAL_-1204537846', u'COPY_-1204537898'), (u'CAST_-1204537678', u'LOAD_-1204538210'), (u'MULTIEQUAL_-1204537776', u'INT_SLESS_-1204538190'), ('const--8', u'INT_ADD_-1204538200'), (u'INT_ADD_-1204538075', u'STORE_-1204538083'), (u'CALL_-1204538163', u'INDIRECT_-1204537756'), (u'INDIRECT_-1204537770', u'MULTIEQUAL_-1204537761'), ('const-24', u'INT_ADD_-1204538504'), ('const-433', u'LOAD_-1204538232'), (u'INDIRECT_-1204537869', u'MULTIEQUAL_-1204537862'), ('const-433', u'LOAD_-1204538210'), (u'LOAD_-1204538175', u'MULTIEQUAL_-1204537776'), (u'INT_NOTEQUAL_-1204538367', u'CBRANCH_-1204538365'), ('const--8', u'INT_ADD_-1204538159'), ('const-2824768', u'PTRSUB_-1204537768'), (u'MULTIEQUAL_-1204537821', u'INT_ADD_-1204538371'), (u'INDIRECT_-1204537860', u'INT_ADD_-1204538431'), (u'LOAD_-1204538520', u'CALLIND_-1204538510'), ('const-17', u'CALLOTHER_-1204538231'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537878'), ('const-0', u'PTRSUB_-1204537733'), ('const-0', u'INT_EQUAL_-1204538231'), (u'INT_ADD_-1204538214', u'STORE_-1204538226'), (u'MULTIEQUAL_-1204537821', u'INT_ADD_-1204538159'), (u'MULTIEQUAL_-1204537858', u'MULTIEQUAL_-1204537846'), (u'PTRSUB_-1204537866', u'CALL_-1204538559'), (u'CALL_-1204538559', u'INDIRECT_-1204537915'), ('const-433', u'STORE_-1204538160'), ('const--72', u'PTRSUB_-1204537866'), (u'CAST_-1204537604', u'STORE_-1204538160'), ('const--8', u'INT_ADD_-1204538082'), ('tmp_594', u'BRANCH_-1204538155'), ('const-0', u'INT_NOTEQUAL_-1204538491'), ('const-1', u'INT_SLESS_-1204538170'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537869'), (u'INDIRECT_-1204537762', u'MULTIEQUAL_-1204537846'), (u'LOAD_-1204538511', u'CALLIND_-1204538477'), ('const--74', u'PTRSUB_-1204537855'), ('const-0', u'RETURN_-1204538308'), ('tmp_1637', u'CALLIND_-1204538510'), (u'INT_ADD_-1204538417', u'CAST_-1204537755'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537885'), ('tmp_346', u'CBRANCH_-1204538365'), ('tmp_1583', u'INT_ADD_-1204538424'), ('tmp_709', u'CBRANCH_-1204538177'), (u'LOAD_-1204538098', u'INT_ADD_-1204538075'), (u'LOAD_-1204538212', u'INT_ADD_-1204538194'), (u'PTRSUB_-1204537748', u'INT_NOTEQUAL_-1204538398'), (u'INT_NOTEQUAL_-1204538491', u'CBRANCH_-1204538490'), (u'INT_SLESS_-1204538190', u'CBRANCH_-1204538197'), (u'CAST_-1204537634', u'LOAD_-1204538232'), (u'LOAD_-1204538210', u'MULTIEQUAL_-1204537817'), (u'LOAD_-1204538230', u'MULTIEQUAL_-1204537776'), (u'INDIRECT_-1204537738', u'MULTIEQUAL_-1204537761'), (u'INT_ADD_-1204538424', u'CAST_-1204537760'), ('const-32', u'INT_ADD_-1204538495'), (u'CAST_-1204537634', u'STORE_-1204538226'), ('tmp_205', u'CBRANCH_-1204538490'), ('tmp_1583', u'CALLIND_-1204538477'), (u'INDIRECT_-1204537860', u'INT_ADD_-1204538069'), (u'MULTIEQUAL_-1204537858', u'INT_EQUAL_-1204538251'), ('tmp_1583', u'INT_ADD_-1204538411'), (u'STORE_-1204538226', u'INDIRECT_-1204537770'), ('tmp_724', u'BRANCH_-1204538160'), (u'MULTIEQUAL_-1204537821', u'INT_ADD_-1204538220'), (u'INDIRECT_-1204537880', u'MULTIEQUAL_-1204537858'), ('tmp_469', u'CBRANCH_-1204538244'), ('tmp_1574', u'PTRSUB_-1204537855'), (u'INT_ADD_-1204538152', u'STORE_-1204538160'), (u'INT_ADD_-1204538082', u'CAST_-1204537599'), (u'CALL_-1204538465', u'INDIRECT_-1204537860'), ('const-18', u'CALLOTHER_-1204538213'), ('const-433', u'STORE_-1204538226'), (u'STORE_-1204538160', u'INDIRECT_-1204537738'), ('const-4294967295', u'INT_ADD_-1204538152'), (u'INDIRECT_-1204537860', u'INT_ADD_-1204538417'), (u'INT_NOTEQUAL_-1204538398', u'CBRANCH_-1204538396'), (u'STORE_-1204538206', u'INDIRECT_-1204537808'), (u'CAST_-1204537803', u'LOAD_-1204538511'), (u'INT_ADD_-1204538159', u'CAST_-1204537611'), (u'CALLIND_-1204538477', u'INDIRECT_-1204537923'), (u'INDIRECT_-1204537885', u'MULTIEQUAL_-1204537862'), (u'INT_ADD_-1204538146', u'CAST_-1204537604'), (u'INT_EQUAL_-1204538231', u'CBRANCH_-1204538224'), ('const-1', u'INT_SLESS_-1204538190'), (u'CAST_-1204537592', u'STORE_-1204538083'), (u'INDIRECT_-1204537756', u'MULTIEQUAL_-1204537821'), ('const-4294967295', u'INT_ADD_-1204538194'), (u'CAST_-1204537765', u'LOAD_-1204538447'), ('const-0', u'INT_EQUAL_-1204538251'), ('const-433', u'LOAD_-1204538447'), (u'LOAD_-1204538558', u'INT_ADD_-1204538504'), ('tmp_1574', u'PTRSUB_-1204537841'), ('const--24', u'INT_ADD_-1204538417'), (u'CALL_-1204538465', u'INDIRECT_-1204537869'), (u'INT_SLESS_-1204538170', u'CBRANCH_-1204538177'), (u'INDIRECT_-1204537720', u'MULTIEQUAL_-1204537799'), ('const-433', u'LOAD_-1204538230'), ('const--8', u'INT_ADD_-1204538146'), ('const-18', u'CALLOTHER_-1204538193'), (u'INDIRECT_-1204537894', u'MULTIEQUAL_-1204537871'), ('tmp_567', u'BRANCH_-1204538183'), (u'INT_EQUAL_-1204538251', u'CBRANCH_-1204538244'), ('const--24', u'INT_ADD_-1204538371'), (u'PTRSUB_-1204537841', u'CALL_-1204538465'), (u'CALLIND_-1204538510', u'INDIRECT_-1204537939'), ('const--24', u'INT_ADD_-1204538431'), (u'INDIRECT_-1204537869', u'MULTIEQUAL_-1204537821'), (u'PTRSUB_-1204537855', u'CALL_-1204538559'), ('tmp_1574', u'PTRSUB_-1204537676'), (u'INT_ADD_-1204538371', u'CAST_-1204537725'), ('const-433', u'LOAD_-1204538175'), ('const--8', u'INT_ADD_-1204538220'), ('tmp_2243', u'CALL_-1204538559'), (u'INT_ADD_-1204538069', u'CAST_-1204537592'), ('const--73', u'PTRSUB_-1204537676'), (u'MULTIEQUAL_-1204537817', u'INT_SLESS_-1204538170'), (u'INDIRECT_-1204537939', u'MULTIEQUAL_-1204537907'), ('const-8', u'INT_ADD_-1204538411')]
null
null
002b32d0
x64
O2
(translation_unit "void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" identifier (parameter_list "(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined1 local_4a;" type_identifier identifier ;) (declaration "undefined1 local_49;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "FUN_002ab390(&local_48,param_6,param_7,&local_4a);" (call_expression "FUN_002ab390(&local_48,param_6,param_7,&local_4a)" identifier (argument_list "(&local_48,param_6,param_7,&local_4a)" ( (pointer_expression "&local_48" & identifier) , identifier , identifier , (pointer_expression "&local_4a" & identifier) ))) ;) comment (expression_statement "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);" (call_expression "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1,param_3,param_4,param_5,&local_48)" ( identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }" if (parenthesized_expression "(*(code **)(param_2 + 0x20) != (code *)0x0)" ( (binary_expression "*(code **)(param_2 + 0x20) != (code *)0x0" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }" { comment (expression_statement "(**(code **)(param_2 + 0x20))(param_2);" (call_expression "(**(code **)(param_2 + 0x20))(param_2)" (parenthesized_expression "(**(code **)(param_2 + 0x20))" ( (pointer_expression "**(code **)(param_2 + 0x20)" * (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) )) (argument_list "(param_2)" ( identifier ))) ;) })) (expression_statement "FUN_002aae80(param_2,local_40);" (call_expression "FUN_002aae80(param_2,local_40)" identifier (argument_list "(param_2,local_40)" ( identifier , identifier ))) ;) (expression_statement "uVar3 = *(undefined8 *)(local_40[0] + -0x18);" (assignment_expression "uVar3 = *(undefined8 *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(undefined8 *)(local_40[0] + -0x18)" * (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_2 + 0x20) = FUN_002b1a40;" (assignment_expression "*(code **)(param_2 + 0x20) = FUN_002b1a40" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 8) = uVar3;" (assignment_expression "*(undefined8 *)(param_2 + 8) = uVar3" (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_49)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_49" & identifier) ))) ;) })) })) (if_statement "if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_48 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_48 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_48 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_48 + -8);" (assignment_expression "iVar2 = *(int *)(local_48 + -8)" identifier = (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(local_48 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_48 + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_48 + -8);" (assignment_expression "piVar1 = (int *)(local_48 + -8)" identifier = (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40)" identifier (argument_list "((undefined8 *)(local_48 + -0x18),local_40)" ( (cast_expression "(undefined8 *)(local_48 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) , identifier ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* void std::__facet_shims::__messages_get<char>(std::integral_constant<bool, false>,\n std::locale::facet const*, std::__facet_shims::__any_string&, int, int, int, char const*,\n unsigned long) */\n\nvoid std::__facet_shims::__messages_get<char>\n (long *param_1,string *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char *param_6,ulong param_7)\n\n{\n int *piVar1;\n undefined8 uVar2;\n int iVar3;\n allocator local_4a [2];\n long local_48;\n long local_40 [2];\n \n std::string::string((string *)&local_48,param_6,param_7,local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))\n ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n std::string::string(param_2,(string *)local_40);\n uVar2 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>;\n *(undefined8 *)(param_2 + 8) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n if ((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }\n }\n return;\n}\n\n" comment (function_definition "void std::__facet_shims::__messages_get<char>\n (long *param_1,string *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char *param_6,ulong param_7)\n\n{\n int *piVar1;\n undefined8 uVar2;\n int iVar3;\n allocator local_4a [2];\n long local_48;\n long local_40 [2];\n \n std::string::string((string *)&local_48,param_6,param_7,local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))\n ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n std::string::string(param_2,(string *)local_40);\n uVar2 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>;\n *(undefined8 *)(param_2 + 8) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n if ((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }\n }\n return;\n}" primitive_type (ERROR "std::__facet_shims::" identifier : : identifier : :) (function_declarator "__messages_get<char>\n (long *param_1,string *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char *param_6,ulong param_7)" identifier (ERROR "<char>" < primitive_type >) (parameter_list "(long *param_1,string *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char *param_6,ulong param_7)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "string *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 "char *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "ulong param_7" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n undefined8 uVar2;\n int iVar3;\n allocator local_4a [2];\n long local_48;\n long local_40 [2];\n \n std::string::string((string *)&local_48,param_6,param_7,local_4a);\n /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */\n (**(code **)(*param_1 + 0x18))\n ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }\n std::string::string(param_2,(string *)local_40);\n uVar2 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>;\n *(undefined8 *)(param_2 + 8) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n if ((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "allocator local_4a [2];" type_identifier (array_declarator "local_4a [2]" identifier [ number_literal ]) ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (labeled_statement "std::string::string((string *)&local_48,param_6,param_7,local_4a);" statement_identifier : (ERROR ":" :) (labeled_statement "string::string((string *)&local_48,param_6,param_7,local_4a);" statement_identifier : (ERROR ":" :) (expression_statement "string((string *)&local_48,param_6,param_7,local_4a);" (call_expression "string((string *)&local_48,param_6,param_7,local_4a)" identifier (argument_list "((string *)&local_48,param_6,param_7,local_4a)" ( (cast_expression "(string *)&local_48" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , identifier , identifier , identifier ))) ;))) comment (expression_statement "(**(code **)(*param_1 + 0x18))\n ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48);" (call_expression "(**(code **)(*param_1 + 0x18))\n ((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1,param_3,param_4,param_5,(string *)&local_48)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , identifier , identifier , (cast_expression "(string *)&local_48" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) ))) ;) (if_statement "if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }" if (parenthesized_expression "(*(code **)(param_2 + 0x20) != (code *)0x0)" ( (binary_expression "*(code **)(param_2 + 0x20) != (code *)0x0" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */\n (**(code **)(param_2 + 0x20))(param_2);\n }" { comment (expression_statement "(**(code **)(param_2 + 0x20))(param_2);" (call_expression "(**(code **)(param_2 + 0x20))(param_2)" (parenthesized_expression "(**(code **)(param_2 + 0x20))" ( (pointer_expression "**(code **)(param_2 + 0x20)" * (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) )) (argument_list "(param_2)" ( identifier ))) ;) })) (labeled_statement "std::string::string(param_2,(string *)local_40);" statement_identifier : (ERROR ":" :) (labeled_statement "string::string(param_2,(string *)local_40);" statement_identifier : (ERROR ":" :) (expression_statement "string(param_2,(string *)local_40);" (call_expression "string(param_2,(string *)local_40)" identifier (argument_list "(param_2,(string *)local_40)" ( identifier , (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (expression_statement "uVar2 = *(undefined8 *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(undefined8 *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(undefined8 *)(local_40[0] + -0x18)" * (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>;\n *(undefined8 *)(param_2 + 8) = uVar2;" (binary_expression "*(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char>;\n *(undefined8 *)(param_2 + 8) = uVar2" (binary_expression "*(code **)(param_2 + 0x20) = (anonymous_namespace)::__destroy_string<char" (assignment_expression "*(code **)(param_2 + 0x20) = (anonymous_namespace)" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) = (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::__destroy_string" : : identifier) < identifier) > (ERROR ";" ;) (assignment_expression "*(undefined8 *)(param_2 + 8) = uVar2" (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) = identifier)) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar3 + -1;\n }" { (expression_statement "iVar3 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar3 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar3 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar3 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar3 = *piVar1;" (assignment_expression "iVar3 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar3 < 1)" ( (binary_expression "iVar3 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (if_statement "if ((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_48 + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_48 + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_48 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar3 + -1;\n }" { (expression_statement "iVar3 = *(int *)(local_48 + -8);" (assignment_expression "iVar3 = *(int *)(local_48 + -8)" identifier = (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(local_48 + -8) = iVar3 + -1;" (assignment_expression "*(int *)(local_48 + -8) = iVar3 + -1" (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_48 + -8);" (assignment_expression "piVar1 = (int *)(local_48 + -8)" identifier = (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar3 = *piVar1;" (assignment_expression "iVar3 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }" if (parenthesized_expression "(iVar3 < 1)" ( (binary_expression "iVar3 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_48 + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_48 + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_48 + -0x18));" (call_expression "_M_destroy((allocator *)(local_48 + -0x18))" identifier (argument_list "((allocator *)(local_48 + -0x18))" ( (cast_expression "(allocator *)(local_48 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) ))) ;)))) })) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n \n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n \n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" identifier (parameter_list "(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n \n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined1 local_4a;" type_identifier identifier ;) (declaration "undefined1 local_49;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "FUN_002ab390(&local_48,param_6,param_7,&local_4a);" (call_expression "FUN_002ab390(&local_48,param_6,param_7,&local_4a)" identifier (argument_list "(&local_48,param_6,param_7,&local_4a)" ( (pointer_expression "&local_48" & identifier) , identifier , identifier , (pointer_expression "&local_4a" & identifier) ))) ;) (expression_statement "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);" (call_expression "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1,param_3,param_4,param_5,&local_48)" ( identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }" if (parenthesized_expression "(*(code **)(param_2 + 0x20) != (code *)0x0)" ( (binary_expression "*(code **)(param_2 + 0x20) != (code *)0x0" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n (**(code **)(param_2 + 0x20))(param_2);\n }" { (expression_statement "(**(code **)(param_2 + 0x20))(param_2);" (call_expression "(**(code **)(param_2 + 0x20))(param_2)" (parenthesized_expression "(**(code **)(param_2 + 0x20))" ( (pointer_expression "**(code **)(param_2 + 0x20)" * (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) )) (argument_list "(param_2)" ( identifier ))) ;) })) (expression_statement "FUN_002aae80(param_2,local_40);" (call_expression "FUN_002aae80(param_2,local_40)" identifier (argument_list "(param_2,local_40)" ( identifier , identifier ))) ;) (expression_statement "uVar3 = *(undefined8 *)(local_40[0] + -0x18);" (assignment_expression "uVar3 = *(undefined8 *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(undefined8 *)(local_40[0] + -0x18)" * (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_2 + 0x20) = FUN_002b1a40;" (assignment_expression "*(code **)(param_2 + 0x20) = FUN_002b1a40" (pointer_expression "*(code **)(param_2 + 0x20)" * (cast_expression "(code **)(param_2 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 8) = uVar3;" (assignment_expression "*(undefined8 *)(param_2 + 8) = uVar3" (pointer_expression "*(undefined8 *)(param_2 + 8)" * (cast_expression "(undefined8 *)(param_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[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 thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_49)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_49" & identifier) ))) ;) })) })) (if_statement "if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_48 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_48 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_48 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_48 + -8);" (assignment_expression "iVar2 = *(int *)(local_48 + -8)" identifier = (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(local_48 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_48 + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_48 + -8)" * (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_48 + -8);" (assignment_expression "piVar1 = (int *)(local_48 + -8)" identifier = (cast_expression "(int *)(local_48 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -8)" ( (binary_expression "local_48 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40)" identifier (argument_list "((undefined8 *)(local_48 + -0x18),local_40)" ( (cast_expression "(undefined8 *)(local_48 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + -0x18)" ( (binary_expression "local_48 + -0x18" identifier + number_literal) ))) , identifier ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT , (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 ( IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & 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 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 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 * (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 (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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + 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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , IDENT ))) ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n \n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b32d0(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" (identifier "FUN_002b32d0") (parameter_list "(long *param_1,long param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined8 param_6,undefined8 param_7)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "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 "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n undefined1 local_4a;\n undefined1 local_49;\n long local_48;\n long local_40 [2];\n \n FUN_002ab390(&local_48,param_6,param_7,&local_4a);\n \n (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);\n if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }\n FUN_002aae80(param_2,local_40);\n uVar3 = *(undefined8 *)(local_40[0] + -0x18);\n *(code **)(param_2 + 0x20) = FUN_002b1a40;\n *(undefined8 *)(param_2 + 8) = uVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }\n if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined1 local_4a;" (type_identifier "undefined1") (identifier "local_4a") (; ";")) (declaration "undefined1 local_49;" (type_identifier "undefined1") (identifier "local_49") (; ";")) (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long local_40 [2];" (sized_type_specifier "long" (long "long")) (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "FUN_002ab390(&local_48,param_6,param_7,&local_4a);" (call_expression "FUN_002ab390(&local_48,param_6,param_7,&local_4a)" (identifier "FUN_002ab390") (argument_list "(&local_48,param_6,param_7,&local_4a)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (pointer_expression "&local_4a" (& "&") (identifier "local_4a")) () ")"))) (; ";")) (expression_statement "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48);" (call_expression "(**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x18)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x18)" (* "*") (cast_expression "(code **)(*param_1 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x18)" (( "(") (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(local_40,param_1,param_3,param_4,param_5,&local_48)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (*(code **)(param_2 + 0x20) != (code *)0x0) {\n \n (**(code **)(param_2 + 0x20))(param_2);\n }" (if "if") (parenthesized_expression "(*(code **)(param_2 + 0x20) != (code *)0x0)" (( "(") (binary_expression "*(code **)(param_2 + 0x20) != (code *)0x0" (pointer_expression "*(code **)(param_2 + 0x20)" (* "*") (cast_expression "(code **)(param_2 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n (**(code **)(param_2 + 0x20))(param_2);\n }" ({ "{") (expression_statement "(**(code **)(param_2 + 0x20))(param_2);" (call_expression "(**(code **)(param_2 + 0x20))(param_2)" (parenthesized_expression "(**(code **)(param_2 + 0x20))" (( "(") (pointer_expression "**(code **)(param_2 + 0x20)" (* "*") (pointer_expression "*(code **)(param_2 + 0x20)" (* "*") (cast_expression "(code **)(param_2 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_002aae80(param_2,local_40);" (call_expression "FUN_002aae80(param_2,local_40)" (identifier "FUN_002aae80") (argument_list "(param_2,local_40)" (( "(") (identifier "param_2") (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "uVar3 = *(undefined8 *)(local_40[0] + -0x18);" (assignment_expression "uVar3 = *(undefined8 *)(local_40[0] + -0x18)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(local_40[0] + -0x18)" (* "*") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "*(code **)(param_2 + 0x20) = FUN_002b1a40;" (assignment_expression "*(code **)(param_2 + 0x20) = FUN_002b1a40" (pointer_expression "*(code **)(param_2 + 0x20)" (* "*") (cast_expression "(code **)(param_2 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "FUN_002b1a40")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 8) = uVar3;" (assignment_expression "*(undefined8 *)(param_2 + 8) = uVar3" (pointer_expression "*(undefined8 *)(param_2 + 8)" (* "*") (cast_expression "(undefined8 *)(param_2 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_49)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_49" (& "&") (identifier "local_49")) () ")"))) (; ";")) (} "}"))) (} "}"))) (if_statement "if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_48 + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(local_48 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_48 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + -0x18)" (( "(") (binary_expression "local_48 + -0x18" (identifier "local_48") (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_48 + -8);\n *(int *)(local_48 + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_48 + -8);" (assignment_expression "iVar2 = *(int *)(local_48 + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_48 + -8)" (* "*") (cast_expression "(int *)(local_48 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + -8)" (( "(") (binary_expression "local_48 + -8" (identifier "local_48") (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_48 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_48 + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_48 + -8)" (* "*") (cast_expression "(int *)(local_48 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + -8)" (( "(") (binary_expression "local_48 + -8" (identifier "local_48") (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_48 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_48 + -8);" (assignment_expression "piVar1 = (int *)(local_48 + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_48 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + -8)" (( "(") (binary_expression "local_48 + -8" (identifier "local_48") (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(local_48 + -0x18),local_40)" (( "(") (cast_expression "(undefined8 *)(local_48 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + -0x18)" (( "(") (binary_expression "local_48 + -0x18" (identifier "local_48") (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (identifier "local_40") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* void std::__facet_shims::__messages_get<char>(std::integral_constant<bool, false>, std::locale::facet const*, std::__facet_shims::__any_string&, int, int, int, char const*, unsigned long) */ void std::__facet_shims::function_1<char> (long *param_1,type_1 *var_1,type_2 param_3,type_2 param_4, type_2 param_5,char *param_6,type_3 param_7) { int *piVar1; type_4 uVar2; int var_4; type_5 local_4a [2]; long var_8; long local_40 [2]; std::string::type_1((type_1 *)&var_8,param_6,param_7,local_4a); /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */ (**(type_6 **)(*param_1 + 0x18)) ((type_1 *)local_40,param_1,param_3,param_4,param_5,(type_1 *)&var_8); if (*(type_6 **)(var_1 + 0x20) != (type_6 *)0x0) { /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */ (**(type_6 **)(var_1 + 0x20))(var_1); } std::string::type_1(var_1,(type_1 *)local_40); uVar2 = *(type_4 *)(local_40[0] + -0x18); *(type_6 **)(var_1 + 0x20) = (anonymous_namespace)::__destroy_string<var_2>; *(type_4 *)(var_1 + 8) = uVar2; if ((type_5 *)(local_40[0] + -0x18) != (type_5 *)&std::type_1::_Rep::_S_empty_rep_storage) { if (var_3 == (type_7 *)0x0) { var_4 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = var_4 + -1; } else { var_5(); piVar1 = (int *)(local_40[0] + -8); var_4 = *piVar1; *piVar1 = *piVar1 + -1; var_6(); } if (var_4 < 1) { std::string::_Rep::var_7((type_5 *)(local_40[0] + -0x18)); } } if ((type_5 *)(var_8 + -0x18) != (type_5 *)&std::type_1::_Rep::_S_empty_rep_storage) { if (var_3 == (type_7 *)0x0) { var_4 = *(int *)(var_8 + -8); *(int *)(var_8 + -8) = var_4 + -1; } else { var_5(); piVar1 = (int *)(var_8 + -8); var_4 = *piVar1; *piVar1 = *piVar1 + -1; var_6(); } if (var_4 < 1) { std::string::_Rep::var_7((type_5 *)(var_8 + -0x18)); } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) 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: (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier) (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 (identifier) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (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: (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: (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: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (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 (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))))))))) (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: (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: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (identifier)))))))) (return_statement))))
null
void MASKED(long *param_1,long param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined8 param_6,undefined8 param_7) { int *piVar1; int iVar2; undefined8 uVar3; undefined1 local_4a; undefined1 local_49; long local_48; long local_40 [2]; FUN_002ab390(&local_48,param_6,param_7,&local_4a); /* try { // try from 002b3326 to 002b3328 has its CatchHandler @ 002b3400 */ (**(code **)(*param_1 + 0x18))(local_40,param_1,param_3,param_4,param_5,&local_48); if (*(code **)(param_2 + 0x20) != (code *)0x0) { /* try { // try from 002b3335 to 002b3341 has its CatchHandler @ 002b33fb */ (**(code **)(param_2 + 0x20))(param_2); } FUN_002aae80(param_2,local_40); uVar3 = *(undefined8 *)(local_40[0] + -0x18); *(code **)(param_2 + 0x20) = FUN_002b1a40; *(undefined8 *)(param_2 + 8) = uVar3; if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(local_40[0] + -8); *(int *)(local_40[0] + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_40[0] + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_49); } } if ((undefined8 *)(local_48 + -0x18) != &DAT_003ca540) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(local_48 + -8); *(int *)(local_48 + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_48 + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined8 *)(local_48 + -0x18),local_40); } } return; }
110_sh4-linux-gnu-nm_and_sh4-linux-gnu-nm_strip.c
set_output_format
FUN_00105060
void set_output_format(char *f) { ulong uVar1; char *format; if ((byte)(*f + 0xbeU) < 0x32) { uVar1 = 1L << (*f + 0xbeU & 0x3f); if ((uVar1 & 0x100000001) != 0) { ::format = formats; return; } if ((uVar1 & 0x2000000020000) != 0) { ::format = formats + 1; return; } if ((uVar1 & 0x400000004000) != 0) { ::format = formats + 2; return; } } format = (char *)dcgettext(0,"%s: invalid output format",5); /* WARNING: Subroutine does not return */ fatal(format,f); }
void FUN_00105060(char *param_1) { ulong uVar1; undefined8 uVar2; if ((byte)(*param_1 + 0xbeU) < 0x32) { uVar1 = 1L << (*param_1 + 0xbeU & 0x3f); if ((uVar1 & 0x100000001) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680; return; } if ((uVar1 & 0x2000000020000) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8; return; } if ((uVar1 & 0x400000004000) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0; return; } } uVar2 = dcgettext(0,"%s: invalid output format",5); /* WARNING: Subroutine does not return */ FUN_00106110(uVar2,param_1); }
MOVZX EAX,byte ptr [RDI] LEA ECX,[RAX + -0x42] CMP CL,0x31 JA 0x001050cf MOV RDX,0x100000001 MOV EAX,0x1 SHL RAX,CL TEST RAX,RDX JNZ 0x001050b0 MOV RDX,0x2000000020000 TEST RAX,RDX JNZ 0x001050c0 MOV RDX,0x400000004000 TEST RAX,RDX JZ 0x001050cf LEA RAX,[0x10c6d0] MOV qword ptr [0x0010c660],RAX RET LEA RAX,[0x10c680] MOV qword ptr [0x0010c660],RAX RET LEA RAX,[0x10c6a8] MOV qword ptr [0x0010c660],RAX RET PUSH RBX LEA RSI,[0x10806c] MOV RBX,RDI MOV EDX,0x5 XOR EDI,EDI CALL 0x001031a0 MOV RSI,RBX MOV RDI,RAX XOR EAX,EAX CALL 0x00106110
null
null
null
null
[('const-433', u'LOAD_-1206955934'), ('const-2', u'PTRADD_-1206955526'), (u'PTRSUB_-1206955644', u'COPY_-1206955579'), ('const-562949953552384', u'INT_AND_-1206955793'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955820'), ('const-63', u'INT_AND_-1206955862'), ('const-5', u'CALL_-1206955685'), ('const-0', u'RETURN_-1206955679'), ('const-0', u'RETURN_-1206955690'), (u'INT_NOTEQUAL_-1206955806', u'CBRANCH_-1206955804'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955766'), ('const-50', u'INT_LESS_-1206955896'), (u'PTRSUB_-1206955495', u'PTRADD_-1206955493'), ('tmp_48', u'CBRANCH_-1206955904'), (u'INT_AND_-1206955820', u'INT_NOTEQUAL_-1206955833'), ('tmp_184', u'CBRANCH_-1206955831'), ('const-0', u'INT_NOTEQUAL_-1206955806'), ('const-1', u'PTRADD_-1206955493'), (u'COPY_-1206955535', u'CALL_-1206955685'), ('const-70368744194048', u'INT_AND_-1206955766'), (u'PTRSUB_-1206955526', u'PTRADD_-1206955526'), (u'INT_ADD_-1206955646', u'INT_AND_-1206955862'), (u'INT_AND_-1206955793', u'INT_NOTEQUAL_-1206955806'), (u'INT_LESS_-1206955896', u'CBRANCH_-1206955904'), (u'PTRADD_-1206955493', u'COPY_-1206955564'), ('const-1099392', u'PTRSUB_-1206955644'), (u'INT_AND_-1206955862', u'INT_LEFT_-1206955858'), ('const-0', u'RETURN_-1206955752'), ('const-40', u'PTRADD_-1206955493'), ('tmp_376', u'CALL_-1206955657'), (u'CAST_-1206955466', u'CALL_-1206955657'), ('tmp_242', u'CBRANCH_-1206955778'), ('const-1099392', u'PTRSUB_-1206955495'), ('const-0', u'CALL_-1206955685'), ('const-1', u'RETURN_-1206955652'), (u'INT_NOTEQUAL_-1206955779', u'CBRANCH_-1206955778'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955793'), ('const-1', u'INT_LEFT_-1206955858'), ('tmp_214', u'CBRANCH_-1206955804'), (u'INT_NOTEQUAL_-1206955833', u'CBRANCH_-1206955831'), (u'CALL_-1206955685', u'INDIRECT_-1206955489'), ('const-40', u'PTRADD_-1206955526'), ('const-4294967297', u'INT_AND_-1206955820'), (u'CALL_-1206955657', u'INDIRECT_-1206955475'), (u'PTRADD_-1206955526', u'COPY_-1206955598'), (u'LOAD_-1206955934', u'INT_ADD_-1206955646'), ('const-0', u'PTRSUB_-1206955526'), (u'INT_ADD_-1206955646', u'CAST_-1206955587'), ('const-0', u'PTRSUB_-1206955644'), ('const-0', u'INT_NOTEQUAL_-1206955833'), ('const-1081452', u'COPY_-1206955535'), ('tmp_376', u'LOAD_-1206955934'), ('const-0', u'PTRSUB_-1206955495'), ('const-0', u'INT_NOTEQUAL_-1206955779'), (u'CAST_-1206955587', u'INT_LESS_-1206955896'), (u'CALL_-1206955685', u'CAST_-1206955466'), (u'INDIRECT_-1206955475', u'COPY_-1206955533'), ('const-1099392', u'PTRSUB_-1206955526'), (u'INT_AND_-1206955766', u'INT_NOTEQUAL_-1206955779'), ('const-190', u'INT_ADD_-1206955646')]
[(u'CAST_-1206955591', u'INT_LESS_-1206955896'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955820'), ('const-50', u'INT_LESS_-1206955896'), ('const-0', u'CALL_-1206955685'), ('const-63', u'INT_AND_-1206955862'), ('const-1081452', u'COPY_-1206955535'), ('const-0', u'RETURN_-1206955679'), ('const-0', u'RETURN_-1206955690'), (u'INT_NOTEQUAL_-1206955806', u'CBRANCH_-1206955804'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955766'), (u'PTRSUB_-1206955633', u'CAST_-1206955495'), ('const-1099392', u'PTRSUB_-1206955644'), (u'PTRSUB_-1206955706', u'CAST_-1206955526'), ('tmp_48', u'CBRANCH_-1206955904'), ('const-0', u'PTRSUB_-1206955633'), (u'INT_AND_-1206955820', u'INT_NOTEQUAL_-1206955833'), (u'PTRSUB_-1206955644', u'CAST_-1206955512'), (u'CALL_-1206955685', u'CALL_-1206955657'), ('tmp_184', u'CBRANCH_-1206955831'), ('const-0', u'INT_NOTEQUAL_-1206955806'), ('tmp_667', u'LOAD_-1206955934'), (u'COPY_-1206955535', u'CALL_-1206955685'), (u'INT_ADD_-1206955646', u'CAST_-1206955591'), ('const-1', u'INT_LEFT_-1206955858'), (u'INT_ADD_-1206955646', u'INT_AND_-1206955862'), (u'INT_AND_-1206955793', u'INT_NOTEQUAL_-1206955806'), (u'INT_LESS_-1206955896', u'CBRANCH_-1206955904'), (u'INT_AND_-1206955862', u'INT_LEFT_-1206955858'), ('const-0', u'RETURN_-1206955752'), ('tmp_242', u'CBRANCH_-1206955778'), ('const-0', u'PTRSUB_-1206955706'), (u'CAST_-1206955512', u'COPY_-1206955579'), ('const-562949953552384', u'INT_AND_-1206955793'), ('const-1', u'RETURN_-1206955652'), (u'INT_NOTEQUAL_-1206955779', u'CBRANCH_-1206955778'), (u'INT_LEFT_-1206955858', u'INT_AND_-1206955793'), ('tmp_214', u'CBRANCH_-1206955804'), ('const-4294967297', u'INT_AND_-1206955820'), (u'INT_NOTEQUAL_-1206955833', u'CBRANCH_-1206955831'), (u'CALL_-1206955685', u'INDIRECT_-1206955489'), ('tmp_667', u'CALL_-1206955657'), ('const-70368744194048', u'INT_AND_-1206955766'), (u'CAST_-1206955495', u'COPY_-1206955564'), ('const-1099432', u'PTRSUB_-1206955633'), (u'CALL_-1206955657', u'INDIRECT_-1206955475'), ('const-190', u'INT_ADD_-1206955646'), (u'CAST_-1206955526', u'COPY_-1206955598'), (u'LOAD_-1206955934', u'INT_ADD_-1206955646'), ('const-5', u'CALL_-1206955685'), ('const-0', u'INT_NOTEQUAL_-1206955833'), ('const-0', u'INT_NOTEQUAL_-1206955779'), (u'INDIRECT_-1206955475', u'COPY_-1206955533'), ('const-0', u'PTRSUB_-1206955644'), (u'INT_AND_-1206955766', u'INT_NOTEQUAL_-1206955779'), ('const-1099472', u'PTRSUB_-1206955706'), ('const-433', u'LOAD_-1206955934')]
null
null
00105060
x64
O2
(translation_unit "void FUN_00105060(char *param_1)\n\n{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n FUN_00106110(uVar2,param_1);\n}\n\n" (function_definition "void FUN_00105060(char *param_1)\n\n{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n FUN_00106110(uVar2,param_1);\n}" primitive_type (function_declarator "FUN_00105060(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n FUN_00106110(uVar2,param_1);\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" if (parenthesized_expression "((byte)(*param_1 + 0xbeU) < 0x32)" ( (binary_expression "(byte)(*param_1 + 0xbeU) < 0x32" (call_expression "(byte)(*param_1 + 0xbeU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*param_1 + 0xbeU)" ( (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" * identifier) + number_literal) ))) < number_literal) )) (compound_statement "{\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" { (expression_statement "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);" (assignment_expression "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f)" identifier = (binary_expression "1L << (*param_1 + 0xbeU & 0x3f)" number_literal << (parenthesized_expression "(*param_1 + 0xbeU & 0x3f)" ( (binary_expression "*param_1 + 0xbeU & 0x3f" (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" * identifier) + number_literal) & number_literal) )))) ;) (if_statement "if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x100000001) != 0)" ( (binary_expression "(uVar1 & 0x100000001) != 0" (parenthesized_expression "(uVar1 & 0x100000001)" ( (binary_expression "uVar1 & 0x100000001" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c680" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c680" & identifier))) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x2000000020000) != 0)" ( (binary_expression "(uVar1 & 0x2000000020000) != 0" (parenthesized_expression "(uVar1 & 0x2000000020000)" ( (binary_expression "uVar1 & 0x2000000020000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c6a8" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c6a8" & identifier))) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x400000004000) != 0)" ( (binary_expression "(uVar1 & 0x400000004000) != 0" (parenthesized_expression "(uVar1 & 0x400000004000)" ( (binary_expression "uVar1 & 0x400000004000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c6d0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c6d0" & identifier))) ;) (return_statement "return;" return ;) })) })) (expression_statement "uVar2 = dcgettext(0,"%s: invalid output format",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: invalid output format",5)" identifier = (call_expression "dcgettext(0,"%s: invalid output format",5)" identifier (argument_list "(0,"%s: invalid output format",5)" ( number_literal , (string_literal ""%s: invalid output format"" " string_content ") , number_literal )))) ;) comment (expression_statement "FUN_00106110(uVar2,param_1);" (call_expression "FUN_00106110(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) })))
(translation_unit "void set_output_format(char *f)\n\n{\n ulong uVar1;\n char *format;\n \n if ((byte)(*f + 0xbeU) < 0x32) {\n uVar1 = 1L << (*f + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }\n }\n format = (char *)dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n fatal(format,f);\n}\n\n" (function_definition "void set_output_format(char *f)\n\n{\n ulong uVar1;\n char *format;\n \n if ((byte)(*f + 0xbeU) < 0x32) {\n uVar1 = 1L << (*f + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }\n }\n format = (char *)dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n fatal(format,f);\n}" primitive_type (function_declarator "set_output_format(char *f)" identifier (parameter_list "(char *f)" ( (parameter_declaration "char *f" primitive_type (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n char *format;\n \n if ((byte)(*f + 0xbeU) < 0x32) {\n uVar1 = 1L << (*f + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }\n }\n format = (char *)dcgettext(0,"%s: invalid output format",5);\n /* WARNING: Subroutine does not return */\n fatal(format,f);\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (if_statement "if ((byte)(*f + 0xbeU) < 0x32) {\n uVar1 = 1L << (*f + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }\n }" if (parenthesized_expression "((byte)(*f + 0xbeU) < 0x32)" ( (binary_expression "(byte)(*f + 0xbeU) < 0x32" (call_expression "(byte)(*f + 0xbeU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*f + 0xbeU)" ( (binary_expression "*f + 0xbeU" (pointer_expression "*f" * identifier) + number_literal) ))) < number_literal) )) (compound_statement "{\n uVar1 = 1L << (*f + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }\n }" { (expression_statement "uVar1 = 1L << (*f + 0xbeU & 0x3f);" (assignment_expression "uVar1 = 1L << (*f + 0xbeU & 0x3f)" identifier = (binary_expression "1L << (*f + 0xbeU & 0x3f)" number_literal << (parenthesized_expression "(*f + 0xbeU & 0x3f)" ( (binary_expression "*f + 0xbeU & 0x3f" (binary_expression "*f + 0xbeU" (pointer_expression "*f" * identifier) + number_literal) & number_literal) )))) ;) (if_statement "if ((uVar1 & 0x100000001) != 0) {\n ::format = formats;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x100000001) != 0)" ( (binary_expression "(uVar1 & 0x100000001) != 0" (parenthesized_expression "(uVar1 & 0x100000001)" ( (binary_expression "uVar1 & 0x100000001" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n ::format = formats;\n return;\n }" { (ERROR "::" : :) (expression_statement "format = formats;" (assignment_expression "format = formats" identifier = identifier) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x2000000020000) != 0) {\n ::format = formats + 1;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x2000000020000) != 0)" ( (binary_expression "(uVar1 & 0x2000000020000) != 0" (parenthesized_expression "(uVar1 & 0x2000000020000)" ( (binary_expression "uVar1 & 0x2000000020000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n ::format = formats + 1;\n return;\n }" { (ERROR "::" : :) (expression_statement "format = formats + 1;" (assignment_expression "format = formats + 1" identifier = (binary_expression "formats + 1" identifier + number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x400000004000) != 0) {\n ::format = formats + 2;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x400000004000) != 0)" ( (binary_expression "(uVar1 & 0x400000004000) != 0" (parenthesized_expression "(uVar1 & 0x400000004000)" ( (binary_expression "uVar1 & 0x400000004000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n ::format = formats + 2;\n return;\n }" { (ERROR "::" : :) (expression_statement "format = formats + 2;" (assignment_expression "format = formats + 2" identifier = (binary_expression "formats + 2" identifier + number_literal)) ;) (return_statement "return;" return ;) })) })) (expression_statement "format = (char *)dcgettext(0,"%s: invalid output format",5);" (assignment_expression "format = (char *)dcgettext(0,"%s: invalid output format",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: invalid output format",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: invalid output format",5)" identifier (argument_list "(0,"%s: invalid output format",5)" ( number_literal , (string_literal ""%s: invalid output format"" " string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(format,f);" (call_expression "fatal(format,f)" identifier (argument_list "(format,f)" ( identifier , identifier ))) ;) })))
(translation_unit "void FUN_00105060(char *param_1)\n\n{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n \n FUN_00106110(uVar2,param_1);\n}\n\n" (function_definition "void FUN_00105060(char *param_1)\n\n{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n \n FUN_00106110(uVar2,param_1);\n}" primitive_type (function_declarator "FUN_00105060(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n \n FUN_00106110(uVar2,param_1);\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" if (parenthesized_expression "((byte)(*param_1 + 0xbeU) < 0x32)" ( (binary_expression "(byte)(*param_1 + 0xbeU) < 0x32" (call_expression "(byte)(*param_1 + 0xbeU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*param_1 + 0xbeU)" ( (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" * identifier) + number_literal) ))) < number_literal) )) (compound_statement "{\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" { (expression_statement "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);" (assignment_expression "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f)" identifier = (binary_expression "1L << (*param_1 + 0xbeU & 0x3f)" number_literal << (parenthesized_expression "(*param_1 + 0xbeU & 0x3f)" ( (binary_expression "*param_1 + 0xbeU & 0x3f" (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" * identifier) + number_literal) & number_literal) )))) ;) (if_statement "if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x100000001) != 0)" ( (binary_expression "(uVar1 & 0x100000001) != 0" (parenthesized_expression "(uVar1 & 0x100000001)" ( (binary_expression "uVar1 & 0x100000001" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c680" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c680" & identifier))) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x2000000020000) != 0)" ( (binary_expression "(uVar1 & 0x2000000020000) != 0" (parenthesized_expression "(uVar1 & 0x2000000020000)" ( (binary_expression "uVar1 & 0x2000000020000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c6a8" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c6a8" & identifier))) ;) (return_statement "return;" return ;) })) (if_statement "if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" if (parenthesized_expression "((uVar1 & 0x400000004000) != 0)" ( (binary_expression "(uVar1 & 0x400000004000) != 0" (parenthesized_expression "(uVar1 & 0x400000004000)" ( (binary_expression "uVar1 & 0x400000004000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" { (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0" identifier = (cast_expression "(undefined *)&PTR_FUN_0010c6d0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&PTR_FUN_0010c6d0" & identifier))) ;) (return_statement "return;" return ;) })) })) (expression_statement "uVar2 = dcgettext(0,"%s: invalid output format",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: invalid output format",5)" identifier = (call_expression "dcgettext(0,"%s: invalid output format",5)" identifier (argument_list "(0,"%s: invalid output format",5)" ( number_literal , (string_literal ""%s: invalid output format"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00106110(uVar2,param_1);" (call_expression "FUN_00106110(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * IDENT) + LIT) ))) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression LIT << (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) + LIT) & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (return_statement return ;) })) })) (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 ))) ;) })))
(function_definition "void FUN_00105060(char *param_1)\n\n{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n \n FUN_00106110(uVar2,param_1);\n}" (primitive_type "void") (function_declarator "FUN_00105060(char *param_1)" (identifier "FUN_00105060") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n ulong uVar1;\n undefined8 uVar2;\n \n if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }\n uVar2 = dcgettext(0,"%s: invalid output format",5);\n \n FUN_00106110(uVar2,param_1);\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (if_statement "if ((byte)(*param_1 + 0xbeU) < 0x32) {\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" (if "if") (parenthesized_expression "((byte)(*param_1 + 0xbeU) < 0x32)" (( "(") (binary_expression "(byte)(*param_1 + 0xbeU) < 0x32" (call_expression "(byte)(*param_1 + 0xbeU)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(*param_1 + 0xbeU)" (( "(") (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xbeU")) () ")"))) (< "<") (number_literal "0x32")) () ")")) (compound_statement "{\n uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);\n if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }\n if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }\n if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }\n }" ({ "{") (expression_statement "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f);" (assignment_expression "uVar1 = 1L << (*param_1 + 0xbeU & 0x3f)" (identifier "uVar1") (= "=") (binary_expression "1L << (*param_1 + 0xbeU & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "(*param_1 + 0xbeU & 0x3f)" (( "(") (binary_expression "*param_1 + 0xbeU & 0x3f" (binary_expression "*param_1 + 0xbeU" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xbeU")) (& "&") (number_literal "0x3f")) () ")")))) (; ";")) (if_statement "if ((uVar1 & 0x100000001) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" (if "if") (parenthesized_expression "((uVar1 & 0x100000001) != 0)" (( "(") (binary_expression "(uVar1 & 0x100000001) != 0" (parenthesized_expression "(uVar1 & 0x100000001)" (( "(") (binary_expression "uVar1 & 0x100000001" (identifier "uVar1") (& "&") (number_literal "0x100000001")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;\n return;\n }" ({ "{") (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680" (identifier "PTR_PTR_FUN_0010c660") (= "=") (cast_expression "(undefined *)&PTR_FUN_0010c680" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&PTR_FUN_0010c680" (& "&") (identifier "PTR_FUN_0010c680")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if ((uVar1 & 0x2000000020000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" (if "if") (parenthesized_expression "((uVar1 & 0x2000000020000) != 0)" (( "(") (binary_expression "(uVar1 & 0x2000000020000) != 0" (parenthesized_expression "(uVar1 & 0x2000000020000)" (( "(") (binary_expression "uVar1 & 0x2000000020000" (identifier "uVar1") (& "&") (number_literal "0x2000000020000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;\n return;\n }" ({ "{") (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8" (identifier "PTR_PTR_FUN_0010c660") (= "=") (cast_expression "(undefined *)&PTR_FUN_0010c6a8" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&PTR_FUN_0010c6a8" (& "&") (identifier "PTR_FUN_0010c6a8")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if ((uVar1 & 0x400000004000) != 0) {\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" (if "if") (parenthesized_expression "((uVar1 & 0x400000004000) != 0)" (( "(") (binary_expression "(uVar1 & 0x400000004000) != 0" (parenthesized_expression "(uVar1 & 0x400000004000)" (( "(") (binary_expression "uVar1 & 0x400000004000" (identifier "uVar1") (& "&") (number_literal "0x400000004000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;\n return;\n }" ({ "{") (expression_statement "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0;" (assignment_expression "PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0" (identifier "PTR_PTR_FUN_0010c660") (= "=") (cast_expression "(undefined *)&PTR_FUN_0010c6d0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&PTR_FUN_0010c6d0" (& "&") (identifier "PTR_FUN_0010c6d0")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar2 = dcgettext(0,"%s: invalid output format",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: invalid output format",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: invalid output format",5)" (identifier "dcgettext") (argument_list "(0,"%s: invalid output format",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: invalid output format"" (" """) (string_content "%s: invalid output format") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00106110(uVar2,param_1);" (call_expression "FUN_00106110(uVar2,param_1)" (identifier "FUN_00106110") (argument_list "(uVar2,param_1)" (( "(") (identifier "uVar2") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))
void function_1(char *f) { type_1 var_1; char *format; if ((byte)(*f + 0xbeU) < 0x32) { var_1 = 1L << (*f + 0xbeU & 0x3f); if ((var_1 & 0x100000001) != 0) { ::format = var_2; return; } if ((var_1 & 0x2000000020000) != 0) { ::format = var_2 + 1; return; } if ((var_1 & 0x400000004000) != 0) { ::format = var_2 + 2; return; } } format = (char *)var_3(0,"%s: invalid output format",5); /* WARNING: Subroutine does not return */ var_4(format,f); }
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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (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: (binary_expression left: (pointer_expression argument: (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: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (return_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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (return_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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (return_statement))))) (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)))))))
null
void MASKED(char *param_1) { ulong uVar1; undefined8 uVar2; if ((byte)(*param_1 + 0xbeU) < 0x32) { uVar1 = 1L << (*param_1 + 0xbeU & 0x3f); if ((uVar1 & 0x100000001) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c680; return; } if ((uVar1 & 0x2000000020000) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6a8; return; } if ((uVar1 & 0x400000004000) != 0) { PTR_PTR_FUN_0010c660 = (undefined *)&PTR_FUN_0010c6d0; return; } } uVar2 = dcgettext(0,"%s: invalid output format",5); /* WARNING: Subroutine does not return */ FUN_00106110(uVar2,param_1); }
15_s390x-linux-gnu-objcopy_and_s390x-linux-gnu-objcopy_strip.c
bfd_get_stab_name
bfd_get_stab_name
void bfd_get_stab_name(void) { (*(code *)PTR_bfd_get_stab_name_0012b078)(); return; }
void bfd_get_stab_name(void) { (*(code *)PTR_bfd_get_stab_name_0012b078)(); return; }
JMP qword ptr [0x0012b078]
null
null
null
null
[('const-0', u'RETURN_-1206959877'), (u'CAST_-1206959815', u'CALLIND_-1206959880'), ('tmp_22', u'CAST_-1206959815'), (u'INDIRECT_-1206959820', u'COPY_-1206959879'), (u'CALLIND_-1206959880', u'INDIRECT_-1206959820')]
[('const-0', u'RETURN_-1206959877'), (u'CAST_-1206959815', u'CALLIND_-1206959880'), ('tmp_22', u'CAST_-1206959815'), (u'INDIRECT_-1206959820', u'COPY_-1206959879'), (u'CALLIND_-1206959880', u'INDIRECT_-1206959820')]
null
null
001040f0
x64
O2
(translation_unit "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}\n\n" (function_definition "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" primitive_type (function_declarator "bfd_get_stab_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_stab_name_0012b078)();" (call_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)()" (parenthesized_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)" ( (pointer_expression "*(code *)PTR_bfd_get_stab_name_0012b078" * (cast_expression "(code *)PTR_bfd_get_stab_name_0012b078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}\n\n" (function_definition "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" primitive_type (function_declarator "bfd_get_stab_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_stab_name_0012b078)();" (call_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)()" (parenthesized_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)" ( (pointer_expression "*(code *)PTR_bfd_get_stab_name_0012b078" * (cast_expression "(code *)PTR_bfd_get_stab_name_0012b078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}\n\n" (function_definition "void bfd_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" primitive_type (function_declarator "bfd_get_stab_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_stab_name_0012b078)();" (call_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)()" (parenthesized_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)" ( (pointer_expression "*(code *)PTR_bfd_get_stab_name_0012b078" * (cast_expression "(code *)PTR_bfd_get_stab_name_0012b078" ( (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_get_stab_name(void)\n\n{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_stab_name(void)" (identifier "bfd_get_stab_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_get_stab_name_0012b078)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_get_stab_name_0012b078)();" (call_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)()" (parenthesized_expression "(*(code *)PTR_bfd_get_stab_name_0012b078)" (( "(") (pointer_expression "*(code *)PTR_bfd_get_stab_name_0012b078" (* "*") (cast_expression "(code *)PTR_bfd_get_stab_name_0012b078" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_get_stab_name_0012b078"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_get_stab_name_0012b078)(); 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_0012b078)(); return; }
3789_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
parse_V
FUN_001e5310
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_V(General_options * this, char * param_1, char * param_2, Command_line * param_3) */ void __thiscall gold::General_options::parse_V (General_options *this,char *param_1,char *param_2,Command_line *param_3) { char *pcVar1; pointer ppcVar2; pointer ppcVar3; vector<char_const*,_std::allocator<char_const*>_> supported_names; print_version(true); this->printed_version_ = true; pcVar1 = (char *)gettext(" Supported targets:\n"); printf(pcVar1); supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start = (pointer)0x0; supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish = (pointer)0x0; supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_end_of_storage = (pointer)0x0; /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */ supported_target_names(&supported_names); ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_start; if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish) { do { printf(" %s\n",*ppcVar2); ppcVar2 = ppcVar2 + 1; } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish != ppcVar2); } pcVar1 = (char *)gettext(" Supported emulations:\n"); printf(pcVar1); if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish) { supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_start; } supported_emulation_names(&supported_names); ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_start; ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish; if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish) { do { printf(" %s\n",*ppcVar2); ppcVar2 = ppcVar2 + 1; ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>. _M_impl._M_start; } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl. _M_finish != ppcVar2); } if (ppcVar3 != (pointer)0x0) { operator_delete(ppcVar3); } return; }
void FUN_001e5310(long param_1) { char *pcVar1; undefined8 *puVar2; undefined8 *puVar3; undefined8 *local_38; undefined8 *local_30; undefined8 local_28; FUN_002892c0(1); *(undefined1 *)(param_1 + 0x9048) = 1; pcVar1 = (char *)gettext(" Supported targets:\n"); printf(pcVar1); local_38 = (undefined8 *)0x0; local_30 = (undefined8 *)0x0; local_28 = 0; /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */ FUN_00288e40(&local_38); puVar2 = local_38; if (local_38 != local_30) { do { printf(" %s\n",*puVar2); puVar2 = puVar2 + 1; } while (local_30 != puVar2); } pcVar1 = (char *)gettext(" Supported emulations:\n"); printf(pcVar1); if (local_38 != local_30) { local_30 = local_38; } FUN_00288da0(&local_38); puVar2 = local_38; puVar3 = local_30; if (local_38 != local_30) { do { printf(" %s\n",*puVar2); puVar2 = puVar2 + 1; puVar3 = local_38; } while (local_30 != puVar2); } if (puVar3 != (undefined8 *)0x0) { FUN_002dac60(); } return; }
PUSH R12 PUSH RBP PUSH RBX MOV RBX,RDI MOV EDI,0x1 SUB RSP,0x20 CALL 0x002892c0 MOV byte ptr [RBX + 0x9048],0x1 LEA RDI,[0x3799aa] MOV R12,RSP CALL 0x00147320 MOV RDI,RAX XOR EAX,EAX CALL 0x00147090 MOV RDI,R12 MOV qword ptr [RSP],0x0 MOV qword ptr [RSP + 0x8],0x0 MOV qword ptr [RSP + 0x10],0x0 CALL 0x00288e40 MOV RBX,qword ptr [RSP] LEA RBP,[0x377e6a] CMP RBX,qword ptr [RSP + 0x8] JZ 0x001e5398 NOP dword ptr [RAX] MOV RSI,qword ptr [RBX] MOV RDI,RBP XOR EAX,EAX CALL 0x00147090 ADD RBX,0x8 CMP qword ptr [RSP + 0x8],RBX JNZ 0x001e5380 LEA RDI,[0x3799c0] CALL 0x00147320 MOV RDI,RAX XOR EAX,EAX CALL 0x00147090 MOV RAX,qword ptr [RSP] CMP RAX,qword ptr [RSP + 0x8] JZ 0x001e53be MOV qword ptr [RSP + 0x8],RAX MOV RDI,R12 CALL 0x00288da0 MOV RBX,qword ptr [RSP] MOV RDI,qword ptr [RSP + 0x8] CMP RBX,RDI JZ 0x001e53fc LEA RBP,[0x377e6a] NOP dword ptr [RAX + RAX*0x1] MOV RSI,qword ptr [RBX] MOV RDI,RBP XOR EAX,EAX CALL 0x00147090 ADD RBX,0x8 CMP qword ptr [RSP + 0x8],RBX JNZ 0x001e53e0 MOV RDI,qword ptr [RSP] TEST RDI,RDI JZ 0x001e5406 CALL 0x002dac60 ADD RSP,0x20 POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'CALL_-1207872343', u'INDIRECT_-1207871860'), (u'INDIRECT_-1207871875', u'MULTIEQUAL_-1207871852'), (u'INDIRECT_-1207871860', u'INT_NOTEQUAL_-1207872312'), (u'CALL_-1207872677', u'CAST_-1207871947'), (u'COPY_-1207872435', u'MULTIEQUAL_-1207871898'), ('const-3643840', u'COPY_-1207871916'), ('tmp_693', u'PTRSUB_-1207871970'), (u'CALL_-1207872417', u'INDIRECT_-1207871884'), ('const-0', u'INT_NOTEQUAL_-1207872288'), (u'MULTIEQUAL_-1207872008', u'CALL_-1207872280'), (u'CALL_-1207872487', u'CAST_-1207871841'), (u'INDIRECT_-1207871860', u'MULTIEQUAL_-1207871837'), ('const-0', u'RETURN_-1207872240'), (u'INDIRECT_-1207871960', u'MULTIEQUAL_-1207871934'), (u'INT_NOTEQUAL_-1207872506', u'CBRANCH_-1207872502'), ('tmp_1561', u'PTRSUB_-1207871980'), (u'INT_NOTEQUAL_-1207872387', u'CBRANCH_-1207872386'), (u'INDIRECT_-1207871900', u'INT_NOTEQUAL_-1207872387'), (u'INDIRECT_-1207871915', u'MULTIEQUAL_-1207871852'), (u'INDIRECT_-1207871900', u'COPY_-1207871855'), ('tmp_443', u'CBRANCH_-1207872386'), (u'MULTIEQUAL_-1207872166', u'PTRADD_-1207871866'), (u'INDIRECT_-1207871860', u'MULTIEQUAL_-1207871866'), ('const-3643818', u'COPY_-1207872022'), ('tmp_587', u'CBRANCH_-1207872287'), (u'COPY_-1207871858', u'MULTIEQUAL_-1207872072'), (u'CALL_-1207872537', u'INDIRECT_-1207871975'), (u'LOAD_-1207872565', u'CALL_-1207872537'), (u'INDIRECT_-1207872014', u'COPY_-1207871948'), ('const-3636842', u'COPY_-1207871845'), ('const--56', u'PTRSUB_-1207871980'), (u'INDIRECT_-1207871925', u'INT_NOTEQUAL_-1207872439'), (u'INDIRECT_-1207871875', u'MULTIEQUAL_-1207871881'), (u'CALL_-1207872607', u'INDIRECT_-1207871983'), (u'INDIRECT_-1207871944', u'MULTIEQUAL_-1207871944'), (u'INDIRECT_-1207871975', u'MULTIEQUAL_-1207871975'), (u'CALL_-1207872607', u'INDIRECT_-1207872014'), (u'INDIRECT_-1207871999', u'INT_NOTEQUAL_-1207872575'), (u'CAST_-1207871947', u'CALL_-1207872653'), (u'COPY_-1207871855', u'MULTIEQUAL_-1207872008'), (u'INDIRECT_-1207871975', u'MULTIEQUAL_-1207871950'), (u'INDIRECT_-1207871960', u'MULTIEQUAL_-1207871959'), (u'CALL_-1207872343', u'INDIRECT_-1207871844'), ('const-433', u'LOAD_-1207872371'), (u'COPY_-1207871948', u'MULTIEQUAL_-1207872166'), ('const-1', u'PTRADD_-1207871769'), (u'PTRSUB_-1207871981', u'CALL_-1207872607'), (u'INDIRECT_-1207871915', u'MULTIEQUAL_-1207871881'), (u'INDIRECT_-1207871983', u'MULTIEQUAL_-1207871919'), (u'INDIRECT_-1207872014', u'MULTIEQUAL_-1207871975'), (u'INT_NOTEQUAL_-1207872312', u'CBRANCH_-1207872308'), (u'MULTIEQUAL_-1207872008', u'INT_NOTEQUAL_-1207872288'), (u'INT_NOTEQUAL_-1207872288', u'CBRANCH_-1207872287'), (u'CAST_-1207871841', u'CALL_-1207872463'), (u'INDIRECT_-1207871844', u'MULTIEQUAL_-1207871821'), (u'INDIRECT_-1207871940', u'INT_NOTEQUAL_-1207872439'), (u'INDIRECT_-1207871844', u'MULTIEQUAL_-1207871850'), ('const-0', u'COPY_-1207872637'), (u'INT_NOTEQUAL_-1207872439', u'CBRANCH_-1207872436'), ('const-0', u'COPY_-1207872648'), ('const-8', u'PTRADD_-1207871866'), (u'CALL_-1207872280', u'INDIRECT_-1207871818'), ('const--56', u'PTRSUB_-1207871981'), (u'COPY_-1207871823', u'MULTIEQUAL_-1207872072'), (u'INT_NOTEQUAL_-1207872575', u'CBRANCH_-1207872572'), (u'PTRADD_-1207871866', u'MULTIEQUAL_-1207872166'), (u'INDIRECT_-1207871944', u'MULTIEQUAL_-1207871919'), (u'INDIRECT_-1207871960', u'INT_NOTEQUAL_-1207872506'), (u'COPY_-1207871820', u'MULTIEQUAL_-1207872008'), (u'CALL_-1207872537', u'INDIRECT_-1207871960'), (u'INDIRECT_-1207871900', u'MULTIEQUAL_-1207871866'), (u'CALL_-1207872463', u'INDIRECT_-1207871925'), ('tmp_190', u'CBRANCH_-1207872572'), (u'INDIRECT_-1207872014', u'MULTIEQUAL_-1207871950'), (u'CALL_-1207872487', u'INDIRECT_-1207871936'), ('const-0', u'COPY_-1207872625'), (u'CALL_-1207872343', u'INDIRECT_-1207871875'), (u'INDIRECT_-1207871915', u'COPY_-1207871858'), ('const-3636842', u'COPY_-1207871942'), (u'MULTIEQUAL_-1207872072', u'LOAD_-1207872371'), ('const-1', u'PTRADD_-1207871866'), ('const-433', u'LOAD_-1207872565'), (u'CALL_-1207872280', u'INDIRECT_-1207871834'), (u'INDIRECT_-1207871884', u'MULTIEQUAL_-1207871821'), (u'COPY_-1207872022', u'CALL_-1207872677'), ('tmp_295', u'CBRANCH_-1207872502'), ('tmp_382', u'CBRANCH_-1207872436'), (u'CALL_-1207872417', u'INDIRECT_-1207871915'), (u'MULTIEQUAL_-1207872166', u'LOAD_-1207872565'), (u'LOAD_-1207872371', u'CALL_-1207872343'), (u'CALL_-1207872487', u'INDIRECT_-1207871920'), (u'INDIRECT_-1207871915', u'INT_NOTEQUAL_-1207872387'), (u'INDIRECT_-1207871900', u'MULTIEQUAL_-1207871837'), (u'INDIRECT_-1207871940', u'COPY_-1207872435'), (u'PTRSUB_-1207871980', u'CALL_-1207872417'), (u'PTRADD_-1207871866', u'INT_NOTEQUAL_-1207872506'), (u'COPY_-1207871845', u'CALL_-1207872343'), (u'MULTIEQUAL_-1207872072', u'PTRADD_-1207871769'), (u'PTRADD_-1207871769', u'COPY_-1207871823'), (u'INDIRECT_-1207871875', u'COPY_-1207871820'), (u'CALL_-1207872280', u'INDIRECT_-1207871849'), (u'INDIRECT_-1207871999', u'MULTIEQUAL_-1207871959'), (u'INDIRECT_-1207872014', u'INT_NOTEQUAL_-1207872575'), ('const-8', u'PTRADD_-1207871769'), ('const-1', u'STORE_-1207872703'), (u'INDIRECT_-1207871925', u'MULTIEQUAL_-1207871898'), (u'CALL_-1207872417', u'INDIRECT_-1207871900'), (u'CALL_-1207872537', u'INDIRECT_-1207871944'), ('tmp_1561', u'PTRSUB_-1207871981'), ('const-36936', u'PTRSUB_-1207871970'), ('const-1', u'CALL_-1207872707'), (u'INDIRECT_-1207871884', u'MULTIEQUAL_-1207871850'), ('tmp_556', u'CBRANCH_-1207872308'), (u'CALL_-1207872463', u'INDIRECT_-1207871909'), ('const-433', u'STORE_-1207872703'), (u'COPY_-1207871942', u'CALL_-1207872537'), (u'PTRSUB_-1207871970', u'STORE_-1207872703'), (u'INDIRECT_-1207871983', u'MULTIEQUAL_-1207871944'), (u'CALL_-1207872607', u'INDIRECT_-1207871999'), (u'COPY_-1207871916', u'CALL_-1207872487'), (u'PTRADD_-1207871769', u'INT_NOTEQUAL_-1207872312'), (u'CALL_-1207872463', u'INDIRECT_-1207871940'), (u'INDIRECT_-1207871999', u'MULTIEQUAL_-1207871934'), (u'CALL_-1207872487', u'INDIRECT_-1207871951')]
[(u'INDIRECT_-1207871891', u'MULTIEQUAL_-1207871868'), (u'CALL_-1207872487', u'INDIRECT_-1207871982'), (u'INDIRECT_-1207871875', u'MULTIEQUAL_-1207871852'), (u'INDIRECT_-1207871906', u'MULTIEQUAL_-1207871883'), ('const-3643818', u'COPY_-1207872053'), (u'INDIRECT_-1207871891', u'INT_NOTEQUAL_-1207872312'), (u'INDIRECT_-1207872006', u'MULTIEQUAL_-1207871981'), (u'PTRSUB_-1207872012', u'CALL_-1207872607'), (u'INT_ADD_-1207872689', u'CAST_-1207871996'), ('const-1', u'STORE_-1207872703'), (u'INDIRECT_-1207872045', u'COPY_-1207871980'), ('const-433', u'STORE_-1207872703'), ('const-8', u'PTRADD_-1207871898'), (u'INDIRECT_-1207872030', u'INT_NOTEQUAL_-1207872575'), (u'CALL_-1207872537', u'INDIRECT_-1207872006'), ('const-0', u'INT_NOTEQUAL_-1207872288'), (u'MULTIEQUAL_-1207872102', u'LOAD_-1207872371'), (u'COPY_-1207871890', u'MULTIEQUAL_-1207872102'), (u'INDIRECT_-1207871991', u'MULTIEQUAL_-1207871990'), ('const-36936', u'INT_ADD_-1207872689'), (u'INDIRECT_-1207871906', u'COPY_-1207871852'), ('const-0', u'RETURN_-1207872240'), (u'PTRADD_-1207871801', u'COPY_-1207871855'), ('const-8', u'PTRADD_-1207871801'), (u'INDIRECT_-1207872006', u'MULTIEQUAL_-1207872006'), (u'COPY_-1207872435', u'MULTIEQUAL_-1207871929'), (u'CALL_-1207872463', u'INDIRECT_-1207871971'), ('const-1', u'CALL_-1207872707'), (u'CALL_-1207872607', u'INDIRECT_-1207872030'), (u'INT_NOTEQUAL_-1207872506', u'CBRANCH_-1207872502'), (u'INDIRECT_-1207871946', u'MULTIEQUAL_-1207871883'), (u'PTRADD_-1207871898', u'MULTIEQUAL_-1207872196'), ('const-3643840', u'COPY_-1207871947'), (u'CALL_-1207872487', u'INDIRECT_-1207871967'), (u'INT_NOTEQUAL_-1207872387', u'CBRANCH_-1207872386'), (u'CALL_-1207872677', u'CAST_-1207871978'), (u'INDIRECT_-1207871915', u'MULTIEQUAL_-1207871852'), (u'MULTIEQUAL_-1207872196', u'PTRADD_-1207871898'), ('const--56', u'PTRSUB_-1207872011'), ('tmp_443', u'CBRANCH_-1207872386'), (u'INDIRECT_-1207871931', u'COPY_-1207871887'), (u'INDIRECT_-1207871946', u'MULTIEQUAL_-1207871912'), (u'COPY_-1207871973', u'CALL_-1207872537'), ('tmp_587', u'CBRANCH_-1207872287'), (u'INDIRECT_-1207871946', u'INT_NOTEQUAL_-1207872387'), ('tmp_1458', u'PTRSUB_-1207872012'), (u'CALL_-1207872537', u'INDIRECT_-1207871975'), (u'LOAD_-1207872565', u'CALL_-1207872537'), (u'INDIRECT_-1207871956', u'INT_NOTEQUAL_-1207872439'), ('const-3636842', u'COPY_-1207871973'), (u'CALL_-1207872417', u'INDIRECT_-1207871946'), (u'COPY_-1207871887', u'MULTIEQUAL_-1207872039'), (u'MULTIEQUAL_-1207872196', u'LOAD_-1207872565'), (u'INDIRECT_-1207871931', u'INT_NOTEQUAL_-1207872387'), (u'INDIRECT_-1207871875', u'MULTIEQUAL_-1207871881'), (u'INDIRECT_-1207871975', u'MULTIEQUAL_-1207871975'), (u'CALL_-1207872607', u'INDIRECT_-1207872014'), (u'CALL_-1207872463', u'INDIRECT_-1207871956'), (u'INDIRECT_-1207871975', u'MULTIEQUAL_-1207871950'), ('const-433', u'LOAD_-1207872371'), (u'INDIRECT_-1207871931', u'MULTIEQUAL_-1207871897'), (u'COPY_-1207871855', u'MULTIEQUAL_-1207872102'), (u'INDIRECT_-1207871991', u'INT_NOTEQUAL_-1207872506'), (u'PTRADD_-1207871898', u'INT_NOTEQUAL_-1207872506'), (u'PTRSUB_-1207872011', u'CALL_-1207872417'), (u'INDIRECT_-1207871915', u'MULTIEQUAL_-1207871881'), (u'COPY_-1207871980', u'MULTIEQUAL_-1207872196'), (u'INDIRECT_-1207872014', u'MULTIEQUAL_-1207871975'), ('const-1', u'PTRADD_-1207871898'), (u'INT_NOTEQUAL_-1207872312', u'CBRANCH_-1207872308'), (u'MULTIEQUAL_-1207872039', u'INT_NOTEQUAL_-1207872288'), (u'INDIRECT_-1207872045', u'MULTIEQUAL_-1207872006'), (u'INT_NOTEQUAL_-1207872288', u'CBRANCH_-1207872287'), (u'INDIRECT_-1207871891', u'MULTIEQUAL_-1207871897'), (u'INT_NOTEQUAL_-1207872439', u'CBRANCH_-1207872436'), ('const-0', u'COPY_-1207872637'), ('const-433', u'LOAD_-1207872565'), (u'INT_NOTEQUAL_-1207872575', u'CBRANCH_-1207872572'), (u'CAST_-1207871978', u'CALL_-1207872653'), (u'INDIRECT_-1207871971', u'COPY_-1207872435'), ('tmp_190', u'CBRANCH_-1207872572'), (u'INDIRECT_-1207872014', u'MULTIEQUAL_-1207871950'), ('const-1', u'PTRADD_-1207871801'), (u'CALL_-1207872343', u'INDIRECT_-1207871875'), (u'COPY_-1207871852', u'MULTIEQUAL_-1207872039'), (u'INDIRECT_-1207871946', u'COPY_-1207871890'), (u'PTRADD_-1207871801', u'INT_NOTEQUAL_-1207872312'), ('const-0', u'COPY_-1207872648'), ('const--56', u'PTRSUB_-1207872012'), (u'CALL_-1207872417', u'INDIRECT_-1207871931'), (u'COPY_-1207872053', u'CALL_-1207872677'), (u'CALL_-1207872280', u'INDIRECT_-1207871865'), ('tmp_295', u'CBRANCH_-1207872502'), (u'INDIRECT_-1207871991', u'MULTIEQUAL_-1207871965'), ('tmp_382', u'CBRANCH_-1207872436'), (u'INDIRECT_-1207871971', u'INT_NOTEQUAL_-1207872439'), (u'CALL_-1207872417', u'INDIRECT_-1207871915'), ('tmp_1458', u'PTRSUB_-1207872011'), (u'LOAD_-1207872371', u'CALL_-1207872343'), ('tmp_1461', u'INT_ADD_-1207872689'), (u'CALL_-1207872280', u'INDIRECT_-1207871849'), (u'INDIRECT_-1207872045', u'INT_NOTEQUAL_-1207872575'), (u'INDIRECT_-1207871956', u'MULTIEQUAL_-1207871929'), (u'INDIRECT_-1207872030', u'MULTIEQUAL_-1207871965'), (u'INDIRECT_-1207872030', u'MULTIEQUAL_-1207871990'), ('const-3636842', u'COPY_-1207871876'), (u'MULTIEQUAL_-1207872102', u'PTRADD_-1207871801'), (u'INDIRECT_-1207871931', u'MULTIEQUAL_-1207871868'), (u'CALL_-1207872607', u'INDIRECT_-1207872045'), (u'CALL_-1207872343', u'INDIRECT_-1207871906'), (u'CALL_-1207872280', u'INDIRECT_-1207871880'), (u'CALL_-1207872487', u'CAST_-1207871872'), ('const-0', u'COPY_-1207872625'), (u'COPY_-1207871876', u'CALL_-1207872343'), ('tmp_556', u'CBRANCH_-1207872308'), (u'CAST_-1207871872', u'CALL_-1207872463'), (u'INDIRECT_-1207872045', u'MULTIEQUAL_-1207871981'), (u'CAST_-1207871996', u'STORE_-1207872703'), (u'COPY_-1207871947', u'CALL_-1207872487'), (u'CALL_-1207872463', u'INDIRECT_-1207871940'), (u'INDIRECT_-1207871906', u'MULTIEQUAL_-1207871912'), (u'CALL_-1207872487', u'INDIRECT_-1207871951'), (u'CALL_-1207872537', u'INDIRECT_-1207871991'), (u'CALL_-1207872343', u'INDIRECT_-1207871891')]
null
null
001e5310
x64
O2
(translation_unit "void FUN_001e5310(long param_1)\n\n{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}\n\n" (function_definition "void FUN_001e5310(long param_1)\n\n{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" primitive_type (function_declarator "FUN_001e5310(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined8 *local_30;" type_identifier (pointer_declarator "*local_30" * identifier) ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (expression_statement "FUN_002892c0(1);" (call_expression "FUN_002892c0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x9048) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x9048) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x9048)" * (cast_expression "(undefined1 *)(param_1 + 0x9048)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9048)" ( (binary_expression "param_1 + 0x9048" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar1 = (char *)gettext(" Supported targets:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported targets:\n")" identifier = (cast_expression "(char *)gettext(" Supported targets:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported targets:\n")" identifier (argument_list "(" Supported targets:\n")" ( (string_literal "" Supported targets:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "local_38 = (undefined8 *)0x0;" (assignment_expression "local_38 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_30 = (undefined8 *)0x0;" (assignment_expression "local_30 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) comment (expression_statement "FUN_00288e40(&local_38);" (call_expression "FUN_00288e40(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" identifier = identifier) ;) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" { (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);" do (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n }" { (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" identifier (argument_list "(" %s\n",*puVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar2" * identifier) ))) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_30 != puVar2)" ( (binary_expression "local_30 != puVar2" identifier != identifier) )) ;) })) (expression_statement "pcVar1 = (char *)gettext(" Supported emulations:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported emulations:\n")" identifier = (cast_expression "(char *)gettext(" Supported emulations:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported emulations:\n")" identifier (argument_list "(" Supported emulations:\n")" ( (string_literal "" Supported emulations:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (if_statement "if (local_38 != local_30) {\n local_30 = local_38;\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n local_30 = local_38;\n }" { (expression_statement "local_30 = local_38;" (assignment_expression "local_30 = local_38" identifier = identifier) ;) })) (expression_statement "FUN_00288da0(&local_38);" (call_expression "FUN_00288da0(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" identifier = identifier) ;) (expression_statement "puVar3 = local_30;" (assignment_expression "puVar3 = local_30" identifier = identifier) ;) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" { (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);" do (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n }" { (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" identifier (argument_list "(" %s\n",*puVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar2" * identifier) ))) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "puVar3 = local_38;" (assignment_expression "puVar3 = local_38" identifier = identifier) ;) }) while (parenthesized_expression "(local_30 != puVar2)" ( (binary_expression "local_30 != puVar2" identifier != identifier) )) ;) })) (if_statement "if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" ( (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_V(General_options * this, char * param_1, char * param_2,\n Command_line * param_3) */\n\nvoid __thiscall\ngold::General_options::parse_V\n (General_options *this,char *param_1,char *param_2,Command_line *param_3)\n\n{\n char *pcVar1;\n pointer ppcVar2;\n pointer ppcVar3;\n vector<char_const*,_std::allocator<char_const*>_> supported_names;\n \n print_version(true);\n this->printed_version_ = true;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n supported_target_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n }\n supported_emulation_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n if (ppcVar3 != (pointer)0x0) {\n operator_delete(ppcVar3);\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::parse_V\n (General_options *this,char *param_1,char *param_2,Command_line *param_3)\n\n{\n char *pcVar1;\n pointer ppcVar2;\n pointer ppcVar3;\n vector<char_const*,_std::allocator<char_const*>_> supported_names;\n \n print_version(true);\n this->printed_version_ = true;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n supported_target_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n }\n supported_emulation_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n if (ppcVar3 != (pointer)0x0) {\n operator_delete(ppcVar3);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::" identifier : : identifier : :) (function_declarator "parse_V\n (General_options *this,char *param_1,char *param_2,Command_line *param_3)" identifier (parameter_list "(General_options *this,char *param_1,char *param_2,Command_line *param_3)" ( (parameter_declaration "General_options *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n pointer ppcVar2;\n pointer ppcVar3;\n vector<char_const*,_std::allocator<char_const*>_> supported_names;\n \n print_version(true);\n this->printed_version_ = true;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish =\n (pointer)0x0;\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */\n supported_target_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n }\n supported_emulation_names(&supported_names);\n ppcVar2 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish;\n if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }\n if (ppcVar3 != (pointer)0x0) {\n operator_delete(ppcVar3);\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "pointer ppcVar2;" type_identifier identifier ;) (declaration "pointer ppcVar3;" type_identifier identifier ;) (ERROR "vector<char_const*,_std::" (comma_expression "vector<char_const*,_std" (binary_expression "vector<char_const" identifier < identifier) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_> supported_names;" (binary_expression "allocator<char_const*>_> supported_names" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) > identifier) ;) (expression_statement "print_version(true);" (call_expression "print_version(true)" identifier (argument_list "(true)" ( true ))) ;) (expression_statement "this->printed_version_ = true;" (assignment_expression "this->printed_version_ = true" (field_expression "this->printed_version_" identifier -> field_identifier) = true) ;) (expression_statement "pcVar1 = (char *)gettext(" Supported targets:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported targets:\n")" identifier = (cast_expression "(char *)gettext(" Supported targets:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported targets:\n")" identifier (argument_list "(" Supported targets:\n")" ( (string_literal "" Supported targets:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (ERROR "supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl._M_start =\n (pointer)0x0;" (assignment_expression "allocator<char_const*>_>._M_impl._M_start =\n (pointer)0x0" (field_expression "allocator<char_const*>_>._M_impl._M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl._M_finish =\n (pointer)0x0;" (assignment_expression "allocator<char_const*>_>._M_impl._M_finish =\n (pointer)0x0" (field_expression "allocator<char_const*>_>._M_impl._M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<char_const*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "allocator<char_const*>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) comment (expression_statement "supported_target_names(&supported_names);" (call_expression "supported_target_names(&supported_names)" identifier (argument_list "(&supported_names)" ( (pointer_expression "&supported_names" & identifier) ))) ;) (ERROR "ppcVar2 = supported_names.super__Vector_base<char_const*,_std::" (comma_expression "ppcVar2 = supported_names.super__Vector_base<char_const*,_std" (assignment_expression "ppcVar2 = supported_names.super__Vector_base<char_const" identifier = (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl.\n _M_start;" (field_expression "allocator<char_const*>_>._M_impl.\n _M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }" if (parenthesized_expression "(supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish)" ( (ERROR "supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : : (comma_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std" (binary_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const" (field_expression "allocator<char_const*>_>._M_impl._M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }" { (do_statement "do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);" do (compound_statement "{\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n }" { (expression_statement "printf(" %s\n",*ppcVar2);" (call_expression "printf(" %s\n",*ppcVar2)" identifier (argument_list "(" %s\n",*ppcVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*ppcVar2" * identifier) ))) ;) (expression_statement "ppcVar2 = ppcVar2 + 1;" (assignment_expression "ppcVar2 = ppcVar2 + 1" identifier = (binary_expression "ppcVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2)" ( (ERROR "supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : :) (binary_expression "allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2" (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (expression_statement "pcVar1 = (char *)gettext(" Supported emulations:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported emulations:\n")" identifier = (cast_expression "(char *)gettext(" Supported emulations:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported emulations:\n")" identifier (argument_list "(" Supported emulations:\n")" ( (string_literal "" Supported emulations:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (if_statement "if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n }" if (parenthesized_expression "(supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish)" ( (ERROR "supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : : (comma_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std" (binary_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const" (field_expression "allocator<char_const*>_>._M_impl._M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_start;\n }" { (ERROR "supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : : (comma_expression "allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const*,_std" (assignment_expression "allocator<char_const*>_>._M_impl._M_finish\n = supported_names.super__Vector_base<char_const" (field_expression "allocator<char_const*>_>._M_impl._M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl.\n _M_start;" (field_expression "allocator<char_const*>_>._M_impl.\n _M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) })) (expression_statement "supported_emulation_names(&supported_names);" (call_expression "supported_emulation_names(&supported_names)" identifier (argument_list "(&supported_names)" ( (pointer_expression "&supported_names" & identifier) ))) ;) (ERROR "ppcVar2 = supported_names.super__Vector_base<char_const*,_std::" (comma_expression "ppcVar2 = supported_names.super__Vector_base<char_const*,_std" (assignment_expression "ppcVar2 = supported_names.super__Vector_base<char_const" identifier = (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl.\n _M_start;" (field_expression "allocator<char_const*>_>._M_impl.\n _M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "ppcVar3 = supported_names.super__Vector_base<char_const*,_std::" (comma_expression "ppcVar3 = supported_names.super__Vector_base<char_const*,_std" (assignment_expression "ppcVar3 = supported_names.super__Vector_base<char_const" identifier = (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>._M_impl.\n _M_finish;" (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish) {\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }" if (parenthesized_expression "(supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish)" ( (ERROR "supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : : (comma_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const*,_std" (binary_expression "allocator<char_const*>_>._M_impl._M_start\n != supported_names.super__Vector_base<char_const" (field_expression "allocator<char_const*>_>._M_impl._M_start" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);\n }" { (do_statement "do {\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n } while (supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2);" do (compound_statement "{\n printf(" %s\n",*ppcVar2);\n ppcVar2 = ppcVar2 + 1;\n ppcVar3 = supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>.\n _M_impl._M_start;\n }" { (expression_statement "printf(" %s\n",*ppcVar2);" (call_expression "printf(" %s\n",*ppcVar2)" identifier (argument_list "(" %s\n",*ppcVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*ppcVar2" * identifier) ))) ;) (expression_statement "ppcVar2 = ppcVar2 + 1;" (assignment_expression "ppcVar2 = ppcVar2 + 1" identifier = (binary_expression "ppcVar2 + 1" identifier + number_literal)) ;) (ERROR "ppcVar3 = supported_names.super__Vector_base<char_const*,_std::" (comma_expression "ppcVar3 = supported_names.super__Vector_base<char_const*,_std" (assignment_expression "ppcVar3 = supported_names.super__Vector_base<char_const" identifier = (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier)) (ERROR "*" *) , identifier) : :) (expression_statement "allocator<char_const*>_>.\n _M_impl._M_start;" (field_expression "allocator<char_const*>_>.\n _M_impl._M_start" (field_expression "allocator<char_const*>_>.\n _M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) }) while (parenthesized_expression "(supported_names.super__Vector_base<char_const*,_std::allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2)" ( (ERROR "supported_names.super__Vector_base<char_const*,_std::" (comma_expression "supported_names.super__Vector_base<char_const*,_std" (binary_expression "supported_names.super__Vector_base<char_const" (field_expression "supported_names.super__Vector_base" identifier . field_identifier) < identifier) (ERROR "*" *) , identifier) : :) (binary_expression "allocator<char_const*>_>._M_impl.\n _M_finish != ppcVar2" (field_expression "allocator<char_const*>_>._M_impl.\n _M_finish" (field_expression "allocator<char_const*>_>._M_impl" (binary_expression "allocator<char_const*>_" (binary_expression "allocator<char_const" identifier < identifier) (ERROR "*" *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (if_statement "if (ppcVar3 != (pointer)0x0) {\n operator_delete(ppcVar3);\n }" if (parenthesized_expression "(ppcVar3 != (pointer)0x0)" ( (binary_expression "ppcVar3 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppcVar3);\n }" { (expression_statement "operator_delete(ppcVar3);" (call_expression "operator_delete(ppcVar3)" identifier (argument_list "(ppcVar3)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001e5310(long param_1)\n\n{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n \n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}\n\n" (function_definition "void FUN_001e5310(long param_1)\n\n{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n \n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" primitive_type (function_declarator "FUN_001e5310(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n \n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "undefined8 *local_30;" type_identifier (pointer_declarator "*local_30" * identifier) ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (expression_statement "FUN_002892c0(1);" (call_expression "FUN_002892c0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x9048) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x9048) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x9048)" * (cast_expression "(undefined1 *)(param_1 + 0x9048)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9048)" ( (binary_expression "param_1 + 0x9048" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar1 = (char *)gettext(" Supported targets:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported targets:\n")" identifier = (cast_expression "(char *)gettext(" Supported targets:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported targets:\n")" identifier (argument_list "(" Supported targets:\n")" ( (string_literal "" Supported targets:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (expression_statement "local_38 = (undefined8 *)0x0;" (assignment_expression "local_38 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_30 = (undefined8 *)0x0;" (assignment_expression "local_30 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "FUN_00288e40(&local_38);" (call_expression "FUN_00288e40(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" identifier = identifier) ;) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" { (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);" do (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n }" { (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" identifier (argument_list "(" %s\n",*puVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar2" * identifier) ))) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_30 != puVar2)" ( (binary_expression "local_30 != puVar2" identifier != identifier) )) ;) })) (expression_statement "pcVar1 = (char *)gettext(" Supported emulations:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported emulations:\n")" identifier = (cast_expression "(char *)gettext(" Supported emulations:\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(" Supported emulations:\n")" identifier (argument_list "(" Supported emulations:\n")" ( (string_literal "" Supported emulations:\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (if_statement "if (local_38 != local_30) {\n local_30 = local_38;\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n local_30 = local_38;\n }" { (expression_statement "local_30 = local_38;" (assignment_expression "local_30 = local_38" identifier = identifier) ;) })) (expression_statement "FUN_00288da0(&local_38);" (call_expression "FUN_00288da0(&local_38)" identifier (argument_list "(&local_38)" ( (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" identifier = identifier) ;) (expression_statement "puVar3 = local_30;" (assignment_expression "puVar3 = local_30" identifier = identifier) ;) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" if (parenthesized_expression "(local_38 != local_30)" ( (binary_expression "local_38 != local_30" identifier != identifier) )) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" { (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);" do (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n }" { (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" identifier (argument_list "(" %s\n",*puVar2)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar2" * identifier) ))) ;) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (expression_statement "puVar3 = local_38;" (assignment_expression "puVar3 = local_38" identifier = identifier) ;) }) while (parenthesized_expression "(local_30 != puVar2)" ( (binary_expression "local_30 != puVar2" identifier != identifier) )) ;) })) (if_statement "if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }" if (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" ( (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (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 ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( 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 ( (pointer_expression & 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 ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & 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 ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) ))) ;) (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 ( ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_001e5310(long param_1)\n\n{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n \n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001e5310(long param_1)" (identifier "FUN_001e5310") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n char *pcVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 *local_38;\n undefined8 *local_30;\n undefined8 local_28;\n \n FUN_002892c0(1);\n *(undefined1 *)(param_1 + 0x9048) = 1;\n pcVar1 = (char *)gettext(" Supported targets:\n");\n printf(pcVar1);\n local_38 = (undefined8 *)0x0;\n local_30 = (undefined8 *)0x0;\n local_28 = 0;\n \n FUN_00288e40(&local_38);\n puVar2 = local_38;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }\n pcVar1 = (char *)gettext(" Supported emulations:\n");\n printf(pcVar1);\n if (local_38 != local_30) {\n local_30 = local_38;\n }\n FUN_00288da0(&local_38);\n puVar2 = local_38;\n puVar3 = local_30;\n if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }\n if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }\n return;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined8 *local_38;" (type_identifier "undefined8") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "undefined8 *local_30;" (type_identifier "undefined8") (pointer_declarator "*local_30" (* "*") (identifier "local_30")) (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (expression_statement "FUN_002892c0(1);" (call_expression "FUN_002892c0(1)" (identifier "FUN_002892c0") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x9048) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x9048) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x9048)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x9048)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9048)" (( "(") (binary_expression "param_1 + 0x9048" (identifier "param_1") (+ "+") (number_literal "0x9048")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "pcVar1 = (char *)gettext(" Supported targets:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported targets:\n")" (identifier "pcVar1") (= "=") (cast_expression "(char *)gettext(" Supported targets:\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext(" Supported targets:\n")" (identifier "gettext") (argument_list "(" Supported targets:\n")" (( "(") (string_literal "" Supported targets:\n"" (" """) (string_content " Supported targets:") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" (identifier "printf") (argument_list "(pcVar1)" (( "(") (identifier "pcVar1") () ")"))) (; ";")) (expression_statement "local_38 = (undefined8 *)0x0;" (assignment_expression "local_38 = (undefined8 *)0x0" (identifier "local_38") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_30 = (undefined8 *)0x0;" (assignment_expression "local_30 = (undefined8 *)0x0" (identifier "local_30") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00288e40(&local_38);" (call_expression "FUN_00288e40(&local_38)" (identifier "FUN_00288e40") (argument_list "(&local_38)" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")"))) (; ";")) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" (identifier "puVar2") (= "=") (identifier "local_38")) (; ";")) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" (if "if") (parenthesized_expression "(local_38 != local_30)" (( "(") (binary_expression "local_38 != local_30" (identifier "local_38") (!= "!=") (identifier "local_30")) () ")")) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);\n }" ({ "{") (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n } while (local_30 != puVar2);" (do "do") (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n }" ({ "{") (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" (identifier "printf") (argument_list "(" %s\n",*puVar2)" (( "(") (string_literal "" %s\n"" (" """) (string_content " %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) () ")"))) (; ";")) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_30 != puVar2)" (( "(") (binary_expression "local_30 != puVar2" (identifier "local_30") (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (} "}"))) (expression_statement "pcVar1 = (char *)gettext(" Supported emulations:\n");" (assignment_expression "pcVar1 = (char *)gettext(" Supported emulations:\n")" (identifier "pcVar1") (= "=") (cast_expression "(char *)gettext(" Supported emulations:\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext(" Supported emulations:\n")" (identifier "gettext") (argument_list "(" Supported emulations:\n")" (( "(") (string_literal "" Supported emulations:\n"" (" """) (string_content " Supported emulations:") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "printf(pcVar1);" (call_expression "printf(pcVar1)" (identifier "printf") (argument_list "(pcVar1)" (( "(") (identifier "pcVar1") () ")"))) (; ";")) (if_statement "if (local_38 != local_30) {\n local_30 = local_38;\n }" (if "if") (parenthesized_expression "(local_38 != local_30)" (( "(") (binary_expression "local_38 != local_30" (identifier "local_38") (!= "!=") (identifier "local_30")) () ")")) (compound_statement "{\n local_30 = local_38;\n }" ({ "{") (expression_statement "local_30 = local_38;" (assignment_expression "local_30 = local_38" (identifier "local_30") (= "=") (identifier "local_38")) (; ";")) (} "}"))) (expression_statement "FUN_00288da0(&local_38);" (call_expression "FUN_00288da0(&local_38)" (identifier "FUN_00288da0") (argument_list "(&local_38)" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")"))) (; ";")) (expression_statement "puVar2 = local_38;" (assignment_expression "puVar2 = local_38" (identifier "puVar2") (= "=") (identifier "local_38")) (; ";")) (expression_statement "puVar3 = local_30;" (assignment_expression "puVar3 = local_30" (identifier "puVar3") (= "=") (identifier "local_30")) (; ";")) (if_statement "if (local_38 != local_30) {\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" (if "if") (parenthesized_expression "(local_38 != local_30)" (( "(") (binary_expression "local_38 != local_30" (identifier "local_38") (!= "!=") (identifier "local_30")) () ")")) (compound_statement "{\n do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);\n }" ({ "{") (do_statement "do {\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n } while (local_30 != puVar2);" (do "do") (compound_statement "{\n printf(" %s\n",*puVar2);\n puVar2 = puVar2 + 1;\n puVar3 = local_38;\n }" ({ "{") (expression_statement "printf(" %s\n",*puVar2);" (call_expression "printf(" %s\n",*puVar2)" (identifier "printf") (argument_list "(" %s\n",*puVar2)" (( "(") (string_literal "" %s\n"" (" """) (string_content " %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) () ")"))) (; ";")) (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar3 = local_38;" (assignment_expression "puVar3 = local_38" (identifier "puVar3") (= "=") (identifier "local_38")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_30 != puVar2)" (( "(") (binary_expression "local_30 != puVar2" (identifier "local_30") (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (} "}"))) (if_statement "if (puVar3 != (undefined8 *)0x0) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar3 != (undefined8 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_V(General_options * this, char * param_1, char * param_2, Command_line * param_3) */ void __thiscall gold::type_1::function_1 (type_1 *this,char *param_1,char *param_2,type_2 *param_3) { char *pcVar1; type_3 var_9; type_3 var_11; vector<var_2*,_std::var_1<var_2*>var_3> var_4; var_5(true); this->printed_version_ = true; pcVar1 = (char *)var_6(" Supported targets:\n"); var_7(pcVar1); var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_start = (type_3)0x0; var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_finish = (type_3)0x0; var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_end_of_storage = (type_3)0x0; /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */ var_8(&var_4); var_9 = var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_start; if (var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_start != var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish) { do { var_7(" %s\n",*var_9); var_9 = var_9 + 1; } while (var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish != var_9); } pcVar1 = (char *)var_6(" Supported emulations:\n"); var_7(pcVar1); if (var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_start != var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish) { var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_finish = var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_start; } var_10(&var_4); var_9 = var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_start; var_11 = var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish; if (var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl._M_start != var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish) { do { var_7(" %s\n",*var_9); var_9 = var_9 + 1; var_11 = var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>. _M_impl._M_start; } while (var_4.super__Vector_base<var_2*,_std::var_1<var_2*>var_3>._M_impl. _M_finish != var_9); } if (var_11 != (type_3)0x0) { var_12(var_11); } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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 (string_literal (string_content) (escape_sequence))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (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))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (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 (string_literal (string_content) (escape_sequence)) (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: (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))))) (return_statement))))
null
void MASKED(long param_1) { char *pcVar1; undefined8 *puVar2; undefined8 *puVar3; undefined8 *local_38; undefined8 *local_30; undefined8 local_28; FUN_002892c0(1); *(undefined1 *)(param_1 + 0x9048) = 1; pcVar1 = (char *)gettext(" Supported targets:\n"); printf(pcVar1); local_38 = (undefined8 *)0x0; local_30 = (undefined8 *)0x0; local_28 = 0; /* try { // try from 001e5362 to 001e53ec has its CatchHandler @ 001e540f */ FUN_00288e40(&local_38); puVar2 = local_38; if (local_38 != local_30) { do { printf(" %s\n",*puVar2); puVar2 = puVar2 + 1; } while (local_30 != puVar2); } pcVar1 = (char *)gettext(" Supported emulations:\n"); printf(pcVar1); if (local_38 != local_30) { local_30 = local_38; } FUN_00288da0(&local_38); puVar2 = local_38; puVar3 = local_30; if (local_38 != local_30) { do { printf(" %s\n",*puVar2); puVar2 = puVar2 + 1; puVar3 = local_38; } while (local_30 != puVar2); } if (puVar3 != (undefined8 *)0x0) { FUN_002dac60(); } return; }
6_i686-gnu-objdump_and_i686-gnu-objdump_strip.c
cplus_demangle_name_to_style
cplus_demangle_name_to_style
void cplus_demangle_name_to_style(void) { (*(code *)PTR_cplus_demangle_name_to_style_00155030)(); return; }
void cplus_demangle_name_to_style(void) { (*(code *)PTR_cplus_demangle_name_to_style_00155030)(); return; }
JMP qword ptr [0x00155030]
null
null
null
null
[(u'CALLIND_-1206947736', u'INDIRECT_-1206947676'), (u'CAST_-1206947671', u'CALLIND_-1206947736'), ('tmp_22', u'CAST_-1206947671'), ('const-0', u'RETURN_-1206947733'), (u'INDIRECT_-1206947676', u'COPY_-1206947735')]
[(u'CALLIND_-1206947736', u'INDIRECT_-1206947676'), (u'CAST_-1206947671', u'CALLIND_-1206947736'), ('tmp_22', u'CAST_-1206947671'), ('const-0', u'RETURN_-1206947733'), (u'INDIRECT_-1206947676', u'COPY_-1206947735')]
null
null
00107060
x64
O2
(translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_00155030)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_00155030" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_00155030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_00155030)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_00155030" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_00155030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_00155030)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_00155030" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_00155030" ( (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 cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" (primitive_type "void") (function_declarator "cplus_demangle_name_to_style(void)" (identifier "cplus_demangle_name_to_style") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_00155030)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_00155030)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_00155030)" (( "(") (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_00155030" (* "*") (cast_expression "(code *)PTR_cplus_demangle_name_to_style_00155030" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_cplus_demangle_name_to_style_00155030"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_cplus_demangle_name_to_style_00155030)(); 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_00155030)(); return; }
105_powerpc-linux-gnu-addr2line_and_powerpc-linux-gnu-addr2line_strip.c
bfd_nonfatal_message
FUN_00103e40
void bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...) { char in_AL; undefined4 uVar1; undefined8 uVar2; undefined8 in_R8; undefined8 in_R9; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_Qa; undefined8 in_XMM5_Qa; undefined8 in_XMM6_Qa; undefined8 in_XMM7_Qa; va_list args; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; if (in_AL != '\0') { local_a8 = in_XMM0_Qa; local_98 = in_XMM1_Qa; local_88 = in_XMM2_Qa; local_78 = in_XMM3_Qa; local_68 = in_XMM4_Qa; local_58 = in_XMM5_Qa; local_48 = in_XMM6_Qa; local_38 = in_XMM7_Qa; } local_b8 = in_R8; local_b0 = in_R9; uVar1 = bfd_get_error(); uVar2 = bfd_errmsg(uVar1); fflush(stdout); args[0].overflow_arg_area = &stack0x00000008; args[0].reg_save_area = local_d8; args[0].gp_offset = 0x20; args[0].fp_offset = 0x30; fputs(program_name,stderr); if (abfd != (bfd *)0x0) { if (filename == (char *)0x0) { filename = bfd_get_archive_filename(abfd); } if ((section != (asection *)0x0) && (section->name != (char *)0x0)) { fprintf(stderr,":%s[%s]",filename); goto LAB_00103f48; } } fprintf(stderr,":%s",filename); LAB_00103f48: if (format != (char *)0x0) { fwrite(&DAT_0010570a,1,2,stderr); vfprintf(stderr,format,args); } fprintf(stderr,": %s\n",uVar2); return; }
void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13, undefined8 param_14) { char in_AL; undefined4 uVar1; undefined8 uVar2; undefined4 local_f0; undefined4 local_ec; undefined1 *local_e8; undefined1 *local_e0; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; if (in_AL != '\0') { local_a8 = param_1; local_98 = param_2; local_88 = param_3; local_78 = param_4; local_68 = param_5; local_58 = param_6; local_48 = param_7; local_38 = param_8; } local_b8 = param_13; local_b0 = param_14; uVar1 = bfd_get_error(); uVar2 = bfd_errmsg(uVar1); fflush(stdout); local_e8 = &stack0x00000008; local_e0 = local_d8; local_f0 = 0x20; local_ec = 0x30; fputs(DAT_001084c0,stderr); if (param_10 != 0) { if (param_9 == 0) { param_9 = FUN_00103d50(param_10); } if ((param_11 != (long *)0x0) && (*param_11 != 0)) { fprintf(stderr,":%s[%s]",param_9); goto LAB_00103f48; } } fprintf(stderr,":%s",param_9); LAB_00103f48: if (param_12 != (char *)0x0) { fwrite(&DAT_0010570a,1,2,stderr); vfprintf(stderr,param_12,&local_f0); } fprintf(stderr,": %s\n",uVar2); return; }
PUSH R14 PUSH R13 MOV R13,RSI PUSH R12 MOV R12,RDX PUSH RBP MOV RBP,RCX PUSH RBX MOV RBX,RDI SUB RSP,0xd0 MOV qword ptr [RSP + 0x40],R8 MOV qword ptr [RSP + 0x48],R9 TEST AL,AL JZ 0x00103ea0 MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM1 MOVAPS xmmword ptr [RSP + 0x70],XMM2 MOVAPS xmmword ptr [RSP + 0x80],XMM3 MOVAPS xmmword ptr [RSP + 0x90],XMM4 MOVAPS xmmword ptr [RSP + 0xa0],XMM5 MOVAPS xmmword ptr [RSP + 0xb0],XMM6 MOVAPS xmmword ptr [RSP + 0xc0],XMM7 CALL 0x00102220 MOV EDI,EAX CALL 0x00102440 MOV RDI,qword ptr [0x00108400] MOV R14,RAX CALL 0x00102340 LEA RAX,[RSP + 0x100] MOV RSI,qword ptr [0x00108440] MOV RDI,qword ptr [0x001084c0] MOV qword ptr [RSP + 0x10],RAX LEA RAX,[RSP + 0x20] MOV dword ptr [RSP + 0x8],0x20 MOV dword ptr [RSP + 0xc],0x30 MOV qword ptr [RSP + 0x18],RAX CALL 0x001021f0 TEST R13,R13 JZ 0x00103f30 TEST RBX,RBX JZ 0x00103fb0 MOV RDI,qword ptr [0x00108440] TEST R12,R12 JZ 0x00103f37 MOV RCX,qword ptr [R12] TEST RCX,RCX JZ 0x00103f37 MOV RDX,RBX LEA RSI,[0x10587d] XOR EAX,EAX CALL 0x001022c0 JMP 0x00103f48 MOV RDI,qword ptr [0x00108440] MOV RDX,RBX LEA RSI,[0x105885] XOR EAX,EAX CALL 0x001022c0 MOV RDI,qword ptr [0x00108440] TEST RBP,RBP JZ 0x00103f88 MOV RCX,RDI MOV EDX,0x2 MOV ESI,0x1 LEA RDI,[0x10570a] CALL 0x00102470 MOV RDI,qword ptr [0x00108440] LEA RDX,[RSP + 0x8] MOV RSI,RBP CALL 0x00102420 MOV RDI,qword ptr [0x00108440] MOV RDX,R14 LEA RSI,[0x1056e2] XOR EAX,EAX CALL 0x001022c0 ADD RSP,0xd0 POP RBX POP RBP POP R12 POP R13 POP R14 RET MOV RDI,R13 CALL 0x00103d50 MOV RBX,RAX JMP 0x00103f03
null
null
null
null
[(u'CALL_-1206960182', u'INDIRECT_-1206959423'), (u'COPY_-1206959256', u'MULTIEQUAL_-1206959386'), (u'INDIRECT_-1206959346', u'MULTIEQUAL_-1206959266'), (u'INDIRECT_-1206959520', u'MULTIEQUAL_-1206959440'), ('tmp_290', u'CBRANCH_-1206960276'), (u'INDIRECT_-1206959090', u'MULTIEQUAL_-1206959259'), (u'CALL_-1206960068', u'INDIRECT_-1206959361'), ('tmp_687', u'INT_NOTEQUAL_-1206960277'), (u'CALL_-1206960062', u'INDIRECT_-1206959351'), (u'INDIRECT_-1206959141', u'MULTIEQUAL_-1206959132'), (u'INDIRECT_-1206959321', u'MULTIEQUAL_-1206959312'), (u'CALL_-1206960182', u'INDIRECT_-1206959261'), ('tmp_2272', u'COPY_-1206959259'), (u'INDIRECT_-1206959201', u'MULTIEQUAL_-1206959192'), (u'MULTIEQUAL_-1206959252', u'MULTIEQUAL_-1206959187'), (u'CALL_-1206960371', u'INDIRECT_-1206959623'), ('tmp_2302', u'COPY_-1206959254'), (u'CALL_-1206960403', u'INDIRECT_-1206959459'), (u'INDIRECT_-1206959256', u'MULTIEQUAL_-1206959176'), (u'INDIRECT_-1206959226', u'MULTIEQUAL_-1206959146'), ('tmp_3888', u'MULTIEQUAL_-1206959326'), ('tmp_3896', u'MULTIEQUAL_-1206959446'), (u'INDIRECT_-1206959111', u'MULTIEQUAL_-1206959097'), (u'INDIRECT_-1206959333', u'MULTIEQUAL_-1206959319'), (u'INT_NOTEQUAL_-1206960235', u'CBRANCH_-1206960234'), (u'INDIRECT_-1206959492', u'MULTIEQUAL_-1206959465'), (u'CALL_-1206960068', u'INDIRECT_-1206959347'), (u'INDIRECT_-1206959579', u'MULTIEQUAL_-1206959551'), (u'INDIRECT_-1206959353', u'MULTIEQUAL_-1206959521'), (u'INDIRECT_-1206959171', u'MULTIEQUAL_-1206959157'), (u'PTRSUB_-1206959081', u'LOAD_-1206960234'), ('const--240', u'PTRSUB_-1206958979'), (u'INDIRECT_-1206959478', u'MULTIEQUAL_-1206959398'), (u'INDIRECT_-1206959261', u'MULTIEQUAL_-1206959222'), (u'CALL_-1206959946', u'INDIRECT_-1206959268'), (u'CALL_-1206960095', u'INDIRECT_-1206959368'), (u'COPY_-1206959253', u'MULTIEQUAL_-1206959296'), (u'CALL_-1206960292', u'INDIRECT_-1206959492'), (u'CALL_-1206959946', u'INDIRECT_-1206959240'), (u'CALL_-1206960068', u'INDIRECT_-1206959375'), (u'COPY_-1206959258', u'MULTIEQUAL_-1206959446'), (u'COPY_-1206959255', u'MULTIEQUAL_-1206959356'), (u'MULTIEQUAL_-1206959493', u'MULTIEQUAL_-1206959440'), (u'CALL_-1206960403', u'CALL_-1206960391'), (u'CALL_-1206959946', u'INDIRECT_-1206959090'), (u'CALL_-1206960292', u'INDIRECT_-1206959549'), (u'CALL_-1206960391', u'INDIRECT_-1206959331'), (u'CALL_-1206960062', u'INDIRECT_-1206959407'), (u'CALL_-1206960028', u'INDIRECT_-1206959206'), (u'CALL_-1206960062', u'INDIRECT_-1206959171'), (u'CALL_-1206960062', u'INDIRECT_-1206959379'), (u'CALL_-1206960028', u'INDIRECT_-1206959322'), (u'INDIRECT_-1206959450', u'MULTIEQUAL_-1206959423'), (u'CALL_-1206960391', u'INDIRECT_-1206959639'), (u'MULTIEQUAL_-1206959312', u'MULTIEQUAL_-1206959247'), (u'CALL_-1206960095', u'INDIRECT_-1206959132'), (u'INDIRECT_-1206959296', u'MULTIEQUAL_-1206959465'), (u'CALL_-1206960182', u'INDIRECT_-1206959201'), (u'MULTIEQUAL_-1206959132', u'MULTIEQUAL_-1206959067'), (u'CALL_-1206960403', u'INDIRECT_-1206959429'), ('tmp_2054', u'COPY_-1206959253'), (u'CALL_-1206960062', u'INDIRECT_-1206959231'), (u'CALL_-1206959946', u'INDIRECT_-1206959180'), (u'CALL_-1206960068', u'INDIRECT_-1206959434'), (u'INT_NOTEQUAL_-1206960277', u'CBRANCH_-1206960276'), (u'CALL_-1206960182', u'INDIRECT_-1206959524'), ('const-1070858', u'PTRSUB_-1206958997'), ('tmp_2284', u'COPY_-1206959257'), (u'MULTIEQUAL_-1206959370', u'MULTIEQUAL_-1206959305'), (u'CALL_-1206959946', u'INDIRECT_-1206959383'), ('tmp_442', u'CBRANCH_-1206960126'), (u'COPY_-1206959129', u'CALL_-1206960182'), (u'CALL_-1206960062', u'INDIRECT_-1206959201'), (u'MULTIEQUAL_-1206959437', u'MULTIEQUAL_-1206959384'), (u'CALL_-1206960095', u'INDIRECT_-1206959312'), (u'CALL_-1206960028', u'INDIRECT_-1206959409'), (u'INDIRECT_-1206959464', u'MULTIEQUAL_-1206959437'), (u'MULTIEQUAL_-1206959398', u'MULTIEQUAL_-1206959333'), (u'CALL_-1206960095', u'INDIRECT_-1206959382'), (u'CALL_-1206960403', u'INDIRECT_-1206959632'), (u'INDIRECT_-1206959210', u'MULTIEQUAL_-1206959379'), (u'MULTIEQUAL_-1206959454', u'MULTIEQUAL_-1206959389'), ('tmp_689', u'INT_NOTEQUAL_-1206960127'), (u'INDIRECT_-1206959520', u'MULTIEQUAL_-1206959493'), ('tmp_3886', u'MULTIEQUAL_-1206959296'), (u'INDIRECT_-1206959286', u'MULTIEQUAL_-1206959206'), (u'INDIRECT_-1206959376', u'MULTIEQUAL_-1206959349'), (u'CALL_-1206960182', u'INDIRECT_-1206959291'), (u'CALL_-1206960095', u'INDIRECT_-1206959222'), (u'INDIRECT_-1206959465', u'MULTIEQUAL_-1206959426'), (u'COPY_-1206959257', u'MULTIEQUAL_-1206959416'), (u'CALL_-1206960371', u'INDIRECT_-1206959345'), (u'CALL_-1206960292', u'INDIRECT_-1206959316'), (u'CALL_-1206960062', u'INDIRECT_-1206959365'), (u'INDIRECT_-1206959409', u'MULTIEQUAL_-1206959370'), (u'CALL_-1206960028', u'INDIRECT_-1206959294'), (u'CALL_-1206959946', u'INDIRECT_-1206959060'), (u'CALL_-1206960028', u'INDIRECT_-1206959308'), (u'MULTIEQUAL_-1206959404', u'CALL_-1206960028'), (u'INT_NOTEQUAL_-1206960214', u'CBRANCH_-1206960213'), (u'CALL_-1206960371', u'INDIRECT_-1206959509'), (u'CALL_-1206960292', u'INDIRECT_-1206959520'), (u'INDIRECT_-1206959286', u'MULTIEQUAL_-1206959259'), (u'CALL_-1206960391', u'INDIRECT_-1206959525'), (u'MULTIEQUAL_-1206959356', u'MULTIEQUAL_-1206959291'), (u'CALL_-1206960391', u'INDIRECT_-1206959301'), (u'INDIRECT_-1206959351', u'MULTIEQUAL_-1206959342'), (u'INDIRECT_-1206959347', u'MULTIEQUAL_-1206959333'), (u'INDIRECT_-1206959305', u'MULTIEQUAL_-1206959291'), (u'CALL_-1206960095', u'INDIRECT_-1206959192'), (u'MULTIEQUAL_-1206959465', u'MULTIEQUAL_-1206959412'), (u'CALL_-1206960062', u'INDIRECT_-1206959291'), (u'INDIRECT_-1206959231', u'MULTIEQUAL_-1206959222'), (u'INDIRECT_-1206959150', u'MULTIEQUAL_-1206959319'), (u'CALL_-1206960371', u'INDIRECT_-1206959375'), (u'INDIRECT_-1206959423', u'MULTIEQUAL_-1206959384'), (u'INDIRECT_-1206959201', u'MULTIEQUAL_-1206959162'), (u'CALL_-1206960391', u'INDIRECT_-1206959361'), (u'CALL_-1206960292', u'INDIRECT_-1206959564'), (u'INDIRECT_-1206959479', u'MULTIEQUAL_-1206959469'), (u'MULTIEQUAL_-1206959484', u'MULTIEQUAL_-1206959419'), ('tmp_2139', u'INT_NOTEQUAL_-1206960489'), (u'INDIRECT_-1206959379', u'MULTIEQUAL_-1206959370'), (u'MULTIEQUAL_-1206959469', u'MULTIEQUAL_-1206959404'), (u'CALL_-1206960068', u'INDIRECT_-1206959291'), (u'INDIRECT_-1206959421', u'MULTIEQUAL_-1206959412'), (u'MULTIEQUAL_-1206959412', u'MULTIEQUAL_-1206959347'), (u'INDIRECT_-1206959376', u'MULTIEQUAL_-1206959296'), (u'INDIRECT_-1206959261', u'MULTIEQUAL_-1206959252'), (u'CALL_-1206960292', u'INDIRECT_-1206959436'), (u'MULTIEQUAL_-1206959876', u'CALL_-1206960062'), (u'INDIRECT_-1206959171', u'MULTIEQUAL_-1206959132'), ('const--216', u'PTRSUB_-1206959139'), (u'CALL_-1206960292', u'INDIRECT_-1206959226'), ('tmp_375', u'CBRANCH_-1206960213'), (u'CALL_-1206960068', u'INDIRECT_-1206959419'), (u'CALL_-1206960028', u'INDIRECT_-1206959336'), (u'INDIRECT_-1206959494', u'MULTIEQUAL_-1206959454'), (u'INDIRECT_-1206959381', u'MULTIEQUAL_-1206959342'), (u'MULTIEQUAL_-1206959259', u'MULTIEQUAL_-1206959206'), (u'CALL_-1206960068', u'INDIRECT_-1206959333'), ('const-0', u'INT_NOTEQUAL_-1206960214'), (u'MULTIEQUAL_-1206959192', u'MULTIEQUAL_-1206959127'), (u'CALL_-1206960371', u'INDIRECT_-1206959315'), ('tmp_415', u'BRANCH_-1206960179'), (u'CALL_-1206960068', u'INDIRECT_-1206959319'), (u'COPY_-1206959097', u'CALL_-1206960062'), (u'CALL_-1206960403', u'INDIRECT_-1206959489'), (u'INDIRECT_-1206959549', u'MULTIEQUAL_-1206959521'), (u'INDIRECT_-1206959261', u'MULTIEQUAL_-1206959247'), (u'INDIRECT_-1206959623', u'CALL_-1206960292'), (u'INDIRECT_-1206959409', u'COPY_-1206959448'), (u'INDIRECT_-1206959256', u'MULTIEQUAL_-1206959229'), (u'INDIRECT_-1206959395', u'MULTIEQUAL_-1206959356'), (u'INDIRECT_-1206959506', u'MULTIEQUAL_-1206959479'), ('tmp_2266', u'COPY_-1206959260'), (u'CALL_-1206960062', u'INDIRECT_-1206959321'), (u'CALL_-1206960391', u'INDIRECT_-1206959539'), ('tmp_686', u'MULTIEQUAL_-1206959876'), (u'MULTIEQUAL_-1206959423', u'MULTIEQUAL_-1206959370'), ('const-1071237', u'COPY_-1206959097'), (u'INDIRECT_-1206959506', u'MULTIEQUAL_-1206959426'), (u'CALL_-1206960068', u'INDIRECT_-1206959111'), (u'CALL_-1206960182', u'INDIRECT_-1206959409'), (u'CALL_-1206959946', u'INDIRECT_-1206959120'), (u'MULTIEQUAL_-1206959409', u'MULTIEQUAL_-1206959356'), (u'INDIRECT_-1206959291', u'MULTIEQUAL_-1206959277'), (u'INT_EQUAL_-1206960263', u'CBRANCH_-1206960261'), ('const-433', u'LOAD_-1206960234'), (u'INDIRECT_-1206959324', u'MULTIEQUAL_-1206959493'), (u'CALL_-1206960371', u'INDIRECT_-1206959495'), ('const-32', u'COPY_-1206960328'), ('tmp_688', u'PTRSUB_-1206959081'), (u'CALL_-1206960182', u'INDIRECT_-1206959451'), (u'CALL_-1206959946', u'INDIRECT_-1206959210'), (u'MULTIEQUAL_-1206959282', u'MULTIEQUAL_-1206959217'), (u'INDIRECT_-1206959291', u'MULTIEQUAL_-1206959282'), (u'CALL_-1206960391', u'INDIRECT_-1206959391'), ('tmp_2044', u'PTRSUB_-1206958979'), (u'INT_NOTEQUAL_-1206960127', u'CBRANCH_-1206960126'), (u'CALL_-1206960403', u'INDIRECT_-1206959547'), (u'INDIRECT_-1206959379', u'COPY_-1206959418'), (u'INDIRECT_-1206959310', u'MULTIEQUAL_-1206959479'), ('const-8', u'PTRSUB_-1206959167'), (u'INDIRECT_-1206959436', u'MULTIEQUAL_-1206959356'), ('tmp_3892', u'MULTIEQUAL_-1206959386'), ('tmp_686', u'INT_EQUAL_-1206960263'), (u'CALL_-1206960371', u'INDIRECT_-1206959523'), ('const-48', u'COPY_-1206960317'), (u'CALL_-1206960095', u'INDIRECT_-1206959162'), (u'CALL_-1206960403', u'INDIRECT_-1206959647'), (u'CALL_-1206960182', u'INDIRECT_-1206959465'), (u'CALL_-1206959946', u'INDIRECT_-1206959254'), (u'CALL_-1206960371', u'INDIRECT_-1206959638'), (u'MULTIEQUAL_-1206959349', u'MULTIEQUAL_-1206959296'), (u'CALL_-1206960028', u'INDIRECT_-1206959086'), (u'CALL_-1206959946', u'INDIRECT_-1206959353'), ('const-1', u'CALL_-1206960095'), (u'INDIRECT_-1206959451', u'MULTIEQUAL_-1206959412'), (u'INDIRECT_-1206959436', u'MULTIEQUAL_-1206959409'), (u'CALL_-1206960062', u'INDIRECT_-1206959261'), ('tmp_3890', u'MULTIEQUAL_-1206959356'), (u'INDIRECT_-1206959478', u'MULTIEQUAL_-1206959451'), (u'MULTIEQUAL_-1206959319', u'MULTIEQUAL_-1206959266'), (u'INDIRECT_-1206959419', u'MULTIEQUAL_-1206959404'), (u'INDIRECT_-1206959579', u'MULTIEQUAL_-1206959498'), (u'INDIRECT_-1206959316', u'MULTIEQUAL_-1206959289'), (u'CALL_-1206960182', u'INDIRECT_-1206959351'), ('tmp_316', u'CBRANCH_-1206960261'), ('const-0', u'INT_NOTEQUAL_-1206960127'), (u'CALL_-1206960292', u'INDIRECT_-1206959579'), (u'MULTIEQUAL_-1206959342', u'MULTIEQUAL_-1206959277'), ('tmp_689', u'CALL_-1206960068'), (u'CALL_-1206960391', u'INDIRECT_-1206959481'), (u'CALL_-1206960095', u'INDIRECT_-1206959326'), (u'CALL_-1206960028', u'INDIRECT_-1206959379'), (u'CALL_-1206960391', u'CALL_-1206960028'), (u'MULTIEQUAL_-1206959929', u'CALL_-1206960182'), (u'INDIRECT_-1206959654', u'CALL_-1206960371'), (u'MULTIEQUAL_-1206959162', u'MULTIEQUAL_-1206959097'), (u'INDIRECT_-1206959171', u'MULTIEQUAL_-1206959162'), (u'CALL_-1206960403', u'INDIRECT_-1206959399'), (u'INDIRECT_-1206959564', u'MULTIEQUAL_-1206959483'), (u'CALL_-1206959946', u'INDIRECT_-1206959310'), (u'CALL_-1206960068', u'INDIRECT_-1206959171'), (u'INDIRECT_-1206959060', u'MULTIEQUAL_-1206959229'), (u'CALL_-1206960403', u'INDIRECT_-1206959369'), (u'INDIRECT_-1206959450', u'MULTIEQUAL_-1206959370'), (u'CALL_-1206960182', u'INDIRECT_-1206959494'), (u'CALL_-1206960068', u'INDIRECT_-1206959201'), (u'CALL_-1206960292', u'INDIRECT_-1206959406'), ('const-0', u'PTRSUB_-1206959081'), (u'INDIRECT_-1206959549', u'MULTIEQUAL_-1206959468'), (u'INDIRECT_-1206959201', u'MULTIEQUAL_-1206959187'), ('const-0', u'INT_EQUAL_-1206960263'), (u'CALL_-1206960182', u'INDIRECT_-1206959381'), ('tmp_2308', u'COPY_-1206959253'), (u'CALL_-1206960095', u'INDIRECT_-1206959425'), (u'INDIRECT_-1206959608', u'CALL_-1206960292'), (u'INDIRECT_-1206959141', u'MULTIEQUAL_-1206959127'), (u'CALL_-1206960182', u'INDIRECT_-1206959231'), (u'CALL_-1206960028', u'INDIRECT_-1206959056'), (u'CALL_-1206960062', u'INDIRECT_-1206959421'), (u'CALL_-1206960403', u'INDIRECT_-1206959309'), (u'MULTIEQUAL_-1206959384', u'MULTIEQUAL_-1206959319'), (u'INDIRECT_-1206959361', u'MULTIEQUAL_-1206959347'), (u'CALL_-1206960391', u'INDIRECT_-1206959451'), (u'CALL_-1206959946', u'INDIRECT_-1206959282'), (u'CALL_-1206960095', u'INDIRECT_-1206959396'), (u'CALL_-1206960391', u'INDIRECT_-1206959421'), (u'CALL_-1206960028', u'INDIRECT_-1206959266'), (u'COPY_-1206959254', u'MULTIEQUAL_-1206959326'), (u'CALL_-1206960028', u'INDIRECT_-1206959146'), ('tmp_650', u'BRANCH_-1206959939'), (u'CALL_-1206960292', u'INDIRECT_-1206959376'), (u'INDIRECT_-1206959180', u'MULTIEQUAL_-1206959349'), (u'INDIRECT_-1206959440', u'CALL_-1206960068'), ('const-1071229', u'COPY_-1206959129'), (u'COPY_-1206959259', u'MULTIEQUAL_-1206959476'), (u'INDIRECT_-1206959435', u'MULTIEQUAL_-1206959426'), (u'INDIRECT_-1206959404', u'MULTIEQUAL_-1206959389'), (u'INDIRECT_-1206959282', u'MULTIEQUAL_-1206959451'), ('tmp_2278', u'COPY_-1206959258'), (u'INDIRECT_-1206959406', u'MULTIEQUAL_-1206959379'), (u'COPY_-1206959019', u'CALL_-1206960028'), ('const-2', u'CALL_-1206960095'), (u'INDIRECT_-1206959081', u'MULTIEQUAL_-1206959067'), (u'COPY_-1206959260', u'MULTIEQUAL_-1206959506'), ('tmp_114', u'CBRANCH_-1206960489'), (u'CALL_-1206960028', u'INDIRECT_-1206959350'), (u'MULTIEQUAL_-1206959469', u'CALL_-1206960095'), (u'INDIRECT_-1206959319', u'MULTIEQUAL_-1206959305'), (u'CALL_-1206960182', u'INDIRECT_-1206959321'), (u'CALL_-1206960095', u'INDIRECT_-1206959354'), (u'CALL_-1206960292', u'INDIRECT_-1206959346'), (u'CALL_-1206960068', u'INDIRECT_-1206959404'), (u'INDIRECT_-1206959524', u'MULTIEQUAL_-1206959484'), (u'CALL_-1206960403', u'INDIRECT_-1206959533'), ('tmp_344', u'CBRANCH_-1206960234'), (u'LOAD_-1206960234', u'INT_NOTEQUAL_-1206960214'), (u'CALL_-1206960062', u'INDIRECT_-1206959393'), (u'CALL_-1206960095', u'INDIRECT_-1206959340'), (u'INT_NOTEQUAL_-1206960489', u'CBRANCH_-1206960489'), (u'MULTIEQUAL_-1206959929', u'MULTIEQUAL_-1206959876'), (u'CALL_-1206960292', u'INDIRECT_-1206959286'), (u'CALL_-1206960182', u'INDIRECT_-1206959395'), ('tmp_3898', u'MULTIEQUAL_-1206959476'), (u'CALL_-1206960028', u'INDIRECT_-1206959176'), (u'MULTIEQUAL_-1206959483', u'CALL_-1206960062'), (u'CALL_-1206959946', u'INDIRECT_-1206959368'), (u'INDIRECT_-1206959268', u'MULTIEQUAL_-1206959437'), (u'MULTIEQUAL_-1206959289', u'MULTIEQUAL_-1206959236'), (u'CALL_-1206960062', u'INDIRECT_-1206959479'), (u'CALL_-1206960391', u'INDIRECT_-1206959624'), (u'CALL_-1206960391', u'INDIRECT_-1206959511'), (u'MULTIEQUAL_-1206959521', u'MULTIEQUAL_-1206959468'), (u'CALL_-1206960095', u'INDIRECT_-1206959102'), (u'CALL_-1206960068', u'INDIRECT_-1206959141'), (u'CALL_-1206960095', u'INDIRECT_-1206959282'), ('tmp_687', u'CALL_-1206959946'), (u'MULTIEQUAL_-1206959222', u'MULTIEQUAL_-1206959157'), (u'CALL_-1206960068', u'INDIRECT_-1206959261'), ('tmp_3900', u'MULTIEQUAL_-1206959506'), (u'CALL_-1206960403', u'INDIRECT_-1206959339'), (u'CALL_-1206960371', u'INDIRECT_-1206959435'), (u'INDIRECT_-1206959254', u'MULTIEQUAL_-1206959423'), (u'CALL_-1206960292', u'INDIRECT_-1206959450'), (u'CALL_-1206959946', u'INDIRECT_-1206959150'), (u'INDIRECT_-1206959231', u'MULTIEQUAL_-1206959217'), (u'INDIRECT_-1206959120', u'MULTIEQUAL_-1206959289'), (u'CALL_-1206960062', u'INDIRECT_-1206959141'), ('tmp_2053', u'COPY_-1206959254'), (u'INDIRECT_-1206959509', u'MULTIEQUAL_-1206959469'), (u'CALL_-1206960292', u'INDIRECT_-1206959256'), (u'MULTIEQUAL_-1206959379', u'MULTIEQUAL_-1206959326'), (u'CALL_-1206960391', u'INDIRECT_-1206959654'), (u'INDIRECT_-1206959368', u'MULTIEQUAL_-1206959536'), (u'INDIRECT_-1206959291', u'MULTIEQUAL_-1206959252'), (u'INDIRECT_-1206959494', u'MULTIEQUAL_-1206959484'), (u'MULTIEQUAL_-1206959536', u'MULTIEQUAL_-1206959483'), (u'CALL_-1206960371', u'INDIRECT_-1206959465'), (u'MULTIEQUAL_-1206959199', u'MULTIEQUAL_-1206959146'), (u'INDIRECT_-1206959394', u'COPY_-1206959433'), (u'MULTIEQUAL_-1206959229', u'MULTIEQUAL_-1206959176'), (u'INDIRECT_-1206959365', u'MULTIEQUAL_-1206959356'), (u'CALL_-1206960095', u'INDIRECT_-1206959252'), (u'INDIRECT_-1206959407', u'MULTIEQUAL_-1206959398'), (u'INDIRECT_-1206959240', u'MULTIEQUAL_-1206959409'), (u'CALL_-1206960403', u'INDIRECT_-1206959662'), ('tmp_3894', u'MULTIEQUAL_-1206959416'), (u'CALL_-1206960182', u'INDIRECT_-1206959171'), ('const-0', u'PTRSUB_-1206958997'), (u'CALL_-1206960182', u'INDIRECT_-1206959437'), (u'MULTIEQUAL_-1206959551', u'MULTIEQUAL_-1206959498'), (u'INDIRECT_-1206959406', u'MULTIEQUAL_-1206959326'), (u'INDIRECT_-1206959464', u'MULTIEQUAL_-1206959454'), (u'CALL_-1206960068', u'INDIRECT_-1206959081'), (u'CALL_-1206960028', u'INDIRECT_-1206959280'), (u'INDIRECT_-1206959346', u'MULTIEQUAL_-1206959319'), (u'CALL_-1206960182', u'INDIRECT_-1206959509'), (u'INDIRECT_-1206959492', u'MULTIEQUAL_-1206959412'), (u'INDIRECT_-1206959231', u'MULTIEQUAL_-1206959192'), (u'MULTIEQUAL_-1206959479', u'MULTIEQUAL_-1206959426'), ('const-0', u'INT_NOTEQUAL_-1206960277'), (u'CALL_-1206959946', u'INDIRECT_-1206959324'), (u'INDIRECT_-1206959321', u'MULTIEQUAL_-1206959282'), (u'CALL_-1206960292', u'INDIRECT_-1206959506'), (u'INDIRECT_-1206959434', u'MULTIEQUAL_-1206959419'), (u'INDIRECT_-1206959564', u'MULTIEQUAL_-1206959536'), (u'INDIRECT_-1206959351', u'MULTIEQUAL_-1206959312'), (u'CALL_-1206960371', u'INDIRECT_-1206959405'), ('const-1070818', u'COPY_-1206959019'), ('const-0', u'INT_NOTEQUAL_-1206960489'), (u'CALL_-1206960062', u'INDIRECT_-1206959494'), (u'PTRSUB_-1206958997', u'CALL_-1206960095'), ('const-0', u'RETURN_-1206959973'), (u'CALL_-1206959946', u'INDIRECT_-1206959030'), (u'CALL_-1206960068', u'INDIRECT_-1206959305'), (u'PTRSUB_-1206958979', u'CALL_-1206960068'), (u'CALL_-1206960371', u'INDIRECT_-1206959285'), (u'CALL_-1206960068', u'INDIRECT_-1206959231'), (u'CALL_-1206960028', u'INDIRECT_-1206959116'), (u'CALL_-1206960028', u'INDIRECT_-1206959236'), (u'CALL_-1206960028', u'INDIRECT_-1206959394'), (u'CALL_-1206960062', u'INDIRECT_-1206959464'), (u'MULTIEQUAL_-1206959451', u'MULTIEQUAL_-1206959398'), ('tmp_688', u'INT_NOTEQUAL_-1206960235'), (u'CALL_-1206959946', u'INDIRECT_-1206959296'), (u'CALL_-1206960095', u'INDIRECT_-1206959440'), ('tmp_686', u'MULTIEQUAL_-1206959929'), (u'INDIRECT_-1206959030', u'MULTIEQUAL_-1206959199'), (u'INDIRECT_-1206959226', u'MULTIEQUAL_-1206959199'), (u'MULTIEQUAL_-1206959426', u'MULTIEQUAL_-1206959361'), (u'INDIRECT_-1206959375', u'MULTIEQUAL_-1206959361'), ('tmp_2044', u'PTRSUB_-1206959139'), ('tmp_2296', u'COPY_-1206959255'), (u'CALL_-1206960371', u'INDIRECT_-1206959608'), ('tmp_2044', u'PTRSUB_-1206959167'), (u'CALL_-1206960292', u'INDIRECT_-1206959478'), ('const-0', u'INT_NOTEQUAL_-1206960235'), (u'INDIRECT_-1206959383', u'MULTIEQUAL_-1206959551'), (u'CALL_-1206960403', u'INDIRECT_-1206959519'), (u'INDIRECT_-1206959316', u'MULTIEQUAL_-1206959236'), (u'CALL_-1206960062', u'INDIRECT_-1206959435'), (u'INDIRECT_-1206959464', u'MULTIEQUAL_-1206959384'), ('tmp_2290', u'COPY_-1206959256'), (u'MULTIEQUAL_-1206959536', u'CALL_-1206960182'), (u'CALL_-1206960292', u'INDIRECT_-1206959464'), (u'INDIRECT_-1206959393', u'MULTIEQUAL_-1206959384'), (u'INDIRECT_-1206959437', u'MULTIEQUAL_-1206959398'), (u'CALL_-1206959946', u'MULTIEQUAL_-1206959929'), (u'CALL_-1206960095', u'INDIRECT_-1206959455')]
[('tmp_3976', u'MULTIEQUAL_-1206959401'), (u'CALL_-1206960062', u'INDIRECT_-1206959392'), ('tmp_290', u'CBRANCH_-1206960276'), (u'CALL_-1206960182', u'INDIRECT_-1206959336'), (u'MULTIEQUAL_-1206959464', u'MULTIEQUAL_-1206959411'), (u'CALL_-1206960062', u'INDIRECT_-1206959449'), (u'CALL_-1206960292', u'INDIRECT_-1206959271'), (u'INDIRECT_-1206959075', u'MULTIEQUAL_-1206959244'), ('const-433', u'LOAD_-1206960234'), (u'INDIRECT_-1206959361', u'MULTIEQUAL_-1206959281'), (u'INDIRECT_-1206959306', u'MULTIEQUAL_-1206959267'), (u'INDIRECT_-1206959449', u'MULTIEQUAL_-1206959439'), (u'CALL_-1206960182', u'INDIRECT_-1206959380'), ('tmp_3972', u'MULTIEQUAL_-1206959341'), (u'CALL_-1206960371', u'INDIRECT_-1206959623'), (u'INDIRECT_-1206959394', u'MULTIEQUAL_-1206959355'), (u'CALL_-1206959946', u'INDIRECT_-1206959015'), (u'INDIRECT_-1206959436', u'MULTIEQUAL_-1206959397'), (u'MULTIEQUAL_-1206959436', u'MULTIEQUAL_-1206959383'), (u'COPY_-1206959244', u'MULTIEQUAL_-1206959431'), (u'MULTIEQUAL_-1206959422', u'MULTIEQUAL_-1206959369'), (u'CALL_-1206960391', u'INDIRECT_-1206959524'), (u'CALL_-1206960068', u'INDIRECT_-1206959096'), (u'CALL_-1206960062', u'INDIRECT_-1206959126'), ('const-1070858', u'PTRSUB_-1206958982'), (u'CALL_-1206960028', u'INDIRECT_-1206959307'), (u'CALL_-1206960068', u'INDIRECT_-1206959304'), (u'INDIRECT_-1206959346', u'MULTIEQUAL_-1206959332'), (u'INDIRECT_-1206959420', u'MULTIEQUAL_-1206959411'), (u'MULTIEQUAL_-1206959327', u'MULTIEQUAL_-1206959262'), (u'CALL_-1206960182', u'INDIRECT_-1206959186'), (u'INT_NOTEQUAL_-1206960235', u'CBRANCH_-1206960234'), (u'INDIRECT_-1206959422', u'MULTIEQUAL_-1206959383'), (u'CALL_-1206960028', u'INDIRECT_-1206959251'), (u'CALL_-1206960371', u'INDIRECT_-1206959480'), (u'CALL_-1206960292', u'INDIRECT_-1206959391'), (u'INDIRECT_-1206959353', u'MULTIEQUAL_-1206959521'), (u'CALL_-1206959946', u'INDIRECT_-1206959281'), (u'INDIRECT_-1206959186', u'MULTIEQUAL_-1206959172'), (u'INDIRECT_-1206959491', u'MULTIEQUAL_-1206959464'), (u'CALL_-1206960391', u'INDIRECT_-1206959286'), (u'INDIRECT_-1206959241', u'MULTIEQUAL_-1206959161'), (u'COPY_-1206959004', u'CALL_-1206960028'), (u'INDIRECT_-1206959105', u'MULTIEQUAL_-1206959274'), (u'INDIRECT_-1206959246', u'MULTIEQUAL_-1206959237'), (u'INDIRECT_-1206959126', u'MULTIEQUAL_-1206959117'), (u'INDIRECT_-1206959290', u'MULTIEQUAL_-1206959276'), (u'CALL_-1206960095', u'INDIRECT_-1206959311'), (u'INDIRECT_-1206959360', u'MULTIEQUAL_-1206959346'), (u'CALL_-1206960095', u'INDIRECT_-1206959237'), (u'CALL_-1206960068', u'INDIRECT_-1206959066'), (u'CALL_-1206960391', u'INDIRECT_-1206959466'), (u'CALL_-1206960068', u'INDIRECT_-1206959360'), (u'CALL_-1206960403', u'CALL_-1206960391'), (u'INDIRECT_-1206959126', u'MULTIEQUAL_-1206959112'), (u'CALL_-1206960292', u'INDIRECT_-1206959549'), (u'CALL_-1206960371', u'INDIRECT_-1206959593'), (u'CALL_-1206960062', u'INDIRECT_-1206959246'), (u'INDIRECT_-1206959534', u'MULTIEQUAL_-1206959453'), (u'INDIRECT_-1206959425', u'CALL_-1206960068'), (u'CALL_-1206960403', u'INDIRECT_-1206959617'), (u'INDIRECT_-1206959225', u'MULTIEQUAL_-1206959394'), (u'MULTIEQUAL_-1206959177', u'MULTIEQUAL_-1206959112'), (u'CALL_-1206960391', u'INDIRECT_-1206959639'), (u'CALL_-1206959946', u'INDIRECT_-1206959295'), (u'INDIRECT_-1206959406', u'MULTIEQUAL_-1206959397'), (u'INDIRECT_-1206959276', u'MULTIEQUAL_-1206959237'), (u'INDIRECT_-1206959186', u'MULTIEQUAL_-1206959147'), (u'CALL_-1206960182', u'INDIRECT_-1206959216'), ('tmp_2095', u'MULTIEQUAL_-1206959875'), (u'CALL_-1206960391', u'INDIRECT_-1206959376'), (u'CALL_-1206960068', u'INDIRECT_-1206959389'), (u'CALL_-1206959946', u'INDIRECT_-1206959165'), (u'CALL_-1206960028', u'INDIRECT_-1206959101'), (u'INT_NOTEQUAL_-1206960277', u'CBRANCH_-1206960276'), (u'INDIRECT_-1206959366', u'MULTIEQUAL_-1206959327'), (u'MULTIEQUAL_-1206959117', u'MULTIEQUAL_-1206959052'), (u'INDIRECT_-1206959378', u'MULTIEQUAL_-1206959369'), ('tmp_442', u'CBRANCH_-1206960126'), (u'CALL_-1206959946', u'INDIRECT_-1206959309'), ('const-1', u'CALL_-1206960095'), (u'CALL_-1206960028', u'INDIRECT_-1206959265'), (u'INDIRECT_-1206959015', u'MULTIEQUAL_-1206959184'), (u'CALL_-1206960371', u'INDIRECT_-1206959450'), (u'CALL_-1206960062', u'INDIRECT_-1206959364'), (u'CALL_-1206960371', u'INDIRECT_-1206959420'), (u'CALL_-1206960062', u'INDIRECT_-1206959336'), (u'MULTIEQUAL_-1206959244', u'MULTIEQUAL_-1206959191'), (u'MULTIEQUAL_-1206959875', u'CALL_-1206960062'), (u'CALL_-1206960403', u'INDIRECT_-1206959632'), (u'CALL_-1206960182', u'INDIRECT_-1206959366'), (u'CALL_-1206960182', u'INDIRECT_-1206959156'), (u'CALL_-1206960095', u'INDIRECT_-1206959087'), (u'CALL_-1206960062', u'INDIRECT_-1206959306'), ('tmp_2097', u'COPY_-1206959239'), (u'INDIRECT_-1206959435', u'MULTIEQUAL_-1206959355'), (u'CALL_-1206960028', u'INDIRECT_-1206959161'), (u'MULTIEQUAL_-1206959334', u'MULTIEQUAL_-1206959281'), (u'MULTIEQUAL_-1206959478', u'MULTIEQUAL_-1206959425'), (u'INDIRECT_-1206959463', u'MULTIEQUAL_-1206959436'), (u'MULTIEQUAL_-1206959454', u'MULTIEQUAL_-1206959389'), (u'MULTIEQUAL_-1206959454', u'CALL_-1206960095'), (u'INDIRECT_-1206959156', u'MULTIEQUAL_-1206959147'), (u'CALL_-1206960062', u'INDIRECT_-1206959276'), ('tmp_2334', u'COPY_-1206959244'), (u'CALL_-1206960062', u'INDIRECT_-1206959350'), ('const-0', u'PTRSUB_-1206958982'), (u'INDIRECT_-1206959271', u'MULTIEQUAL_-1206959244'), ('tmp_2322', u'COPY_-1206959246'), (u'INDIRECT_-1206959216', u'MULTIEQUAL_-1206959177'), (u'INDIRECT_-1206959463', u'MULTIEQUAL_-1206959383'), (u'INDIRECT_-1206959421', u'MULTIEQUAL_-1206959341'), (u'CALL_-1206960292', u'INDIRECT_-1206959534'), (u'MULTIEQUAL_-1206959468', u'CALL_-1206960062'), (u'INT_NOTEQUAL_-1206960214', u'CBRANCH_-1206960213'), (u'CALL_-1206960182', u'INDIRECT_-1206959450'), (u'CALL_-1206959946', u'INDIRECT_-1206959239'), (u'CALL_-1206959946', u'INDIRECT_-1206959225'), ('const--240', u'PTRSUB_-1206958965'), (u'CALL_-1206960391', u'INDIRECT_-1206959510'), ('const-8', u'PTRSUB_-1206959152'), ('tmp_2087', u'PTRSUB_-1206958965'), (u'MULTIEQUAL_-1206959207', u'MULTIEQUAL_-1206959142'), (u'MULTIEQUAL_-1206959397', u'MULTIEQUAL_-1206959332'), (u'INDIRECT_-1206959276', u'MULTIEQUAL_-1206959262'), (u'CALL_-1206960292', u'INDIRECT_-1206959564'), ('tmp_2095', u'MULTIEQUAL_-1206959928'), (u'INDIRECT_-1206959165', u'MULTIEQUAL_-1206959334'), (u'INDIRECT_-1206959479', u'MULTIEQUAL_-1206959469'), (u'INDIRECT_-1206959421', u'MULTIEQUAL_-1206959394'), (u'INDIRECT_-1206959211', u'MULTIEQUAL_-1206959131'), (u'MULTIEQUAL_-1206959469', u'MULTIEQUAL_-1206959404'), (u'INDIRECT_-1206959449', u'MULTIEQUAL_-1206959422'), (u'INDIRECT_-1206959241', u'MULTIEQUAL_-1206959214'), (u'MULTIEQUAL_-1206959928', u'CALL_-1206960182'), ('tmp_2340', u'COPY_-1206959243'), (u'INDIRECT_-1206959306', u'MULTIEQUAL_-1206959297'), (u'CALL_-1206960095', u'INDIRECT_-1206959367'), (u'MULTIEQUAL_-1206959394', u'MULTIEQUAL_-1206959341'), (u'CALL_-1206960391', u'INDIRECT_-1206959406'), ('tmp_375', u'CBRANCH_-1206960213'), (u'CALL_-1206960068', u'INDIRECT_-1206959419'), (u'INDIRECT_-1206959639', u'CALL_-1206960371'), (u'INDIRECT_-1206959239', u'MULTIEQUAL_-1206959408'), (u'INDIRECT_-1206959195', u'MULTIEQUAL_-1206959364'), (u'CALL_-1206960095', u'INDIRECT_-1206959339'), ('const-48', u'COPY_-1206960317'), (u'CALL_-1206960292', u'INDIRECT_-1206959449'), (u'CALL_-1206960371', u'INDIRECT_-1206959508'), (u'INDIRECT_-1206959494', u'MULTIEQUAL_-1206959454'), (u'CALL_-1206960068', u'INDIRECT_-1206959290'), (u'CALL_-1206960028', u'INDIRECT_-1206959293'), (u'CALL_-1206960028', u'INDIRECT_-1206959041'), (u'CALL_-1206960095', u'INDIRECT_-1206959267'), (u'INDIRECT_-1206959309', u'MULTIEQUAL_-1206959478'), ('const-0', u'INT_NOTEQUAL_-1206960214'), (u'CALL_-1206960028', u'INDIRECT_-1206959335'), (u'COPY_-1206959246', u'MULTIEQUAL_-1206959491'), ('tmp_415', u'BRANCH_-1206960179'), (u'CALL_-1206960068', u'INDIRECT_-1206959246'), (u'CALL_-1206960371', u'INDIRECT_-1206959270'), (u'INDIRECT_-1206959338', u'MULTIEQUAL_-1206959506'), (u'INDIRECT_-1206959549', u'MULTIEQUAL_-1206959521'), (u'COPY_-1206959242', u'MULTIEQUAL_-1206959371'), (u'COPY_-1206959243', u'MULTIEQUAL_-1206959401'), (u'CALL_-1206960062', u'INDIRECT_-1206959378'), (u'CALL_-1206960292', u'INDIRECT_-1206959361'), ('tmp_2328', u'COPY_-1206959245'), ('tmp_3968', u'MULTIEQUAL_-1206959281'), ('const-2', u'CALL_-1206960095'), (u'CALL_-1206960028', u'INDIRECT_-1206959191'), (u'COPY_-1206959240', u'MULTIEQUAL_-1206959311'), (u'CALL_-1206960403', u'INDIRECT_-1206959444'), (u'CALL_-1206960292', u'INDIRECT_-1206959435'), (u'INDIRECT_-1206959301', u'MULTIEQUAL_-1206959274'), ('tmp_3980', u'MULTIEQUAL_-1206959461'), (u'CALL_-1206960403', u'INDIRECT_-1206959384'), ('tmp_2364', u'COPY_-1206959239'), (u'MULTIEQUAL_-1206959364', u'MULTIEQUAL_-1206959311'), (u'CALL_-1206960062', u'INDIRECT_-1206959156'), (u'CALL_-1206960028', u'INDIRECT_-1206959221'), (u'INDIRECT_-1206959534', u'MULTIEQUAL_-1206959506'), (u'CALL_-1206960403', u'INDIRECT_-1206959504'), (u'INDIRECT_-1206959045', u'MULTIEQUAL_-1206959214'), (u'INDIRECT_-1206959331', u'MULTIEQUAL_-1206959251'), (u'INT_EQUAL_-1206960263', u'CBRANCH_-1206960261'), (u'COPY_-1206959241', u'MULTIEQUAL_-1206959341'), (u'CALL_-1206960095', u'INDIRECT_-1206959147'), (u'CALL_-1206960371', u'INDIRECT_-1206959494'), ('tmp_2095', u'INT_EQUAL_-1206960263'), (u'INDIRECT_-1206959391', u'MULTIEQUAL_-1206959364'), (u'INDIRECT_-1206959505', u'MULTIEQUAL_-1206959478'), (u'CALL_-1206960182', u'INDIRECT_-1206959276'), ('tmp_2091', u'LOAD_-1206960234'), (u'CALL_-1206960182', u'INDIRECT_-1206959306'), (u'CALL_-1206960292', u'INDIRECT_-1206959477'), (u'INDIRECT_-1206959276', u'MULTIEQUAL_-1206959267'), (u'INDIRECT_-1206959246', u'MULTIEQUAL_-1206959232'), (u'MULTIEQUAL_-1206959521', u'CALL_-1206960182'), (u'INDIRECT_-1206959593', u'CALL_-1206960292'), (u'COPY_-1206959239', u'MULTIEQUAL_-1206959281'), (u'INT_NOTEQUAL_-1206960127', u'CBRANCH_-1206960126'), (u'CALL_-1206960028', u'INDIRECT_-1206959131'), (u'CALL_-1206960068', u'INDIRECT_-1206959332'), (u'INDIRECT_-1206959379', u'COPY_-1206959418'), (u'CALL_-1206960371', u'INDIRECT_-1206959300'), (u'INDIRECT_-1206959450', u'MULTIEQUAL_-1206959411'), (u'INDIRECT_-1206959477', u'MULTIEQUAL_-1206959450'), (u'CALL_-1206960068', u'INDIRECT_-1206959318'), (u'MULTIEQUAL_-1206959237', u'MULTIEQUAL_-1206959172'), ('tmp_2093', u'CALL_-1206960068'), (u'CALL_-1206960292', u'INDIRECT_-1206959241'), (u'CALL_-1206960371', u'INDIRECT_-1206959390'), (u'CALL_-1206959946', u'INDIRECT_-1206959195'), (u'CALL_-1206960403', u'INDIRECT_-1206959647'), (u'CALL_-1206960182', u'INDIRECT_-1206959422'), (u'CALL_-1206959946', u'INDIRECT_-1206959353'), (u'MULTIEQUAL_-1206959147', u'MULTIEQUAL_-1206959082'), (u'INDIRECT_-1206959391', u'MULTIEQUAL_-1206959311'), (u'CALL_-1206960095', u'INDIRECT_-1206959297'), (u'INDIRECT_-1206959350', u'MULTIEQUAL_-1206959341'), (u'CALL_-1206959946', u'INDIRECT_-1206959075'), (u'INDIRECT_-1206959419', u'MULTIEQUAL_-1206959404'), (u'CALL_-1206960182', u'INDIRECT_-1206959394'), (u'INDIRECT_-1206959246', u'MULTIEQUAL_-1206959207'), (u'INDIRECT_-1206959096', u'MULTIEQUAL_-1206959082'), (u'CALL_-1206960371', u'INDIRECT_-1206959330'), ('tmp_2089', u'INT_NOTEQUAL_-1206960277'), ('tmp_316', u'CBRANCH_-1206960261'), (u'CALL_-1206960028', u'INDIRECT_-1206959279'), ('const-0', u'INT_NOTEQUAL_-1206960127'), (u'CALL_-1206960403', u'INDIRECT_-1206959324'), ('tmp_2087', u'PTRSUB_-1206959124'), ('const--216', u'PTRSUB_-1206959124'), (u'MULTIEQUAL_-1206959928', u'MULTIEQUAL_-1206959875'), (u'MULTIEQUAL_-1206959267', u'MULTIEQUAL_-1206959202'), (u'CALL_-1206960028', u'INDIRECT_-1206959379'), (u'CALL_-1206960391', u'CALL_-1206960028'), (u'MULTIEQUAL_-1206959411', u'MULTIEQUAL_-1206959346'), (u'INDIRECT_-1206959135', u'MULTIEQUAL_-1206959304'), (u'CALL_-1206960068', u'INDIRECT_-1206959126'), (u'INDIRECT_-1206959253', u'MULTIEQUAL_-1206959422'), ('const-1071237', u'COPY_-1206959082'), (u'MULTIEQUAL_-1206959439', u'MULTIEQUAL_-1206959374'), ('tmp_2087', u'PTRSUB_-1206959152'), (u'CALL_-1206959946', u'INDIRECT_-1206959338'), (u'INDIRECT_-1206959564', u'MULTIEQUAL_-1206959483'), (u'INDIRECT_-1206959216', u'MULTIEQUAL_-1206959207'), (u'MULTIEQUAL_-1206959297', u'MULTIEQUAL_-1206959232'), (u'CALL_-1206959946', u'INDIRECT_-1206959267'), (u'CALL_-1206960391', u'INDIRECT_-1206959609'), (u'CALL_-1206960292', u'INDIRECT_-1206959491'), (u'CALL_-1206960182', u'INDIRECT_-1206959494'), (u'INDIRECT_-1206959271', u'MULTIEQUAL_-1206959191'), (u'INDIRECT_-1206959295', u'MULTIEQUAL_-1206959464'), (u'INDIRECT_-1206959549', u'MULTIEQUAL_-1206959468'), ('const-0', u'INT_EQUAL_-1206960263'), (u'CALL_-1206960028', u'INDIRECT_-1206959364'), (u'CALL_-1206960182', u'INDIRECT_-1206959436'), (u'CALL_-1206960095', u'INDIRECT_-1206959425'), (u'INDIRECT_-1206959608', u'CALL_-1206960292'), (u'CALL_-1206960062', u'INDIRECT_-1206959186'), ('tmp_2096', u'COPY_-1206959240'), (u'CALL_-1206960095', u'INDIRECT_-1206959325'), (u'CALL_-1206960292', u'INDIRECT_-1206959505'), (u'CALL_-1206960095', u'INDIRECT_-1206959207'), (u'CALL_-1206959946', u'INDIRECT_-1206959045'), (u'CALL_-1206960292', u'INDIRECT_-1206959421'), (u'INDIRECT_-1206959281', u'MULTIEQUAL_-1206959450'), (u'INDIRECT_-1206959066', u'MULTIEQUAL_-1206959052'), ('tmp_650', u'BRANCH_-1206959939'), (u'MULTIEQUAL_-1206959274', u'MULTIEQUAL_-1206959221'), (u'CALL_-1206959946', u'INDIRECT_-1206959135'), (u'MULTIEQUAL_-1206959383', u'MULTIEQUAL_-1206959318'), (u'CALL_-1206960095', u'INDIRECT_-1206959410'), (u'INDIRECT_-1206959404', u'MULTIEQUAL_-1206959389'), (u'COPY_-1206959114', u'CALL_-1206960182'), (u'CALL_-1206960403', u'INDIRECT_-1206959294'), (u'CALL_-1206960391', u'INDIRECT_-1206959316'), (u'CALL_-1206960095', u'INDIRECT_-1206959381'), ('tmp_114', u'CBRANCH_-1206960489'), (u'INDIRECT_-1206959301', u'MULTIEQUAL_-1206959221'), (u'CALL_-1206960062', u'INDIRECT_-1206959406'), ('const-32', u'COPY_-1206960328'), (u'CALL_-1206960068', u'INDIRECT_-1206959404'), (u'INDIRECT_-1206959216', u'MULTIEQUAL_-1206959202'), (u'MULTIEQUAL_-1206959389', u'CALL_-1206960028'), ('tmp_344', u'CBRANCH_-1206960234'), (u'LOAD_-1206960234', u'INT_NOTEQUAL_-1206960214'), (u'INT_NOTEQUAL_-1206960489', u'CBRANCH_-1206960489'), (u'CALL_-1206960292', u'INDIRECT_-1206959331'), ('tmp_2195', u'INT_NOTEQUAL_-1206960489'), (u'INDIRECT_-1206959361', u'MULTIEQUAL_-1206959334'), ('tmp_2358', u'COPY_-1206959240'), (u'CALL_-1206959946', u'INDIRECT_-1206959368'), (u'INDIRECT_-1206959477', u'MULTIEQUAL_-1206959397'), (u'CALL_-1206960062', u'INDIRECT_-1206959479'), (u'CALL_-1206960391', u'INDIRECT_-1206959624'), (u'MULTIEQUAL_-1206959521', u'MULTIEQUAL_-1206959468'), (u'INDIRECT_-1206959449', u'MULTIEQUAL_-1206959369'), (u'CALL_-1206960403', u'INDIRECT_-1206959518'), ('tmp_2352', u'COPY_-1206959241'), (u'CALL_-1206960292', u'INDIRECT_-1206959301'), (u'INDIRECT_-1206959332', u'MULTIEQUAL_-1206959318'), ('tmp_2089', u'CALL_-1206959946'), (u'CALL_-1206960391', u'INDIRECT_-1206959436'), (u'MULTIEQUAL_-1206959214', u'MULTIEQUAL_-1206959161'), ('tmp_2093', u'INT_NOTEQUAL_-1206960127'), (u'INDIRECT_-1206959364', u'COPY_-1206959403'), (u'CALL_-1206960068', u'INDIRECT_-1206959346'), ('const-1070818', u'COPY_-1206959004'), (u'CALL_-1206960403', u'INDIRECT_-1206959414'), (u'CALL_-1206960292', u'INDIRECT_-1206959463'), (u'INDIRECT_-1206959336', u'MULTIEQUAL_-1206959327'), (u'CALL_-1206960095', u'INDIRECT_-1206959353'), (u'CALL_-1206960028', u'INDIRECT_-1206959071'), (u'CALL_-1206960068', u'INDIRECT_-1206959186'), ('tmp_2091', u'INT_NOTEQUAL_-1206960235'), (u'MULTIEQUAL_-1206959184', u'MULTIEQUAL_-1206959131'), (u'PTRSUB_-1206958982', u'CALL_-1206960095'), (u'INDIRECT_-1206959509', u'MULTIEQUAL_-1206959469'), (u'INDIRECT_-1206959479', u'MULTIEQUAL_-1206959439'), (u'COPY_-1206959245', u'MULTIEQUAL_-1206959461'), ('tmp_3970', u'MULTIEQUAL_-1206959311'), (u'INDIRECT_-1206959389', u'MULTIEQUAL_-1206959374'), ('tmp_3982', u'MULTIEQUAL_-1206959491'), (u'INDIRECT_-1206959368', u'MULTIEQUAL_-1206959536'), (u'INDIRECT_-1206959304', u'MULTIEQUAL_-1206959290'), (u'MULTIEQUAL_-1206959536', u'MULTIEQUAL_-1206959483'), (u'INDIRECT_-1206959394', u'COPY_-1206959433'), (u'CALL_-1206959946', u'INDIRECT_-1206959253'), (u'MULTIEQUAL_-1206959341', u'MULTIEQUAL_-1206959276'), (u'MULTIEQUAL_-1206959369', u'MULTIEQUAL_-1206959304'), (u'CALL_-1206960095', u'INDIRECT_-1206959177'), ('const-1071229', u'COPY_-1206959114'), (u'INDIRECT_-1206959336', u'MULTIEQUAL_-1206959297'), (u'INDIRECT_-1206959267', u'MULTIEQUAL_-1206959436'), (u'INDIRECT_-1206959211', u'MULTIEQUAL_-1206959184'), (u'INDIRECT_-1206959464', u'MULTIEQUAL_-1206959454'), (u'MULTIEQUAL_-1206959355', u'MULTIEQUAL_-1206959290'), (u'INDIRECT_-1206959186', u'MULTIEQUAL_-1206959177'), ('tmp_3974', u'MULTIEQUAL_-1206959371'), (u'CALL_-1206960182', u'INDIRECT_-1206959509'), ('const-0', u'INT_NOTEQUAL_-1206960277'), (u'INDIRECT_-1206959364', u'MULTIEQUAL_-1206959355'), (u'INDIRECT_-1206959564', u'MULTIEQUAL_-1206959536'), (u'MULTIEQUAL_-1206959408', u'MULTIEQUAL_-1206959355'), (u'CALL_-1206960182', u'INDIRECT_-1206959479'), (u'MULTIEQUAL_-1206959304', u'MULTIEQUAL_-1206959251'), (u'INDIRECT_-1206959318', u'MULTIEQUAL_-1206959304'), (u'CALL_-1206959946', u'INDIRECT_-1206959105'), (u'CALL_-1206960292', u'INDIRECT_-1206959211'), ('const-0', u'INT_NOTEQUAL_-1206960489'), (u'CALL_-1206960403', u'INDIRECT_-1206959474'), (u'INDIRECT_-1206959156', u'MULTIEQUAL_-1206959117'), ('const-0', u'RETURN_-1206959973'), (u'CALL_-1206959946', u'MULTIEQUAL_-1206959928'), (u'CALL_-1206960028', u'INDIRECT_-1206959394'), (u'CALL_-1206960062', u'INDIRECT_-1206959464'), (u'INDIRECT_-1206959156', u'MULTIEQUAL_-1206959142'), (u'INDIRECT_-1206959331', u'MULTIEQUAL_-1206959304'), (u'INDIRECT_-1206959435', u'MULTIEQUAL_-1206959408'), (u'MULTIEQUAL_-1206959506', u'MULTIEQUAL_-1206959453'), (u'CALL_-1206960068', u'INDIRECT_-1206959276'), ('tmp_2346', u'COPY_-1206959242'), (u'CALL_-1206960068', u'INDIRECT_-1206959216'), (u'CALL_-1206960062', u'INDIRECT_-1206959216'), (u'INDIRECT_-1206959408', u'MULTIEQUAL_-1206959369'), (u'CALL_-1206960403', u'INDIRECT_-1206959532'), (u'CALL_-1206960391', u'INDIRECT_-1206959496'), (u'CALL_-1206960095', u'INDIRECT_-1206959440'), (u'INDIRECT_-1206959491', u'MULTIEQUAL_-1206959411'), ('tmp_3978', u'MULTIEQUAL_-1206959431'), (u'CALL_-1206960391', u'INDIRECT_-1206959346'), (u'CALL_-1206960182', u'INDIRECT_-1206959408'), (u'CALL_-1206960095', u'INDIRECT_-1206959117'), (u'PTRSUB_-1206958965', u'CALL_-1206960068'), (u'MULTIEQUAL_-1206959450', u'MULTIEQUAL_-1206959397'), (u'CALL_-1206960371', u'INDIRECT_-1206959608'), ('const-0', u'INT_NOTEQUAL_-1206960235'), (u'INDIRECT_-1206959380', u'MULTIEQUAL_-1206959341'), (u'INDIRECT_-1206959505', u'MULTIEQUAL_-1206959425'), (u'INDIRECT_-1206959392', u'MULTIEQUAL_-1206959383'), (u'CALL_-1206960371', u'INDIRECT_-1206959360'), (u'CALL_-1206960403', u'INDIRECT_-1206959354'), (u'CALL_-1206960182', u'INDIRECT_-1206959246'), (u'CALL_-1206960062', u'INDIRECT_-1206959420'), (u'CALL_-1206960068', u'INDIRECT_-1206959156'), (u'CALL_-1206960028', u'INDIRECT_-1206959321'), (u'COPY_-1206959082', u'CALL_-1206960062')]
null
null
00103e40
x64
O2
(translation_unit "void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}\n\n" (function_definition "void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" primitive_type (function_declarator "FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_10" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_11" (sized_type_specifier "long" long) (pointer_declarator "*param_11" * identifier)) , (parameter_declaration "char *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined4 local_f0;" type_identifier identifier ;) (declaration "undefined4 local_ec;" type_identifier identifier ;) (declaration "undefined1 *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "undefined1 *local_e0;" type_identifier (pointer_declarator "*local_e0" * identifier) ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" { (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" identifier = identifier) ;) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" identifier = identifier) ;) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" identifier = identifier) ;) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" identifier = identifier) ;) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" identifier = identifier) ;) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" identifier = identifier) ;) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" identifier = identifier) ;) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" identifier = identifier) ;) })) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" identifier = identifier) ;) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" identifier = identifier) ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "local_e8 = &stack0x00000008;" (assignment_expression "local_e8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_e0 = local_d8;" (assignment_expression "local_e0 = local_d8" identifier = identifier) ;) (expression_statement "local_f0 = 0x20;" (assignment_expression "local_f0 = 0x20" identifier = number_literal) ;) (expression_statement "local_ec = 0x30;" (assignment_expression "local_ec = 0x30" identifier = number_literal) ;) (expression_statement "fputs(DAT_001084c0,stderr);" (call_expression "fputs(DAT_001084c0,stderr)" identifier (argument_list "(DAT_001084c0,stderr)" ( identifier , identifier ))) ;) (if_statement "if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" if (parenthesized_expression "(param_10 != 0)" ( (binary_expression "param_10 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" { (if_statement "if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }" if (parenthesized_expression "(param_9 == 0)" ( (binary_expression "param_9 == 0" identifier == number_literal) )) (compound_statement "{\n param_9 = FUN_00103d50(param_10);\n }" { (expression_statement "param_9 = FUN_00103d50(param_10);" (assignment_expression "param_9 = FUN_00103d50(param_10)" identifier = (call_expression "FUN_00103d50(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) })) (if_statement "if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" if (parenthesized_expression "((param_11 != (long *)0x0) && (*param_11 != 0))" ( (binary_expression "(param_11 != (long *)0x0) && (*param_11 != 0)" (parenthesized_expression "(param_11 != (long *)0x0)" ( (binary_expression "param_11 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*param_11 != 0)" ( (binary_expression "*param_11 != 0" (pointer_expression "*param_11" * identifier) != number_literal) ))) )) (compound_statement "{\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" { (expression_statement "fprintf(stderr,":%s[%s]",param_9);" (call_expression "fprintf(stderr,":%s[%s]",param_9)" identifier (argument_list "(stderr,":%s[%s]",param_9)" ( identifier , (string_literal "":%s[%s]"" " string_content ") , identifier ))) ;) (goto_statement "goto LAB_00103f48;" goto statement_identifier ;) })) })) (expression_statement "fprintf(stderr,":%s",param_9);" (call_expression "fprintf(stderr,":%s",param_9)" identifier (argument_list "(stderr,":%s",param_9)" ( identifier , (string_literal "":%s"" " string_content ") , identifier ))) ;) (labeled_statement "LAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" statement_identifier : (if_statement "if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\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 fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" { (expression_statement "fwrite(&DAT_0010570a,1,2,stderr);" (call_expression "fwrite(&DAT_0010570a,1,2,stderr)" identifier (argument_list "(&DAT_0010570a,1,2,stderr)" ( (pointer_expression "&DAT_0010570a" & identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "vfprintf(stderr,param_12,&local_f0);" (call_expression "vfprintf(stderr,param_12,&local_f0)" identifier (argument_list "(stderr,param_12,&local_f0)" ( identifier , identifier , (pointer_expression "&local_f0" & identifier) ))) ;) }))) (expression_statement "fprintf(stderr,": %s\n",uVar2);" (call_expression "fprintf(stderr,": %s\n",uVar2)" identifier (argument_list "(stderr,": %s\n",uVar2)" ( identifier , (string_literal "": %s\n"" " string_content escape_sequence ") , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n local_b8 = in_R8;\n local_b0 = in_R9;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_d8;\n args[0].gp_offset = 0x20;\n args[0].fp_offset = 0x30;\n fputs(program_name,stderr);\n if (abfd != (bfd *)0x0) {\n if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }\n if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",filename);\nLAB_00103f48:\n if (format != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}\n\n" (function_definition "void bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n local_b8 = in_R8;\n local_b0 = in_R9;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_d8;\n args[0].gp_offset = 0x20;\n args[0].fp_offset = 0x30;\n fputs(program_name,stderr);\n if (abfd != (bfd *)0x0) {\n if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }\n if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",filename);\nLAB_00103f48:\n if (format != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" primitive_type (function_declarator "bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...)" identifier (parameter_list "(char *filename,bfd *abfd,asection *section,char *format,...)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) , (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) , (parameter_declaration "asection *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "char *format" primitive_type (pointer_declarator "*format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }\n local_b8 = in_R8;\n local_b0 = in_R9;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].reg_save_area = local_d8;\n args[0].gp_offset = 0x20;\n args[0].fp_offset = 0x30;\n fputs(program_name,stderr);\n if (abfd != (bfd *)0x0) {\n if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }\n if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",filename);\nLAB_00103f48:\n if (format != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list args;" type_identifier identifier ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = in_XMM0_Qa;\n local_98 = in_XMM1_Qa;\n local_88 = in_XMM2_Qa;\n local_78 = in_XMM3_Qa;\n local_68 = in_XMM4_Qa;\n local_58 = in_XMM5_Qa;\n local_48 = in_XMM6_Qa;\n local_38 = in_XMM7_Qa;\n }" { (expression_statement "local_a8 = in_XMM0_Qa;" (assignment_expression "local_a8 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_98 = in_XMM1_Qa;" (assignment_expression "local_98 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_88 = in_XMM2_Qa;" (assignment_expression "local_88 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM3_Qa;" (assignment_expression "local_78 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM4_Qa;" (assignment_expression "local_68 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM5_Qa;" (assignment_expression "local_58 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM6_Qa;" (assignment_expression "local_48 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM7_Qa;" (assignment_expression "local_38 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "local_b8 = in_R8;" (assignment_expression "local_b8 = in_R8" identifier = identifier) ;) (expression_statement "local_b0 = in_R9;" (assignment_expression "local_b0 = in_R9" identifier = identifier) ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "args[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "args[0].overflow_arg_area = &stack0x00000008" (field_expression "args[0].overflow_arg_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "args[0].reg_save_area = local_d8;" (assignment_expression "args[0].reg_save_area = local_d8" (field_expression "args[0].reg_save_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "args[0].gp_offset = 0x20;" (assignment_expression "args[0].gp_offset = 0x20" (field_expression "args[0].gp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "args[0].fp_offset = 0x30;" (assignment_expression "args[0].fp_offset = 0x30" (field_expression "args[0].fp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "fputs(program_name,stderr);" (call_expression "fputs(program_name,stderr)" identifier (argument_list "(program_name,stderr)" ( identifier , identifier ))) ;) (if_statement "if (abfd != (bfd *)0x0) {\n if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }\n if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }\n }" if (parenthesized_expression "(abfd != (bfd *)0x0)" ( (binary_expression "abfd != (bfd *)0x0" identifier != (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }\n if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }\n }" { (if_statement "if (filename == (char *)0x0) {\n filename = bfd_get_archive_filename(abfd);\n }" if (parenthesized_expression "(filename == (char *)0x0)" ( (binary_expression "filename == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n filename = bfd_get_archive_filename(abfd);\n }" { (expression_statement "filename = bfd_get_archive_filename(abfd);" (assignment_expression "filename = bfd_get_archive_filename(abfd)" identifier = (call_expression "bfd_get_archive_filename(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) })) (if_statement "if ((section != (asection *)0x0) && (section->name != (char *)0x0)) {\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }" if (parenthesized_expression "((section != (asection *)0x0) && (section->name != (char *)0x0))" ( (binary_expression "(section != (asection *)0x0) && (section->name != (char *)0x0)" (parenthesized_expression "(section != (asection *)0x0)" ( (binary_expression "section != (asection *)0x0" identifier != (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(section->name != (char *)0x0)" ( (binary_expression "section->name != (char *)0x0" (field_expression "section->name" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n fprintf(stderr,":%s[%s]",filename);\n goto LAB_00103f48;\n }" { (expression_statement "fprintf(stderr,":%s[%s]",filename);" (call_expression "fprintf(stderr,":%s[%s]",filename)" identifier (argument_list "(stderr,":%s[%s]",filename)" ( identifier , (string_literal "":%s[%s]"" " string_content ") , identifier ))) ;) (goto_statement "goto LAB_00103f48;" goto statement_identifier ;) })) })) (expression_statement "fprintf(stderr,":%s",filename);" (call_expression "fprintf(stderr,":%s",filename)" identifier (argument_list "(stderr,":%s",filename)" ( identifier , (string_literal "":%s"" " string_content ") , identifier ))) ;) (labeled_statement "LAB_00103f48:\n if (format != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }" statement_identifier : (if_statement "if (format != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }" if (parenthesized_expression "(format != (char *)0x0)" ( (binary_expression "format != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,format,args);\n }" { (expression_statement "fwrite(&DAT_0010570a,1,2,stderr);" (call_expression "fwrite(&DAT_0010570a,1,2,stderr)" identifier (argument_list "(&DAT_0010570a,1,2,stderr)" ( (pointer_expression "&DAT_0010570a" & identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "vfprintf(stderr,format,args);" (call_expression "vfprintf(stderr,format,args)" identifier (argument_list "(stderr,format,args)" ( identifier , identifier , identifier ))) ;) }))) (expression_statement "fprintf(stderr,": %s\n",uVar2);" (call_expression "fprintf(stderr,": %s\n",uVar2)" identifier (argument_list "(stderr,": %s\n",uVar2)" ( identifier , (string_literal "": %s\n"" " string_content escape_sequence ") , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}\n\n" (function_definition "void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" primitive_type (function_declarator "FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long param_9" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_10" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_11" (sized_type_specifier "long" long) (pointer_declarator "*param_11" * identifier)) , (parameter_declaration "char *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined4 local_f0;" type_identifier identifier ;) (declaration "undefined4 local_ec;" type_identifier identifier ;) (declaration "undefined1 *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "undefined1 *local_e0;" type_identifier (pointer_declarator "*local_e0" * identifier) ;) (declaration "undefined1 local_d8 [32];" type_identifier (array_declarator "local_d8 [32]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b8;" type_identifier identifier ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" { (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" identifier = identifier) ;) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" identifier = identifier) ;) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" identifier = identifier) ;) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" identifier = identifier) ;) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" identifier = identifier) ;) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" identifier = identifier) ;) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" identifier = identifier) ;) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" identifier = identifier) ;) })) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" identifier = identifier) ;) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" identifier = identifier) ;) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" identifier = (call_expression "bfd_errmsg(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" identifier (argument_list "(stdout)" ( identifier ))) ;) (expression_statement "local_e8 = &stack0x00000008;" (assignment_expression "local_e8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_e0 = local_d8;" (assignment_expression "local_e0 = local_d8" identifier = identifier) ;) (expression_statement "local_f0 = 0x20;" (assignment_expression "local_f0 = 0x20" identifier = number_literal) ;) (expression_statement "local_ec = 0x30;" (assignment_expression "local_ec = 0x30" identifier = number_literal) ;) (expression_statement "fputs(DAT_001084c0,stderr);" (call_expression "fputs(DAT_001084c0,stderr)" identifier (argument_list "(DAT_001084c0,stderr)" ( identifier , identifier ))) ;) (if_statement "if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" if (parenthesized_expression "(param_10 != 0)" ( (binary_expression "param_10 != 0" identifier != number_literal) )) (compound_statement "{\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" { (if_statement "if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }" if (parenthesized_expression "(param_9 == 0)" ( (binary_expression "param_9 == 0" identifier == number_literal) )) (compound_statement "{\n param_9 = FUN_00103d50(param_10);\n }" { (expression_statement "param_9 = FUN_00103d50(param_10);" (assignment_expression "param_9 = FUN_00103d50(param_10)" identifier = (call_expression "FUN_00103d50(param_10)" identifier (argument_list "(param_10)" ( identifier )))) ;) })) (if_statement "if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" if (parenthesized_expression "((param_11 != (long *)0x0) && (*param_11 != 0))" ( (binary_expression "(param_11 != (long *)0x0) && (*param_11 != 0)" (parenthesized_expression "(param_11 != (long *)0x0)" ( (binary_expression "param_11 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*param_11 != 0)" ( (binary_expression "*param_11 != 0" (pointer_expression "*param_11" * identifier) != number_literal) ))) )) (compound_statement "{\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" { (expression_statement "fprintf(stderr,":%s[%s]",param_9);" (call_expression "fprintf(stderr,":%s[%s]",param_9)" identifier (argument_list "(stderr,":%s[%s]",param_9)" ( identifier , (string_literal "":%s[%s]"" " string_content ") , identifier ))) ;) (goto_statement "goto LAB_00103f48;" goto statement_identifier ;) })) })) (expression_statement "fprintf(stderr,":%s",param_9);" (call_expression "fprintf(stderr,":%s",param_9)" identifier (argument_list "(stderr,":%s",param_9)" ( identifier , (string_literal "":%s"" " string_content ") , identifier ))) ;) (labeled_statement "LAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" statement_identifier : (if_statement "if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\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 fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" { (expression_statement "fwrite(&DAT_0010570a,1,2,stderr);" (call_expression "fwrite(&DAT_0010570a,1,2,stderr)" identifier (argument_list "(&DAT_0010570a,1,2,stderr)" ( (pointer_expression "&DAT_0010570a" & identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "vfprintf(stderr,param_12,&local_f0);" (call_expression "vfprintf(stderr,param_12,&local_f0)" identifier (argument_list "(stderr,param_12,&local_f0)" ( identifier , identifier , (pointer_expression "&local_f0" & identifier) ))) ;) }))) (expression_statement "fprintf(stderr,": %s\n",uVar2);" (call_expression "fprintf(stderr,": %s\n",uVar2)" identifier (argument_list "(stderr,": %s\n",uVar2)" ( identifier , (string_literal "": %s\n"" " string_content escape_sequence ") , 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) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * 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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (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 ;) (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) ;) (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 = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (labeled_statement statement_identifier : (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 ( (pointer_expression & IDENT) , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)\n\n{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103e40(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" (identifier "FUN_00103e40") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13,\n undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "long param_9" (sized_type_specifier "long" (long "long")) (identifier "param_9")) (, ",") (parameter_declaration "long param_10" (sized_type_specifier "long" (long "long")) (identifier "param_10")) (, ",") (parameter_declaration "long *param_11" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_11" (* "*") (identifier "param_11"))) (, ",") (parameter_declaration "char *param_12" (primitive_type "char") (pointer_declarator "*param_12" (* "*") (identifier "param_12"))) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n char in_AL;\n undefined4 uVar1;\n undefined8 uVar2;\n undefined4 local_f0;\n undefined4 local_ec;\n undefined1 *local_e8;\n undefined1 *local_e0;\n undefined1 local_d8 [32];\n undefined8 local_b8;\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_98;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n \n if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }\n local_b8 = param_13;\n local_b0 = param_14;\n uVar1 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar1);\n fflush(stdout);\n local_e8 = &stack0x00000008;\n local_e0 = local_d8;\n local_f0 = 0x20;\n local_ec = 0x30;\n fputs(DAT_001084c0,stderr);\n if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }\n fprintf(stderr,":%s",param_9);\nLAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }\n fprintf(stderr,": %s\n",uVar2);\n return;\n}" ({ "{") (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined4 local_f0;" (type_identifier "undefined4") (identifier "local_f0") (; ";")) (declaration "undefined4 local_ec;" (type_identifier "undefined4") (identifier "local_ec") (; ";")) (declaration "undefined1 *local_e8;" (type_identifier "undefined1") (pointer_declarator "*local_e8" (* "*") (identifier "local_e8")) (; ";")) (declaration "undefined1 *local_e0;" (type_identifier "undefined1") (pointer_declarator "*local_e0" (* "*") (identifier "local_e0")) (; ";")) (declaration "undefined1 local_d8 [32];" (type_identifier "undefined1") (array_declarator "local_d8 [32]" (identifier "local_d8") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "undefined8 local_b8;" (type_identifier "undefined8") (identifier "local_b8") (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (if_statement "if (in_AL != '\0') {\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_a8 = param_1;\n local_98 = param_2;\n local_88 = param_3;\n local_78 = param_4;\n local_68 = param_5;\n local_58 = param_6;\n local_48 = param_7;\n local_38 = param_8;\n }" ({ "{") (expression_statement "local_a8 = param_1;" (assignment_expression "local_a8 = param_1" (identifier "local_a8") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_98 = param_2;" (assignment_expression "local_98 = param_2" (identifier "local_98") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_88 = param_3;" (assignment_expression "local_88 = param_3" (identifier "local_88") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_78 = param_4;" (assignment_expression "local_78 = param_4" (identifier "local_78") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_68 = param_5;" (assignment_expression "local_68 = param_5" (identifier "local_68") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_58 = param_6;" (assignment_expression "local_58 = param_6" (identifier "local_58") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_48 = param_7;" (assignment_expression "local_48 = param_7" (identifier "local_48") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_38 = param_8;" (assignment_expression "local_38 = param_8" (identifier "local_38") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_b8 = param_13;" (assignment_expression "local_b8 = param_13" (identifier "local_b8") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_b0 = param_14;" (assignment_expression "local_b0 = param_14" (identifier "local_b0") (= "=") (identifier "param_14")) (; ";")) (expression_statement "uVar1 = bfd_get_error();" (assignment_expression "uVar1 = bfd_get_error()" (identifier "uVar1") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar2 = bfd_errmsg(uVar1);" (assignment_expression "uVar2 = bfd_errmsg(uVar1)" (identifier "uVar2") (= "=") (call_expression "bfd_errmsg(uVar1)" (identifier "bfd_errmsg") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")")))) (; ";")) (expression_statement "fflush(stdout);" (call_expression "fflush(stdout)" (identifier "fflush") (argument_list "(stdout)" (( "(") (identifier "stdout") () ")"))) (; ";")) (expression_statement "local_e8 = &stack0x00000008;" (assignment_expression "local_e8 = &stack0x00000008" (identifier "local_e8") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_e0 = local_d8;" (assignment_expression "local_e0 = local_d8" (identifier "local_e0") (= "=") (identifier "local_d8")) (; ";")) (expression_statement "local_f0 = 0x20;" (assignment_expression "local_f0 = 0x20" (identifier "local_f0") (= "=") (number_literal "0x20")) (; ";")) (expression_statement "local_ec = 0x30;" (assignment_expression "local_ec = 0x30" (identifier "local_ec") (= "=") (number_literal "0x30")) (; ";")) (expression_statement "fputs(DAT_001084c0,stderr);" (call_expression "fputs(DAT_001084c0,stderr)" (identifier "fputs") (argument_list "(DAT_001084c0,stderr)" (( "(") (identifier "DAT_001084c0") (, ",") (identifier "stderr") () ")"))) (; ";")) (if_statement "if (param_10 != 0) {\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" (if "if") (parenthesized_expression "(param_10 != 0)" (( "(") (binary_expression "param_10 != 0" (identifier "param_10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }\n if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }\n }" ({ "{") (if_statement "if (param_9 == 0) {\n param_9 = FUN_00103d50(param_10);\n }" (if "if") (parenthesized_expression "(param_9 == 0)" (( "(") (binary_expression "param_9 == 0" (identifier "param_9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_9 = FUN_00103d50(param_10);\n }" ({ "{") (expression_statement "param_9 = FUN_00103d50(param_10);" (assignment_expression "param_9 = FUN_00103d50(param_10)" (identifier "param_9") (= "=") (call_expression "FUN_00103d50(param_10)" (identifier "FUN_00103d50") (argument_list "(param_10)" (( "(") (identifier "param_10") () ")")))) (; ";")) (} "}"))) (if_statement "if ((param_11 != (long *)0x0) && (*param_11 != 0)) {\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" (if "if") (parenthesized_expression "((param_11 != (long *)0x0) && (*param_11 != 0))" (( "(") (binary_expression "(param_11 != (long *)0x0) && (*param_11 != 0)" (parenthesized_expression "(param_11 != (long *)0x0)" (( "(") (binary_expression "param_11 != (long *)0x0" (identifier "param_11") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*param_11 != 0)" (( "(") (binary_expression "*param_11 != 0" (pointer_expression "*param_11" (* "*") (identifier "param_11")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n fprintf(stderr,":%s[%s]",param_9);\n goto LAB_00103f48;\n }" ({ "{") (expression_statement "fprintf(stderr,":%s[%s]",param_9);" (call_expression "fprintf(stderr,":%s[%s]",param_9)" (identifier "fprintf") (argument_list "(stderr,":%s[%s]",param_9)" (( "(") (identifier "stderr") (, ",") (string_literal "":%s[%s]"" (" """) (string_content ":%s[%s]") (" """)) (, ",") (identifier "param_9") () ")"))) (; ";")) (goto_statement "goto LAB_00103f48;" (goto "goto") (statement_identifier "LAB_00103f48") (; ";")) (} "}"))) (} "}"))) (expression_statement "fprintf(stderr,":%s",param_9);" (call_expression "fprintf(stderr,":%s",param_9)" (identifier "fprintf") (argument_list "(stderr,":%s",param_9)" (( "(") (identifier "stderr") (, ",") (string_literal "":%s"" (" """) (string_content ":%s") (" """)) (, ",") (identifier "param_9") () ")"))) (; ";")) (labeled_statement "LAB_00103f48:\n if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" (statement_identifier "LAB_00103f48") (: ":") (if_statement "if (param_12 != (char *)0x0) {\n fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\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 fwrite(&DAT_0010570a,1,2,stderr);\n vfprintf(stderr,param_12,&local_f0);\n }" ({ "{") (expression_statement "fwrite(&DAT_0010570a,1,2,stderr);" (call_expression "fwrite(&DAT_0010570a,1,2,stderr)" (identifier "fwrite") (argument_list "(&DAT_0010570a,1,2,stderr)" (( "(") (pointer_expression "&DAT_0010570a" (& "&") (identifier "DAT_0010570a")) (, ",") (number_literal "1") (, ",") (number_literal "2") (, ",") (identifier "stderr") () ")"))) (; ";")) (expression_statement "vfprintf(stderr,param_12,&local_f0);" (call_expression "vfprintf(stderr,param_12,&local_f0)" (identifier "vfprintf") (argument_list "(stderr,param_12,&local_f0)" (( "(") (identifier "stderr") (, ",") (identifier "param_12") (, ",") (pointer_expression "&local_f0" (& "&") (identifier "local_f0")) () ")"))) (; ";")) (} "}")))) (expression_statement "fprintf(stderr,": %s\n",uVar2);" (call_expression "fprintf(stderr,": %s\n",uVar2)" (identifier "fprintf") (argument_list "(stderr,": %s\n",uVar2)" (( "(") (identifier "stderr") (, ",") (string_literal "": %s\n"" (" """) (string_content ": %s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(char *var_7,type_1 *var_6,type_2 *var_9,char *var_11,...) { char var_1; type_3 uVar1; type_4 uVar2; type_4 in_R8; type_4 in_R9; type_4 in_XMM0_Qa; type_4 in_XMM1_Qa; type_4 in_XMM2_Qa; type_4 in_XMM3_Qa; type_4 in_XMM4_Qa; type_4 in_XMM5_Qa; type_4 in_XMM6_Qa; type_4 in_XMM7_Qa; type_5 args; type_6 local_d8 [32]; type_4 local_b8; type_4 local_b0; type_4 local_a8; type_4 local_98; type_4 local_88; type_4 local_78; type_4 local_68; type_4 local_58; type_4 local_48; type_4 local_38; if (var_1 != '\0') { local_a8 = in_XMM0_Qa; local_98 = in_XMM1_Qa; local_88 = in_XMM2_Qa; local_78 = in_XMM3_Qa; local_68 = in_XMM4_Qa; local_58 = in_XMM5_Qa; local_48 = in_XMM6_Qa; local_38 = in_XMM7_Qa; } local_b8 = in_R8; local_b0 = in_R9; uVar1 = var_2(); uVar2 = var_3(uVar1); var_4(stdout); args[0].overflow_arg_area = &stack0x00000008; args[0].reg_save_area = local_d8; args[0].gp_offset = 0x20; args[0].fp_offset = 0x30; var_5(program_name,stderr); if (var_6 != (type_1 *)0x0) { if (var_7 == (char *)0x0) { var_7 = var_8(var_6); } if ((var_9 != (type_2 *)0x0) && (var_9->name != (char *)0x0)) { var_10(stderr,":%s[%s]",var_7); goto LAB_00103f48; } } var_10(stderr,":%s",var_7); LAB_00103f48: if (var_11 != (char *)0x0) { var_12(&DAT_0010570a,1,2,stderr); var_13(stderr,var_11,args); } var_10(stderr,": %s\n",uVar2); 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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (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)) (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: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_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: (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: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (goto_statement label: (statement_identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (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: (compound_statement (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) (identifier) (pointer_expression argument: (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier)))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,long param_10,long *param_11,char *param_12,undefined8 param_13, undefined8 param_14) { char in_AL; undefined4 uVar1; undefined8 uVar2; undefined4 local_f0; undefined4 local_ec; undefined1 *local_e8; undefined1 *local_e0; undefined1 local_d8 [32]; undefined8 local_b8; undefined8 local_b0; undefined8 local_a8; undefined8 local_98; undefined8 local_88; undefined8 local_78; undefined8 local_68; undefined8 local_58; undefined8 local_48; undefined8 local_38; if (in_AL != '\0') { local_a8 = param_1; local_98 = param_2; local_88 = param_3; local_78 = param_4; local_68 = param_5; local_58 = param_6; local_48 = param_7; local_38 = param_8; } local_b8 = param_13; local_b0 = param_14; uVar1 = bfd_get_error(); uVar2 = bfd_errmsg(uVar1); fflush(stdout); local_e8 = &stack0x00000008; local_e0 = local_d8; local_f0 = 0x20; local_ec = 0x30; fputs(DAT_001084c0,stderr); if (param_10 != 0) { if (param_9 == 0) { param_9 = FUN_00103d50(param_10); } if ((param_11 != (long *)0x0) && (*param_11 != 0)) { fprintf(stderr,":%s[%s]",param_9); goto LAB_00103f48; } } fprintf(stderr,":%s",param_9); LAB_00103f48: if (param_12 != (char *)0x0) { fwrite(&DAT_0010570a,1,2,stderr); vfprintf(stderr,param_12,&local_f0); } fprintf(stderr,": %s\n",uVar2); return; }
7577_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
__cxa_guard_acquire
FUN_002d9600
undefined8 __cxa_guard_acquire(uint *param_1) { uint uVar1; undefined8 *puVar2; ulong uVar3; bool bVar4; if ((char)*param_1 != '\0') { return 0; } if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { if ((char)*param_1 != '\0') { return 0; } if (*(char *)((long)param_1 + 1) == '\0') { *(undefined1 *)((long)param_1 + 1) = 1; return 1; } puVar2 = (undefined8 *)__cxa_allocate_exception(8); *puVar2 = &PTR__recursive_init_error_0043b2b8; /* WARNING: Subroutine does not return */ __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error); } do { LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0; if (bVar4) { *param_1 = 0x100; uVar1 = 0; } UNLOCK(); if (bVar4) { return 1; } uVar3 = (ulong)uVar1; if (uVar1 == 1) { return 0; } if (uVar1 != 0x100) goto LAB_002d969b; uVar3 = 0x10100; LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0x100; if (bVar4) { *param_1 = 0x10100; uVar1 = 0x100; } UNLOCK(); if (bVar4) goto LAB_002d969b; if (uVar1 == 1) { return 0; } if (uVar1 != 0) { LAB_002d969b: syscall(0xca,param_1,0,uVar3,0); } } while( true ); }
undefined8 FUN_002d9600(uint *param_1) { uint uVar1; undefined8 *puVar2; ulong uVar3; bool bVar4; if ((char)*param_1 != '\0') { return 0; } if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { if ((char)*param_1 != '\0') { return 0; } if (*(char *)((long)param_1 + 1) == '\0') { *(undefined1 *)((long)param_1 + 1) = 1; return 1; } puVar2 = (undefined8 *)FUN_002daaf0(8); *puVar2 = &PTR_FUN_0043b2b8; /* WARNING: Subroutine does not return */ FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740); } do { LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0; if (bVar4) { *param_1 = 0x100; uVar1 = 0; } UNLOCK(); if (bVar4) { return 1; } uVar3 = (ulong)uVar1; if (uVar1 == 1) { return 0; } if (uVar1 != 0x100) goto LAB_002d969b; uVar3 = 0x10100; LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0x100; if (bVar4) { *param_1 = 0x10100; uVar1 = 0x100; } UNLOCK(); if (bVar4) goto LAB_002d969b; if (uVar1 == 1) { return 0; } if (uVar1 != 0) { LAB_002d969b: syscall(0xca,param_1,0,uVar3,0); } } while( true ); }
MOVZX EAX,byte ptr [RDI] TEST AL,AL JNZ 0x002d9680 PUSH R13 PUSH R12 PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 CMP qword ptr [0x0043dee8],0x0 JZ 0x002d9648 MOV R13D,0x1 MOV EBP,0x100 XOR R12D,R12D MOV EAX,R12D CMPXCHG.LOCK dword ptr [RBX],EBP JNZ 0x002d9683 ADD RSP,0x8 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 RET CMP byte ptr [RDI],0x0 JNZ 0x002d9670 CMP byte ptr [RDI + 0x1],0x0 JNZ 0x002d96b4 MOV byte ptr [RDI + 0x1],0x1 ADD RSP,0x8 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 RET ADD RSP,0x8 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 RET XOR EAX,EAX RET MOV ECX,EAX CMP R13D,EAX JZ 0x002d9670 CMP EBP,EAX JNZ 0x002d969b MOV ECX,0x10100 MOV EAX,EBP CMPXCHG.LOCK dword ptr [RBX],ECX JNZ 0x002d96e2 XOR R8D,R8D XOR EDX,EDX MOV RSI,RBX MOV EDI,0xca XOR EAX,EAX CALL 0x001475c0 JMP 0x002d962c MOV EDI,0x8 CALL 0x002daaf0 LEA RDX,[0x43b2a8] LEA RSI,[0x43b290] MOV RDI,RAX ADD RDX,0x10 MOV qword ptr [RAX],RDX LEA RDX,[0x31b740] CALL 0x002d9810 CMP R13D,EAX JZ 0x002d9670 TEST EAX,EAX JNZ 0x002d969b JMP 0x002d962c
null
null
null
null
[('tmp_551', u'CBRANCH_-1204643897'), (u'INT_EQUAL_-1204644280', u'CBRANCH_-1204644273'), ('const-0', u'SUBPIECE_-1204643505'), ('const-65792', u'STORE_-1204644044'), ('const-0', u'RETURN_-1204643860'), ('tmp_1987', u'COPY_-1204643567'), (u'INT_NOTEQUAL_-1204644005', u'CBRANCH_-1204644003'), (u'MULTIEQUAL_-1204643582', u'COPY_-1204643633'), (u'INDIRECT_-1204643472', u'MULTIEQUAL_-1204643586'), ('const-202', u'CALL_-1204643981'), ('const-0', u'INT_NOTEQUAL_-1204644330'), ('tmp_123', u'CBRANCH_-1204644273'), (u'CAST_-1204643496', u'INT_ADD_-1204643986'), ('const-256', u'COPY_-1204643574'), (u'LOAD_-1204644061', u'MULTIEQUAL_-1204643514'), (u'INT_EQUAL_-1204643987', u'CBRANCH_-1204643983'), ('const-1', u'RETURN_-1204643782'), (u'INT_ADD_-1204643986', u'CAST_-1204643495'), (u'MULTIEQUAL_-1204643582', u'MULTIEQUAL_-1204643484'), ('const-0', u'CALL_-1204643981'), (u'INT_NOTEQUAL_-1204644330', u'CBRANCH_-1204644329'), (u'PTRSUB_-1204643371', u'CALL_-1204643787'), (u'MULTIEQUAL_-1204643514', u'INT_EQUAL_-1204643914'), (u'INT_NOTEQUAL_-1204644073', u'CBRANCH_-1204644072'), (u'COPY_-1204643488', u'MULTIEQUAL_-1204643514'), (u'INT_EQUAL_-1204644046', u'CBRANCH_-1204644035'), ('const-433', u'LOAD_-1204644350'), ('tmp_1641', u'STORE_-1204644044'), ('const-1', u'INT_EQUAL_-1204644090'), ('const-17', u'CALLOTHER_-1204644055'), ('const-433', u'LOAD_-1204644021'), (u'LOAD_-1204644002', u'INT_EQUAL_-1204643987'), (u'COPY_-1204643682', u'COPY_-1204643591'), ('const-0', u'INT_NOTEQUAL_-1204643898'), (u'MULTIEQUAL_-1204643514', u'INT_NOTEQUAL_-1204643898'), (u'COPY_-1204644203', u'RETURN_-1204644164'), ('tmp_33', u'CBRANCH_-1204644329'), (u'LOAD_-1204644241', u'MULTIEQUAL_-1204643619'), (u'MULTIEQUAL_-1204643484', u'MULTIEQUAL_-1204643586'), ('const-433', u'STORE_-1204644044'), (u'MULTIEQUAL_-1204643619', u'INT_ZEXT_-1204643692'), (u'COPY_-1204643531', u'RETURN_-1204643512'), ('const-0', u'COPY_-1204643880'), ('const-0', u'PTRSUB_-1204643380'), ('const-1', u'INT_ADD_-1204643966'), ('tmp_1641', u'CAST_-1204643496'), ('const-0', u'RETURN_-1204643512'), ('const-433', u'STORE_-1204643805'), (u'MULTIEQUAL_-1204643484', u'COPY_-1204643526'), (u'MULTIEQUAL_-1204643619', u'INT_EQUAL_-1204644090'), ('const-0', u'COPY_-1204643682'), ('tmp_1641', u'CALL_-1204643981'), (u'COPY_-1204644073', u'MULTIEQUAL_-1204643619'), (u'INDIRECT_-1204643589', u'MULTIEQUAL_-1204643582'), (u'INT_ZEXT_-1204643692', u'MULTIEQUAL_-1204643619'), ('tmp_494', u'BRANCH_-1204643978'), (u'MULTIEQUAL_-1204643619', u'INT_NOTEQUAL_-1204644073'), (u'COPY_-1204643964', u'RETURN_-1204643925'), ('const-18', u'CALLOTHER_-1204644037'), ('tmp_1641', u'CAST_-1204643487'), ('const-17', u'CALLOTHER_-1204644235'), ('tmp_724', u'CBRANCH_-1204643983'), ('const-256', u'INT_EQUAL_-1204644046'), ('const-0', u'INT_EQUAL_-1204644226'), (u'INDIRECT_-1204643551', u'COPY_-1204643597'), ('const-1', u'INT_EQUAL_-1204643914'), ('tmp_1987', u'INT_EQUAL_-1204644280'), (u'SUBPIECE_-1204643505', u'INT_NOTEQUAL_-1204644005'), ('const-1', u'COPY_-1204643964'), (u'INT_EQUAL_-1204643914', u'CBRANCH_-1204643912'), ('const-0', u'SUBPIECE_-1204643578'), (u'INT_EQUAL_-1204644226', u'CBRANCH_-1204644215'), (u'CALL_-1204643787', u'INDIRECT_-1204643422'), (u'MULTIEQUAL_-1204643582', u'MULTIEQUAL_-1204643477'), ('const-433', u'LOAD_-1204644061'), (u'CALL_-1204643841', u'INDIRECT_-1204643459'), (u'PTRSUB_-1204643380', u'STORE_-1204643805'), ('const-4436624', u'PTRSUB_-1204643371'), ('const-4436664', u'PTRSUB_-1204643380'), (u'PTRSUB_-1204643372', u'CALL_-1204643787'), (u'INT_EQUAL_-1204644226', u'CBRANCH_-1204644227'), ('const-433', u'STORE_-1204644224'), ('tmp_686', u'CBRANCH_-1204644003'), ('const-0', u'INT_EQUAL_-1204644280'), ('const-0', u'RETURN_-1204643962'), (u'INDIRECT_-1204643486', u'MULTIEQUAL_-1204643484'), ('const-0', u'COPY_-1204643535'), (u'INDIRECT_-1204643422', u'COPY_-1204643477'), (u'CAST_-1204643487', u'INT_ADD_-1204643966'), ('const-3258176', u'PTRSUB_-1204643372'), ('tmp_402', u'CBRANCH_-1204644035'), ('const-433', u'LOAD_-1204644002'), (u'LOAD_-1204644061', u'INT_EQUAL_-1204644046'), ('tmp_523', u'CBRANCH_-1204643912'), (u'COPY_-1204643591', u'MULTIEQUAL_-1204643619'), ('tmp_315', u'CBRANCH_-1204644088'), ('const-18', u'CALLOTHER_-1204644217'), ('const-0', u'INT_NOTEQUAL_-1204644005'), ('const-0', u'PTRSUB_-1204643371'), ('tmp_1987', u'COPY_-1204643578'), ('tmp_1987', u'MULTIEQUAL_-1204643586'), ('tmp_1641', u'LOAD_-1204644061'), (u'CAST_-1204643386', u'CALL_-1204643787'), ('const-4', u'CBRANCH_-1204644047'), (u'COPY_-1204643535', u'RETURN_-1204643516'), (u'INT_EQUAL_-1204644046', u'CBRANCH_-1204644047'), ('tmp_347', u'CBRANCH_-1204644072'), ('const-8', u'CALL_-1204643841'), (u'INT_EQUAL_-1204644090', u'CBRANCH_-1204644088'), (u'CAST_-1204643486', u'STORE_-1204643980'), ('const-0', u'CALL_-1204643981'), (u'SUBPIECE_-1204643578', u'INT_NOTEQUAL_-1204644330'), ('const-0', u'INT_EQUAL_-1204643987'), (u'LOAD_-1204644241', u'INT_EQUAL_-1204644226'), (u'LOAD_-1204644350', u'SUBPIECE_-1204643578'), (u'COPY_-1204644004', u'RETURN_-1204643962'), ('const-256', u'STORE_-1204644224'), ('const-0', u'RETURN_-1204643516'), (u'CAST_-1204643495', u'LOAD_-1204644002'), ('const-0', u'RETURN_-1204643925'), (u'MULTIEQUAL_-1204643484', u'MULTIEQUAL_-1204643477'), ('tmp_1641', u'STORE_-1204644224'), ('const-256', u'INT_NOTEQUAL_-1204644073'), ('tmp_1641', u'LOAD_-1204644350'), ('const-1', u'STORE_-1204643980'), (u'MULTIEQUAL_-1204643619', u'CALL_-1204643981'), (u'MULTIEQUAL_-1204643582', u'COPY_-1204643522'), ('const-433', u'LOAD_-1204644241'), ('const-1', u'INT_ADD_-1204643986'), ('const-433', u'STORE_-1204643980'), ('tmp_1641', u'LOAD_-1204644241'), (u'LOAD_-1204644021', u'SUBPIECE_-1204643505'), ('tmp_206', u'CBRANCH_-1204644215'), (u'CALL_-1204643981', u'INDIRECT_-1204643472'), ('const-4', u'CBRANCH_-1204644227'), (u'STORE_-1204643805', u'INDIRECT_-1204643422'), ('const-0', u'PTRSUB_-1204643372'), ('const-0', u'COPY_-1204644004'), ('const-0', u'COPY_-1204643531'), (u'COPY_-1204643574', u'COPY_-1204643488'), (u'CALL_-1204643841', u'CAST_-1204643386'), (u'STORE_-1204644044', u'INDIRECT_-1204643486'), ('const-65792', u'COPY_-1204644073'), ('const-0', u'RETURN_-1204644164'), (u'STORE_-1204644224', u'INDIRECT_-1204643589'), (u'COPY_-1204643880', u'RETURN_-1204643860'), (u'CAST_-1204643386', u'STORE_-1204643805'), (u'STORE_-1204643980', u'INDIRECT_-1204643551'), (u'INT_NOTEQUAL_-1204643898', u'CBRANCH_-1204643897'), (u'INT_ADD_-1204643966', u'CAST_-1204643486'), ('const-1', u'COPY_-1204644203'), ('tmp_1641', u'LOAD_-1204644021'), (u'COPY_-1204643578', u'COPY_-1204643576'), (u'MULTIEQUAL_-1204643586', u'MULTIEQUAL_-1204643582')]
[('tmp_551', u'CBRANCH_-1204643897'), (u'INT_EQUAL_-1204644280', u'CBRANCH_-1204644273'), ('const-0', u'SUBPIECE_-1204643505'), ('const-65792', u'STORE_-1204644044'), ('const-0', u'RETURN_-1204643860'), ('tmp_1987', u'COPY_-1204643567'), (u'INT_NOTEQUAL_-1204644005', u'CBRANCH_-1204644003'), (u'MULTIEQUAL_-1204643582', u'COPY_-1204643633'), (u'INDIRECT_-1204643472', u'MULTIEQUAL_-1204643586'), ('const-202', u'CALL_-1204643981'), ('const-0', u'INT_NOTEQUAL_-1204644330'), ('tmp_123', u'CBRANCH_-1204644273'), (u'CAST_-1204643496', u'INT_ADD_-1204643986'), ('const-256', u'COPY_-1204643574'), (u'LOAD_-1204644061', u'MULTIEQUAL_-1204643514'), (u'INT_EQUAL_-1204643987', u'CBRANCH_-1204643983'), ('const-1', u'RETURN_-1204643782'), (u'INT_ADD_-1204643986', u'CAST_-1204643495'), (u'MULTIEQUAL_-1204643582', u'MULTIEQUAL_-1204643484'), ('const-0', u'CALL_-1204643981'), (u'INT_NOTEQUAL_-1204644330', u'CBRANCH_-1204644329'), (u'PTRSUB_-1204643371', u'CALL_-1204643787'), (u'MULTIEQUAL_-1204643514', u'INT_EQUAL_-1204643914'), (u'INT_NOTEQUAL_-1204644073', u'CBRANCH_-1204644072'), (u'COPY_-1204643488', u'MULTIEQUAL_-1204643514'), (u'INT_EQUAL_-1204644046', u'CBRANCH_-1204644035'), ('const-433', u'LOAD_-1204644350'), ('tmp_1641', u'STORE_-1204644044'), ('const-1', u'INT_EQUAL_-1204644090'), ('const-17', u'CALLOTHER_-1204644055'), ('const-433', u'LOAD_-1204644021'), (u'LOAD_-1204644002', u'INT_EQUAL_-1204643987'), (u'COPY_-1204643682', u'COPY_-1204643591'), ('const-0', u'INT_NOTEQUAL_-1204643898'), (u'MULTIEQUAL_-1204643514', u'INT_NOTEQUAL_-1204643898'), (u'COPY_-1204644203', u'RETURN_-1204644164'), ('tmp_33', u'CBRANCH_-1204644329'), (u'LOAD_-1204644241', u'MULTIEQUAL_-1204643619'), (u'MULTIEQUAL_-1204643484', u'MULTIEQUAL_-1204643586'), ('const-433', u'STORE_-1204644044'), (u'MULTIEQUAL_-1204643619', u'INT_ZEXT_-1204643692'), (u'COPY_-1204643531', u'RETURN_-1204643512'), ('const-0', u'COPY_-1204643880'), ('const-0', u'PTRSUB_-1204643380'), ('const-1', u'INT_ADD_-1204643966'), ('tmp_1641', u'CAST_-1204643496'), ('const-0', u'RETURN_-1204643512'), ('const-433', u'STORE_-1204643805'), (u'MULTIEQUAL_-1204643484', u'COPY_-1204643526'), (u'MULTIEQUAL_-1204643619', u'INT_EQUAL_-1204644090'), ('const-0', u'COPY_-1204643682'), ('tmp_1641', u'CALL_-1204643981'), (u'COPY_-1204644073', u'MULTIEQUAL_-1204643619'), (u'INDIRECT_-1204643589', u'MULTIEQUAL_-1204643582'), (u'INT_ZEXT_-1204643692', u'MULTIEQUAL_-1204643619'), ('tmp_494', u'BRANCH_-1204643978'), (u'MULTIEQUAL_-1204643619', u'INT_NOTEQUAL_-1204644073'), (u'COPY_-1204643964', u'RETURN_-1204643925'), ('const-18', u'CALLOTHER_-1204644037'), ('tmp_1641', u'CAST_-1204643487'), ('const-17', u'CALLOTHER_-1204644235'), ('tmp_724', u'CBRANCH_-1204643983'), ('const-256', u'INT_EQUAL_-1204644046'), ('const-0', u'INT_EQUAL_-1204644226'), (u'INDIRECT_-1204643551', u'COPY_-1204643597'), ('const-1', u'INT_EQUAL_-1204643914'), ('tmp_1987', u'INT_EQUAL_-1204644280'), (u'SUBPIECE_-1204643505', u'INT_NOTEQUAL_-1204644005'), ('const-1', u'COPY_-1204643964'), (u'INT_EQUAL_-1204643914', u'CBRANCH_-1204643912'), ('const-0', u'SUBPIECE_-1204643578'), (u'INT_EQUAL_-1204644226', u'CBRANCH_-1204644215'), (u'CALL_-1204643787', u'INDIRECT_-1204643422'), (u'MULTIEQUAL_-1204643582', u'MULTIEQUAL_-1204643477'), ('const-433', u'LOAD_-1204644061'), (u'CALL_-1204643841', u'INDIRECT_-1204643459'), (u'PTRSUB_-1204643380', u'STORE_-1204643805'), ('const-4436624', u'PTRSUB_-1204643371'), ('const-4436664', u'PTRSUB_-1204643380'), (u'PTRSUB_-1204643372', u'CALL_-1204643787'), (u'INT_EQUAL_-1204644226', u'CBRANCH_-1204644227'), ('const-433', u'STORE_-1204644224'), ('tmp_686', u'CBRANCH_-1204644003'), ('const-0', u'INT_EQUAL_-1204644280'), ('const-0', u'RETURN_-1204643962'), (u'INDIRECT_-1204643486', u'MULTIEQUAL_-1204643484'), ('const-0', u'COPY_-1204643535'), (u'INDIRECT_-1204643422', u'COPY_-1204643477'), (u'CAST_-1204643487', u'INT_ADD_-1204643966'), ('const-3258176', u'PTRSUB_-1204643372'), ('tmp_402', u'CBRANCH_-1204644035'), ('const-433', u'LOAD_-1204644002'), (u'LOAD_-1204644061', u'INT_EQUAL_-1204644046'), ('tmp_523', u'CBRANCH_-1204643912'), (u'COPY_-1204643591', u'MULTIEQUAL_-1204643619'), ('tmp_315', u'CBRANCH_-1204644088'), ('const-18', u'CALLOTHER_-1204644217'), ('const-0', u'INT_NOTEQUAL_-1204644005'), ('const-0', u'PTRSUB_-1204643371'), ('tmp_1987', u'COPY_-1204643578'), ('tmp_1987', u'MULTIEQUAL_-1204643586'), ('tmp_1641', u'LOAD_-1204644061'), (u'CAST_-1204643386', u'CALL_-1204643787'), ('const-4', u'CBRANCH_-1204644047'), (u'COPY_-1204643535', u'RETURN_-1204643516'), (u'INT_EQUAL_-1204644046', u'CBRANCH_-1204644047'), ('tmp_347', u'CBRANCH_-1204644072'), ('const-8', u'CALL_-1204643841'), (u'INT_EQUAL_-1204644090', u'CBRANCH_-1204644088'), (u'CAST_-1204643486', u'STORE_-1204643980'), ('const-0', u'CALL_-1204643981'), (u'SUBPIECE_-1204643578', u'INT_NOTEQUAL_-1204644330'), ('const-0', u'INT_EQUAL_-1204643987'), (u'LOAD_-1204644241', u'INT_EQUAL_-1204644226'), (u'LOAD_-1204644350', u'SUBPIECE_-1204643578'), (u'COPY_-1204644004', u'RETURN_-1204643962'), ('const-256', u'STORE_-1204644224'), ('const-0', u'RETURN_-1204643516'), (u'CAST_-1204643495', u'LOAD_-1204644002'), ('const-0', u'RETURN_-1204643925'), (u'MULTIEQUAL_-1204643484', u'MULTIEQUAL_-1204643477'), ('tmp_1641', u'STORE_-1204644224'), ('const-256', u'INT_NOTEQUAL_-1204644073'), ('tmp_1641', u'LOAD_-1204644350'), ('const-1', u'STORE_-1204643980'), (u'MULTIEQUAL_-1204643619', u'CALL_-1204643981'), (u'MULTIEQUAL_-1204643582', u'COPY_-1204643522'), ('const-433', u'LOAD_-1204644241'), ('const-1', u'INT_ADD_-1204643986'), ('const-433', u'STORE_-1204643980'), ('tmp_1641', u'LOAD_-1204644241'), (u'LOAD_-1204644021', u'SUBPIECE_-1204643505'), ('tmp_206', u'CBRANCH_-1204644215'), (u'CALL_-1204643981', u'INDIRECT_-1204643472'), ('const-4', u'CBRANCH_-1204644227'), (u'STORE_-1204643805', u'INDIRECT_-1204643422'), ('const-0', u'PTRSUB_-1204643372'), ('const-0', u'COPY_-1204644004'), ('const-0', u'COPY_-1204643531'), (u'COPY_-1204643574', u'COPY_-1204643488'), (u'CALL_-1204643841', u'CAST_-1204643386'), (u'STORE_-1204644044', u'INDIRECT_-1204643486'), ('const-65792', u'COPY_-1204644073'), ('const-0', u'RETURN_-1204644164'), (u'STORE_-1204644224', u'INDIRECT_-1204643589'), (u'COPY_-1204643880', u'RETURN_-1204643860'), (u'CAST_-1204643386', u'STORE_-1204643805'), (u'STORE_-1204643980', u'INDIRECT_-1204643551'), (u'INT_NOTEQUAL_-1204643898', u'CBRANCH_-1204643897'), (u'INT_ADD_-1204643966', u'CAST_-1204643486'), ('const-1', u'COPY_-1204644203'), ('tmp_1641', u'LOAD_-1204644021'), (u'COPY_-1204643578', u'COPY_-1204643576'), (u'MULTIEQUAL_-1204643586', u'MULTIEQUAL_-1204643582')]
null
null
002d9600
x64
O2
(translation_unit "undefined8 FUN_002d9600(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}\n\n" (function_definition "undefined8 FUN_002d9600(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" type_identifier (function_declarator "FUN_002d9600(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" { (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + 1) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 1) == '\0'" (pointer_expression "*(char *)((long)param_1 + 1)" * (cast_expression "(char *)((long)param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" { (expression_statement "*(undefined1 *)((long)param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + 1) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + 1)" * (cast_expression "(undefined1 *)((long)param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar2 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar2 = (undefined8 *)FUN_002daaf0(8)" identifier = (cast_expression "(undefined8 *)FUN_002daaf0(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002daaf0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar2 = &PTR_FUN_0043b2b8;" (assignment_expression "*puVar2 = &PTR_FUN_0043b2b8" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_0043b2b8" & identifier)) ;) comment (expression_statement "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);" (call_expression "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" identifier (argument_list "(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" ( identifier , (pointer_expression "&PTR_PTR_FUN_0043b290" & identifier) , identifier ))) ;) })) (do_statement "do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );" do (compound_statement "{\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0;" (assignment_expression "bVar4 = uVar1 == 0" identifier = (binary_expression "uVar1 == 0" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x100;\n uVar1 = 0;\n }" { (expression_statement "*param_1 = 0x100;" (assignment_expression "*param_1 = 0x100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) {\n return 1;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = (ulong)uVar1;" (assignment_expression "uVar3 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0x100) goto LAB_002d969b;" if (parenthesized_expression "(uVar1 != 0x100)" ( (binary_expression "uVar1 != 0x100" identifier != number_literal) )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (expression_statement "uVar3 = 0x10100;" (assignment_expression "uVar3 = 0x10100" identifier = number_literal) ;) (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0x100;" (assignment_expression "bVar4 = uVar1 == 0x100" identifier = (binary_expression "uVar1 == 0x100" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" { (expression_statement "*param_1 = 0x10100;" (assignment_expression "*param_1 = 0x10100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0x100;" (assignment_expression "uVar1 = 0x100" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) goto LAB_002d969b;" if (parenthesized_expression "(bVar4)" ( identifier )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" { (labeled_statement "LAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);" statement_identifier : (expression_statement "syscall(0xca,param_1,0,uVar3,0);" (call_expression "syscall(0xca,param_1,0,uVar3,0)" identifier (argument_list "(0xca,param_1,0,uVar3,0)" ( number_literal , identifier , number_literal , identifier , number_literal ))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "undefined8 __cxa_guard_acquire(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar2 = &PTR__recursive_init_error_0043b2b8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}\n\n" (function_definition "undefined8 __cxa_guard_acquire(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar2 = &PTR__recursive_init_error_0043b2b8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" type_identifier (function_declarator "__cxa_guard_acquire(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar2 = &PTR__recursive_init_error_0043b2b8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar2 = &PTR__recursive_init_error_0043b2b8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar2 = &PTR__recursive_init_error_0043b2b8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);\n }" { (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + 1) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 1) == '\0'" (pointer_expression "*(char *)((long)param_1 + 1)" * (cast_expression "(char *)((long)param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" { (expression_statement "*(undefined1 *)((long)param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + 1) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + 1)" * (cast_expression "(undefined1 *)((long)param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar2 = (undefined8 *)__cxa_allocate_exception(8);" (assignment_expression "puVar2 = (undefined8 *)__cxa_allocate_exception(8)" identifier = (cast_expression "(undefined8 *)__cxa_allocate_exception(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__cxa_allocate_exception(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar2 = &PTR__recursive_init_error_0043b2b8;" (assignment_expression "*puVar2 = &PTR__recursive_init_error_0043b2b8" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR__recursive_init_error_0043b2b8" & identifier)) ;) comment (expression_statement "__cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error);" (call_expression "__cxa_throw(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error)" identifier (argument_list "(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error)" ( identifier , (pointer_expression "&recursive_init_error" & identifier) (ERROR "::typeinfo" : : identifier) , (ERROR "recursive_init_error::" identifier : :) (unary_expression "~recursive_init_error" ~ identifier) ))) ;) })) (do_statement "do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );" do (compound_statement "{\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0;" (assignment_expression "bVar4 = uVar1 == 0" identifier = (binary_expression "uVar1 == 0" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x100;\n uVar1 = 0;\n }" { (expression_statement "*param_1 = 0x100;" (assignment_expression "*param_1 = 0x100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) {\n return 1;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = (ulong)uVar1;" (assignment_expression "uVar3 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0x100) goto LAB_002d969b;" if (parenthesized_expression "(uVar1 != 0x100)" ( (binary_expression "uVar1 != 0x100" identifier != number_literal) )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (expression_statement "uVar3 = 0x10100;" (assignment_expression "uVar3 = 0x10100" identifier = number_literal) ;) (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0x100;" (assignment_expression "bVar4 = uVar1 == 0x100" identifier = (binary_expression "uVar1 == 0x100" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" { (expression_statement "*param_1 = 0x10100;" (assignment_expression "*param_1 = 0x10100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0x100;" (assignment_expression "uVar1 = 0x100" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) goto LAB_002d969b;" if (parenthesized_expression "(bVar4)" ( identifier )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" { (labeled_statement "LAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);" statement_identifier : (expression_statement "syscall(0xca,param_1,0,uVar3,0);" (call_expression "syscall(0xca,param_1,0,uVar3,0)" identifier (argument_list "(0xca,param_1,0,uVar3,0)" ( number_literal , identifier , number_literal , identifier , number_literal ))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "undefined8 FUN_002d9600(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}\n\n" (function_definition "undefined8 FUN_002d9600(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" type_identifier (function_declarator "FUN_002d9600(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" if (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" { (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" if (parenthesized_expression "((char)*param_1 != '\0')" ( (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*param_1" * identifier)) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" if (parenthesized_expression "(*(char *)((long)param_1 + 1) == '\0')" ( (binary_expression "*(char *)((long)param_1 + 1) == '\0'" (pointer_expression "*(char *)((long)param_1 + 1)" * (cast_expression "(char *)((long)param_1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" { (expression_statement "*(undefined1 *)((long)param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + 1) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + 1)" * (cast_expression "(undefined1 *)((long)param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 1)" ( (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "puVar2 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar2 = (undefined8 *)FUN_002daaf0(8)" identifier = (cast_expression "(undefined8 *)FUN_002daaf0(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002daaf0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar2 = &PTR_FUN_0043b2b8;" (assignment_expression "*puVar2 = &PTR_FUN_0043b2b8" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_0043b2b8" & identifier)) ;) (expression_statement "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);" (call_expression "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" identifier (argument_list "(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" ( identifier , (pointer_expression "&PTR_PTR_FUN_0043b290" & identifier) , identifier ))) ;) })) (do_statement "do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );" do (compound_statement "{\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0;" (assignment_expression "bVar4 = uVar1 == 0" identifier = (binary_expression "uVar1 == 0" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x100;\n uVar1 = 0;\n }" { (expression_statement "*param_1 = 0x100;" (assignment_expression "*param_1 = 0x100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) {\n return 1;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar3 = (ulong)uVar1;" (assignment_expression "uVar3 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0x100) goto LAB_002d969b;" if (parenthesized_expression "(uVar1 != 0x100)" ( (binary_expression "uVar1 != 0x100" identifier != number_literal) )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (expression_statement "uVar3 = 0x10100;" (assignment_expression "uVar3 = 0x10100" identifier = number_literal) ;) (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "bVar4 = uVar1 == 0x100;" (assignment_expression "bVar4 = uVar1 == 0x100" identifier = (binary_expression "uVar1 == 0x100" identifier == number_literal)) ;) (if_statement "if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" if (parenthesized_expression "(bVar4)" ( identifier )) (compound_statement "{\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" { (expression_statement "*param_1 = 0x10100;" (assignment_expression "*param_1 = 0x10100" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "uVar1 = 0x100;" (assignment_expression "uVar1 = 0x100" identifier = number_literal) ;) })) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) (if_statement "if (bVar4) goto LAB_002d969b;" if (parenthesized_expression "(bVar4)" ( identifier )) (goto_statement "goto LAB_002d969b;" goto statement_identifier ;)) (if_statement "if (uVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" { (labeled_statement "LAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);" statement_identifier : (expression_statement "syscall(0xca,param_1,0,uVar3,0);" (call_expression "syscall(0xca,param_1,0,uVar3,0)" identifier (argument_list "(0xca,param_1,0,uVar3,0)" ( number_literal , identifier , number_literal , identifier , number_literal ))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return 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 (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return 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 (sized_type_specifier long)) ) IDENT) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) })) (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor 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) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) (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 { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , LIT , IDENT , LIT ))) ;)) })) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "undefined8 FUN_002d9600(uint *param_1)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" (type_identifier "undefined8") (function_declarator "FUN_002d9600(uint *param_1)" (identifier "FUN_002d9600") (parameter_list "(uint *param_1)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n ulong uVar3;\n bool bVar4;\n \n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }\n do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" (if "if") (parenthesized_expression "((char)*param_1 != '\0')" (( "(") (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_0043dee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_0043dee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_0043dee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if ((char)*param_1 != '\0') {\n return 0;\n }\n if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }\n puVar2 = (undefined8 *)FUN_002daaf0(8);\n *puVar2 = &PTR_FUN_0043b2b8;\n \n FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);\n }" ({ "{") (if_statement "if ((char)*param_1 != '\0') {\n return 0;\n }" (if "if") (parenthesized_expression "((char)*param_1 != '\0')" (( "(") (binary_expression "(char)*param_1 != '\0'" (cast_expression "(char)*param_1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (*(char *)((long)param_1 + 1) == '\0') {\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" (if "if") (parenthesized_expression "(*(char *)((long)param_1 + 1) == '\0')" (( "(") (binary_expression "*(char *)((long)param_1 + 1) == '\0'" (pointer_expression "*(char *)((long)param_1 + 1)" (* "*") (cast_expression "(char *)((long)param_1 + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 1)" (( "(") (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "1")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined1 *)((long)param_1 + 1) = 1;\n return 1;\n }" ({ "{") (expression_statement "*(undefined1 *)((long)param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)((long)param_1 + 1) = 1" (pointer_expression "*(undefined1 *)((long)param_1 + 1)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 1)" (( "(") (binary_expression "(long)param_1 + 1" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar2 = (undefined8 *)FUN_002daaf0(8)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)FUN_002daaf0(8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002daaf0(8)" (identifier "FUN_002daaf0") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";")) (expression_statement "*puVar2 = &PTR_FUN_0043b2b8;" (assignment_expression "*puVar2 = &PTR_FUN_0043b2b8" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (pointer_expression "&PTR_FUN_0043b2b8" (& "&") (identifier "PTR_FUN_0043b2b8"))) (; ";")) (expression_statement "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740);" (call_expression "FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" (identifier "FUN_002d9810") (argument_list "(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740)" (( "(") (identifier "puVar2") (, ",") (pointer_expression "&PTR_PTR_FUN_0043b290" (& "&") (identifier "PTR_PTR_FUN_0043b290")) (, ",") (identifier "FUN_0031b740") () ")"))) (; ";")) (} "}"))) (do_statement "do {\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n } while( true );" (do "do") (compound_statement "{\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0;\n if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }\n UNLOCK();\n if (bVar4) {\n return 1;\n }\n uVar3 = (ulong)uVar1;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0x100) goto LAB_002d969b;\n uVar3 = 0x10100;\n LOCK();\n uVar1 = *param_1;\n bVar4 = uVar1 == 0x100;\n if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }\n UNLOCK();\n if (bVar4) goto LAB_002d969b;\n if (uVar1 == 1) {\n return 0;\n }\n if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "bVar4 = uVar1 == 0;" (assignment_expression "bVar4 = uVar1 == 0" (identifier "bVar4") (= "=") (binary_expression "uVar1 == 0" (identifier "uVar1") (== "==") (number_literal "0"))) (; ";")) (if_statement "if (bVar4) {\n *param_1 = 0x100;\n uVar1 = 0;\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n *param_1 = 0x100;\n uVar1 = 0;\n }" ({ "{") (expression_statement "*param_1 = 0x100;" (assignment_expression "*param_1 = 0x100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0x100")) (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (bVar4) {\n return 1;\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar3 = (ulong)uVar1;" (assignment_expression "uVar3 = (ulong)uVar1" (identifier "uVar3") (= "=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (uVar1 == 1) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar1 == 1)" (( "(") (binary_expression "uVar1 == 1" (identifier "uVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (uVar1 != 0x100) goto LAB_002d969b;" (if "if") (parenthesized_expression "(uVar1 != 0x100)" (( "(") (binary_expression "uVar1 != 0x100" (identifier "uVar1") (!= "!=") (number_literal "0x100")) () ")")) (goto_statement "goto LAB_002d969b;" (goto "goto") (statement_identifier "LAB_002d969b") (; ";"))) (expression_statement "uVar3 = 0x10100;" (assignment_expression "uVar3 = 0x10100" (identifier "uVar3") (= "=") (number_literal "0x10100")) (; ";")) (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "bVar4 = uVar1 == 0x100;" (assignment_expression "bVar4 = uVar1 == 0x100" (identifier "bVar4") (= "=") (binary_expression "uVar1 == 0x100" (identifier "uVar1") (== "==") (number_literal "0x100"))) (; ";")) (if_statement "if (bVar4) {\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (compound_statement "{\n *param_1 = 0x10100;\n uVar1 = 0x100;\n }" ({ "{") (expression_statement "*param_1 = 0x10100;" (assignment_expression "*param_1 = 0x10100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0x10100")) (; ";")) (expression_statement "uVar1 = 0x100;" (assignment_expression "uVar1 = 0x100" (identifier "uVar1") (= "=") (number_literal "0x100")) (; ";")) (} "}"))) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (bVar4) goto LAB_002d969b;" (if "if") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (goto_statement "goto LAB_002d969b;" (goto "goto") (statement_identifier "LAB_002d969b") (; ";"))) (if_statement "if (uVar1 == 1) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar1 == 1)" (( "(") (binary_expression "uVar1 == 1" (identifier "uVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (uVar1 != 0) {\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" (if "if") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);\n }" ({ "{") (labeled_statement "LAB_002d969b:\n syscall(0xca,param_1,0,uVar3,0);" (statement_identifier "LAB_002d969b") (: ":") (expression_statement "syscall(0xca,param_1,0,uVar3,0);" (call_expression "syscall(0xca,param_1,0,uVar3,0)" (identifier "syscall") (argument_list "(0xca,param_1,0,uVar3,0)" (( "(") (number_literal "0xca") (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (identifier "uVar3") (, ",") (number_literal "0") () ")"))) (; ";"))) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
type_1 function_1(type_2 *param_1) { type_2 var_5; type_1 *puVar2; type_3 uVar3; bool bVar4; if ((char)*param_1 != '\0') { return 0; } if (var_1 == (type_4 *)0x0) { if ((char)*param_1 != '\0') { return 0; } if (*(char *)((long)param_1 + 1) == '\0') { *(type_5 *)((long)param_1 + 1) = 1; return 1; } puVar2 = (type_1 *)var_2(8); *puVar2 = &PTR__recursive_init_error_0043b2b8; /* WARNING: Subroutine does not return */ var_3(puVar2,&recursive_init_error::typeinfo,recursive_init_error::~recursive_init_error); } do { var_4(); var_5 = *param_1; bVar4 = var_5 == 0; if (bVar4) { *param_1 = 0x100; var_5 = 0; } var_6(); if (bVar4) { return 1; } uVar3 = (type_3)var_5; if (var_5 == 1) { return 0; } if (var_5 != 0x100) goto LAB_002d969b; uVar3 = 0x10100; var_4(); var_5 = *param_1; bVar4 = var_5 == 0x100; if (bVar4) { *param_1 = 0x10100; var_5 = 0x100; } var_6(); if (bVar4) goto LAB_002d969b; if (var_5 == 1) { return 0; } if (var_5 != 0) { LAB_002d969b: var_7(0xca,param_1,0,uVar3,0); } } while( true ); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (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 (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))))) (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (return_statement (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 (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal) (identifier) (number_literal)))))))) condition: (parenthesized_expression (true))))))
null
undefined8 MASKED(uint *param_1) { uint uVar1; undefined8 *puVar2; ulong uVar3; bool bVar4; if ((char)*param_1 != '\0') { return 0; } if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) { if ((char)*param_1 != '\0') { return 0; } if (*(char *)((long)param_1 + 1) == '\0') { *(undefined1 *)((long)param_1 + 1) = 1; return 1; } puVar2 = (undefined8 *)FUN_002daaf0(8); *puVar2 = &PTR_FUN_0043b2b8; /* WARNING: Subroutine does not return */ FUN_002d9810(puVar2,&PTR_PTR_FUN_0043b290,FUN_0031b740); } do { LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0; if (bVar4) { *param_1 = 0x100; uVar1 = 0; } UNLOCK(); if (bVar4) { return 1; } uVar3 = (ulong)uVar1; if (uVar1 == 1) { return 0; } if (uVar1 != 0x100) goto LAB_002d969b; uVar3 = 0x10100; LOCK(); uVar1 = *param_1; bVar4 = uVar1 == 0x100; if (bVar4) { *param_1 = 0x10100; uVar1 = 0x100; } UNLOCK(); if (bVar4) goto LAB_002d969b; if (uVar1 == 1) { return 0; } if (uVar1 != 0) { LAB_002d969b: syscall(0xca,param_1,0,uVar3,0); } } while( true ); }
8614_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
messages_byname
FUN_003034a0
/* std::messages_byname<char>::messages_byname(std::string const&, unsigned long) */ void __thiscall std::messages_byname<char>::messages_byname (messages_byname<char> *this,string *param_1,ulong param_2) { messages_byname(this,*(char **)param_1,param_2); return; }
void FUN_003034a0(undefined8 param_1,undefined8 *param_2) { FUN_00303390(param_1,*param_2); return; }
MOV RSI,qword ptr [RSI] JMP 0x00303390
null
null
null
null
[('tmp_14', u'CAST_-1204865812'), (u'LOAD_-1204865886', u'CALL_-1204865876'), ('const-0', u'RETURN_-1204865872'), (u'CAST_-1204865812', u'LOAD_-1204865886'), ('tmp_13', u'CALL_-1204865876'), ('const-433', u'LOAD_-1204865886'), ('tmp_15', u'CALL_-1204865876')]
[('tmp_32', u'CALL_-1204865876'), (u'LOAD_-1204865886', u'CALL_-1204865876'), ('const-0', u'RETURN_-1204865872'), ('const-433', u'LOAD_-1204865886'), ('tmp_25', u'LOAD_-1204865886')]
null
null
003034a0
x64
O2
(translation_unit "void FUN_003034a0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00303390(param_1,*param_2);\n return;\n}\n\n" (function_definition "void FUN_003034a0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00303390(param_1,*param_2);\n return;\n}" primitive_type (function_declarator "FUN_003034a0(undefined8 param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n FUN_00303390(param_1,*param_2);\n return;\n}" { (expression_statement "FUN_00303390(param_1,*param_2);" (call_expression "FUN_00303390(param_1,*param_2)" identifier (argument_list "(param_1,*param_2)" ( identifier , (pointer_expression "*param_2" * identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::messages_byname<char>::messages_byname(std::string const&, unsigned long) */\n\nvoid __thiscall\nstd::messages_byname<char>::messages_byname\n (messages_byname<char> *this,string *param_1,ulong param_2)\n\n{\n messages_byname(this,*(char **)param_1,param_2);\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::messages_byname<char>::messages_byname\n (messages_byname<char> *this,string *param_1,ulong param_2)\n\n{\n messages_byname(this,*(char **)param_1,param_2);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::messages_byname<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "messages_byname\n (messages_byname<char> *this,string *param_1,ulong param_2)" identifier (parameter_list "(messages_byname<char> *this,string *param_1,ulong param_2)" ( (parameter_declaration "messages_byname<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n messages_byname(this,*(char **)param_1,param_2);\n return;\n}" { (expression_statement "messages_byname(this,*(char **)param_1,param_2);" (call_expression "messages_byname(this,*(char **)param_1,param_2)" identifier (argument_list "(this,*(char **)param_1,param_2)" ( identifier , (pointer_expression "*(char **)param_1" * (cast_expression "(char **)param_1" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_003034a0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00303390(param_1,*param_2);\n return;\n}\n\n" (function_definition "void FUN_003034a0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00303390(param_1,*param_2);\n return;\n}" primitive_type (function_declarator "FUN_003034a0(undefined8 param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n FUN_00303390(param_1,*param_2);\n return;\n}" { (expression_statement "FUN_00303390(param_1,*param_2);" (call_expression "FUN_00303390(param_1,*param_2)" identifier (argument_list "(param_1,*param_2)" ( identifier , (pointer_expression "*param_2" * identifier) ))) ;) (return_statement "return;" return ;) })))
(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 ( IDENT , (pointer_expression * IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_003034a0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_00303390(param_1,*param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003034a0(undefined8 param_1,undefined8 *param_2)" (identifier "FUN_003034a0") (parameter_list "(undefined8 param_1,undefined8 *param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n FUN_00303390(param_1,*param_2);\n return;\n}" ({ "{") (expression_statement "FUN_00303390(param_1,*param_2);" (call_expression "FUN_00303390(param_1,*param_2)" (identifier "FUN_00303390") (argument_list "(param_1,*param_2)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::messages_byname<char>::messages_byname(std::string const&, unsigned long) */ void __thiscall std::function_1<char>::function_1 (function_1<char> *this,type_1 *param_1,type_2 param_2) { function_1(this,*(char **)param_1,param_2); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 *param_2) { FUN_00303390(param_1,*param_2); return; }
2865_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
_M_realloc_insert<gold::Incremental_input_entry*_const&>
FUN_0018ea80
/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&> DWARF original prototype: void _M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> * this, iterator __position, Incremental_input_entry * * __args#0) */ void __thiscall std::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>:: _M_realloc_insert<gold::Incremental_input_entry*_const&> (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> *this,iterator __position,Incremental_input_entry **__args_0) { void *__dest; Incremental_input_entry **ppIVar1; Incremental_input_entry **__src; ulong uVar2; pointer __dest_00; size_t __n; ulong uVar3; ulong uVar4; pointer ppIVar5; ppIVar1 = (this-> super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> )._M_impl._M_finish; __src = (this-> super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> )._M_impl._M_start; __n = (long)__position._M_current - (long)__src; uVar2 = (long)ppIVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0018ebb5: uVar4 = uVar3 * 8; LAB_0018eac8: __dest_00 = (pointer)operator_new(uVar4); ppIVar5 = (pointer)(uVar4 + (long)__dest_00); } else { uVar3 = uVar2 * 2; uVar4 = 0xfffffffffffffff8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8; ppIVar5 = (pointer)0x0; __dest_00 = (pointer)0x0; if (uVar3 != 0) goto LAB_0018ebb5; } __dest = (void *)((long)__dest_00 + __n + 8); *(Incremental_input_entry **)((long)__dest_00 + __n) = *__args_0; if (__position._M_current == __src) { if (__position._M_current != ppIVar1) goto LAB_0018eb38; LAB_0018eb46: if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b; } else { memmove(__dest_00,__src,__n); if (__position._M_current != ppIVar1) { LAB_0018eb38: memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current); goto LAB_0018eb46; } } operator_delete(__src); LAB_0018eb4b: (this-> super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> )._M_impl._M_start = __dest_00; (this-> super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppIVar1 - (long)__position._M_current)); (this-> super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> )._M_impl._M_end_of_storage = ppIVar5; return; }
void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0018ebb5: lVar4 = uVar3 * 8; LAB_0018eac8: __dest_00 = (void *)FUN_002d9490(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_0018ebb5; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0018eb38; LAB_0018eb46: if (__src == (void *)0x0) goto LAB_0018eb4b; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0018eb38: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0018eb46; } } FUN_002dac60(__src); LAB_0018eb4b: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
PUSH R15 MOV R15,RDX MOV RDX,RSI PUSH R14 PUSH R13 PUSH R12 MOV R12,RSI PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x28 MOV RCX,qword ptr [RDI + 0x8] MOV RBP,qword ptr [RDI] MOV RAX,RCX SUB RDX,RBP SUB RAX,RBP SAR RAX,0x3 JZ 0x0018ebb0 LEA RDI,[RAX + RAX*0x1] MOV R14,-0x8 CMP RAX,RDI JBE 0x0018eb78 MOV RDI,R14 MOV qword ptr [RSP + 0x10],RDX MOV qword ptr [RSP + 0x8],RCX CALL 0x002d9490 MOV RDX,qword ptr [RSP + 0x10] MOV RCX,qword ptr [RSP + 0x8] MOV R13,RAX ADD R14,RAX MOV RAX,qword ptr [R15] MOV R8,RCX LEA R9,[R13 + RDX*0x1 + 0x8] SUB R8,R12 MOV qword ptr [R13 + RDX*0x1],RAX LEA R15,[R9 + R8*0x1] CMP R12,RBP JZ 0x0018eba0 MOV RSI,RBP MOV RDI,R13 MOV qword ptr [RSP + 0x18],R9 MOV qword ptr [RSP + 0x10],R8 MOV qword ptr [RSP + 0x8],RCX CALL 0x001476d0 MOV RCX,qword ptr [RSP + 0x8] MOV R8,qword ptr [RSP + 0x10] MOV R9,qword ptr [RSP + 0x18] CMP R12,RCX JZ 0x0018eb68 MOV RDX,R8 MOV RSI,R12 MOV RDI,R9 CALL 0x00147aa0 TEST RBP,RBP JNZ 0x0018eb68 MOV qword ptr [RBX],R13 MOV qword ptr [RBX + 0x8],R15 MOV qword ptr [RBX + 0x10],R14 ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,RBP CALL 0x002dac60 JMP 0x0018eb4b MOV RAX,0x1fffffffffffffff CMP RDI,RAX JA 0x0018eac8 XOR R14D,R14D XOR R13D,R13D TEST RDI,RDI JZ 0x0018eaea JMP 0x0018ebb5 CMP R12,RCX JNZ 0x0018eb38 JMP 0x0018eb46 MOV EDI,0x1 LEA R14,[RDI*0x8] JMP 0x0018eac8
null
null
null
null
[(u'MULTIEQUAL_-1207440102', u'STORE_-1207440344'), ('const-0', u'PTRSUB_-1207439786'), ('tmp_855', u'CBRANCH_-1207440165'), (u'PTRSUB_-1207439971', u'PTRSUB_-1207439962'), ('const-0', u'PTRSUB_-1207439956'), (u'INT_ADD_-1207440471', u'CAST_-1207439838'), ('tmp_882', u'INT_EQUAL_-1207440468'), ('tmp_881', u'PTRSUB_-1207439790'), ('tmp_882', u'INT_NOTEQUAL_-1207440197'), ('const-0', u'INT_EQUAL_-1207440639'), ('tmp_582', u'CBRANCH_-1207440346'), (u'CAST_-1207439846', u'INT_ADD_-1207440480'), (u'PTRSUB_-1207439786', u'PTRSUB_-1207439778'), (u'INT_SRIGHT_-1207440638', u'INT_EQUAL_-1207440639'), (u'INT_NOTEQUAL_-1207440166', u'CBRANCH_-1207440165'), (u'INT_MULT_-1207440074', u'INT_LESS_-1207440583'), (u'PTRSUB_-1207439782', u'PTRSUB_-1207439775'), (u'INT_SRIGHT_-1207440638', u'INT_MULT_-1207440074'), (u'MULTIEQUAL_-1207440123', u'CALL_-1207440561'), (u'COPY_-1207439998', u'MULTIEQUAL_-1207440102'), (u'INT_SUB_-1207440490', u'INT_ADD_-1207440471'), (u'PTRSUB_-1207439956', u'PTRSUB_-1207439949'), (u'CAST_-1207439869', u'INT_ADD_-1207440521'), (u'INT_ADD_-1207440521', u'CAST_-1207439868'), (u'INT_ADD_-1207440500', u'CAST_-1207439857'), (u'LOAD_-1207440708', u'INT_NOTEQUAL_-1207440197'), ('const-433', u'STORE_-1207440344'), (u'INT_NOTEQUAL_-1207440197', u'CBRANCH_-1207440195'), (u'CAST_-1207439940', u'INT_SUB_-1207440673'), ('const-16', u'PTRSUB_-1207439766'), ('const-433', u'LOAD_-1207440528'), (u'INT_ADD_-1207440480', u'CAST_-1207439845'), ('tmp_882', u'CALL_-1207440363'), ('const-0', u'PTRSUB_-1207439778'), ('const-0', u'PTRSUB_-1207439780'), ('tmp_882', u'INT_NOTEQUAL_-1207440383'), (u'PTRSUB_-1207439771', u'STORE_-1207440338'), (u'INT_MULT_-1207440074', u'INT_LESS_-1207440201'), ('const-0', u'PTRSUB_-1207439790'), (u'CAST_-1207439838', u'STORE_-1207440338'), (u'INT_EQUAL_-1207440349', u'CBRANCH_-1207440346'), (u'PTRSUB_-1207439954', u'LOAD_-1207440708'), (u'PTRSUB_-1207439965', u'PTRSUB_-1207439956'), ('const-0', u'RETURN_-1207440270'), (u'CAST_-1207439845', u'STORE_-1207440494'), ('const-0', u'PTRSUB_-1207439971'), ('tmp_863', u'BRANCH_-1207440121'), (u'CAST_-1207439868', u'MULTIEQUAL_-1207440091'), ('const-1', u'COPY_-1207440136'), (u'PTRSUB_-1207439949', u'LOAD_-1207440702'), ('const-0', u'INT_NOTEQUAL_-1207440166'), (u'PTRSUB_-1207439778', u'PTRSUB_-1207439771'), (u'MULTIEQUAL_-1207440091', u'STORE_-1207440331'), (u'INT_LESS_-1207440201', u'CBRANCH_-1207440210'), ('tmp_881', u'PTRSUB_-1207439786'), (u'LOAD_-1207440702', u'CAST_-1207439935'), ('const-433', u'STORE_-1207440331'), (u'INT_ADD_-1207439929', u'INT_ADD_-1207440500'), ('tmp_883', u'LOAD_-1207440528'), (u'PTRSUB_-1207439790', u'PTRSUB_-1207439782'), ('const-0', u'PTRSUB_-1207439772'), ('const-433', u'LOAD_-1207440702'), (u'INT_SRIGHT_-1207440638', u'INT_LESS_-1207440583'), ('const--8', u'COPY_-1207440618'), (u'LOAD_-1207440702', u'INT_EQUAL_-1207440349'), ('tmp_708', u'BRANCH_-1207440259'), ('const-2', u'INT_MULT_-1207440074'), ('const-0', u'COPY_-1207439990'), ('tmp_739', u'CBRANCH_-1207440195'), (u'INT_MULT_-1207440074', u'INT_NOTEQUAL_-1207440166'), (u'CAST_-1207439857', u'CAST_-1207439839'), (u'LOAD_-1207440702', u'INT_EQUAL_-1207440468'), (u'CAST_-1207439857', u'CALL_-1207440363'), (u'LOAD_-1207440708', u'CAST_-1207439936'), (u'INT_SUB_-1207440673', u'INT_ADD_-1207440480'), ('tmp_540', u'CBRANCH_-1207440382'), ('const-433', u'LOAD_-1207440708'), (u'MULTIEQUAL_-1207439928', u'INT_MULT_-1207440103'), (u'INT_SUB_-1207440673', u'CALL_-1207440423'), ('tmp_777', u'CBRANCH_-1207440210'), (u'COPY_-1207440618', u'MULTIEQUAL_-1207440123'), (u'CAST_-1207439941', u'INT_SUB_-1207440673'), (u'PTRSUB_-1207439780', u'PTRSUB_-1207439772'), (u'PTRSUB_-1207439962', u'PTRSUB_-1207439954'), (u'MULTIEQUAL_-1207440102', u'CAST_-1207439846'), (u'PTRSUB_-1207439766', u'STORE_-1207440331'), ('tmp_881', u'PTRSUB_-1207439965'), ('const-8', u'INT_MULT_-1207440103'), ('const-8', u'PTRSUB_-1207439954'), (u'INT_SUB_-1207440490', u'CALL_-1207440363'), (u'CAST_-1207439935', u'INT_SUB_-1207440661'), (u'INT_MULT_-1207440103', u'MULTIEQUAL_-1207440123'), (u'COPY_-1207439990', u'MULTIEQUAL_-1207440091'), (u'LOAD_-1207440702', u'CALL_-1207440423'), ('const-0', u'PTRSUB_-1207439782'), (u'MULTIEQUAL_-1207440123', u'INT_ADD_-1207440521'), (u'INT_NOTEQUAL_-1207440383', u'CBRANCH_-1207440382'), (u'INT_LESS_-1207440583', u'CBRANCH_-1207440592'), ('const-2305843009213693951', u'INT_LESS_-1207440201'), (u'INT_SUB_-1207440673', u'INT_ADD_-1207439929'), ('const-3', u'INT_SRIGHT_-1207440638'), ('const-8', u'INT_ADD_-1207439929'), (u'CAST_-1207439839', u'INT_ADD_-1207440471'), ('tmp_881', u'PTRSUB_-1207439780'), ('const-0', u'PTRSUB_-1207439965'), (u'LOAD_-1207440528', u'STORE_-1207440494'), (u'LOAD_-1207440702', u'CAST_-1207439940'), ('tmp_882', u'CAST_-1207439850'), ('tmp_244', u'CBRANCH_-1207440628'), (u'PTRSUB_-1207439772', u'PTRSUB_-1207439766'), (u'CALL_-1207440561', u'CAST_-1207439888'), ('tmp_881', u'PTRSUB_-1207439971'), (u'LOAD_-1207440708', u'INT_NOTEQUAL_-1207440383'), ('const-433', u'STORE_-1207440338'), ('tmp_450', u'CBRANCH_-1207440466'), (u'INT_SUB_-1207440661', u'INT_SRIGHT_-1207440638'), (u'LOAD_-1207440708', u'CAST_-1207439851'), (u'PTRSUB_-1207439775', u'STORE_-1207440344'), (u'INT_EQUAL_-1207440639', u'CBRANCH_-1207440628'), (u'INT_MULT_-1207440074', u'MULTIEQUAL_-1207439928'), (u'INT_EQUAL_-1207440468', u'CBRANCH_-1207440466'), ('const-0', u'PTRSUB_-1207439775'), ('const-0', u'PTRSUB_-1207439962'), ('const-433', u'STORE_-1207440494'), (u'MULTIEQUAL_-1207440102', u'CALL_-1207440423'), ('const-0', u'PTRSUB_-1207439949'), ('const-0', u'COPY_-1207439998'), ('tmp_882', u'CAST_-1207439941'), (u'COPY_-1207440136', u'MULTIEQUAL_-1207439928'), ('const-0', u'INT_EQUAL_-1207440349'), (u'MULTIEQUAL_-1207440102', u'CAST_-1207439858'), (u'CAST_-1207439888', u'CAST_-1207439869'), (u'CAST_-1207439888', u'MULTIEQUAL_-1207440102'), (u'CAST_-1207439850', u'INT_SUB_-1207440490'), (u'LOAD_-1207440702', u'CALL_-1207440262'), (u'CAST_-1207439936', u'INT_SUB_-1207440661'), ('tmp_287', u'CBRANCH_-1207440592'), (u'CAST_-1207439851', u'INT_SUB_-1207440490'), ('const-8', u'PTRSUB_-1207439771'), (u'CAST_-1207439858', u'INT_ADD_-1207440500')]
[(u'INT_ADD_-1207439930', u'INT_ADD_-1207440500'), ('tmp_855', u'CBRANCH_-1207440165'), (u'MULTIEQUAL_-1207439927', u'INT_MULT_-1207440103'), ('const-0', u'INT_EQUAL_-1207440639'), ('tmp_582', u'CBRANCH_-1207440346'), (u'INT_SRIGHT_-1207440638', u'INT_EQUAL_-1207440639'), (u'CAST_-1207439963', u'CAST_-1207439950'), (u'INT_NOTEQUAL_-1207440166', u'CBRANCH_-1207440165'), ('const-8', u'PTRADD_-1207439971'), (u'CAST_-1207439968', u'CAST_-1207439951'), (u'CAST_-1207439955', u'INT_SUB_-1207440673'), (u'INT_SUB_-1207440490', u'INT_ADD_-1207440471'), ('const-433', u'LOAD_-1207440702'), (u'CAST_-1207439866', u'INT_SUB_-1207440490'), ('const-8', u'INT_ADD_-1207439930'), (u'LOAD_-1207440708', u'CAST_-1207439968'), (u'CAST_-1207439951', u'INT_SUB_-1207440661'), (u'INT_ADD_-1207440521', u'MULTIEQUAL_-1207440090'), (u'CAST_-1207439963', u'CALL_-1207440423'), (u'INT_NOTEQUAL_-1207440197', u'CBRANCH_-1207440195'), ('tmp_1672', u'PTRADD_-1207439971'), (u'PTRADD_-1207439784', u'STORE_-1207440331'), (u'INT_MULT_-1207440073', u'INT_NOTEQUAL_-1207440166'), ('const-1', u'PTRADD_-1207439789'), ('const-2', u'PTRADD_-1207439784'), (u'CAST_-1207439862', u'INT_ADD_-1207440480'), (u'MULTIEQUAL_-1207440122', u'INT_ADD_-1207440521'), ('tmp_1666', u'CAST_-1207439866'), (u'MULTIEQUAL_-1207440122', u'CALL_-1207440561'), ('tmp_1666', u'INT_EQUAL_-1207440468'), (u'COPY_-1207439989', u'MULTIEQUAL_-1207440090'), ('const-433', u'LOAD_-1207440708'), ('tmp_1666', u'INT_NOTEQUAL_-1207440383'), (u'CAST_-1207439873', u'CAST_-1207439855'), ('const-433', u'STORE_-1207440344'), (u'INT_EQUAL_-1207440349', u'CBRANCH_-1207440346'), (u'CAST_-1207439963', u'INT_EQUAL_-1207440468'), (u'INT_MULT_-1207440073', u'INT_LESS_-1207440201'), (u'PTRADD_-1207439789', u'STORE_-1207440338'), ('const-0', u'RETURN_-1207440270'), ('tmp_1672', u'PTRADD_-1207439784'), (u'MULTIEQUAL_-1207440101', u'CALL_-1207440423'), ('const-0', u'COPY_-1207439997'), ('tmp_863', u'BRANCH_-1207440121'), ('const-433', u'STORE_-1207440338'), ('const-1', u'COPY_-1207440136'), ('const-433', u'STORE_-1207440331'), ('const-2', u'INT_MULT_-1207440073'), ('const-0', u'INT_NOTEQUAL_-1207440166'), (u'CAST_-1207439963', u'CAST_-1207439955'), (u'INT_LESS_-1207440201', u'CBRANCH_-1207440210'), (u'INT_ADD_-1207440471', u'STORE_-1207440338'), ('const-8', u'PTRADD_-1207439784'), (u'CAST_-1207439855', u'INT_ADD_-1207440471'), (u'INT_MULT_-1207440073', u'MULTIEQUAL_-1207439927'), (u'INT_SRIGHT_-1207440638', u'INT_LESS_-1207440583'), ('const--8', u'COPY_-1207440618'), (u'CAST_-1207439861', u'STORE_-1207440494'), ('tmp_708', u'BRANCH_-1207440259'), (u'INT_MULT_-1207440103', u'MULTIEQUAL_-1207440122'), (u'COPY_-1207440136', u'MULTIEQUAL_-1207439927'), ('tmp_739', u'CBRANCH_-1207440195'), ('const-1', u'PTRADD_-1207439971'), (u'INT_MULT_-1207440073', u'INT_LESS_-1207440583'), (u'CAST_-1207439968', u'CAST_-1207439867'), ('const-2305843009213693951', u'INT_LESS_-1207440201'), (u'INT_SUB_-1207440673', u'INT_ADD_-1207440480'), ('tmp_540', u'CBRANCH_-1207440382'), (u'INT_SUB_-1207440673', u'CALL_-1207440423'), ('tmp_777', u'CBRANCH_-1207440210'), ('tmp_1672', u'STORE_-1207440344'), (u'MULTIEQUAL_-1207440101', u'STORE_-1207440344'), ('tmp_1672', u'LOAD_-1207440702'), (u'CALL_-1207440561', u'CAST_-1207439903'), ('tmp_1666', u'CAST_-1207439956'), ('const-433', u'STORE_-1207440494'), (u'CAST_-1207439903', u'CAST_-1207439884'), ('const-8', u'INT_MULT_-1207440103'), (u'CAST_-1207439963', u'CALL_-1207440262'), (u'INT_SUB_-1207440490', u'CALL_-1207440363'), (u'MULTIEQUAL_-1207440101', u'CAST_-1207439874'), ('tmp_1665', u'LOAD_-1207440528'), (u'COPY_-1207439997', u'MULTIEQUAL_-1207440101'), ('tmp_1672', u'PTRADD_-1207439789'), (u'CAST_-1207439963', u'INT_EQUAL_-1207440349'), ('const-8', u'PTRADD_-1207439789'), (u'INT_NOTEQUAL_-1207440383', u'CBRANCH_-1207440382'), (u'INT_LESS_-1207440583', u'CBRANCH_-1207440592'), (u'MULTIEQUAL_-1207440101', u'CAST_-1207439862'), (u'CAST_-1207439874', u'INT_ADD_-1207440500'), (u'LOAD_-1207440528', u'STORE_-1207440494'), ('const-0', u'COPY_-1207439989'), (u'INT_SUB_-1207440673', u'INT_ADD_-1207439930'), (u'CAST_-1207439884', u'INT_ADD_-1207440521'), (u'CAST_-1207439950', u'INT_SUB_-1207440661'), (u'CAST_-1207439873', u'CALL_-1207440363'), ('tmp_244', u'CBRANCH_-1207440628'), (u'CAST_-1207439968', u'INT_NOTEQUAL_-1207440383'), (u'COPY_-1207440618', u'MULTIEQUAL_-1207440122'), (u'INT_ADD_-1207440500', u'CAST_-1207439873'), (u'CAST_-1207439867', u'INT_SUB_-1207440490'), ('tmp_450', u'CBRANCH_-1207440466'), (u'INT_SUB_-1207440661', u'INT_SRIGHT_-1207440638'), (u'MULTIEQUAL_-1207440090', u'STORE_-1207440331'), (u'INT_EQUAL_-1207440639', u'CBRANCH_-1207440628'), ('const-3', u'INT_SRIGHT_-1207440638'), (u'CAST_-1207439968', u'INT_NOTEQUAL_-1207440197'), (u'CAST_-1207439903', u'MULTIEQUAL_-1207440101'), ('tmp_1666', u'INT_NOTEQUAL_-1207440197'), (u'INT_EQUAL_-1207440468', u'CBRANCH_-1207440466'), (u'INT_ADD_-1207440480', u'CAST_-1207439861'), (u'INT_SRIGHT_-1207440638', u'INT_MULT_-1207440073'), (u'PTRADD_-1207439971', u'LOAD_-1207440708'), (u'CAST_-1207439956', u'INT_SUB_-1207440673'), (u'LOAD_-1207440702', u'CAST_-1207439963'), ('const-433', u'LOAD_-1207440528'), ('const-0', u'INT_EQUAL_-1207440349'), ('tmp_287', u'CBRANCH_-1207440592'), ('tmp_1666', u'CALL_-1207440363')]
null
null
0018ea80
x64
O2
(translation_unit "void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0018ebb5:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" identifier = (cast_expression "(void *)FUN_002d9490(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0018eac8;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0018ebb5;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0018ebb5;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0018eb38;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0018eb38;" goto statement_identifier ;)) (labeled_statement "LAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0018eb4b;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0018eb4b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" { (labeled_statement "LAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0018eb46;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0018eb4b:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&>\n DWARF original prototype: void\n _M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n * this, iterator __position, Incremental_input_entry * * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void *__dest;\n Incremental_input_entry **ppIVar1;\n Incremental_input_entry **__src;\n ulong uVar2;\n pointer __dest_00;\n size_t __n;\n ulong uVar3;\n ulong uVar4;\n pointer ppIVar5;\n \n ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish;\n __src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start;\n __n = (long)__position._M_current - (long)__src;\n uVar2 = (long)ppIVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n uVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (pointer)operator_new(uVar4);\n ppIVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n ppIVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(Incremental_input_entry **)((long)__dest_00 + __n) = *__args_0;\n if (__position._M_current == __src) {\n if (__position._M_current != ppIVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }\n }\n operator_delete(__src);\nLAB_0018eb4b:\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppIVar1 - (long)__position._M_current));\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = ppIVar5;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier * > identifier > : : identifier < identifier : : identifier (pointer_declarator "*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" * (function_declarator "_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" identifier (ERROR "&>" & >) (parameter_list "(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" ( (parameter_declaration "vector<gold::Incremental_input_entry*" type_identifier (ERROR "<gold::Incremental_input_entry" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Incremental_input_entry*>_>\n *this" type_identifier (ERROR "::allocator<gold::Incremental_input_entry*>_>" : : identifier < identifier : : identifier * > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Incremental_input_entry **__args_0" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier))) )))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "Incremental_input_entry **ppIVar1;" type_identifier (pointer_declarator "**ppIVar1" * (pointer_declarator "*ppIVar1" * identifier)) ;) (declaration "Incremental_input_entry **__src;" type_identifier (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "pointer ppIVar5;" type_identifier identifier ;) (expression_statement "ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish;" (assignment_expression "ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start;" (assignment_expression "__src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (long)__position._M_current - (long)__src;" (assignment_expression "__n = (long)__position._M_current - (long)__src" identifier = (binary_expression "(long)__position._M_current - (long)__src" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)ppIVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)ppIVar1 - (long)__src >> 3" identifier = (binary_expression "(long)ppIVar1 - (long)__src >> 3" (binary_expression "(long)ppIVar1 - (long)__src" (cast_expression "(long)ppIVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n uVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (pointer)operator_new(uVar4);\n ppIVar5 = (pointer)(uVar4 + (long)__dest_00);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n ppIVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0018ebb5:\n uVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (pointer)operator_new(uVar4);\n ppIVar5 = (pointer)(uVar4 + (long)__dest_00);\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0018ebb5:\n uVar4 = uVar3 * 8;" statement_identifier : (expression_statement "uVar4 = uVar3 * 8;" (assignment_expression "uVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0018eac8:\n __dest_00 = (pointer)operator_new(uVar4);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar4);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar4)" identifier = (cast_expression "(pointer)operator_new(uVar4)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))))) ;)) (expression_statement "ppIVar5 = (pointer)(uVar4 + (long)__dest_00);" (assignment_expression "ppIVar5 = (pointer)(uVar4 + (long)__dest_00)" identifier = (call_expression "(pointer)(uVar4 + (long)__dest_00)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(uVar4 + (long)__dest_00)" ( (binary_expression "uVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n ppIVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffffffffff8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n ppIVar5 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "uVar4 = 0xfffffffffffffff8;" (assignment_expression "uVar4 = 0xfffffffffffffff8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0018eac8;" goto statement_identifier ;)) (expression_statement "ppIVar5 = (pointer)0x0;" (assignment_expression "ppIVar5 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0018ebb5;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0018ebb5;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(Incremental_input_entry **)((long)__dest_00 + __n) = *__args_0;" (assignment_expression "*(Incremental_input_entry **)((long)__dest_00 + __n) = *__args_0" (pointer_expression "*(Incremental_input_entry **)((long)__dest_00 + __n)" * (cast_expression "(Incremental_input_entry **)((long)__dest_00 + __n)" ( (type_descriptor "Incremental_input_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*__args_0" * identifier)) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != ppIVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != ppIVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b;\n }" { (if_statement "if (__position._M_current != ppIVar1) goto LAB_0018eb38;" if (parenthesized_expression "(__position._M_current != ppIVar1)" ( (binary_expression "__position._M_current != ppIVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_0018eb38;" goto statement_identifier ;)) (labeled_statement "LAB_0018eb46:\n if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b;" statement_identifier : (if_statement "if (__src == (Incremental_input_entry **)0x0) goto LAB_0018eb4b;" if (parenthesized_expression "(__src == (Incremental_input_entry **)0x0)" ( (binary_expression "__src == (Incremental_input_entry **)0x0" identifier == (cast_expression "(Incremental_input_entry **)0x0" ( (type_descriptor "Incremental_input_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_0018eb4b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != ppIVar1) {\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }" if (parenthesized_expression "(__position._M_current != ppIVar1)" ( (binary_expression "__position._M_current != ppIVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);\n goto LAB_0018eb46;\n }" { (labeled_statement "LAB_0018eb38:\n memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(long)ppIVar1 - (long)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(long)ppIVar1 - (long)__position._M_current" (cast_expression "(long)ppIVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_0018eb46;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0018eb4b:\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;" statement_identifier : (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppIVar1 - (long)__position._M_current));" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((long)__dest + ((long)ppIVar1 - (long)__position._M_current))" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((long)__dest + ((long)ppIVar1 - (long)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)__dest + ((long)ppIVar1 - (long)__position._M_current))" ( (binary_expression "(long)__dest + ((long)ppIVar1 - (long)__position._M_current)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)ppIVar1 - (long)__position._M_current)" ( (binary_expression "(long)ppIVar1 - (long)__position._M_current" (cast_expression "(long)ppIVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = ppIVar5;" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = ppIVar5" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}\n\n" (function_definition "void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" primitive_type (function_declarator "FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" identifier = (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" identifier = (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__src" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0018ebb5:\n lVar4 = uVar3 * 8;" statement_identifier : (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" identifier = (binary_expression "uVar3 * 8" identifier * number_literal)) ;)) (labeled_statement "LAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" identifier = (cast_expression "(void *)FUN_002d9490(lVar4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;)) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" identifier = (binary_expression "lVar4 + (long)__dest_00" identifier + (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;" if (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x1fffffffffffffff < uVar3)" ( (binary_expression "0x1fffffffffffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0018eac8;" goto statement_identifier ;)) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0018ebb5;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0018ebb5;" goto statement_identifier ;)) }))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" identifier = (cast_expression "(void *)((long)__dest_00 + __n + 8)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n + 8)" ( (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" * (cast_expression "(undefined8 *)((long)__dest_00 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest_00 + __n)" ( (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0018eb38;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0018eb38;" goto statement_identifier ;)) (labeled_statement "LAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0018eb4b;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0018eb4b;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" { (labeled_statement "LAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" identifier (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" ( identifier , identifier , (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;)) (goto_statement "goto LAB_0018eb46;" goto statement_identifier ;) })) }))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0018eb4b:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)pvVar1 - (long)param_2)" ( (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (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 IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != 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 *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)\n\n{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018ea80(undefined8 *param_1,void *param_2,undefined8 *param_3)" (identifier "FUN_0018ea80") (parameter_list "(undefined8 *param_1,void *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *pvVar1;\n void *__src;\n ulong uVar2;\n void *__dest_00;\n size_t __n;\n ulong uVar3;\n long lVar4;\n \n pvVar1 = (void *)param_1[1];\n __src = (void *)*param_1;\n __n = (long)param_2 - (long)__src;\n uVar2 = (long)pvVar1 - (long)__src >> 3;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }\n __dest = (void *)((long)__dest_00 + __n + 8);\n *(undefined8 *)((long)__dest_00 + __n) = *param_3;\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }\n FUN_002dac60(__src);\nLAB_0018eb4b:\n *param_1 = __dest_00;\n param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);\n param_1[2] = lVar4;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "__n = (long)param_2 - (long)__src;" (assignment_expression "__n = (long)param_2 - (long)__src" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)__src" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "uVar2 = (long)pvVar1 - (long)__src >> 3;" (assignment_expression "uVar2 = (long)pvVar1 - (long)__src >> 3" (identifier "uVar2") (= "=") (binary_expression "(long)pvVar1 - (long)__src >> 3" (binary_expression "(long)pvVar1 - (long)__src" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)__src" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__src"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }\n else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\nLAB_0018ebb5:\n lVar4 = uVar3 * 8;\nLAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);\n lVar4 = lVar4 + (long)__dest_00;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0018ebb5:\n lVar4 = uVar3 * 8;" (statement_identifier "LAB_0018ebb5") (: ":") (expression_statement "lVar4 = uVar3 * 8;" (assignment_expression "lVar4 = uVar3 * 8" (identifier "lVar4") (= "=") (binary_expression "uVar3 * 8" (identifier "uVar3") (* "*") (number_literal "8"))) (; ";"))) (labeled_statement "LAB_0018eac8:\n __dest_00 = (void *)FUN_002d9490(lVar4);" (statement_identifier "LAB_0018eac8") (: ":") (expression_statement "__dest_00 = (void *)FUN_002d9490(lVar4);" (assignment_expression "__dest_00 = (void *)FUN_002d9490(lVar4)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_002d9490(lVar4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d9490(lVar4)" (identifier "FUN_002d9490") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";"))) (expression_statement "lVar4 = lVar4 + (long)__dest_00;" (assignment_expression "lVar4 = lVar4 + (long)__dest_00" (identifier "lVar4") (= "=") (binary_expression "lVar4 + (long)__dest_00" (identifier "lVar4") (+ "+") (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" (else "else") (compound_statement "{\n uVar3 = uVar2 * 2;\n lVar4 = -8;\n if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;\n lVar4 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0018ebb5;\n }" ({ "{") (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" (identifier "uVar3") (= "=") (binary_expression "uVar2 * 2" (identifier "uVar2") (* "*") (number_literal "2"))) (; ";")) (expression_statement "lVar4 = -8;" (assignment_expression "lVar4 = -8" (identifier "lVar4") (= "=") (number_literal "-8")) (; ";")) (if_statement "if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8;" (if "if") (parenthesized_expression "((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3))" (( "(") (binary_expression "(uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" (( "(") (binary_expression "uVar3 < uVar2" (identifier "uVar3") (< "<") (identifier "uVar2")) () ")")) (|| "||") (parenthesized_expression "(0x1fffffffffffffff < uVar3)" (( "(") (binary_expression "0x1fffffffffffffff < uVar3" (number_literal "0x1fffffffffffffff") (< "<") (identifier "uVar3")) () ")"))) () ")")) (goto_statement "goto LAB_0018eac8;" (goto "goto") (statement_identifier "LAB_0018eac8") (; ";"))) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar3 != 0) goto LAB_0018ebb5;" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0018ebb5;" (goto "goto") (statement_identifier "LAB_0018ebb5") (; ";"))) (} "}")))) (expression_statement "__dest = (void *)((long)__dest_00 + __n + 8);" (assignment_expression "__dest = (void *)((long)__dest_00 + __n + 8)" (identifier "__dest") (= "=") (cast_expression "(void *)((long)__dest_00 + __n + 8)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n + 8)" (( "(") (binary_expression "(long)__dest_00 + __n + 8" (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)((long)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined8 *)((long)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined8 *)((long)__dest_00 + __n)" (* "*") (cast_expression "(undefined8 *)((long)__dest_00 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest_00 + __n)" (( "(") (binary_expression "(long)__dest_00 + __n" (cast_expression "(long)__dest_00" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0018eb38;\nLAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_0018eb38;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_0018eb38;" (goto "goto") (statement_identifier "LAB_0018eb38") (; ";"))) (labeled_statement "LAB_0018eb46:\n if (__src == (void *)0x0) goto LAB_0018eb4b;" (statement_identifier "LAB_0018eb46") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_0018eb4b;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0018eb4b;" (goto "goto") (statement_identifier "LAB_0018eb4b") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);\n goto LAB_0018eb46;\n }" ({ "{") (labeled_statement "LAB_0018eb38:\n memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (statement_identifier "LAB_0018eb38") (: ":") (expression_statement "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2);" (call_expression "memcpy(__dest,param_2,(long)pvVar1 - (long)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(long)pvVar1 - (long)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_0018eb46;" (goto "goto") (statement_identifier "LAB_0018eb46") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_002dac60(__src);" (call_expression "FUN_002dac60(__src)" (identifier "FUN_002dac60") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_0018eb4b:\n *param_1 = __dest_00;" (statement_identifier "LAB_0018eb4b") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2);" (assignment_expression "param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(long)__dest + ((long)pvVar1 - (long)param_2)" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((long)pvVar1 - (long)param_2)" (( "(") (binary_expression "(long)pvVar1 - (long)param_2" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = lVar4;" (assignment_expression "param_1[2] = lVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&> DWARF original prototype: void _M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_> * this, iterator __position, Incremental_input_entry * * __args#0) */ void __thiscall std::vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>:: _M_realloc_insert<var_1::type_1*_const&> (vector<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3> *this,iterator __position,type_1 **__args_0) { void *__dest; type_1 **var_11; type_1 **var_10; type_2 var_5; type_3 __dest_00; size_t var_9; type_2 var_6; type_2 var_8; type_3 ppIVar5; var_11 = (this-> super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4 )._M_impl._M_finish; var_10 = (this-> super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4 )._M_impl._M_start; var_9 = (long)__position._M_current - (long)var_10; var_5 = (long)var_11 - (long)var_10 >> 3; if (var_5 == 0) { var_6 = 1; LAB_0018ebb5: var_8 = var_6 * 8; LAB_0018eac8: __dest_00 = (type_3)var_7(var_8); ppIVar5 = (type_3)(var_8 + (long)__dest_00); } else { var_6 = var_5 * 2; var_8 = 0xfffffffffffffff8; if ((var_6 < var_5) || (0x1fffffffffffffff < var_6)) goto LAB_0018eac8; ppIVar5 = (type_3)0x0; __dest_00 = (type_3)0x0; if (var_6 != 0) goto LAB_0018ebb5; } __dest = (void *)((long)__dest_00 + var_9 + 8); *(type_1 **)((long)__dest_00 + var_9) = *__args_0; if (__position._M_current == var_10) { if (__position._M_current != var_11) goto LAB_0018eb38; LAB_0018eb46: if (var_10 == (type_1 **)0x0) goto LAB_0018eb4b; } else { var_12(__dest_00,var_10,var_9); if (__position._M_current != var_11) { LAB_0018eb38: var_13(__dest,__position._M_current,(long)var_11 - (long)__position._M_current); goto LAB_0018eb46; } } var_14(var_10); LAB_0018eb4b: (this-> super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4 )._M_impl._M_start = __dest_00; (this-> super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4 )._M_impl._M_finish = (type_3)((long)__dest + ((long)var_11 - (long)__position._M_current)); (this-> super__Vector_base<var_1::type_1*,var_2::allocator<var_1::type_1*>var_3>var_4 )._M_impl._M_end_of_storage = ppIVar5; 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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (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: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) 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))) (labeled_statement label: (statement_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: (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: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_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: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_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: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (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: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_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: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,void *param_2,undefined8 *param_3) { void *__dest; void *pvVar1; void *__src; ulong uVar2; void *__dest_00; size_t __n; ulong uVar3; long lVar4; pvVar1 = (void *)param_1[1]; __src = (void *)*param_1; __n = (long)param_2 - (long)__src; uVar2 = (long)pvVar1 - (long)__src >> 3; if (uVar2 == 0) { uVar3 = 1; LAB_0018ebb5: lVar4 = uVar3 * 8; LAB_0018eac8: __dest_00 = (void *)FUN_002d9490(lVar4); lVar4 = lVar4 + (long)__dest_00; } else { uVar3 = uVar2 * 2; lVar4 = -8; if ((uVar3 < uVar2) || (0x1fffffffffffffff < uVar3)) goto LAB_0018eac8; lVar4 = 0; __dest_00 = (void *)0x0; if (uVar3 != 0) goto LAB_0018ebb5; } __dest = (void *)((long)__dest_00 + __n + 8); *(undefined8 *)((long)__dest_00 + __n) = *param_3; if (param_2 == __src) { if (param_2 != pvVar1) goto LAB_0018eb38; LAB_0018eb46: if (__src == (void *)0x0) goto LAB_0018eb4b; } else { memmove(__dest_00,__src,__n); if (param_2 != pvVar1) { LAB_0018eb38: memcpy(__dest,param_2,(long)pvVar1 - (long)param_2); goto LAB_0018eb46; } } FUN_002dac60(__src); LAB_0018eb4b: *param_1 = __dest_00; param_1[1] = (long)__dest + ((long)pvVar1 - (long)param_2); param_1[2] = lVar4; return; }
855_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c
signal
signal
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ __sighandler_t signal(int __sig,__sighandler_t __handler) { /* WARNING: Bad instruction - Truncating control flow here */ /* signal@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ __sighandler_t signal(int __sig,__sighandler_t __handler) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207508478')]
[('const-1', u'RETURN_-1207508478')]
null
null
0019e1f8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (function_declarator "signal(int __sig,__sighandler_t __handler)" identifier (parameter_list "(int __sig,__sighandler_t __handler)" ( (parameter_declaration "int __sig" primitive_type identifier) , (parameter_declaration "__sighandler_t __handler" type_identifier 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\n__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* signal@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* signal@@GLIBC_2.2.5 */\n halt_baddata();\n}" type_identifier (function_declarator "signal(int __sig,__sighandler_t __handler)" identifier (parameter_list "(int __sig,__sighandler_t __handler)" ( (parameter_declaration "int __sig" primitive_type identifier) , (parameter_declaration "__sighandler_t __handler" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* signal@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "signal(int __sig,__sighandler_t __handler)" identifier (parameter_list "(int __sig,__sighandler_t __handler)" ( (parameter_declaration "int __sig" primitive_type identifier) , (parameter_declaration "__sighandler_t __handler" type_identifier 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 IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n \n halt_baddata();\n}" (type_identifier "__sighandler_t") (function_declarator "signal(int __sig,__sighandler_t __handler)" (identifier "signal") (parameter_list "(int __sig,__sighandler_t __handler)" (( "(") (parameter_declaration "int __sig" (primitive_type "int") (identifier "__sig")) (, ",") (parameter_declaration "__sighandler_t __handler" (type_identifier "__sighandler_t") (identifier "__handler")) () ")"))) (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 */ type_1 function_1(int __sig,type_1 __handler) { /* WARNING: Bad instruction - Truncating control flow here */ /* signal@@GLIBC_2.2.5 */ var_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: (type_identifier) 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 */ __sighandler_t MASKED(int __sig,__sighandler_t __handler) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
6187_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
_M_insert_unique_node
FUN_00352940
/* DWARF original prototype: iterator _M_insert_unique_node(_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt, __hash_code __code, __node_type * __node, size_type __n_elt) */ iterator __thiscall std:: _Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> ::_M_insert_unique_node (_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt) { __bucket_type *pp_Var1; _Hash_node_base *p_Var2; char cVar3; size_type __n; size_t local_30 [2]; local_30[0] = (this->_M_rehash_policy)._M_next_resize; cVar3 = __detail::_Prime_rehash_policy::_M_need_rehash (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt); if (cVar3 != '\0') { /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */ _M_rehash(this,__n,local_30); __bkt = __code % this->_M_bucket_count; } if (this->_M_buckets[__bkt] == (__bucket_type)0x0) { (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>). super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt; pp_Var1 = this->_M_buckets; (this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node; p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>). super__Hash_node_base._M_nxt; if (p_Var2 != (_Hash_node_base *)0x0) { pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node; } pp_Var1[__bkt] = &this->_M_before_begin; } else { (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>). super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt; this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node; } this->_M_element_count = this->_M_element_count + 1; return (iterator)(_Node_iterator_base<std::pair<long_int_const,_long_int>,_false>)__node; }
long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5) { long *plVar1; long lVar2; char cVar3; undefined8 extraout_RDX; long local_30 [2]; local_30[0] = param_1[5]; cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5); if (cVar3 != '\0') { /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */ FUN_00352840(param_1,extraout_RDX,local_30); param_2 = param_3 % (ulong)param_1[1]; } plVar1 = *(long **)(*param_1 + param_2 * 8); if (plVar1 == (long *)0x0) { *param_4 = param_1[2]; lVar2 = *param_1; param_1[2] = (long)param_4; if (*param_4 != 0) { *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4; } *(long **)(lVar2 + param_2 * 8) = param_1 + 2; } else { *param_4 = *plVar1; **(undefined8 **)(*param_1 + param_2 * 8) = param_4; } param_1[3] = param_1[3] + 1; return param_4; }
PUSH R13 MOV R13,RDX PUSH R12 MOV R12,RSI PUSH RBP MOV RBP,RCX MOV RCX,R8 PUSH RBX MOV RBX,RDI ADD RDI,0x20 SUB RSP,0x18 MOV RAX,qword ptr [RDI + 0x8] MOV RDX,qword ptr [RDI + -0x8] MOV RSI,qword ptr [RDI + -0x18] MOV qword ptr [RSP + 0x8],RAX CALL 0x004dc8d0 TEST AL,AL JZ 0x00352993 MOV RSI,RDX MOV RDI,RBX LEA RDX,[RSP + 0x8] CALL 0x00352840 MOV RAX,R13 XOR EDX,EDX DIV qword ptr [RBX + 0x8] MOV R12,RDX MOV RAX,qword ptr [RBX] LEA RCX,[R12*0x8] MOV RAX,qword ptr [RAX + R12*0x8] TEST RAX,RAX JZ 0x003529d0 MOV RAX,qword ptr [RAX] MOV qword ptr [RBP],RAX MOV RAX,qword ptr [RBX] MOV RAX,qword ptr [RAX + R12*0x8] MOV qword ptr [RAX],RBP ADD qword ptr [RBX + 0x18],0x1 ADD RSP,0x18 MOV RAX,RBP POP RBX POP RBP POP R12 POP R13 RET MOV RAX,qword ptr [RBX + 0x10] MOV qword ptr [RBP],RAX MOV RSI,qword ptr [RBX] MOV qword ptr [RBX + 0x10],RBP MOV RAX,qword ptr [RBP] TEST RAX,RAX JZ 0x003529f6 MOV RAX,qword ptr [RAX + 0x8] XOR EDX,EDX DIV qword ptr [RBX + 0x8] MOV qword ptr [RSI + RDX*0x8],RBP LEA RAX,[RBX + 0x10] MOV qword ptr [RSI + RCX*0x1],RAX JMP 0x003529b8
null
null
null
null
[(u'PTRSUB_-1205195822', u'STORE_-1205196070'), ('tmp_599', u'PTRSUB_-1205195822'), ('tmp_599', u'PTRSUB_-1205195987'), (u'PTRADD_-1205195887', u'LOAD_-1205196249'), (u'PTRSUB_-1205195993', u'PTRSUB_-1205195974'), (u'PTRSUB_-1205195887', u'STORE_-1205196260'), ('const-8', u'PTRADD_-1205195809'), (u'INT_NOTEQUAL_-1205196123', u'CBRANCH_-1205196122'), ('const-32', u'PTRSUB_-1205196002'), (u'PTRSUB_-1205195857', u'LOAD_-1205196155'), ('const-0', u'PTRSUB_-1205195852'), ('const-433', u'LOAD_-1205196323'), ('tmp_602', u'PTRSUB_-1205195862'), ('const-433', u'LOAD_-1205196121'), ('const-0', u'PTRSUB_-1205195933'), (u'CAST_-1205195810', u'STORE_-1205196084'), (u'PTRSUB_-1205195893', u'STORE_-1205196230'), (u'INT_EQUAL_-1205196269', u'CBRANCH_-1205196267'), (u'INT_REM_-1205196061', u'PTRADD_-1205195818'), (u'LOAD_-1205196267', u'STORE_-1205196260'), (u'PTRSUB_-1205195957', u'CALL_-1205196341'), (u'PTRSUB_-1205195852', u'STORE_-1205196147'), ('const-24', u'PTRSUB_-1205195987'), ('const-0', u'PTRSUB_-1205195904'), ('tmp_495', u'CBRANCH_-1205196122'), ('const-16', u'PTRSUB_-1205195868'), ('tmp_602', u'CAST_-1205195870'), (u'PTRSUB_-1205195881', u'STORE_-1205196241'), ('const-433', u'LOAD_-1205196305'), ('const-0', u'INT_NOTEQUAL_-1205196123'), (u'PTRSUB_-1205195832', u'LOAD_-1205196143'), (u'PTRSUB_-1205195909', u'PTRSUB_-1205195894'), (u'PTRSUB_-1205195987', u'LOAD_-1205196406'), (u'LOAD_-1205196155', u'PTRADD_-1205195809'), (u'CALL_-1205196378', u'INT_NOTEQUAL_-1205196363'), ('tmp_158', u'CBRANCH_-1205196363'), (u'PTRADD_-1205195909', u'LOAD_-1205196288'), (u'PTRSUB_-1205195898', u'LOAD_-1205196267'), ('const-433', u'STORE_-1205196241'), ('const-8', u'PTRADD_-1205195887'), ('const-433', u'LOAD_-1205196249'), ('const-0', u'RETURN_-1205196167'), (u'PTRSUB_-1205195844', u'STORE_-1205196159'), (u'LOAD_-1205196143', u'PTRADD_-1205195823'), ('const-1', u'PTRADD_-1205195823'), (u'PTRSUB_-1205195982', u'LOAD_-1205196399'), ('const-0', u'PTRSUB_-1205195862'), ('const-0', u'INT_EQUAL_-1205196269'), ('const-0', u'PTRSUB_-1205195881'), ('const-433', u'LOAD_-1205196143'), ('tmp_282', u'CBRANCH_-1205196267'), ('const-0', u'PTRSUB_-1205195847'), ('tmp_602', u'PTRSUB_-1205195909'), ('tmp_599', u'PTRSUB_-1205195893'), (u'PTRSUB_-1205196002', u'CALL_-1205196378'), ('const--48', u'PTRSUB_-1205195957'), (u'PTRSUB_-1205195868', u'PTRSUB_-1205195867'), ('tmp_599', u'PTRSUB_-1205195941'), ('const-8', u'PTRSUB_-1205195982'), (u'LOAD_-1205196233', u'INT_ADD_-1205196215'), ('const-433', u'LOAD_-1205196167'), ('const-16', u'PTRSUB_-1205195853'), (u'CALL_-1205196378', u'INDIRECT_-1205195999'), (u'PTRSUB_-1205195853', u'PTRSUB_-1205195852'), ('tmp_599', u'PTRSUB_-1205195982'), (u'PTRSUB_-1205195893', u'LOAD_-1205196233'), (u'INT_REM_-1205196282', u'MULTIEQUAL_-1205196012'), (u'LOAD_-1205196249', u'PTRSUB_-1205195881'), (u'CAST_-1205195857', u'COPY_-1205196204'), ('tmp_603', u'CALL_-1205196378'), ('const-8', u'PTRADD_-1205195823'), (u'PTRSUB_-1205195941', u'LOAD_-1205196323'), (u'MULTIEQUAL_-1205196012', u'PTRADD_-1205195887'), ('tmp_599', u'PTRSUB_-1205195993'), ('const-32', u'PTRSUB_-1205195993'), ('const-0', u'PTRSUB_-1205195857'), (u'CAST_-1205195835', u'STORE_-1205196147'), (u'LOAD_-1205196305', u'PTRADD_-1205195909'), ('const-433', u'LOAD_-1205196155'), ('const-433', u'STORE_-1205196084'), ('const-433', u'LOAD_-1205196267'), ('tmp_601', u'INT_REM_-1205196282'), (u'PTRSUB_-1205195847', u'PTRSUB_-1205195837'), ('const-433', u'LOAD_-1205196233'), (u'LOAD_-1205196256', u'PTRADD_-1205195887'), ('const-8', u'PTRADD_-1205195818'), (u'LOAD_-1205196406', u'CALL_-1205196378'), (u'LOAD_-1205196102', u'INT_REM_-1205196061'), ('tmp_599', u'PTRSUB_-1205195857'), (u'PTRSUB_-1205195849', u'PTRSUB_-1205195844'), (u'MULTIEQUAL_-1205196012', u'PTRADD_-1205195909'), ('const-433', u'STORE_-1205196070'), (u'PTRSUB_-1205195894', u'PTRSUB_-1205195887'), (u'PTRSUB_-1205195867', u'LOAD_-1205196167'), ('tmp_602', u'CAST_-1205195810'), (u'LOAD_-1205196155', u'PTRADD_-1205195818'), ('const-433', u'LOAD_-1205196256'), (u'PTRADD_-1205195823', u'PTRSUB_-1205195821'), ('tmp_976', u'PTRSUB_-1205195957'), (u'INDIRECT_-1205196064', u'CALL_-1205196341'), (u'CAST_-1205195870', u'STORE_-1205196241'), ('const-433', u'LOAD_-1205196288'), ('const-0', u'PTRSUB_-1205195844'), ('const-0', u'PTRSUB_-1205195832'), ('const-433', u'LOAD_-1205196406'), (u'CAST_-1205195847', u'RETURN_-1205196167'), (u'LOAD_-1205196143', u'INT_NOTEQUAL_-1205196123'), ('tmp_599', u'PTRSUB_-1205195904'), ('tmp_602', u'PTRSUB_-1205195847'), (u'PTRSUB_-1205195974', u'LOAD_-1205196413'), (u'PTRSUB_-1205195933', u'LOAD_-1205196305'), ('const-0', u'PTRSUB_-1205195894'), (u'LOAD_-1205196323', u'INT_REM_-1205196282'), (u'MULTIEQUAL_-1205196012', u'PTRADD_-1205195809'), ('const-8', u'PTRADD_-1205195909'), ('const-433', u'LOAD_-1205196399'), ('const-0', u'PTRSUB_-1205195898'), ('tmp_588', u'BRANCH_-1205196064'), ('const-0', u'PTRSUB_-1205195909'), (u'CAST_-1205195815', u'INT_REM_-1205196061'), (u'PTRSUB_-1205195837', u'PTRSUB_-1205195832'), ('tmp_599', u'CALL_-1205196341'), ('tmp_599', u'PTRSUB_-1205195933'), (u'PTRADD_-1205195818', u'STORE_-1205196084'), ('tmp_602', u'CAST_-1205195857'), ('const-0', u'PTRSUB_-1205195821'), ('const-0', u'PTRSUB_-1205195837'), ('tmp_599', u'PTRSUB_-1205195868'), ('tmp_599', u'PTRSUB_-1205195853'), (u'PTRADD_-1205195809', u'STORE_-1205196070'), (u'PTRSUB_-1205195904', u'LOAD_-1205196256'), (u'INT_ADD_-1205196215', u'STORE_-1205196230'), ('tmp_600', u'MULTIEQUAL_-1205196012'), ('const-433', u'STORE_-1205196147'), ('const-433', u'STORE_-1205196159'), ('const-0', u'PTRSUB_-1205195849'), ('const-433', u'LOAD_-1205196413'), (u'LOAD_-1205196288', u'PTRSUB_-1205195898'), ('const-433', u'STORE_-1205196260'), ('const-0', u'PTRSUB_-1205195867'), (u'INT_NOTEQUAL_-1205196363', u'CBRANCH_-1205196363'), ('const-0', u'PTRSUB_-1205195887'), (u'LOAD_-1205196399', u'CALL_-1205196378'), ('const-8', u'PTRSUB_-1205195941'), (u'COPY_-1205196204', u'CAST_-1205195847'), ('const-0', u'INT_NOTEQUAL_-1205196363'), (u'LOAD_-1205196288', u'INT_EQUAL_-1205196269'), ('const-24', u'PTRSUB_-1205195893'), (u'PTRSUB_-1205195862', u'PTRSUB_-1205195849'), ('tmp_599', u'PTRSUB_-1205195831'), (u'LOAD_-1205196121', u'CAST_-1205195815'), ('const-16', u'PTRSUB_-1205195822'), ('tmp_599', u'PTRSUB_-1205196002'), (u'LOAD_-1205196167', u'STORE_-1205196159'), (u'CALL_-1205196341', u'INDIRECT_-1205195978'), ('const-433', u'LOAD_-1205196102'), ('const-8', u'PTRSUB_-1205195974'), ('tmp_602', u'CAST_-1205195835'), ('const-8', u'PTRSUB_-1205195831'), (u'PTRSUB_-1205195821', u'LOAD_-1205196121'), ('const-433', u'STORE_-1205196230'), (u'PTRSUB_-1205195831', u'LOAD_-1205196102'), (u'CALL_-1205196378', u'INDIRECT_-1205196064'), ('const-1', u'INT_ADD_-1205196215')]
[(u'CAST_-1205195822', u'STORE_-1205196070'), (u'PTRADD_-1205195873', u'LOAD_-1205196167'), ('const-1', u'PTRADD_-1205195984'), ('const-4', u'PTRADD_-1205196003'), (u'CAST_-1205195894', u'LOAD_-1205196249'), (u'LOAD_-1205196323', u'CAST_-1205195938'), (u'INT_MULT_-1205196058', u'INT_ADD_-1205196070'), ('const-8', u'INT_MULT_-1205196260'), ('const-433', u'LOAD_-1205196249'), (u'PTRADD_-1205195861', u'STORE_-1205196147'), (u'MULTIEQUAL_-1205196012', u'INT_MULT_-1205196260'), (u'INT_NOTEQUAL_-1205196123', u'CBRANCH_-1205196122'), ('tmp_983', u'PTRADD_-1205195841'), (u'INT_REM_-1205196061', u'INT_MULT_-1205196058'), ('const-433', u'STORE_-1205196230'), (u'LOAD_-1205196288', u'LOAD_-1205196267'), (u'INT_EQUAL_-1205196269', u'CBRANCH_-1205196267'), (u'LOAD_-1205196267', u'STORE_-1205196260'), ('tmp_983', u'PTRADD_-1205195989'), ('const-433', u'LOAD_-1205196121'), ('tmp_495', u'CBRANCH_-1205196122'), ('const--48', u'PTRSUB_-1205195958'), (u'PTRADD_-1205196003', u'CALL_-1205196378'), ('const-0', u'INT_NOTEQUAL_-1205196123'), ('tmp_983', u'PTRADD_-1205195994'), (u'PTRADD_-1205195898', u'LOAD_-1205196233'), ('tmp_158', u'CBRANCH_-1205196363'), (u'CALL_-1205196378', u'INT_NOTEQUAL_-1205196363'), ('const-8', u'INT_MULT_-1205196270'), ('const-433', u'LOAD_-1205196288'), (u'INT_MULT_-1205196260', u'INT_ADD_-1205196272'), ('const-3', u'PTRADD_-1205195898'), ('const-0', u'RETURN_-1205196167'), (u'LOAD_-1205196143', u'INT_ADD_-1205196105'), ('const-433', u'LOAD_-1205196413'), (u'LOAD_-1205196256', u'INT_ADD_-1205196233'), ('tmp_980', u'STORE_-1205196241'), ('const-433', u'LOAD_-1205196305'), ('const-0', u'INT_EQUAL_-1205196269'), ('tmp_282', u'CBRANCH_-1205196267'), ('tmp_980', u'STORE_-1205196260'), ('tmp_983', u'PTRADD_-1205195832'), ('const-433', u'LOAD_-1205196256'), (u'PTRADD_-1205195832', u'STORE_-1205196070'), (u'INT_ADD_-1205196272', u'CAST_-1205195919'), ('tmp_983', u'CALL_-1205196341'), (u'LOAD_-1205196233', u'INT_ADD_-1205196215'), ('const-1', u'PTRADD_-1205195943'), (u'CALL_-1205196378', u'INDIRECT_-1205195999'), ('tmp_983', u'PTRADD_-1205195984'), ('tmp_983', u'PTRADD_-1205195898'), ('const-433', u'LOAD_-1205196323'), (u'INT_REM_-1205196282', u'MULTIEQUAL_-1205196012'), ('const-8', u'PTRADD_-1205195994'), ('tmp_983', u'LOAD_-1205196155'), ('const-8', u'PTRADD_-1205195898'), ('const-433', u'STORE_-1205196241'), ('tmp_983', u'PTRADD_-1205196003'), ('tmp_980', u'LOAD_-1205196143'), (u'CAST_-1205195843', u'LOAD_-1205196121'), ('const-2', u'PTRADD_-1205195861'), ('const-8', u'PTRADD_-1205195989'), (u'LOAD_-1205196406', u'CALL_-1205196378'), (u'INT_MULT_-1205196221', u'INT_ADD_-1205196233'), (u'PTRADD_-1205195898', u'STORE_-1205196230'), ('tmp_975', u'PTRSUB_-1205195958'), (u'MULTIEQUAL_-1205196012', u'INT_MULT_-1205196221'), ('const-433', u'LOAD_-1205196155'), (u'CAST_-1205195836', u'INT_REM_-1205196061'), (u'CAST_-1205195831', u'STORE_-1205196084'), ('tmp_980', u'STORE_-1205196084'), (u'LOAD_-1205196102', u'CAST_-1205195836'), ('tmp_980', u'STORE_-1205196159'), (u'LOAD_-1205196249', u'STORE_-1205196241'), (u'PTRSUB_-1205195958', u'CALL_-1205196341'), ('const-8', u'PTRADD_-1205195984'), (u'INDIRECT_-1205196064', u'CALL_-1205196341'), ('const-433', u'LOAD_-1205196143'), ('const-8', u'INT_MULT_-1205196058'), ('const-3', u'PTRADD_-1205195989'), (u'INT_ADD_-1205196070', u'CAST_-1205195831'), (u'PTRADD_-1205195841', u'LOAD_-1205196102'), (u'LOAD_-1205196143', u'INT_NOTEQUAL_-1205196123'), ('const-433', u'STORE_-1205196147'), ('const-433', u'LOAD_-1205196406'), ('const-433', u'LOAD_-1205196267'), ('const-2', u'PTRADD_-1205195873'), ('const-433', u'LOAD_-1205196233'), ('const-433', u'STORE_-1205196260'), ('const-1', u'PTRADD_-1205195841'), ('tmp_588', u'BRANCH_-1205196064'), ('const-5', u'PTRADD_-1205195994'), ('const-8', u'PTRADD_-1205195873'), ('tmp_978', u'MULTIEQUAL_-1205196012'), ('tmp_983', u'PTRADD_-1205195943'), ('const-433', u'LOAD_-1205196167'), (u'COPY_-1205196204', u'RETURN_-1205196167'), (u'CAST_-1205195919', u'LOAD_-1205196288'), (u'INT_ADD_-1205196105', u'CAST_-1205195843'), ('const-8', u'PTRADD_-1205196003'), ('const-433', u'STORE_-1205196084'), ('tmp_981', u'CALL_-1205196378'), (u'PTRADD_-1205195943', u'LOAD_-1205196323'), (u'MULTIEQUAL_-1205196012', u'INT_MULT_-1205196270'), ('const-8', u'PTRADD_-1205195841'), (u'INT_ADD_-1205196215', u'STORE_-1205196230'), (u'LOAD_-1205196121', u'INT_REM_-1205196061'), (u'PTRADD_-1205195989', u'LOAD_-1205196406'), (u'PTRADD_-1205195994', u'LOAD_-1205196413'), ('tmp_983', u'LOAD_-1205196256'), ('const-8', u'PTRADD_-1205195832'), (u'INT_NOTEQUAL_-1205196363', u'CBRANCH_-1205196363'), (u'LOAD_-1205196155', u'INT_ADD_-1205196056'), (u'LOAD_-1205196155', u'INT_ADD_-1205196070'), ('tmp_983', u'PTRADD_-1205195873'), ('const-433', u'LOAD_-1205196102'), ('const-2', u'PTRADD_-1205195832'), ('const-8', u'PTRADD_-1205195861'), (u'LOAD_-1205196399', u'CALL_-1205196378'), (u'PTRADD_-1205195984', u'LOAD_-1205196399'), (u'INT_MULT_-1205196270', u'INT_ADD_-1205196056'), (u'LOAD_-1205196305', u'INT_ADD_-1205196272'), ('tmp_980', u'COPY_-1205196204'), ('const-8', u'INT_ADD_-1205196105'), ('const-0', u'INT_NOTEQUAL_-1205196363'), (u'CAST_-1205195938', u'INT_REM_-1205196282'), (u'LOAD_-1205196288', u'INT_EQUAL_-1205196269'), ('tmp_983', u'PTRADD_-1205195861'), ('const-8', u'PTRADD_-1205195943'), ('const-433', u'STORE_-1205196159'), (u'LOAD_-1205196167', u'STORE_-1205196159'), ('tmp_976', u'INT_REM_-1205196282'), (u'CALL_-1205196341', u'INDIRECT_-1205195978'), ('tmp_983', u'LOAD_-1205196305'), ('const-433', u'LOAD_-1205196399'), (u'INT_ADD_-1205196056', u'CAST_-1205195822'), ('tmp_980', u'CAST_-1205195857'), ('const-433', u'STORE_-1205196070'), ('const-8', u'INT_MULT_-1205196221'), (u'CALL_-1205196378', u'INDIRECT_-1205196064'), ('const-1', u'INT_ADD_-1205196215'), (u'INT_ADD_-1205196233', u'CAST_-1205195894'), (u'CAST_-1205195857', u'STORE_-1205196147')]
null
null
00352940
x64
O2
(translation_unit "long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}\n\n" (function_definition "long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" * (function_declarator "FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" identifier (parameter_list "(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "undefined8 param_5" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "long local_30 [2];" (sized_type_specifier "long" long) (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "local_30[0] = param_1[5];" (assignment_expression "local_30[0] = param_1[5]" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);" (assignment_expression "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" identifier = (call_expression "FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" identifier (argument_list "(param_1 + 4,param_1[1],param_1[3],param_5)" ( (binary_expression "param_1 + 4" identifier + number_literal) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , (subscript_expression "param_1[3]" identifier [ number_literal ]) , identifier )))) ;) (if_statement "if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" { comment (expression_statement "FUN_00352840(param_1,extraout_RDX,local_30);" (call_expression "FUN_00352840(param_1,extraout_RDX,local_30)" identifier (argument_list "(param_1,extraout_RDX,local_30)" ( identifier , identifier , identifier ))) ;) (expression_statement "param_2 = param_3 % (ulong)param_1[1];" (assignment_expression "param_2 = param_3 % (ulong)param_1[1]" identifier = (binary_expression "param_3 % (ulong)param_1[1]" identifier % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) })) (expression_statement "plVar1 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar1 = *(long **)(*param_1 + param_2 * 8)" identifier = (pointer_expression "*(long **)(*param_1 + param_2 * 8)" * (cast_expression "(long **)(*param_1 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }" { (expression_statement "*param_4 = param_1[2];" (assignment_expression "*param_4 = param_1[2]" (pointer_expression "*param_4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "param_1[2] = (long)param_4;" (assignment_expression "param_1[2] = (long)param_4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" if (parenthesized_expression "(*param_4 != 0)" ( (binary_expression "*param_4 != 0" (pointer_expression "*param_4" * identifier) != number_literal) )) (compound_statement "{\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" { (expression_statement "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;" (assignment_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4" (pointer_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" * (cast_expression "(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" ( (binary_expression "lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" identifier + (binary_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" (parenthesized_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1])" ( (binary_expression "*(ulong *)(*param_4 + 8) % (ulong)param_1[1]" (pointer_expression "*(ulong *)(*param_4 + 8)" * (cast_expression "(ulong *)(*param_4 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_4 + 8)" ( (binary_expression "*param_4 + 8" (pointer_expression "*param_4" * identifier) + number_literal) )))) % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) * number_literal)) )))) = identifier) ;) })) (expression_statement "*(long **)(lVar2 + param_2 * 8) = param_1 + 2;" (assignment_expression "*(long **)(lVar2 + param_2 * 8) = param_1 + 2" (pointer_expression "*(long **)(lVar2 + param_2 * 8)" * (cast_expression "(long **)(lVar2 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + param_2 * 8)" ( (binary_expression "lVar2 + param_2 * 8" identifier + (binary_expression "param_2 * 8" identifier * number_literal)) )))) = (binary_expression "param_1 + 2" identifier + number_literal)) ;) }) (else_clause "else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" else (compound_statement "{\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" { (expression_statement "*param_4 = *plVar1;" (assignment_expression "*param_4 = *plVar1" (pointer_expression "*param_4" * identifier) = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "**(undefined8 **)(*param_1 + param_2 * 8) = param_4;" (assignment_expression "**(undefined8 **)(*param_1 + param_2 * 8) = param_4" (pointer_expression "**(undefined8 **)(*param_1 + param_2 * 8)" * (pointer_expression "*(undefined8 **)(*param_1 + param_2 * 8)" * (cast_expression "(undefined8 **)(*param_1 + param_2 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) = identifier) ;) }))) (expression_statement "param_1[3] = param_1[3] + 1;" (assignment_expression "param_1[3] = param_1[3] + 1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] + 1" (subscript_expression "param_1[3]" identifier [ number_literal ]) + number_literal)) ;) (return_statement "return param_4;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: iterator\n _M_insert_unique_node(_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt, __hash_code __code, __node_type * __node, size_type __n_elt) */\n\niterator __thiscall\nstd::\n_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_insert_unique_node\n (_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt)\n\n{\n __bucket_type *pp_Var1;\n _Hash_node_base *p_Var2;\n char cVar3;\n size_type __n;\n size_t local_30 [2];\n \n local_30[0] = (this->_M_rehash_policy)._M_next_resize;\n cVar3 = __detail::_Prime_rehash_policy::_M_need_rehash\n (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt);\n if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n _M_rehash(this,__n,local_30);\n __bkt = __code % this->_M_bucket_count;\n }\n if (this->_M_buckets[__bkt] == (__bucket_type)0x0) {\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt;\n pp_Var1 = this->_M_buckets;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node;\n p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt;\n if (p_Var2 != (_Hash_node_base *)0x0) {\n pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;\n }\n pp_Var1[__bkt] = &this->_M_before_begin;\n }\n else {\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt;\n this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node;\n }\n this->_M_element_count = this->_M_element_count + 1;\n return (iterator)(_Node_iterator_base<std::pair<long_int_const,_long_int>,_false>)__node;\n}\n\n" comment (declaration "iterator __thiscall\nstd::\n_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_insert_unique_node\n (_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt)\n\n{\n __bucket_type *pp_Var1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\n_Hashtable<" identifier : : identifier <) identifier , (ERROR "_std::pair<" identifier : : identifier <) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<" identifier : : identifier < identifier : : identifier <) identifier , identifier (ERROR ">_>" > identifier >) , (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_insert_unique_node\n (_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt)\n\n{\n __bucket_type" identifier > identifier > : : (function_declarator "_M_insert_unique_node\n (_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt)" identifier (parameter_list "(_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt,__hash_code __code,__node_type *__node,size_type __n_elt)" ( (parameter_declaration "_Hashtable<long_int" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "_std::pair<long_int_const" type_identifier (ERROR "::pair<" : : identifier <) identifier) , (parameter_declaration "_long_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<long_int_const" type_identifier (ERROR "::allocator<std::pair<" : : identifier < identifier : : identifier <) identifier) , (parameter_declaration "_long_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::equal_to<long_int" type_identifier (ERROR "::equal_to<" : : identifier <) identifier) (ERROR ">" >) , (parameter_declaration "_std::hash<long_int" 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 __bkt" type_identifier identifier) , (parameter_declaration "__hash_code __code" type_identifier identifier) , (parameter_declaration "__node_type *__node" type_identifier (pointer_declarator "*__node" * identifier)) , (parameter_declaration "size_type __n_elt" type_identifier identifier) ))) { identifier) (pointer_declarator "*pp_Var1" * identifier) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "size_type __n;" type_identifier identifier ;) (declaration "size_t local_30 [2];" primitive_type (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "local_30[0] = (this->_M_rehash_policy)._M_next_resize;" (assignment_expression "local_30[0] = (this->_M_rehash_policy)._M_next_resize" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (field_expression "(this->_M_rehash_policy)._M_next_resize" (parenthesized_expression "(this->_M_rehash_policy)" ( (field_expression "this->_M_rehash_policy" identifier -> field_identifier) )) . field_identifier)) ;) (ERROR "cVar3 = __detail::" (assignment_expression "cVar3 = __detail" identifier = identifier) : :) (labeled_statement "_Prime_rehash_policy::_M_need_rehash\n (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt);" statement_identifier : (ERROR ":" :) (expression_statement "_M_need_rehash\n (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt);" (call_expression "_M_need_rehash\n (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt)" identifier (argument_list "(&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt)" ( (pointer_expression "&this->_M_rehash_policy" & (field_expression "this->_M_rehash_policy" identifier -> field_identifier)) , (field_expression "this->_M_bucket_count" identifier -> field_identifier) , (field_expression "this->_M_element_count" identifier -> field_identifier) , identifier ))) ;)) (if_statement "if (cVar3 != '\0') {\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n _M_rehash(this,__n,local_30);\n __bkt = __code % this->_M_bucket_count;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */\n _M_rehash(this,__n,local_30);\n __bkt = __code % this->_M_bucket_count;\n }" { comment (expression_statement "_M_rehash(this,__n,local_30);" (call_expression "_M_rehash(this,__n,local_30)" identifier (argument_list "(this,__n,local_30)" ( identifier , identifier , identifier ))) ;) (expression_statement "__bkt = __code % this->_M_bucket_count;" (assignment_expression "__bkt = __code % this->_M_bucket_count" identifier = (binary_expression "__code % this->_M_bucket_count" identifier % (field_expression "this->_M_bucket_count" identifier -> field_identifier))) ;) })) (if_statement "if (this->_M_buckets[__bkt] == (__bucket_type)0x0) {\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt;\n pp_Var1 = this->_M_buckets;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node;\n p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt;\n if (p_Var2 != (_Hash_node_base *)0x0) {\n pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;\n }\n pp_Var1[__bkt] = &this->_M_before_begin;\n }\n else {\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt;\n this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node;\n }" if (parenthesized_expression "(this->_M_buckets[__bkt] == (__bucket_type)0x0)" ( (binary_expression "this->_M_buckets[__bkt] == (__bucket_type)0x0" (subscript_expression "this->_M_buckets[__bkt]" (field_expression "this->_M_buckets" identifier -> field_identifier) [ identifier ]) == (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) )) (compound_statement "{\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt;\n pp_Var1 = this->_M_buckets;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node;\n p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt;\n if (p_Var2 != (_Hash_node_base *)0x0) {\n pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;\n }\n pp_Var1[__bkt] = &this->_M_before_begin;\n }" { (expression_statement "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt;" (assignment_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt" (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt" (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base" (parenthesized_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>)" ( (comma_expression "__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_" (binary_expression "__node->super__Hash_node_value_base<std::pair<long_int_const" (binary_expression "__node->super__Hash_node_value_base<std" (field_expression "__node->super__Hash_node_value_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_long_int>_" identifier > identifier)) (ERROR ">" >) )) . field_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 "pp_Var1 = this->_M_buckets;" (assignment_expression "pp_Var1 = this->_M_buckets" identifier = (field_expression "this->_M_buckets" identifier -> field_identifier)) ;) (expression_statement "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node;" (assignment_expression "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)__node" (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 *)__node" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt;" (assignment_expression "p_Var2 = (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt" identifier = (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt" (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base" (parenthesized_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>)" ( (comma_expression "__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_" (binary_expression "__node->super__Hash_node_value_base<std::pair<long_int_const" (binary_expression "__node->super__Hash_node_value_base<std" (field_expression "__node->super__Hash_node_value_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_long_int>_" identifier > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (if_statement "if (p_Var2 != (_Hash_node_base *)0x0) {\n pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;\n }" 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)) )) (compound_statement "{\n pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;\n }" { (expression_statement "pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node;" (assignment_expression "pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count] = (__bucket_type)__node" (subscript_expression "pp_Var1[(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count]" identifier [ (binary_expression "(ulong)p_Var2[1]._M_nxt % this->_M_bucket_count" (cast_expression "(ulong)p_Var2[1]._M_nxt" ( (type_descriptor "ulong" type_identifier) ) (field_expression "p_Var2[1]._M_nxt" (subscript_expression "p_Var2[1]" identifier [ number_literal ]) . field_identifier)) % (field_expression "this->_M_bucket_count" identifier -> field_identifier)) ]) = (cast_expression "(__bucket_type)__node" ( (type_descriptor "__bucket_type" type_identifier) ) identifier)) ;) })) (expression_statement "pp_Var1[__bkt] = &this->_M_before_begin;" (assignment_expression "pp_Var1[__bkt] = &this->_M_before_begin" (subscript_expression "pp_Var1[__bkt]" identifier [ identifier ]) = (pointer_expression "&this->_M_before_begin" & (field_expression "this->_M_before_begin" identifier -> field_identifier))) ;) }) (else_clause "else {\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt;\n this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node;\n }" else (compound_statement "{\n (__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt;\n this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node;\n }" { (expression_statement "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt;" (assignment_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt" (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base._M_nxt" (field_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>).\n super__Hash_node_base" (parenthesized_expression "(__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_>)" ( (comma_expression "__node->super__Hash_node_value_base<std::pair<long_int_const,_long_int>_" (binary_expression "__node->super__Hash_node_value_base<std::pair<long_int_const" (binary_expression "__node->super__Hash_node_value_base<std" (field_expression "__node->super__Hash_node_value_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_long_int>_" identifier > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier) = (field_expression "this->_M_buckets[__bkt]->_M_nxt" (subscript_expression "this->_M_buckets[__bkt]" (field_expression "this->_M_buckets" identifier -> field_identifier) [ identifier ]) -> field_identifier)) ;) (expression_statement "this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node;" (assignment_expression "this->_M_buckets[__bkt]->_M_nxt = (_Hash_node_base *)__node" (field_expression "this->_M_buckets[__bkt]->_M_nxt" (subscript_expression "this->_M_buckets[__bkt]" (field_expression "this->_M_buckets" identifier -> field_identifier) [ identifier ]) -> field_identifier) = (cast_expression "(_Hash_node_base *)__node" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) }))) (expression_statement "this->_M_element_count = this->_M_element_count + 1;" (assignment_expression "this->_M_element_count = this->_M_element_count + 1" (field_expression "this->_M_element_count" identifier -> field_identifier) = (binary_expression "this->_M_element_count + 1" (field_expression "this->_M_element_count" identifier -> field_identifier) + number_literal)) ;) (ERROR "return (iterator)(_Node_iterator_base<std::pair<long_int_const,_long_int>,_false>)__node;\n}" return (parenthesized_expression "(iterator)" ( identifier )) ( (binary_expression "_Node_iterator_base<std::pair<long_int_const" (binary_expression "_Node_iterator_base<std" identifier < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_long_int>,_false>)__node" (binary_expression "_long_int>,_false" identifier > (ERROR "," ,) identifier) > (ERROR ")" )) identifier) ; }))
(translation_unit "long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}\n\n" (function_definition "long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" * (function_declarator "FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" identifier (parameter_list "(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "undefined8 param_5" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "long local_30 [2];" (sized_type_specifier "long" long) (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "local_30[0] = param_1[5];" (assignment_expression "local_30[0] = param_1[5]" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (expression_statement "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);" (assignment_expression "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" identifier = (call_expression "FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" identifier (argument_list "(param_1 + 4,param_1[1],param_1[3],param_5)" ( (binary_expression "param_1 + 4" identifier + number_literal) , (subscript_expression "param_1[1]" identifier [ number_literal ]) , (subscript_expression "param_1[3]" identifier [ number_literal ]) , identifier )))) ;) (if_statement "if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" { (expression_statement "FUN_00352840(param_1,extraout_RDX,local_30);" (call_expression "FUN_00352840(param_1,extraout_RDX,local_30)" identifier (argument_list "(param_1,extraout_RDX,local_30)" ( identifier , identifier , identifier ))) ;) (expression_statement "param_2 = param_3 % (ulong)param_1[1];" (assignment_expression "param_2 = param_3 % (ulong)param_1[1]" identifier = (binary_expression "param_3 % (ulong)param_1[1]" identifier % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) })) (expression_statement "plVar1 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar1 = *(long **)(*param_1 + param_2 * 8)" identifier = (pointer_expression "*(long **)(*param_1 + param_2 * 8)" * (cast_expression "(long **)(*param_1 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }" { (expression_statement "*param_4 = param_1[2];" (assignment_expression "*param_4 = param_1[2]" (pointer_expression "*param_4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "param_1[2] = (long)param_4;" (assignment_expression "param_1[2] = (long)param_4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" if (parenthesized_expression "(*param_4 != 0)" ( (binary_expression "*param_4 != 0" (pointer_expression "*param_4" * identifier) != number_literal) )) (compound_statement "{\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" { (expression_statement "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;" (assignment_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4" (pointer_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" * (cast_expression "(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" ( (binary_expression "lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" identifier + (binary_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" (parenthesized_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1])" ( (binary_expression "*(ulong *)(*param_4 + 8) % (ulong)param_1[1]" (pointer_expression "*(ulong *)(*param_4 + 8)" * (cast_expression "(ulong *)(*param_4 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_4 + 8)" ( (binary_expression "*param_4 + 8" (pointer_expression "*param_4" * identifier) + number_literal) )))) % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) * number_literal)) )))) = identifier) ;) })) (expression_statement "*(long **)(lVar2 + param_2 * 8) = param_1 + 2;" (assignment_expression "*(long **)(lVar2 + param_2 * 8) = param_1 + 2" (pointer_expression "*(long **)(lVar2 + param_2 * 8)" * (cast_expression "(long **)(lVar2 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + param_2 * 8)" ( (binary_expression "lVar2 + param_2 * 8" identifier + (binary_expression "param_2 * 8" identifier * number_literal)) )))) = (binary_expression "param_1 + 2" identifier + number_literal)) ;) }) (else_clause "else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" else (compound_statement "{\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" { (expression_statement "*param_4 = *plVar1;" (assignment_expression "*param_4 = *plVar1" (pointer_expression "*param_4" * identifier) = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "**(undefined8 **)(*param_1 + param_2 * 8) = param_4;" (assignment_expression "**(undefined8 **)(*param_1 + param_2 * 8) = param_4" (pointer_expression "**(undefined8 **)(*param_1 + param_2 * 8)" * (pointer_expression "*(undefined8 **)(*param_1 + param_2 * 8)" * (cast_expression "(undefined8 **)(*param_1 + param_2 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) = identifier) ;) }))) (expression_statement "param_1[3] = param_1[3] + 1;" (assignment_expression "param_1[3] = param_1[3] + 1" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] + 1" (subscript_expression "param_1[3]" identifier [ number_literal ]) + number_literal)) ;) (return_statement "return param_4;" return identifier ;) })))
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT % (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (parenthesized_expression ( (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) ) (subscript_expression IDENT [ LIT ]))) )) * LIT)) )))) = IDENT) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + (binary_expression IDENT * LIT)) ))))) = IDENT) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) (return_statement return IDENT ;) })))
(function_definition "long * FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" (* "*") (function_declarator "FUN_00352940(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" (identifier "FUN_00352940") (parameter_list "(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")")))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);\n if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }\n plVar1 = *(long **)(*param_1 + param_2 * 8);\n if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }\n param_1[3] = param_1[3] + 1;\n return param_4;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "undefined8 extraout_RDX;" (type_identifier "undefined8") (identifier "extraout_RDX") (; ";")) (declaration "long local_30 [2];" (sized_type_specifier "long" (long "long")) (array_declarator "local_30 [2]" (identifier "local_30") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "local_30[0] = param_1[5];" (assignment_expression "local_30[0] = param_1[5]" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5);" (assignment_expression "cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" (identifier "cVar3") (= "=") (call_expression "FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5)" (identifier "FUN_004dc8d0") (argument_list "(param_1 + 4,param_1[1],param_1[3],param_5)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (, ",") (identifier "param_5") () ")")))) (; ";")) (if_statement "if (cVar3 != '\0') {\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" (if "if") (parenthesized_expression "(cVar3 != '\0')" (( "(") (binary_expression "cVar3 != '\0'" (identifier "cVar3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_00352840(param_1,extraout_RDX,local_30);\n param_2 = param_3 % (ulong)param_1[1];\n }" ({ "{") (expression_statement "FUN_00352840(param_1,extraout_RDX,local_30);" (call_expression "FUN_00352840(param_1,extraout_RDX,local_30)" (identifier "FUN_00352840") (argument_list "(param_1,extraout_RDX,local_30)" (( "(") (identifier "param_1") (, ",") (identifier "extraout_RDX") (, ",") (identifier "local_30") () ")"))) (; ";")) (expression_statement "param_2 = param_3 % (ulong)param_1[1];" (assignment_expression "param_2 = param_3 % (ulong)param_1[1]" (identifier "param_2") (= "=") (binary_expression "param_3 % (ulong)param_1[1]" (identifier "param_3") (% "%") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))))) (; ";")) (} "}"))) (expression_statement "plVar1 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar1 = *(long **)(*param_1 + param_2 * 8)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(*param_1 + param_2 * 8)" (* "*") (cast_expression "(long **)(*param_1 + param_2 * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + param_2 * 8)" (( "(") (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "param_2 * 8" (identifier "param_2") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) {\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }\n else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_4 = param_1[2];\n lVar2 = *param_1;\n param_1[2] = (long)param_4;\n if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }\n *(long **)(lVar2 + param_2 * 8) = param_1 + 2;\n }" ({ "{") (expression_statement "*param_4 = param_1[2];" (assignment_expression "*param_4 = param_1[2]" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "param_1[2] = (long)param_4;" (assignment_expression "param_1[2] = (long)param_4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4"))) (; ";")) (if_statement "if (*param_4 != 0) {\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" (if "if") (parenthesized_expression "(*param_4 != 0)" (( "(") (binary_expression "*param_4 != 0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;\n }" ({ "{") (expression_statement "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4;" (assignment_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4" (pointer_expression "*(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" (* "*") (cast_expression "(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8)" (( "(") (binary_expression "lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" (identifier "lVar2") (+ "+") (binary_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8" (parenthesized_expression "(*(ulong *)(*param_4 + 8) % (ulong)param_1[1])" (( "(") (binary_expression "*(ulong *)(*param_4 + 8) % (ulong)param_1[1]" (pointer_expression "*(ulong *)(*param_4 + 8)" (* "*") (cast_expression "(ulong *)(*param_4 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_4 + 8)" (( "(") (binary_expression "*param_4 + 8" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "8")) () ")")))) (% "%") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "param_4")) (; ";")) (} "}"))) (expression_statement "*(long **)(lVar2 + param_2 * 8) = param_1 + 2;" (assignment_expression "*(long **)(lVar2 + param_2 * 8) = param_1 + 2" (pointer_expression "*(long **)(lVar2 + param_2 * 8)" (* "*") (cast_expression "(long **)(lVar2 + param_2 * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + param_2 * 8)" (( "(") (binary_expression "lVar2 + param_2 * 8" (identifier "lVar2") (+ "+") (binary_expression "param_2 * 8" (identifier "param_2") (* "*") (number_literal "8"))) () ")")))) (= "=") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (else_clause "else {\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" (else "else") (compound_statement "{\n *param_4 = *plVar1;\n **(undefined8 **)(*param_1 + param_2 * 8) = param_4;\n }" ({ "{") (expression_statement "*param_4 = *plVar1;" (assignment_expression "*param_4 = *plVar1" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (pointer_expression "*plVar1" (* "*") (identifier "plVar1"))) (; ";")) (expression_statement "**(undefined8 **)(*param_1 + param_2 * 8) = param_4;" (assignment_expression "**(undefined8 **)(*param_1 + param_2 * 8) = param_4" (pointer_expression "**(undefined8 **)(*param_1 + param_2 * 8)" (* "*") (pointer_expression "*(undefined8 **)(*param_1 + param_2 * 8)" (* "*") (cast_expression "(undefined8 **)(*param_1 + param_2 * 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + param_2 * 8)" (( "(") (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "param_2 * 8" (identifier "param_2") (* "*") (number_literal "8"))) () ")"))))) (= "=") (identifier "param_4")) (; ";")) (} "}")))) (expression_statement "param_1[3] = param_1[3] + 1;" (assignment_expression "param_1[3] = param_1[3] + 1" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "param_1[3] + 1" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (return_statement "return param_4;" (return "return") (identifier "param_4") (; ";")) (} "}")))
/* DWARF original prototype: iterator _M_insert_unique_node(_Hashtable<long_int,_std::pair<long_int_const,_long_int>,_std::allocator<std::pair<long_int_const,_long_int>_>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_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 __bkt, __hash_code __code, __node_type * __node, size_type __n_elt) */ type_1 __thiscall var_5:: _Hashtable<long_int,_std::pair<var_6,var_7>,_std::allocator<var_5::pair<var_6,var_7>var_8>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>var_8> ::_M_insert_unique_node (_Hashtable<long_int,_std::pair<var_6,var_7>,_std::allocator<var_5::pair<var_6,var_7>var_8>,_std::__detail::_Select1st,_std::equal_to<long_int>,_std::hash<long_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>var_8> *this,type_3 __bkt,__hash_code var_4,__node_type *__node,type_3 __n_elt) { type_4 *pp_Var1; type_2 *var_9; char var_2; type_3 __n; size_t local_30 [2]; local_30[0] = (this->_M_rehash_policy)._M_next_resize; var_2 = __detail::_Prime_rehash_policy::var_1 (&this->_M_rehash_policy,this->_M_bucket_count,this->_M_element_count,__n_elt); if (var_2 != '\0') { /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */ var_3(this,__n,local_30); __bkt = var_4 % this->_M_bucket_count; } if (this->_M_buckets[__bkt] == (type_4)0x0) { (__node->super__Hash_node_value_base<var_5::pair<var_6,var_7>var_8>). super__Hash_node_base._M_nxt = (this->_M_before_begin)._M_nxt; pp_Var1 = this->_M_buckets; (this->_M_before_begin)._M_nxt = (type_2 *)__node; var_9 = (__node->super__Hash_node_value_base<var_5::pair<var_6,var_7>var_8>). super__Hash_node_base._M_nxt; if (var_9 != (type_2 *)0x0) { pp_Var1[(type_5)var_9[1]._M_nxt % this->_M_bucket_count] = (type_4)__node; } pp_Var1[__bkt] = &this->_M_before_begin; } else { (__node->super__Hash_node_value_base<var_5::pair<var_6,var_7>var_8>). super__Hash_node_base._M_nxt = this->_M_buckets[__bkt]->_M_nxt; this->_M_buckets[__bkt]->_M_nxt = (type_2 *)__node; } this->_M_element_count = this->_M_element_count + 1; return (type_1)(_Node_iterator_base<var_5::pair<var_6,var_7>,_false>)__node; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier))))) (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 (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) right: (number_literal)))))) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (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: (binary_expression left: (identifier) right: (number_literal))))))) right: (identifier)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (return_statement (identifier)))))
null
long * MASKED(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5) { long *plVar1; long lVar2; char cVar3; undefined8 extraout_RDX; long local_30 [2]; local_30[0] = param_1[5]; cVar3 = FUN_004dc8d0(param_1 + 4,param_1[1],param_1[3],param_5); if (cVar3 != '\0') { /* try { // try from 00352982 to 00352986 has its CatchHandler @ 00352a00 */ FUN_00352840(param_1,extraout_RDX,local_30); param_2 = param_3 % (ulong)param_1[1]; } plVar1 = *(long **)(*param_1 + param_2 * 8); if (plVar1 == (long *)0x0) { *param_4 = param_1[2]; lVar2 = *param_1; param_1[2] = (long)param_4; if (*param_4 != 0) { *(long **)(lVar2 + (*(ulong *)(*param_4 + 8) % (ulong)param_1[1]) * 8) = param_4; } *(long **)(lVar2 + param_2 * 8) = param_1 + 2; } else { *param_4 = *plVar1; **(undefined8 **)(*param_1 + param_2 * 8) = param_4; } param_1[3] = param_1[3] + 1; return param_4; }
754_sh4-linux-gnu-as_and_sh4-linux-gnu-as_strip.c
obj_elf_init_stab_section
FUN_0013ed90
void obj_elf_init_stab_section(segT seg) { uint uVar1; char *ptr; char *string; char *stabstr_secname; seg->alignment_power = 2; ptr = frag_more(0xc); ptr[0] = '\0'; ptr[1] = '\0'; ptr[2] = '\0'; ptr[3] = '\0'; ptr[4] = '\0'; ptr[5] = '\0'; ptr[6] = '\0'; ptr[7] = '\0'; ptr[8] = '\0'; ptr[9] = '\0'; ptr[10] = '\0'; ptr[0xb] = '\0'; string = as_where((uint *)0x0); stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0); uVar1 = get_stab_string_offset(string,stabstr_secname); if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) { /* WARNING: Subroutine does not return */ as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section"); } md_number_to_chars(ptr,(ulong)uVar1,4); *(char **)((long)seg->userdata + 0x50) = ptr; return; }
void FUN_0013ed90(undefined8 *param_1) { int iVar1; undefined8 *puVar2; char *pcVar3; undefined8 uVar4; *(undefined4 *)(param_1 + 0xe) = 2; puVar2 = (undefined8 *)FUN_00117bf0(0xc); *puVar2 = 0; *(undefined4 *)(puVar2 + 1) = 0; pcVar3 = (char *)FUN_00119380(0); uVar4 = concat(*param_1,&DAT_00148d05,0); iVar1 = FUN_001270d0(pcVar3,uVar4); if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) { /* WARNING: Subroutine does not return */ FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section"); } FUN_0013a230(puVar2,iVar1,4); *(undefined8 **)(param_1[0x15] + 0x50) = puVar2; return; }
PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX MOV dword ptr [RDI + 0x70],0x2 MOV EDI,0xc CALL 0x00117bf0 XOR EDI,EDI MOV qword ptr [RAX],0x0 MOV RBX,RAX MOV dword ptr [RAX + 0x8],0x0 CALL 0x00119380 MOV RDI,qword ptr [RBP] XOR EDX,EDX LEA RSI,[0x148d05] MOV R12,RAX XOR EAX,EAX CALL 0x00109270 MOV RDI,R12 MOV RSI,RAX CALL 0x001270d0 CMP EAX,0x1 JZ 0x0013edf2 TEST EAX,EAX JNZ 0x0013ee11 CMP byte ptr [R12],0x0 JNZ 0x0013ee11 MOV ESI,EAX MOV RDI,RBX MOV EDX,0x4 CALL 0x0013a230 MOV RAX,qword ptr [RBP + 0xa8] MOV qword ptr [RAX + 0x50],RBX POP RBX POP RBP POP R12 RET LEA RDX,[0x14a570] MOV ESI,0x852 LEA RDI,[0x149b82] CALL 0x0011e990
null
null
null
null
[('const-0', u'STORE_-1207111932'), (u'PTRADD_-1207111881', u'STORE_-1207111936'), ('const-1', u'PTRADD_-1207111882'), ('const-0', u'RETURN_-1207112036'), ('const-12', u'CALL_-1207112262'), ('const-1', u'PTRADD_-1207111879'), ('const-433', u'STORE_-1207112247'), (u'COPY_-1207111829', u'CALL_-1207112013'), ('const-1', u'RETURN_-1207112008'), ('const-433', u'STORE_-1207111916'), ('const-4', u'CALL_-1207112080'), ('const-1', u'PTRADD_-1207111876'), ('const-0', u'CALL_-1207112219'), (u'CALL_-1207112219', u'LOAD_-1207112121'), ('const-0', u'STORE_-1207112233'), (u'CAST_-1207111822', u'CALL_-1207112153'), ('tmp_265', u'CBRANCH_-1207112101'), ('const-1346821', u'PTRSUB_-1207111848'), ('const-1', u'PTRADD_-1207111881'), ('const-6', u'PTRADD_-1207111877'), ('const-433', u'STORE_-1207111932'), ('const-1', u'PTRADD_-1207111855'), (u'LOAD_-1207112121', u'INT_NOTEQUAL_-1207112105'), ('const-1350530', u'COPY_-1207111830'), ('const-0', u'STORE_-1207111935'), ('const-1', u'INT_NOTEQUAL_-1207112137'), ('const-1', u'PTRADD_-1207111878'), ('const-1', u'PTRADD_-1207111882'), ('const-433', u'LOAD_-1207112078'), ('const-10', u'PTRADD_-1207111856'), (u'LOAD_-1207112218', u'CALL_-1207112169'), (u'CALL_-1207112262', u'PTRADD_-1207111876'), ('const-0', u'INT_NOTEQUAL_-1207112122'), (u'CALL_-1207112153', u'INT_NOTEQUAL_-1207112137'), ('tmp_373', u'PTRSUB_-1207111796'), ('const-80', u'INT_ADD_-1207112052'), ('const-2130', u'CALL_-1207112013'), ('const-5', u'PTRADD_-1207111878'), (u'PTRADD_-1207111858', u'STORE_-1207112233'), ('const-433', u'LOAD_-1207112218'), ('const-8', u'PTRADD_-1207111858'), ('tmp_373', u'PTRSUB_-1207111904'), (u'CALL_-1207112153', u'INT_NOTEQUAL_-1207112122'), (u'INT_ZEXT_-1207111977', u'CALL_-1207112080'), (u'CALL_-1207112262', u'PTRADD_-1207111856'), ('const-3', u'PTRADD_-1207111880'), ('const-0', u'STORE_-1207111916'), ('const-433', u'STORE_-1207112282'), ('const-433', u'STORE_-1207111934'), ('const-7', u'PTRADD_-1207111876'), (u'PTRADD_-1207111855', u'STORE_-1207111914'), (u'PTRADD_-1207111882', u'STORE_-1207111937'), (u'CALL_-1207112169', u'CAST_-1207111822'), (u'PTRADD_-1207111857', u'STORE_-1207111916'), (u'CALL_-1207112262', u'CALL_-1207112080'), ('const-2', u'PTRADD_-1207111881'), (u'PTRSUB_-1207111848', u'CALL_-1207112169'), ('const-4', u'PTRADD_-1207111879'), ('const-433', u'STORE_-1207111935'), ('const-433', u'STORE_-1207111915'), ('const-433', u'STORE_-1207111914'), (u'PTRADD_-1207111883', u'STORE_-1207112247'), ('const-0', u'STORE_-1207111915'), ('const-1', u'PTRADD_-1207111877'), (u'PTRADD_-1207111856', u'STORE_-1207111915'), (u'CAST_-1207111767', u'INT_ADD_-1207112052'), (u'PTRADD_-1207111879', u'STORE_-1207111934'), ('tmp_373', u'PTRSUB_-1207111862'), (u'INT_NOTEQUAL_-1207112105', u'CBRANCH_-1207112101'), (u'CALL_-1207112219', u'CALL_-1207112153'), ('const-0', u'STORE_-1207111934'), ('const-0', u'STORE_-1207111933'), (u'PTRSUB_-1207111862', u'LOAD_-1207112218'), ('const-0', u'STORE_-1207111936'), ('const-433', u'STORE_-1207112233'), (u'COPY_-1207111830', u'CALL_-1207112013'), (u'CALL_-1207112262', u'PTRADD_-1207111858'), ('const-433', u'STORE_-1207112066'), ('const-0', u'CALL_-1207112169'), (u'LOAD_-1207112078', u'CAST_-1207111767'), (u'INT_ADD_-1207112052', u'CAST_-1207111766'), (u'PTRSUB_-1207111904', u'STORE_-1207112282'), ('tmp_230', u'CBRANCH_-1207112121'), ('const-433', u'STORE_-1207111933'), ('const-0', u'STORE_-1207111931'), (u'PTRADD_-1207111876', u'STORE_-1207111931'), ('const-0', u'PTRADD_-1207111883'), ('tmp_202', u'CBRANCH_-1207112136'), ('const-433', u'LOAD_-1207112121'), ('const-9', u'PTRADD_-1207111857'), (u'INT_NOTEQUAL_-1207112137', u'CBRANCH_-1207112136'), (u'INT_NOTEQUAL_-1207112122', u'CBRANCH_-1207112121'), (u'CALL_-1207112262', u'PTRADD_-1207111881'), ('const-112', u'PTRSUB_-1207111904'), ('const-0', u'PTRSUB_-1207111862'), ('const-0', u'INT_NOTEQUAL_-1207112105'), ('const-168', u'PTRSUB_-1207111796'), (u'PTRADD_-1207111880', u'STORE_-1207111935'), (u'CALL_-1207112262', u'PTRADD_-1207111879'), ('const-0', u'STORE_-1207112247'), (u'CALL_-1207112262', u'PTRADD_-1207111883'), (u'CAST_-1207111766', u'STORE_-1207112066'), (u'PTRADD_-1207111877', u'STORE_-1207111932'), (u'CALL_-1207112262', u'PTRADD_-1207111880'), ('const-2', u'STORE_-1207112282'), ('const-433', u'STORE_-1207111936'), ('const-1', u'PTRADD_-1207111883'), (u'CALL_-1207112262', u'PTRADD_-1207111882'), ('const-0', u'STORE_-1207111937'), (u'PTRSUB_-1207111796', u'LOAD_-1207112078'), (u'CALL_-1207112262', u'PTRADD_-1207111877'), ('const-1', u'PTRADD_-1207111880'), ('const-11', u'PTRADD_-1207111855'), (u'CALL_-1207112262', u'PTRADD_-1207111855'), ('const-1', u'PTRADD_-1207111857'), ('const-433', u'STORE_-1207111937'), ('const-1', u'PTRADD_-1207111858'), ('const-0', u'STORE_-1207111914'), ('const-0', u'PTRSUB_-1207111848'), ('const-1353072', u'COPY_-1207111829'), ('const-1', u'PTRADD_-1207111856'), ('const-433', u'STORE_-1207111931'), (u'PTRADD_-1207111878', u'STORE_-1207111933'), (u'CALL_-1207112262', u'PTRADD_-1207111878'), (u'CALL_-1207112262', u'STORE_-1207112066'), (u'CALL_-1207112262', u'PTRADD_-1207111857'), (u'CALL_-1207112153', u'INT_ZEXT_-1207111977')]
[('tmp_767', u'LOAD_-1207112218'), ('const-2130', u'CALL_-1207112013'), (u'PTRSUB_-1207111848', u'CALL_-1207112169'), ('const-0', u'RETURN_-1207112036'), ('const-8', u'PTRADD_-1207111875'), ('const-21', u'PTRADD_-1207111797'), ('const-1', u'PTRADD_-1207111875'), ('const-433', u'STORE_-1207112282'), ('const-0', u'STORE_-1207112247'), (u'INT_NOTEQUAL_-1207112105', u'CBRANCH_-1207112101'), (u'COPY_-1207111829', u'CALL_-1207112013'), ('const-1', u'RETURN_-1207112008'), (u'CAST_-1207111903', u'STORE_-1207112282'), ('const-433', u'LOAD_-1207112218'), ('const-4', u'CALL_-1207112080'), (u'COPY_-1207111830', u'CALL_-1207112013'), (u'CALL_-1207112153', u'CALL_-1207112080'), (u'CAST_-1207111890', u'STORE_-1207112247'), ('const-0', u'CALL_-1207112219'), (u'CALL_-1207112219', u'CAST_-1207111864'), (u'PTRADD_-1207111875', u'CAST_-1207111872'), ('tmp_265', u'CBRANCH_-1207112101'), ('tmp_230', u'CBRANCH_-1207112121'), ('const-0', u'INT_NOTEQUAL_-1207112105'), (u'CAST_-1207111890', u'PTRADD_-1207111875'), ('const-14', u'PTRADD_-1207111905'), ('tmp_202', u'CBRANCH_-1207112136'), (u'CAST_-1207111890', u'CALL_-1207112080'), (u'INT_NOTEQUAL_-1207112137', u'CBRANCH_-1207112136'), (u'INT_NOTEQUAL_-1207112122', u'CBRANCH_-1207112121'), ('const-1346821', u'PTRSUB_-1207111848'), ('tmp_767', u'PTRADD_-1207111905'), ('tmp_767', u'PTRADD_-1207111797'), ('const-1350530', u'COPY_-1207111830'), ('const-2', u'STORE_-1207112282'), ('const-12', u'CALL_-1207112262'), ('const-8', u'PTRADD_-1207111797'), ('const-1', u'INT_NOTEQUAL_-1207112137'), (u'CALL_-1207112262', u'CAST_-1207111890'), (u'CAST_-1207111872', u'STORE_-1207112233'), (u'PTRADD_-1207111905', u'CAST_-1207111903'), (u'CAST_-1207111864', u'LOAD_-1207112121'), (u'LOAD_-1207112121', u'INT_NOTEQUAL_-1207112105'), (u'LOAD_-1207112218', u'CALL_-1207112169'), ('const-433', u'LOAD_-1207112078'), (u'INT_ADD_-1207112052', u'CAST_-1207111786'), ('const-8', u'PTRADD_-1207111905'), ('const-433', u'STORE_-1207112247'), ('const-0', u'INT_NOTEQUAL_-1207112122'), (u'CALL_-1207112153', u'INT_NOTEQUAL_-1207112137'), ('const-1353072', u'COPY_-1207111829'), ('const-80', u'INT_ADD_-1207112052'), (u'PTRADD_-1207111797', u'LOAD_-1207112078'), (u'CAST_-1207111890', u'STORE_-1207112066'), (u'LOAD_-1207112078', u'INT_ADD_-1207112052'), (u'CAST_-1207111786', u'STORE_-1207112066'), (u'CAST_-1207111864', u'CALL_-1207112153'), ('const-433', u'STORE_-1207112233'), (u'CALL_-1207112153', u'INT_NOTEQUAL_-1207112122'), ('const-433', u'LOAD_-1207112121'), ('const-0', u'PTRSUB_-1207111848'), ('const-0', u'CALL_-1207112169'), ('const-433', u'STORE_-1207112066'), (u'CALL_-1207112169', u'CALL_-1207112153'), ('const-0', u'STORE_-1207112233')]
null
null
0013ed90
x64
O2
(translation_unit "void FUN_0013ed90(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}\n\n" (function_definition "void FUN_0013ed90(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" primitive_type (function_declarator "FUN_0013ed90(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" * (cast_expression "(undefined4 *)(param_1 + 0xe)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2 = (undefined8 *)FUN_00117bf0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00117bf0(0xc)" identifier = (cast_expression "(undefined8 *)FUN_00117bf0(0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00117bf0(0xc)" identifier (argument_list "(0xc)" ( number_literal ))))) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar3 = (char *)FUN_00119380(0);" (assignment_expression "pcVar3 = (char *)FUN_00119380(0)" identifier = (cast_expression "(char *)FUN_00119380(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00119380(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "uVar4 = concat(*param_1,&DAT_00148d05,0);" (assignment_expression "uVar4 = concat(*param_1,&DAT_00148d05,0)" identifier = (call_expression "concat(*param_1,&DAT_00148d05,0)" identifier (argument_list "(*param_1,&DAT_00148d05,0)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "&DAT_00148d05" & identifier) , number_literal )))) ;) (expression_statement "iVar1 = FUN_001270d0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001270d0(pcVar3,uVar4)" identifier = (call_expression "FUN_001270d0(pcVar3,uVar4)" identifier (argument_list "(pcVar3,uVar4)" ( identifier , identifier )))) ;) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n /* WARNING: Subroutine does not return */\n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" ( (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" ( (binary_expression "iVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" ( (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" ( (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*pcVar3 != '\0')" ( (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { comment (expression_statement "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "FUN_0013a230(puVar2,iVar1,4);" (call_expression "FUN_0013a230(puVar2,iVar1,4)" identifier (argument_list "(puVar2,iVar1,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" * (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x15] + 0x50)" ( (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void obj_elf_init_stab_section(segT seg)\n\n{\n uint uVar1;\n char *ptr;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n ptr = frag_more(0xc);\n ptr[0] = '\0';\n ptr[1] = '\0';\n ptr[2] = '\0';\n ptr[3] = '\0';\n ptr[4] = '\0';\n ptr[5] = '\0';\n ptr[6] = '\0';\n ptr[7] = '\0';\n ptr[8] = '\0';\n ptr[9] = '\0';\n ptr[10] = '\0';\n ptr[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n md_number_to_chars(ptr,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = ptr;\n return;\n}\n\n" (function_definition "void obj_elf_init_stab_section(segT seg)\n\n{\n uint uVar1;\n char *ptr;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n ptr = frag_more(0xc);\n ptr[0] = '\0';\n ptr[1] = '\0';\n ptr[2] = '\0';\n ptr[3] = '\0';\n ptr[4] = '\0';\n ptr[5] = '\0';\n ptr[6] = '\0';\n ptr[7] = '\0';\n ptr[8] = '\0';\n ptr[9] = '\0';\n ptr[10] = '\0';\n ptr[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n md_number_to_chars(ptr,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = ptr;\n return;\n}" primitive_type (function_declarator "obj_elf_init_stab_section(segT seg)" identifier (parameter_list "(segT seg)" ( (parameter_declaration "segT seg" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n char *ptr;\n char *string;\n char *stabstr_secname;\n \n seg->alignment_power = 2;\n ptr = frag_more(0xc);\n ptr[0] = '\0';\n ptr[1] = '\0';\n ptr[2] = '\0';\n ptr[3] = '\0';\n ptr[4] = '\0';\n ptr[5] = '\0';\n ptr[6] = '\0';\n ptr[7] = '\0';\n ptr[8] = '\0';\n ptr[9] = '\0';\n ptr[10] = '\0';\n ptr[0xb] = '\0';\n string = as_where((uint *)0x0);\n stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0);\n uVar1 = get_stab_string_offset(string,stabstr_secname);\n if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n md_number_to_chars(ptr,(ulong)uVar1,4);\n *(char **)((long)seg->userdata + 0x50) = ptr;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "char *ptr;" primitive_type (pointer_declarator "*ptr" * identifier) ;) (declaration "char *string;" primitive_type (pointer_declarator "*string" * identifier) ;) (declaration "char *stabstr_secname;" primitive_type (pointer_declarator "*stabstr_secname" * identifier) ;) (expression_statement "seg->alignment_power = 2;" (assignment_expression "seg->alignment_power = 2" (field_expression "seg->alignment_power" identifier -> field_identifier) = number_literal) ;) (expression_statement "ptr = frag_more(0xc);" (assignment_expression "ptr = frag_more(0xc)" identifier = (call_expression "frag_more(0xc)" identifier (argument_list "(0xc)" ( number_literal )))) ;) (expression_statement "ptr[0] = '\0';" (assignment_expression "ptr[0] = '\0'" (subscript_expression "ptr[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[1] = '\0';" (assignment_expression "ptr[1] = '\0'" (subscript_expression "ptr[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[2] = '\0';" (assignment_expression "ptr[2] = '\0'" (subscript_expression "ptr[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[3] = '\0';" (assignment_expression "ptr[3] = '\0'" (subscript_expression "ptr[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[4] = '\0';" (assignment_expression "ptr[4] = '\0'" (subscript_expression "ptr[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[5] = '\0';" (assignment_expression "ptr[5] = '\0'" (subscript_expression "ptr[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[6] = '\0';" (assignment_expression "ptr[6] = '\0'" (subscript_expression "ptr[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[7] = '\0';" (assignment_expression "ptr[7] = '\0'" (subscript_expression "ptr[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[8] = '\0';" (assignment_expression "ptr[8] = '\0'" (subscript_expression "ptr[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[9] = '\0';" (assignment_expression "ptr[9] = '\0'" (subscript_expression "ptr[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[10] = '\0';" (assignment_expression "ptr[10] = '\0'" (subscript_expression "ptr[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ptr[0xb] = '\0';" (assignment_expression "ptr[0xb] = '\0'" (subscript_expression "ptr[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "string = as_where((uint *)0x0);" (assignment_expression "string = as_where((uint *)0x0)" identifier = (call_expression "as_where((uint *)0x0)" identifier (argument_list "((uint *)0x0)" ( (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0);" (assignment_expression "stabstr_secname = (char *)concat(seg->name,&DAT_00148d05,0)" identifier = (cast_expression "(char *)concat(seg->name,&DAT_00148d05,0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "concat(seg->name,&DAT_00148d05,0)" identifier (argument_list "(seg->name,&DAT_00148d05,0)" ( (field_expression "seg->name" identifier -> field_identifier) , (pointer_expression "&DAT_00148d05" & identifier) , number_literal ))))) ;) (expression_statement "uVar1 = get_stab_string_offset(string,stabstr_secname);" (assignment_expression "uVar1 = get_stab_string_offset(string,stabstr_secname)" identifier = (call_expression "get_stab_string_offset(string,stabstr_secname)" identifier (argument_list "(string,stabstr_secname)" ( identifier , identifier )))) ;) (if_statement "if ((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((uVar1 != 1) && ((uVar1 != 0 || (*string != '\0'))))" ( (binary_expression "(uVar1 != 1) && ((uVar1 != 0 || (*string != '\0')))" (parenthesized_expression "(uVar1 != 1)" ( (binary_expression "uVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((uVar1 != 0 || (*string != '\0')))" ( (parenthesized_expression "(uVar1 != 0 || (*string != '\0'))" ( (binary_expression "uVar1 != 0 || (*string != '\0')" (binary_expression "uVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*string != '\0')" ( (binary_expression "*string != '\0'" (pointer_expression "*string" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { comment (expression_statement "as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "as_abort("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "md_number_to_chars(ptr,(ulong)uVar1,4);" (call_expression "md_number_to_chars(ptr,(ulong)uVar1,4)" identifier (argument_list "(ptr,(ulong)uVar1,4)" ( identifier , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal ))) ;) (expression_statement "*(char **)((long)seg->userdata + 0x50) = ptr;" (assignment_expression "*(char **)((long)seg->userdata + 0x50) = ptr" (pointer_expression "*(char **)((long)seg->userdata + 0x50)" * (cast_expression "(char **)((long)seg->userdata + 0x50)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)seg->userdata + 0x50)" ( (binary_expression "(long)seg->userdata + 0x50" (cast_expression "(long)seg->userdata" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "seg->userdata" identifier -> field_identifier)) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0013ed90(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}\n\n" (function_definition "void FUN_0013ed90(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" primitive_type (function_declarator "FUN_0013ed90(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" * (cast_expression "(undefined4 *)(param_1 + 0xe)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2 = (undefined8 *)FUN_00117bf0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00117bf0(0xc)" identifier = (cast_expression "(undefined8 *)FUN_00117bf0(0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00117bf0(0xc)" identifier (argument_list "(0xc)" ( number_literal ))))) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pcVar3 = (char *)FUN_00119380(0);" (assignment_expression "pcVar3 = (char *)FUN_00119380(0)" identifier = (cast_expression "(char *)FUN_00119380(0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00119380(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) (expression_statement "uVar4 = concat(*param_1,&DAT_00148d05,0);" (assignment_expression "uVar4 = concat(*param_1,&DAT_00148d05,0)" identifier = (call_expression "concat(*param_1,&DAT_00148d05,0)" identifier (argument_list "(*param_1,&DAT_00148d05,0)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "&DAT_00148d05" & identifier) , number_literal )))) ;) (expression_statement "iVar1 = FUN_001270d0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001270d0(pcVar3,uVar4)" identifier = (call_expression "FUN_001270d0(pcVar3,uVar4)" identifier (argument_list "(pcVar3,uVar4)" ( identifier , identifier )))) ;) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" if (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" ( (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" ( (binary_expression "iVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" ( (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" ( (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" identifier != number_literal) || (parenthesized_expression "(*pcVar3 != '\0')" ( (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (compound_statement "{\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" { (expression_statement "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" identifier (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" ( (string_literal ""../../gas/config/obj-elf.c"" " string_content ") , number_literal , (string_literal ""obj_elf_init_stab_section"" " string_content ") ))) ;) })) (expression_statement "FUN_0013a230(puVar2,iVar1,4);" (call_expression "FUN_0013a230(puVar2,iVar1,4)" identifier (argument_list "(puVar2,iVar1,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" * (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x15] + 0x50)" ( (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE 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 IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) ))) )) (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 , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0013ed90(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0013ed90(undefined8 *param_1)" (identifier "FUN_0013ed90") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined8 *puVar2;\n char *pcVar3;\n undefined8 uVar4;\n \n *(undefined4 *)(param_1 + 0xe) = 2;\n puVar2 = (undefined8 *)FUN_00117bf0(0xc);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n pcVar3 = (char *)FUN_00119380(0);\n uVar4 = concat(*param_1,&DAT_00148d05,0);\n iVar1 = FUN_001270d0(pcVar3,uVar4);\n if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }\n FUN_0013a230(puVar2,iVar1,4);\n *(undefined8 **)(param_1[0x15] + 0x50) = puVar2;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0xe) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0xe) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0xe)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xe)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe)" (( "(") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "puVar2 = (undefined8 *)FUN_00117bf0(0xc);" (assignment_expression "puVar2 = (undefined8 *)FUN_00117bf0(0xc)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)FUN_00117bf0(0xc)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00117bf0(0xc)" (identifier "FUN_00117bf0") (argument_list "(0xc)" (( "(") (number_literal "0xc") () ")"))))) (; ";")) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar2 + 1)" (* "*") (cast_expression "(undefined4 *)(puVar2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 1)" (( "(") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar3 = (char *)FUN_00119380(0);" (assignment_expression "pcVar3 = (char *)FUN_00119380(0)" (identifier "pcVar3") (= "=") (cast_expression "(char *)FUN_00119380(0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00119380(0)" (identifier "FUN_00119380") (argument_list "(0)" (( "(") (number_literal "0") () ")"))))) (; ";")) (expression_statement "uVar4 = concat(*param_1,&DAT_00148d05,0);" (assignment_expression "uVar4 = concat(*param_1,&DAT_00148d05,0)" (identifier "uVar4") (= "=") (call_expression "concat(*param_1,&DAT_00148d05,0)" (identifier "concat") (argument_list "(*param_1,&DAT_00148d05,0)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (pointer_expression "&DAT_00148d05" (& "&") (identifier "DAT_00148d05")) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar1 = FUN_001270d0(pcVar3,uVar4);" (assignment_expression "iVar1 = FUN_001270d0(pcVar3,uVar4)" (identifier "iVar1") (= "=") (call_expression "FUN_001270d0(pcVar3,uVar4)" (identifier "FUN_001270d0") (argument_list "(pcVar3,uVar4)" (( "(") (identifier "pcVar3") (, ",") (identifier "uVar4") () ")")))) (; ";")) (if_statement "if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) {\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" (if "if") (parenthesized_expression "((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0'))))" (( "(") (binary_expression "(iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))" (parenthesized_expression "(iVar1 != 1)" (( "(") (binary_expression "iVar1 != 1" (identifier "iVar1") (!= "!=") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "((iVar1 != 0 || (*pcVar3 != '\0')))" (( "(") (parenthesized_expression "(iVar1 != 0 || (*pcVar3 != '\0'))" (( "(") (binary_expression "iVar1 != 0 || (*pcVar3 != '\0')" (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "(*pcVar3 != '\0')" (( "(") (binary_expression "*pcVar3 != '\0'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n \n FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");\n }" ({ "{") (expression_statement "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section");" (call_expression "FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" (identifier "FUN_0011e990") (argument_list "("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section")" (( "(") (string_literal ""../../gas/config/obj-elf.c"" (" """) (string_content "../../gas/config/obj-elf.c") (" """)) (, ",") (number_literal "0x852") (, ",") (string_literal ""obj_elf_init_stab_section"" (" """) (string_content "obj_elf_init_stab_section") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0013a230(puVar2,iVar1,4);" (call_expression "FUN_0013a230(puVar2,iVar1,4)" (identifier "FUN_0013a230") (argument_list "(puVar2,iVar1,4)" (( "(") (identifier "puVar2") (, ",") (identifier "iVar1") (, ",") (number_literal "4") () ")"))) (; ";")) (expression_statement "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1[0x15] + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1[0x15] + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1[0x15] + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[0x15] + 0x50)" (( "(") (binary_expression "param_1[0x15] + 0x50" (subscript_expression "param_1[0x15]" (identifier "param_1") ([ "[") (number_literal "0x15") (] "]")) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 seg) { type_2 var_5; char *ptr; char *string; char *stabstr_secname; seg->alignment_power = 2; ptr = var_1(0xc); ptr[0] = '\0'; ptr[1] = '\0'; ptr[2] = '\0'; ptr[3] = '\0'; ptr[4] = '\0'; ptr[5] = '\0'; ptr[6] = '\0'; ptr[7] = '\0'; ptr[8] = '\0'; ptr[9] = '\0'; ptr[10] = '\0'; ptr[0xb] = '\0'; string = var_2((type_2 *)0x0); stabstr_secname = (char *)var_3(seg->name,&DAT_00148d05,0); var_5 = var_4(string,stabstr_secname); if ((var_5 != 1) && ((var_5 != 0 || (*string != '\0')))) { /* WARNING: Subroutine does not return */ var_6("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section"); } var_7(ptr,(type_3)var_5,4); *(char **)((long)seg->userdata + 0x50) = ptr; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (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)) (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: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (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 (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1) { int iVar1; undefined8 *puVar2; char *pcVar3; undefined8 uVar4; *(undefined4 *)(param_1 + 0xe) = 2; puVar2 = (undefined8 *)FUN_00117bf0(0xc); *puVar2 = 0; *(undefined4 *)(puVar2 + 1) = 0; pcVar3 = (char *)FUN_00119380(0); uVar4 = concat(*param_1,&DAT_00148d05,0); iVar1 = FUN_001270d0(pcVar3,uVar4); if ((iVar1 != 1) && ((iVar1 != 0 || (*pcVar3 != '\0')))) { /* WARNING: Subroutine does not return */ FUN_0011e990("../../gas/config/obj-elf.c",0x852,"obj_elf_init_stab_section"); } FUN_0013a230(puVar2,iVar1,4); *(undefined8 **)(param_1[0x15] + 0x50) = puVar2; return; }
238_xargs_and_xargs_strip.c
ferror
ferror
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* ferror@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207029670')]
[('const-1', u'RETURN_-1207029670')]
null
null
00113050
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int ferror(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ferror@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ferror(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int ferror(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "ferror(FILE *__stream)" (identifier "ferror") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* ferror@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
8777_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
~wstreambuf
FUN_00341fc0
/* std::wstreambuf::~wstreambuf() */ void __thiscall std::wstreambuf::~wstreambuf(wstreambuf *this) { *(undefined ***)this = &PTR__wstreambuf_004b4718; locale::~locale((locale *)(this + 0x38)); operator_delete(this); return; }
void FUN_00341fc0(undefined8 *param_1) { *param_1 = &PTR_FUN_004b4718; FUN_0033af80(); FUN_00338a40(param_1); return; }
LEA RAX,[0x4b4708] PUSH RBX MOV RBX,RDI LEA RDI,[RDI + 0x38] ADD RAX,0x10 MOV qword ptr [RDI + -0x38],RAX CALL 0x0033af80 MOV RDI,RBX POP RBX JMP 0x00338a40
null
null
null
null
[('const-433', u'STORE_-1205133336'), ('const-0', u'RETURN_-1205133306'), ('const-1', u'PTRADD_-1205133295'), ('const-56', u'PTRADD_-1205133295'), ('tmp_82', u'PTRADD_-1205133295'), ('tmp_82', u'CALL_-1205133310'), (u'PTRADD_-1205133295', u'CAST_-1205133242'), ('const-0', u'PTRSUB_-1205133233'), (u'CAST_-1205133233', u'STORE_-1205133336'), (u'PTRSUB_-1205133233', u'STORE_-1205133336'), (u'CAST_-1205133242', u'CALL_-1205133325'), ('tmp_82', u'CAST_-1205133233'), ('const-4933400', u'PTRSUB_-1205133233')]
[('tmp_145', u'STORE_-1205133336'), ('const-0', u'PTRSUB_-1205133233'), ('const-0', u'RETURN_-1205133306'), ('const-4933400', u'PTRSUB_-1205133233'), (u'PTRSUB_-1205133233', u'STORE_-1205133336'), ('tmp_145', u'CALL_-1205133310'), ('const-433', u'STORE_-1205133336')]
null
null
00341fc0
x64
O2
(translation_unit "void FUN_00341fc0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}\n\n" (function_definition "void FUN_00341fc0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00341fc0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004b4718;" (assignment_expression "*param_1 = &PTR_FUN_004b4718" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b4718" & identifier)) ;) (expression_statement "FUN_0033af80();" (call_expression "FUN_0033af80()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00338a40(param_1);" (call_expression "FUN_00338a40(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::wstreambuf::~wstreambuf() */\n\nvoid __thiscall std::wstreambuf::~wstreambuf(wstreambuf *this)\n\n{\n *(undefined ***)this = &PTR__wstreambuf_004b4718;\n locale::~locale((locale *)(this + 0x38));\n operator_delete(this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wstreambuf::~wstreambuf(wstreambuf *this)\n\n{\n *(undefined ***)this = &PTR__wstreambuf_004b4718;\n locale::~locale((locale *)(this + 0x38));\n operator_delete(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstreambuf::~" identifier : : identifier : : ~) (function_declarator "wstreambuf(wstreambuf *this)" identifier (parameter_list "(wstreambuf *this)" ( (parameter_declaration "wstreambuf *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n *(undefined ***)this = &PTR__wstreambuf_004b4718;\n locale::~locale((locale *)(this + 0x38));\n operator_delete(this);\n return;\n}" { (expression_statement "*(undefined ***)this = &PTR__wstreambuf_004b4718;" (assignment_expression "*(undefined ***)this = &PTR__wstreambuf_004b4718" (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__wstreambuf_004b4718" & identifier)) ;) (labeled_statement "locale::~locale((locale *)(this + 0x38));" statement_identifier : (ERROR ":" :) (expression_statement "~locale((locale *)(this + 0x38));" (unary_expression "~locale((locale *)(this + 0x38))" ~ (call_expression "locale((locale *)(this + 0x38))" identifier (argument_list "((locale *)(this + 0x38))" ( (cast_expression "(locale *)(this + 0x38)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) ))) )))) ;)) (expression_statement "operator_delete(this);" (call_expression "operator_delete(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00341fc0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}\n\n" (function_definition "void FUN_00341fc0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00341fc0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004b4718;" (assignment_expression "*param_1 = &PTR_FUN_004b4718" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b4718" & identifier)) ;) (expression_statement "FUN_0033af80();" (call_expression "FUN_0033af80()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00338a40(param_1);" (call_expression "FUN_00338a40(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 { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00341fc0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00341fc0(undefined8 *param_1)" (identifier "FUN_00341fc0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_004b4718;\n FUN_0033af80();\n FUN_00338a40(param_1);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_004b4718;" (assignment_expression "*param_1 = &PTR_FUN_004b4718" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004b4718" (& "&") (identifier "PTR_FUN_004b4718"))) (; ";")) (expression_statement "FUN_0033af80();" (call_expression "FUN_0033af80()" (identifier "FUN_0033af80") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00338a40(param_1);" (call_expression "FUN_00338a40(param_1)" (identifier "FUN_00338a40") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wstreambuf::~wstreambuf() */ void __thiscall std::function_1::~function_1(function_1 *var_2) { *(type_1 ***)var_2 = &PTR__wstreambuf_004b4718; locale::~var_1((var_1 *)(var_2 + 0x38)); var_3(var_2); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_004b4718; FUN_0033af80(); FUN_00338a40(param_1); return; }
132_m68k-linux-gnu-strip_and_m68k-linux-gnu-strip_strip.c
fwrite
fwrite
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_0012b420)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_0012b420)(); return sVar1; }
JMP qword ptr [0x0012b420]
null
null
null
null
[(u'CALLIND_-1206958008', u'RETURN_-1206958005'), (u'INDIRECT_-1206957943', u'COPY_-1206958002'), ('tmp_50', u'CAST_-1206957938'), (u'CAST_-1206957938', u'CALLIND_-1206958008'), (u'CALLIND_-1206958008', u'INDIRECT_-1206957943'), ('const-0', u'RETURN_-1206958005')]
[(u'CALLIND_-1206958008', u'RETURN_-1206958005'), (u'INDIRECT_-1206957943', u'COPY_-1206958002'), ('tmp_50', u'CAST_-1206957938'), (u'CAST_-1206957938', u'CALLIND_-1206958008'), (u'CALLIND_-1206958008', u'INDIRECT_-1206957943'), ('const-0', u'RETURN_-1206958005')]
null
null
00104840
x64
O2
(translation_unit "/* 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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_0012b420)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_0012b420)()" identifier = (call_expression "(*(code *)PTR_fwrite_0012b420)()" (parenthesized_expression "(*(code *)PTR_fwrite_0012b420)" ( (pointer_expression "*(code *)PTR_fwrite_0012b420" * (cast_expression "(code *)PTR_fwrite_0012b420" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
(translation_unit "/* 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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_0012b420)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_0012b420)()" identifier = (call_expression "(*(code *)PTR_fwrite_0012b420)()" (parenthesized_expression "(*(code *)PTR_fwrite_0012b420)" ( (pointer_expression "*(code *)PTR_fwrite_0012b420" * (cast_expression "(code *)PTR_fwrite_0012b420" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
(translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_0012b420)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_0012b420)()" identifier = (call_expression "(*(code *)PTR_fwrite_0012b420)()" (parenthesized_expression "(*(code *)PTR_fwrite_0012b420)" ( (pointer_expression "*(code *)PTR_fwrite_0012b420" * (cast_expression "(code *)PTR_fwrite_0012b420" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
(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 { (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 "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\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 size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0012b420)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_fwrite_0012b420)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_0012b420)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_fwrite_0012b420)()" (parenthesized_expression "(*(code *)PTR_fwrite_0012b420)" (( "(") (pointer_expression "*(code *)PTR_fwrite_0012b420" (* "*") (cast_expression "(code *)PTR_fwrite_0012b420" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fwrite_0012b420"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fwrite_0012b420)(); return sVar1; }
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 (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 */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_0012b420)(); return sVar1; }
122_i686-linux-gnu-objdump_and_i686-linux-gnu-objdump_strip.c
bfd_openr_next_archived_file
bfd_openr_next_archived_file
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_001553d0)(); return; }
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_001553d0)(); return; }
JMP qword ptr [0x001553d0]
null
null
null
null
[(u'CALLIND_-1206945880', u'INDIRECT_-1206945820'), ('tmp_22', u'CAST_-1206945815'), (u'CAST_-1206945815', u'CALLIND_-1206945880'), ('const-0', u'RETURN_-1206945877'), (u'INDIRECT_-1206945820', u'COPY_-1206945879')]
[(u'CALLIND_-1206945880', u'INDIRECT_-1206945820'), ('tmp_22', u'CAST_-1206945815'), (u'CAST_-1206945815', u'CALLIND_-1206945880'), ('const-0', u'RETURN_-1206945877'), (u'INDIRECT_-1206945820', u'COPY_-1206945879')]
null
null
001077a0
x64
O2
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_001553d0" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_001553d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_001553d0" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_001553d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_001553d0" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_001553d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_001553d0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_001553d0)" (( "(") (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_001553d0" (* "*") (cast_expression "(code *)PTR_bfd_openr_next_archived_file_001553d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_openr_next_archived_file_001553d0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_openr_next_archived_file_001553d0)(); 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_001553d0)(); return; }
347_locate_and_locate_strip.c
mb_copy
FUN_0011e480
void mb_copy(mbchar_t *new_mbc,mbchar_t *old_mbc) { _Bool _Var1; char *pcVar2; size_t __n; pcVar2 = old_mbc->ptr; __n = old_mbc->bytes; if (pcVar2 == old_mbc->buf) { pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n); __n = old_mbc->bytes; new_mbc->ptr = pcVar2; } else { new_mbc->ptr = pcVar2; } _Var1 = old_mbc->wc_valid; new_mbc->bytes = __n; new_mbc->wc_valid = _Var1; if (_Var1 != false) { new_mbc->wc = old_mbc->wc; } return; }
void FUN_0011e480(undefined8 *param_1,undefined8 *param_2) { char cVar1; undefined8 *__src; void *pvVar2; size_t __n; __src = (undefined8 *)*param_2; __n = param_2[1]; if (__src == param_2 + 3) { pvVar2 = memcpy(param_1 + 3,__src,__n); __n = param_2[1]; *param_1 = pvVar2; } else { *param_1 = __src; } cVar1 = *(char *)(param_2 + 2); param_1[1] = __n; *(char *)(param_1 + 2) = cVar1; if (cVar1 != '\0') { *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14); } return; }
PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,RSI LEA RAX,[RBX + 0x18] SUB RSP,0x8 MOV RSI,qword ptr [RSI] MOV RDX,qword ptr [RBX + 0x8] CMP RSI,RAX JZ 0x0011e4c0 MOV qword ptr [RDI],RSI MOVZX EAX,byte ptr [RBX + 0x10] MOV qword ptr [RBP + 0x8],RDX MOV byte ptr [RBP + 0x10],AL TEST AL,AL JZ 0x0011e4b4 MOV EAX,dword ptr [RBX + 0x14] MOV dword ptr [RBP + 0x14],EAX ADD RSP,0x8 POP RBX POP RBP RET LEA RCX,[RDI + 0x18] MOV RDI,RCX CALL 0x00103380 MOV RDX,qword ptr [RBX + 0x8] MOV qword ptr [RBP],RAX JMP 0x0011e49f
null
null
null
null
[('tmp_258', u'PTRSUB_-1206983316'), ('tmp_149', u'CBRANCH_-1206983447'), (u'LOAD_-1206983515', u'STORE_-1206983485'), (u'MULTIEQUAL_-1206983337', u'STORE_-1206983471'), (u'PTRSUB_-1206983279', u'STORE_-1206983464'), ('tmp_250', u'BRANCH_-1206983369'), (u'LOAD_-1206983515', u'CALL_-1206983385'), (u'PTRSUB_-1206983293', u'STORE_-1206983485'), ('const-16', u'PTRSUB_-1206983289'), (u'PTRSUB_-1206983233', u'STORE_-1206983375'), ('const-0', u'PTRSUB_-1206983307'), (u'PTRSUB_-1206983307', u'LOAD_-1206983515'), (u'LOAD_-1206983383', u'MULTIEQUAL_-1206983337'), ('tmp_257', u'PTRSUB_-1206983233'), (u'PTRSUB_-1206983303', u'LOAD_-1206983509'), ('const-8', u'PTRSUB_-1206983238'), (u'CALL_-1206983385', u'CAST_-1206983243'), (u'CAST_-1206983243', u'STORE_-1206983375'), ('const-433', u'STORE_-1206983485'), ('const-0', u'INT_NOTEQUAL_-1206983447'), ('const-433', u'LOAD_-1206983481'), ('const-433', u'STORE_-1206983464'), (u'LOAD_-1206983509', u'CALL_-1206983385'), (u'LOAD_-1206983509', u'MULTIEQUAL_-1206983337'), ('tmp_258', u'PTRSUB_-1206983238'), ('tmp_258', u'PTRSUB_-1206983307'), ('const-24', u'PTRSUB_-1206983316'), ('tmp_258', u'PTRSUB_-1206983289'), (u'LOAD_-1206983481', u'INT_NOTEQUAL_-1206983447'), (u'INT_NOTEQUAL_-1206983447', u'CBRANCH_-1206983447'), ('tmp_257', u'PTRSUB_-1206983251'), ('tmp_257', u'PTRSUB_-1206983279'), (u'PTRSUB_-1206983267', u'STORE_-1206983437'), (u'PTRSUB_-1206983316', u'INT_EQUAL_-1206983489'), (u'PTRSUB_-1206983251', u'CALL_-1206983385'), (u'INT_EQUAL_-1206983489', u'CBRANCH_-1206983487'), (u'PTRSUB_-1206983284', u'STORE_-1206983471'), ('const-433', u'LOAD_-1206983383'), (u'PTRSUB_-1206983238', u'LOAD_-1206983383'), ('const-16', u'PTRSUB_-1206983279'), ('const-433', u'LOAD_-1206983509'), (u'PTRSUB_-1206983271', u'LOAD_-1206983446'), ('const-433', u'STORE_-1206983375'), (u'PTRSUB_-1206983289', u'LOAD_-1206983481'), ('tmp_257', u'PTRSUB_-1206983293'), ('const-0', u'RETURN_-1206983401'), ('const-20', u'PTRSUB_-1206983271'), ('tmp_257', u'PTRSUB_-1206983284'), ('const-433', u'LOAD_-1206983446'), ('const-433', u'STORE_-1206983437'), (u'LOAD_-1206983446', u'STORE_-1206983437'), ('tmp_257', u'PTRSUB_-1206983267'), ('const-24', u'PTRSUB_-1206983251'), (u'LOAD_-1206983515', u'INT_EQUAL_-1206983489'), ('tmp_258', u'PTRSUB_-1206983271'), ('const-433', u'STORE_-1206983471'), (u'LOAD_-1206983481', u'STORE_-1206983464'), ('const-433', u'LOAD_-1206983515'), ('tmp_258', u'PTRSUB_-1206983303'), ('const-0', u'PTRSUB_-1206983293'), ('tmp_92', u'CBRANCH_-1206983487'), ('const-8', u'PTRSUB_-1206983303'), ('const-8', u'PTRSUB_-1206983284'), ('const-20', u'PTRSUB_-1206983267'), ('const-0', u'PTRSUB_-1206983233')]
[(u'CAST_-1206983287', u'LOAD_-1206983481'), ('tmp_149', u'CBRANCH_-1206983447'), (u'CAST_-1206983264', u'STORE_-1206983437'), (u'MULTIEQUAL_-1206983337', u'STORE_-1206983471'), ('tmp_250', u'BRANCH_-1206983369'), ('tmp_389', u'PTRADD_-1206983256'), (u'CALL_-1206983385', u'STORE_-1206983375'), ('tmp_391', u'LOAD_-1206983515'), ('const-433', u'STORE_-1206983375'), ('const-8', u'PTRADD_-1206983292'), (u'CAST_-1206983265', u'INT_ADD_-1206983423'), ('const-3', u'PTRADD_-1206983256'), (u'LOAD_-1206983383', u'MULTIEQUAL_-1206983337'), (u'PTRADD_-1206983287', u'STORE_-1206983471'), (u'LOAD_-1206983515', u'CAST_-1206983303'), (u'INT_ADD_-1206983430', u'CAST_-1206983269'), (u'CAST_-1206983303', u'INT_EQUAL_-1206983489'), (u'PTRADD_-1206983317', u'INT_EQUAL_-1206983489'), ('const-0', u'INT_NOTEQUAL_-1206983447'), ('tmp_391', u'PTRADD_-1206983305'), (u'LOAD_-1206983509', u'CALL_-1206983385'), (u'LOAD_-1206983509', u'MULTIEQUAL_-1206983337'), ('const-433', u'STORE_-1206983437'), ('const-20', u'INT_ADD_-1206983430'), ('const-8', u'PTRADD_-1206983243'), (u'LOAD_-1206983481', u'INT_NOTEQUAL_-1206983447'), (u'INT_NOTEQUAL_-1206983447', u'CBRANCH_-1206983447'), ('const-2', u'PTRADD_-1206983282'), ('const-1', u'PTRADD_-1206983243'), (u'PTRADD_-1206983292', u'CAST_-1206983287'), ('tmp_391', u'PTRADD_-1206983292'), ('const-1', u'PTRADD_-1206983287'), ('const-3', u'PTRADD_-1206983317'), (u'PTRADD_-1206983282', u'CAST_-1206983278'), (u'CAST_-1206983270', u'INT_ADD_-1206983430'), (u'CAST_-1206983303', u'STORE_-1206983485'), (u'CAST_-1206983278', u'STORE_-1206983464'), (u'INT_ADD_-1206983423', u'CAST_-1206983264'), (u'PTRADD_-1206983243', u'LOAD_-1206983383'), ('const-8', u'PTRADD_-1206983317'), (u'INT_EQUAL_-1206983489', u'CBRANCH_-1206983487'), ('const-433', u'STORE_-1206983464'), ('const-8', u'PTRADD_-1206983256'), ('const-1', u'PTRADD_-1206983305'), ('const-433', u'LOAD_-1206983481'), ('const-8', u'PTRADD_-1206983287'), ('const-433', u'STORE_-1206983471'), (u'PTRADD_-1206983305', u'LOAD_-1206983509'), ('const-433', u'LOAD_-1206983509'), ('const-433', u'LOAD_-1206983515'), ('tmp_391', u'PTRADD_-1206983243'), ('const-2', u'PTRADD_-1206983292'), ('const-8', u'PTRADD_-1206983305'), ('const-8', u'PTRADD_-1206983282'), ('const-0', u'RETURN_-1206983401'), ('tmp_391', u'CAST_-1206983270'), (u'PTRADD_-1206983256', u'CALL_-1206983385'), ('const-20', u'INT_ADD_-1206983423'), ('tmp_389', u'CAST_-1206983265'), ('tmp_389', u'PTRADD_-1206983282'), (u'LOAD_-1206983446', u'STORE_-1206983437'), ('tmp_389', u'STORE_-1206983485'), (u'CAST_-1206983303', u'CALL_-1206983385'), ('const-433', u'LOAD_-1206983383'), ('tmp_389', u'PTRADD_-1206983287'), (u'LOAD_-1206983481', u'STORE_-1206983464'), ('tmp_389', u'STORE_-1206983375'), ('const-433', u'STORE_-1206983485'), ('tmp_92', u'CBRANCH_-1206983487'), ('tmp_391', u'PTRADD_-1206983317'), ('const-433', u'LOAD_-1206983446'), (u'CAST_-1206983269', u'LOAD_-1206983446')]
null
null
0011e480
x64
O2
(translation_unit "void FUN_0011e480(undefined8 *param_1,undefined8 *param_2)\n\n{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}\n\n" (function_definition "void FUN_0011e480(undefined8 *param_1,undefined8 *param_2)\n\n{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" primitive_type (function_declarator "FUN_0011e480(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined8 *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (expression_statement "__src = (undefined8 *)*param_2;" (assignment_expression "__src = (undefined8 *)*param_2" identifier = (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (if_statement "if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }" if (parenthesized_expression "(__src == param_2 + 3)" ( (binary_expression "__src == param_2 + 3" identifier == (binary_expression "param_2 + 3" identifier + number_literal)) )) (compound_statement "{\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }" { (expression_statement "pvVar2 = memcpy(param_1 + 3,__src,__n);" (assignment_expression "pvVar2 = memcpy(param_1 + 3,__src,__n)" identifier = (call_expression "memcpy(param_1 + 3,__src,__n)" identifier (argument_list "(param_1 + 3,__src,__n)" ( (binary_expression "param_1 + 3" identifier + number_literal) , identifier , identifier )))) ;) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = pvVar2;" (assignment_expression "*param_1 = pvVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) }) (else_clause "else {\n *param_1 = __src;\n }" else (compound_statement "{\n *param_1 = __src;\n }" { (expression_statement "*param_1 = __src;" (assignment_expression "*param_1 = __src" (pointer_expression "*param_1" * identifier) = identifier) ;) }))) (expression_statement "cVar1 = *(char *)(param_2 + 2);" (assignment_expression "cVar1 = *(char *)(param_2 + 2)" identifier = (pointer_expression "*(char *)(param_2 + 2)" * (cast_expression "(char *)(param_2 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) ))))) ;) (expression_statement "param_1[1] = __n;" (assignment_expression "param_1[1] = __n" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(char *)(param_1 + 2) = cVar1;" (assignment_expression "*(char *)(param_1 + 2) = cVar1" (pointer_expression "*(char *)(param_1 + 2)" * (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" { (expression_statement "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);" (assignment_expression "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14)" (pointer_expression "*(undefined4 *)((long)param_1 + 0x14)" * (cast_expression "(undefined4 *)((long)param_1 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)param_2 + 0x14)" * (cast_expression "(undefined4 *)((long)param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x14)" ( (binary_expression "(long)param_2 + 0x14" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void mb_copy(mbchar_t *new_mbc,mbchar_t *old_mbc)\n\n{\n _Bool _Var1;\n char *pcVar2;\n size_t __n;\n \n pcVar2 = old_mbc->ptr;\n __n = old_mbc->bytes;\n if (pcVar2 == old_mbc->buf) {\n pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);\n __n = old_mbc->bytes;\n new_mbc->ptr = pcVar2;\n }\n else {\n new_mbc->ptr = pcVar2;\n }\n _Var1 = old_mbc->wc_valid;\n new_mbc->bytes = __n;\n new_mbc->wc_valid = _Var1;\n if (_Var1 != false) {\n new_mbc->wc = old_mbc->wc;\n }\n return;\n}\n\n" (function_definition "void mb_copy(mbchar_t *new_mbc,mbchar_t *old_mbc)\n\n{\n _Bool _Var1;\n char *pcVar2;\n size_t __n;\n \n pcVar2 = old_mbc->ptr;\n __n = old_mbc->bytes;\n if (pcVar2 == old_mbc->buf) {\n pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);\n __n = old_mbc->bytes;\n new_mbc->ptr = pcVar2;\n }\n else {\n new_mbc->ptr = pcVar2;\n }\n _Var1 = old_mbc->wc_valid;\n new_mbc->bytes = __n;\n new_mbc->wc_valid = _Var1;\n if (_Var1 != false) {\n new_mbc->wc = old_mbc->wc;\n }\n return;\n}" primitive_type (function_declarator "mb_copy(mbchar_t *new_mbc,mbchar_t *old_mbc)" identifier (parameter_list "(mbchar_t *new_mbc,mbchar_t *old_mbc)" ( (parameter_declaration "mbchar_t *new_mbc" type_identifier (pointer_declarator "*new_mbc" * identifier)) , (parameter_declaration "mbchar_t *old_mbc" type_identifier (pointer_declarator "*old_mbc" * identifier)) ))) (compound_statement "{\n _Bool _Var1;\n char *pcVar2;\n size_t __n;\n \n pcVar2 = old_mbc->ptr;\n __n = old_mbc->bytes;\n if (pcVar2 == old_mbc->buf) {\n pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);\n __n = old_mbc->bytes;\n new_mbc->ptr = pcVar2;\n }\n else {\n new_mbc->ptr = pcVar2;\n }\n _Var1 = old_mbc->wc_valid;\n new_mbc->bytes = __n;\n new_mbc->wc_valid = _Var1;\n if (_Var1 != false) {\n new_mbc->wc = old_mbc->wc;\n }\n return;\n}" { (declaration "_Bool _Var1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (expression_statement "pcVar2 = old_mbc->ptr;" (assignment_expression "pcVar2 = old_mbc->ptr" identifier = (field_expression "old_mbc->ptr" identifier -> field_identifier)) ;) (expression_statement "__n = old_mbc->bytes;" (assignment_expression "__n = old_mbc->bytes" identifier = (field_expression "old_mbc->bytes" identifier -> field_identifier)) ;) (if_statement "if (pcVar2 == old_mbc->buf) {\n pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);\n __n = old_mbc->bytes;\n new_mbc->ptr = pcVar2;\n }\n else {\n new_mbc->ptr = pcVar2;\n }" if (parenthesized_expression "(pcVar2 == old_mbc->buf)" ( (binary_expression "pcVar2 == old_mbc->buf" identifier == (field_expression "old_mbc->buf" identifier -> field_identifier)) )) (compound_statement "{\n pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);\n __n = old_mbc->bytes;\n new_mbc->ptr = pcVar2;\n }" { (expression_statement "pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n);" (assignment_expression "pcVar2 = (char *)memcpy(new_mbc->buf,pcVar2,__n)" identifier = (cast_expression "(char *)memcpy(new_mbc->buf,pcVar2,__n)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(new_mbc->buf,pcVar2,__n)" identifier (argument_list "(new_mbc->buf,pcVar2,__n)" ( (field_expression "new_mbc->buf" identifier -> field_identifier) , identifier , identifier ))))) ;) (expression_statement "__n = old_mbc->bytes;" (assignment_expression "__n = old_mbc->bytes" identifier = (field_expression "old_mbc->bytes" identifier -> field_identifier)) ;) (expression_statement "new_mbc->ptr = pcVar2;" (assignment_expression "new_mbc->ptr = pcVar2" (field_expression "new_mbc->ptr" identifier -> field_identifier) = identifier) ;) }) (else_clause "else {\n new_mbc->ptr = pcVar2;\n }" else (compound_statement "{\n new_mbc->ptr = pcVar2;\n }" { (expression_statement "new_mbc->ptr = pcVar2;" (assignment_expression "new_mbc->ptr = pcVar2" (field_expression "new_mbc->ptr" identifier -> field_identifier) = identifier) ;) }))) (expression_statement "_Var1 = old_mbc->wc_valid;" (assignment_expression "_Var1 = old_mbc->wc_valid" identifier = (field_expression "old_mbc->wc_valid" identifier -> field_identifier)) ;) (expression_statement "new_mbc->bytes = __n;" (assignment_expression "new_mbc->bytes = __n" (field_expression "new_mbc->bytes" identifier -> field_identifier) = identifier) ;) (expression_statement "new_mbc->wc_valid = _Var1;" (assignment_expression "new_mbc->wc_valid = _Var1" (field_expression "new_mbc->wc_valid" identifier -> field_identifier) = identifier) ;) (if_statement "if (_Var1 != false) {\n new_mbc->wc = old_mbc->wc;\n }" if (parenthesized_expression "(_Var1 != false)" ( (binary_expression "_Var1 != false" identifier != false) )) (compound_statement "{\n new_mbc->wc = old_mbc->wc;\n }" { (expression_statement "new_mbc->wc = old_mbc->wc;" (assignment_expression "new_mbc->wc = old_mbc->wc" (field_expression "new_mbc->wc" identifier -> field_identifier) = (field_expression "old_mbc->wc" identifier -> field_identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0011e480(undefined8 *param_1,undefined8 *param_2)\n\n{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}\n\n" (function_definition "void FUN_0011e480(undefined8 *param_1,undefined8 *param_2)\n\n{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" primitive_type (function_declarator "FUN_0011e480(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined8 *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (expression_statement "__src = (undefined8 *)*param_2;" (assignment_expression "__src = (undefined8 *)*param_2" identifier = (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (if_statement "if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }" if (parenthesized_expression "(__src == param_2 + 3)" ( (binary_expression "__src == param_2 + 3" identifier == (binary_expression "param_2 + 3" identifier + number_literal)) )) (compound_statement "{\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }" { (expression_statement "pvVar2 = memcpy(param_1 + 3,__src,__n);" (assignment_expression "pvVar2 = memcpy(param_1 + 3,__src,__n)" identifier = (call_expression "memcpy(param_1 + 3,__src,__n)" identifier (argument_list "(param_1 + 3,__src,__n)" ( (binary_expression "param_1 + 3" identifier + number_literal) , identifier , identifier )))) ;) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = pvVar2;" (assignment_expression "*param_1 = pvVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) }) (else_clause "else {\n *param_1 = __src;\n }" else (compound_statement "{\n *param_1 = __src;\n }" { (expression_statement "*param_1 = __src;" (assignment_expression "*param_1 = __src" (pointer_expression "*param_1" * identifier) = identifier) ;) }))) (expression_statement "cVar1 = *(char *)(param_2 + 2);" (assignment_expression "cVar1 = *(char *)(param_2 + 2)" identifier = (pointer_expression "*(char *)(param_2 + 2)" * (cast_expression "(char *)(param_2 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) ))))) ;) (expression_statement "param_1[1] = __n;" (assignment_expression "param_1[1] = __n" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(char *)(param_1 + 2) = cVar1;" (assignment_expression "*(char *)(param_1 + 2) = cVar1" (pointer_expression "*(char *)(param_1 + 2)" * (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" { (expression_statement "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);" (assignment_expression "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14)" (pointer_expression "*(undefined4 *)((long)param_1 + 0x14)" * (cast_expression "(undefined4 *)((long)param_1 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)param_2 + 0x14)" * (cast_expression "(undefined4 *)((long)param_2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x14)" ( (binary_expression "(long)param_2 + 0x14" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) 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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (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 IDENT == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_0011e480(undefined8 *param_1,undefined8 *param_2)\n\n{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011e480(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_0011e480") (parameter_list "(undefined8 *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n char cVar1;\n undefined8 *__src;\n void *pvVar2;\n size_t __n;\n \n __src = (undefined8 *)*param_2;\n __n = param_2[1];\n if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }\n cVar1 = *(char *)(param_2 + 2);\n param_1[1] = __n;\n *(char *)(param_1 + 2) = cVar1;\n if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }\n return;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "undefined8 *__src;" (type_identifier "undefined8") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "void *pvVar2;" (primitive_type "void") (pointer_declarator "*pvVar2" (* "*") (identifier "pvVar2")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (expression_statement "__src = (undefined8 *)*param_2;" (assignment_expression "__src = (undefined8 *)*param_2" (identifier "__src") (= "=") (cast_expression "(undefined8 *)*param_2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" (identifier "__n") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (__src == param_2 + 3) {\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }\n else {\n *param_1 = __src;\n }" (if "if") (parenthesized_expression "(__src == param_2 + 3)" (( "(") (binary_expression "__src == param_2 + 3" (identifier "__src") (== "==") (binary_expression "param_2 + 3" (identifier "param_2") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n pvVar2 = memcpy(param_1 + 3,__src,__n);\n __n = param_2[1];\n *param_1 = pvVar2;\n }" ({ "{") (expression_statement "pvVar2 = memcpy(param_1 + 3,__src,__n);" (assignment_expression "pvVar2 = memcpy(param_1 + 3,__src,__n)" (identifier "pvVar2") (= "=") (call_expression "memcpy(param_1 + 3,__src,__n)" (identifier "memcpy") (argument_list "(param_1 + 3,__src,__n)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) (, ",") (identifier "__src") (, ",") (identifier "__n") () ")")))) (; ";")) (expression_statement "__n = param_2[1];" (assignment_expression "__n = param_2[1]" (identifier "__n") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*param_1 = pvVar2;" (assignment_expression "*param_1 = pvVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "pvVar2")) (; ";")) (} "}")) (else_clause "else {\n *param_1 = __src;\n }" (else "else") (compound_statement "{\n *param_1 = __src;\n }" ({ "{") (expression_statement "*param_1 = __src;" (assignment_expression "*param_1 = __src" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__src")) (; ";")) (} "}")))) (expression_statement "cVar1 = *(char *)(param_2 + 2);" (assignment_expression "cVar1 = *(char *)(param_2 + 2)" (identifier "cVar1") (= "=") (pointer_expression "*(char *)(param_2 + 2)" (* "*") (cast_expression "(char *)(param_2 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "param_1[1] = __n;" (assignment_expression "param_1[1] = __n" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "__n")) (; ";")) (expression_statement "*(char *)(param_1 + 2) = cVar1;" (assignment_expression "*(char *)(param_1 + 2) = cVar1" (pointer_expression "*(char *)(param_1 + 2)" (* "*") (cast_expression "(char *)(param_1 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "cVar1")) (; ";")) (if_statement "if (cVar1 != '\0') {\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" (if "if") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);\n }" ({ "{") (expression_statement "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14);" (assignment_expression "*(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14)" (pointer_expression "*(undefined4 *)((long)param_1 + 0x14)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((long)param_2 + 0x14)" (* "*") (cast_expression "(undefined4 *)((long)param_2 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x14)" (( "(") (binary_expression "(long)param_2 + 0x14" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *new_mbc,type_1 *old_mbc) { type_2 var_3; char *var_1; size_t __n; var_1 = old_mbc->ptr; __n = old_mbc->bytes; if (var_1 == old_mbc->buf) { var_1 = (char *)var_2(new_mbc->buf,var_1,__n); __n = old_mbc->bytes; new_mbc->ptr = var_1; } else { new_mbc->ptr = var_1; } var_3 = old_mbc->wc_valid; new_mbc->bytes = __n; new_mbc->wc_valid = var_3; if (var_3 != false) { new_mbc->wc = old_mbc->wc; } 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: (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: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (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))))))) (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) 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: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))))) (return_statement))))
null
void MASKED(undefined8 *param_1,undefined8 *param_2) { char cVar1; undefined8 *__src; void *pvVar2; size_t __n; __src = (undefined8 *)*param_2; __n = param_2[1]; if (__src == param_2 + 3) { pvVar2 = memcpy(param_1 + 3,__src,__n); __n = param_2[1]; *param_1 = pvVar2; } else { *param_1 = __src; } cVar1 = *(char *)(param_2 + 2); param_1[1] = __n; *(char *)(param_1 + 2) = cVar1; if (cVar1 != '\0') { *(undefined4 *)((long)param_1 + 0x14) = *(undefined4 *)((long)param_2 + 0x14); } return; }
6473_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_gc_process_relocs
FUN_0035c2c0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */ void __thiscall gold::Sized_relobj_incr<64,_false>::do_gc_process_relocs (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2, Read_relocs_data *param_3) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs"); }
void FUN_0035c2c0(void) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs"); }
SUB RSP,0x8 LEA RDX,[0x56f050] MOV ESI,0x972 LEA RDI,[0x56e2e4] CALL 0x00352af0
null
null
null
null
[('const-2418', u'CALL_-1205157140'), ('const-1', u'RETURN_-1205157135'), (u'COPY_-1205157124', u'CALL_-1205157140'), ('const-5694180', u'COPY_-1205157125'), (u'COPY_-1205157125', u'CALL_-1205157140'), ('const-5697616', u'COPY_-1205157124')]
[('const-1', u'RETURN_-1205157135'), (u'COPY_-1205157126', u'CALL_-1205157140'), ('const-2418', u'CALL_-1205157140'), ('const-5697616', u'COPY_-1205157126'), (u'COPY_-1205157127', u'CALL_-1205157140'), ('const-5694180', u'COPY_-1205157127')]
null
null
0035c2c0
x64
O2
(translation_unit "void FUN_0035c2c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" (function_definition "void FUN_0035c2c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" primitive_type (function_declarator "FUN_0035c2c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" { comment (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" identifier (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_gc_process_relocs"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_false> * this,\n Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_false>::do_gc_process_relocs\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" comment comment (ERROR "void __thiscall\ngold::Sized_relobj_incr<64,_false>::do_gc_process_relocs\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x972," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_gc_process_relocs\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{" identifier > : : (function_declarator "do_gc_process_relocs\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" identifier (parameter_list "(Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" ( (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_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Layout *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Read_relocs_data *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) {) comment identifier ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal ,) (expression_statement ""do_gc_process_relocs");" (string_literal ""do_gc_process_relocs"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
(translation_unit "void FUN_0035c2c0(void)\n\n{\n \n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" (function_definition "void FUN_0035c2c0(void)\n\n{\n \n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" primitive_type (function_declarator "FUN_0035c2c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" { (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" identifier (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_gc_process_relocs"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0035c2c0(void)\n\n{\n \n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" (primitive_type "void") (function_declarator "FUN_0035c2c0(void)" (identifier "FUN_0035c2c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" ({ "{") (expression_statement "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" (identifier "FUN_00352af0") (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x972") (, ",") (string_literal ""do_gc_process_relocs"" (" """) (string_content "do_gc_process_relocs") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */ void __thiscall gold::Sized_relobj_incr<64,_false>::do_gc_process_relocs (Sized_relobj_incr<64,_false> *this,Symbol_table *param_1,Layout *param_2, Read_relocs_data *param_3) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_00352af0("../../gold/incremental.cc",0x972,"do_gc_process_relocs"); }
5456_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
allow_unique_segment_for_sections
FUN_00237f60
/* WARNING: Unknown calling convention */ /* WARNING: Enum "DT": Some values do not have unique names */ ld_plugin_status gold::allow_unique_segment_for_sections(void) { Plugin_manager *pPVar1; if (parameters->options_ == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } pPVar1 = parameters->options_->plugins_; if (pPVar1 != (Plugin_manager *)0x0) { pPVar1->layout_->unique_segment_for_sections_specified_ = true; return LDPS_OK; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections"); }
undefined8 FUN_00237f60(void) { long lVar1; if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058); if (lVar1 != 0) { *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1; return 0; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections"); }
SUB RSP,0x8 MOV RAX,qword ptr [0x0043e6b0] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x00237f95 MOV RAX,qword ptr [RAX + 0x9058] TEST RAX,RAX JZ 0x00237fad MOV RAX,qword ptr [RAX + 0xe0] MOV byte ptr [RAX + 0x372],0x1 XOR EAX,EAX ADD RSP,0x8 RET LEA RDX,[0x382528] MOV ESI,0x5c LEA RDI,[0x3726d0] CALL 0x0017c650 LEA RDX,[0x382800] MOV ESI,0x887 LEA RDI,[0x381d04] CALL 0x0017c650
null
null
null
null
[(u'COPY_-1203994573', u'CALL_-1203994628'), ('const-3679528', u'COPY_-1203994571'), (u'INT_NOTEQUAL_-1203994715', u'CBRANCH_-1203994714'), (u'PTRSUB_-1203994534', u'STORE_-1203994701'), (u'COPY_-1203994571', u'CALL_-1203994628'), (u'INT_EQUAL_-1203994741', u'CBRANCH_-1203994739'), ('const-0', u'INT_NOTEQUAL_-1203994715'), ('const-1', u'RETURN_-1203994607'), (u'CALL_-1203994628', u'INDIRECT_-1203994522'), ('const-433', u'LOAD_-1203994760'), (u'INDIRECT_-1203994522', u'COPY_-1203994578'), ('const-224', u'PTRSUB_-1203994542'), ('const-0', u'COPY_-1203994635'), ('tmp_60', u'CBRANCH_-1203994739'), ('const-1', u'RETURN_-1203994623'), (u'COPY_-1203994546', u'CALL_-1203994612'), ('const-882', u'PTRSUB_-1203994534'), ('const-1', u'STORE_-1203994701'), (u'LOAD_-1203994738', u'INT_NOTEQUAL_-1203994715'), (u'COPY_-1203994635', u'RETURN_-1203994659'), (u'INDIRECT_-1203994497', u'COPY_-1203994555'), ('tmp_94', u'CBRANCH_-1203994714'), (u'INDIRECT_-1203994550', u'COPY_-1203994600'), ('const-0', u'INT_EQUAL_-1203994741'), ('const-36952', u'PTRSUB_-1203994555'), (u'LOAD_-1203994760', u'INT_EQUAL_-1203994741'), (u'PTRSUB_-1203994542', u'LOAD_-1203994713'), (u'PTRSUB_-1203994565', u'LOAD_-1203994760'), (u'STORE_-1203994701', u'INDIRECT_-1203994550'), (u'COPY_-1203994548', u'CALL_-1203994612'), ('const-16', u'PTRSUB_-1203994565'), ('const-0', u'RETURN_-1203994659'), ('const-2183', u'CALL_-1203994612'), (u'PTRSUB_-1203994555', u'LOAD_-1203994738'), (u'LOAD_-1203994713', u'PTRSUB_-1203994534'), (u'LOAD_-1203994738', u'PTRSUB_-1203994542'), ('tmp_388', u'PTRSUB_-1203994565'), ('const-3680256', u'COPY_-1203994546'), ('const-433', u'LOAD_-1203994738'), ('const-3614416', u'COPY_-1203994573'), ('const-433', u'LOAD_-1203994713'), (u'CALL_-1203994612', u'INDIRECT_-1203994497'), ('const-3677444', u'COPY_-1203994548'), (u'LOAD_-1203994760', u'PTRSUB_-1203994555'), ('const-92', u'CALL_-1203994628'), ('const-433', u'STORE_-1203994701')]
[('const-92', u'CALL_-1203994628'), ('const-433', u'LOAD_-1203994738'), ('const-2183', u'CALL_-1203994612'), (u'INT_EQUAL_-1203994741', u'CBRANCH_-1203994739'), (u'CAST_-1203994572', u'LOAD_-1203994760'), ('const-3614416', u'COPY_-1203994578'), ('const-1', u'RETURN_-1203994607'), ('const-882', u'INT_ADD_-1203994687'), ('tmp_60', u'CBRANCH_-1203994739'), ('const-1', u'RETURN_-1203994623'), ('const-0', u'INT_EQUAL_-1203994741'), (u'INDIRECT_-1203994555', u'COPY_-1203994605'), ('const-16', u'PTRADD_-1203994698'), (u'CAST_-1203994549', u'LOAD_-1203994713'), ('const-1', u'PTRADD_-1203994698'), (u'LOAD_-1203994760', u'INT_EQUAL_-1203994741'), (u'LOAD_-1203994713', u'INT_ADD_-1203994687'), ('const-3679528', u'COPY_-1203994576'), ('const-3677444', u'COPY_-1203994553'), (u'INT_ADD_-1203994687', u'CAST_-1203994541'), (u'COPY_-1203994578', u'CALL_-1203994628'), ('const-224', u'INT_ADD_-1203994697'), ('const-433', u'LOAD_-1203994760'), (u'INT_ADD_-1203994722', u'CAST_-1203994562'), (u'CAST_-1203994541', u'STORE_-1203994701'), (u'INT_ADD_-1203994697', u'CAST_-1203994549'), (u'INDIRECT_-1203994502', u'COPY_-1203994560'), (u'COPY_-1203994692', u'RETURN_-1203994659'), (u'INDIRECT_-1203994527', u'COPY_-1203994583'), (u'INT_NOTEQUAL_-1203994715', u'CBRANCH_-1203994714'), (u'LOAD_-1203994760', u'INT_ADD_-1203994722'), ('tmp_379', u'PTRADD_-1203994698'), ('const-0', u'INT_NOTEQUAL_-1203994715'), ('const-3680256', u'COPY_-1203994551'), (u'CALL_-1203994612', u'INDIRECT_-1203994502'), ('const-0', u'COPY_-1203994692'), (u'STORE_-1203994701', u'INDIRECT_-1203994555'), (u'CAST_-1203994562', u'LOAD_-1203994738'), (u'LOAD_-1203994738', u'INT_NOTEQUAL_-1203994715'), ('tmp_94', u'CBRANCH_-1203994714'), ('const-1', u'STORE_-1203994701'), (u'COPY_-1203994551', u'CALL_-1203994612'), (u'CALL_-1203994628', u'INDIRECT_-1203994527'), (u'LOAD_-1203994738', u'INT_ADD_-1203994697'), ('const-0', u'RETURN_-1203994659'), (u'COPY_-1203994576', u'CALL_-1203994628'), (u'COPY_-1203994553', u'CALL_-1203994612'), ('const-433', u'LOAD_-1203994713'), (u'PTRADD_-1203994698', u'CAST_-1203994572'), ('const-36952', u'INT_ADD_-1203994722'), ('const-433', u'STORE_-1203994701')]
null
null
00237f60
x64
O2
(translation_unit "undefined8 FUN_00237f60(void)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}\n\n" (function_definition "undefined8 FUN_00237f60(void)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" type_identifier (function_declarator "FUN_00237f60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../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 "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" identifier = (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" { (expression_statement "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;" (assignment_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1" (pointer_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" * (cast_expression "(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar1 + 0xe0) + 0x372)" ( (binary_expression "*(long *)(lVar1 + 0xe0) + 0x372" (pointer_expression "*(long *)(lVar1 + 0xe0)" * (cast_expression "(long *)(lVar1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0xe0)" ( (binary_expression "lVar1 + 0xe0" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (return_statement "return 0;" return number_literal ;) })) comment (expression_statement "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");" (call_expression "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" identifier (argument_list "("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""allow_unique_segment_for_sections"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "DT": Some values do not have unique names */\n\nld_plugin_status gold::allow_unique_segment_for_sections(void)\n\n{\n Plugin_manager *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 pPVar1 = parameters->options_->plugins_;\n if (pPVar1 != (Plugin_manager *)0x0) {\n pPVar1->layout_->unique_segment_for_sections_specified_ = true;\n return LDPS_OK;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}\n\n" comment comment (function_definition "ld_plugin_status gold::allow_unique_segment_for_sections(void)\n\n{\n Plugin_manager *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 pPVar1 = parameters->options_->plugins_;\n if (pPVar1 != (Plugin_manager *)0x0) {\n pPVar1->layout_->unique_segment_for_sections_specified_ = true;\n return LDPS_OK;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" type_identifier (ERROR "gold::" identifier : :) (function_declarator "allow_unique_segment_for_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n Plugin_manager *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 pPVar1 = parameters->options_->plugins_;\n if (pPVar1 != (Plugin_manager *)0x0) {\n pPVar1->layout_->unique_segment_for_sections_specified_ = true;\n return LDPS_OK;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" { (declaration "Plugin_manager *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 "pPVar1 = parameters->options_->plugins_;" (assignment_expression "pPVar1 = parameters->options_->plugins_" identifier = (field_expression "parameters->options_->plugins_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (pPVar1 != (Plugin_manager *)0x0) {\n pPVar1->layout_->unique_segment_for_sections_specified_ = true;\n return LDPS_OK;\n }" if (parenthesized_expression "(pPVar1 != (Plugin_manager *)0x0)" ( (binary_expression "pPVar1 != (Plugin_manager *)0x0" identifier != (cast_expression "(Plugin_manager *)0x0" ( (type_descriptor "Plugin_manager *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1->layout_->unique_segment_for_sections_specified_ = true;\n return LDPS_OK;\n }" { (expression_statement "pPVar1->layout_->unique_segment_for_sections_specified_ = true;" (assignment_expression "pPVar1->layout_->unique_segment_for_sections_specified_ = true" (field_expression "pPVar1->layout_->unique_segment_for_sections_specified_" (field_expression "pPVar1->layout_" identifier -> field_identifier) -> field_identifier) = true) ;) (return_statement "return LDPS_OK;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");" (call_expression "do_gold_unreachable("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" identifier (argument_list "("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""allow_unique_segment_for_sections"" " string_content ") ))) ;) })))
(translation_unit "undefined8 FUN_00237f60(void)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n \n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}\n\n" (function_definition "undefined8 FUN_00237f60(void)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n \n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" type_identifier (function_declarator "FUN_00237f60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n \n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../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 "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" identifier = (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" { (expression_statement "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;" (assignment_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1" (pointer_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" * (cast_expression "(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar1 + 0xe0) + 0x372)" ( (binary_expression "*(long *)(lVar1 + 0xe0) + 0x372" (pointer_expression "*(long *)(lVar1 + 0xe0)" * (cast_expression "(long *)(lVar1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0xe0)" ( (binary_expression "lVar1 + 0xe0" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");" (call_expression "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" identifier (argument_list "("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""allow_unique_segment_for_sections"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "undefined8 FUN_00237f60(void)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n \n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" (type_identifier "undefined8") (function_declarator "FUN_00237f60(void)" (identifier "FUN_00237f60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }\n \n FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (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 "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);" (assignment_expression "lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (* "*") (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x9058")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;\n return 0;\n }" ({ "{") (expression_statement "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1;" (assignment_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1" (pointer_expression "*(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" (* "*") (cast_expression "(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar1 + 0xe0) + 0x372)" (( "(") (binary_expression "*(long *)(lVar1 + 0xe0) + 0x372" (pointer_expression "*(long *)(lVar1 + 0xe0)" (* "*") (cast_expression "(long *)(lVar1 + 0xe0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0xe0)" (( "(") (binary_expression "lVar1 + 0xe0" (identifier "lVar1") (+ "+") (number_literal "0xe0")) () ")")))) (+ "+") (number_literal "0x372")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections");" (call_expression "FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" (identifier "FUN_0017c650") (argument_list "("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections")" (( "(") (string_literal ""../../gold/plugin.cc"" (" """) (string_content "../../gold/plugin.cc") (" """)) (, ",") (number_literal "0x887") (, ",") (string_literal ""allow_unique_segment_for_sections"" (" """) (string_content "allow_unique_segment_for_sections") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ /* WARNING: Enum "DT": Some values do not have unique names */ type_1 gold::function_1(void) { type_2 *var_2; if (parameters->options_ == (type_3 *)0x0) { /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x5c,"options"); } var_2 = parameters->options_->plugins_; if (var_2 != (type_2 *)0x0) { var_2->layout_->unique_segment_for_sections_specified_ = true; return LDPS_OK; } /* WARNING: Subroutine does not return */ var_1("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections"); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
undefined8 MASKED(void) { long lVar1; if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x5c,"options"); } lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058); if (lVar1 != 0) { *(undefined1 *)(*(long *)(lVar1 + 0xe0) + 0x372) = 1; return 0; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/plugin.cc",0x887,"allow_unique_segment_for_sections"); }
5_sg_stream_ctl_and_sg_stream_ctl_strip.c
set_scsi_pt_data_in
set_scsi_pt_data_in
void set_scsi_pt_data_in(void) { (*(code *)PTR_set_scsi_pt_data_in_00104f18)(); return; }
void set_scsi_pt_data_in(void) { (*(code *)PTR_set_scsi_pt_data_in_00104f18)(); return; }
JMP qword ptr [0x00104f18]
null
null
null
null
[('const-0', u'RETURN_-1206972325'), ('tmp_22', u'CAST_-1206972263'), (u'CALLIND_-1206972328', u'INDIRECT_-1206972268'), (u'INDIRECT_-1206972268', u'COPY_-1206972327'), (u'CAST_-1206972263', u'CALLIND_-1206972328')]
[('const-0', u'RETURN_-1206972325'), ('tmp_22', u'CAST_-1206972263'), (u'CALLIND_-1206972328', u'INDIRECT_-1206972268'), (u'INDIRECT_-1206972268', u'COPY_-1206972327'), (u'CAST_-1206972263', u'CALLIND_-1206972328')]
null
null
00101050
x64
O2
(translation_unit "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}\n\n" (function_definition "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" primitive_type (function_declarator "set_scsi_pt_data_in(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" { (expression_statement "(*(code *)PTR_set_scsi_pt_data_in_00104f18)();" (call_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)()" (parenthesized_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)" ( (pointer_expression "*(code *)PTR_set_scsi_pt_data_in_00104f18" * (cast_expression "(code *)PTR_set_scsi_pt_data_in_00104f18" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}\n\n" (function_definition "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" primitive_type (function_declarator "set_scsi_pt_data_in(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" { (expression_statement "(*(code *)PTR_set_scsi_pt_data_in_00104f18)();" (call_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)()" (parenthesized_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)" ( (pointer_expression "*(code *)PTR_set_scsi_pt_data_in_00104f18" * (cast_expression "(code *)PTR_set_scsi_pt_data_in_00104f18" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}\n\n" (function_definition "void set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" primitive_type (function_declarator "set_scsi_pt_data_in(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" { (expression_statement "(*(code *)PTR_set_scsi_pt_data_in_00104f18)();" (call_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)()" (parenthesized_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)" ( (pointer_expression "*(code *)PTR_set_scsi_pt_data_in_00104f18" * (cast_expression "(code *)PTR_set_scsi_pt_data_in_00104f18" ( (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 set_scsi_pt_data_in(void)\n\n{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" (primitive_type "void") (function_declarator "set_scsi_pt_data_in(void)" (identifier "set_scsi_pt_data_in") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_set_scsi_pt_data_in_00104f18)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_set_scsi_pt_data_in_00104f18)();" (call_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)()" (parenthesized_expression "(*(code *)PTR_set_scsi_pt_data_in_00104f18)" (( "(") (pointer_expression "*(code *)PTR_set_scsi_pt_data_in_00104f18" (* "*") (cast_expression "(code *)PTR_set_scsi_pt_data_in_00104f18" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_set_scsi_pt_data_in_00104f18"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_set_scsi_pt_data_in_00104f18)(); 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_00104f18)(); return; }
57_alpha-linux-gnu-strings_and_alpha-linux-gnu-strings_strip.c
access
access
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int access(char *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_access_001081c8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int access(char *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_access_001081c8)(); return iVar1; }
JMP qword ptr [0x001081c8]
null
null
null
null
[(u'CAST_-1206967332', u'CALLIND_-1206967400'), ('tmp_38', u'CAST_-1206967332'), ('const-0', u'RETURN_-1206967397'), (u'INDIRECT_-1206967337', u'COPY_-1206967396'), (u'CALLIND_-1206967400', u'RETURN_-1206967397'), (u'CALLIND_-1206967400', u'INDIRECT_-1206967337')]
[(u'CAST_-1206967332', u'CALLIND_-1206967400'), ('tmp_38', u'CAST_-1206967332'), ('const-0', u'RETURN_-1206967397'), (u'INDIRECT_-1206967337', u'COPY_-1206967396'), (u'CALLIND_-1206967400', u'RETURN_-1206967397'), (u'CALLIND_-1206967400', u'INDIRECT_-1206967337')]
null
null
00102390
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}\n\n" comment (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_access_001081c8)();" (assignment_expression "iVar1 = (*(code *)PTR_access_001081c8)()" identifier = (call_expression "(*(code *)PTR_access_001081c8)()" (parenthesized_expression "(*(code *)PTR_access_001081c8)" ( (pointer_expression "*(code *)PTR_access_001081c8" * (cast_expression "(code *)PTR_access_001081c8" ( (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 access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}\n\n" comment (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_access_001081c8)();" (assignment_expression "iVar1 = (*(code *)PTR_access_001081c8)()" identifier = (call_expression "(*(code *)PTR_access_001081c8)()" (parenthesized_expression "(*(code *)PTR_access_001081c8)" ( (pointer_expression "*(code *)PTR_access_001081c8" * (cast_expression "(code *)PTR_access_001081c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}\n\n" (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" primitive_type (function_declarator "access(char *__name,int __type)" identifier (parameter_list "(char *__name,int __type)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) , (parameter_declaration "int __type" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_access_001081c8)();" (assignment_expression "iVar1 = (*(code *)PTR_access_001081c8)()" identifier = (call_expression "(*(code *)PTR_access_001081c8)()" (parenthesized_expression "(*(code *)PTR_access_001081c8)" ( (pointer_expression "*(code *)PTR_access_001081c8" * (cast_expression "(code *)PTR_access_001081c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (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 access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "access(char *__name,int __type)" (identifier "access") (parameter_list "(char *__name,int __type)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) (, ",") (parameter_declaration "int __type" (primitive_type "int") (identifier "__type")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_001081c8)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_access_001081c8)();" (assignment_expression "iVar1 = (*(code *)PTR_access_001081c8)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_access_001081c8)()" (parenthesized_expression "(*(code *)PTR_access_001081c8)" (( "(") (pointer_expression "*(code *)PTR_access_001081c8" (* "*") (cast_expression "(code *)PTR_access_001081c8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_access_001081c8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__name,int __type) { int iVar1; iVar1 = (*(type_1 *)PTR_access_001081c8)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) 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 *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001081c8)(); return iVar1; }
5332_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
write
FUN_0022b6e0
/* DWARF original prototype: void write(Output_reloc<9,_true,_64,_false> * this, uchar * pov) */ ssize_t __thiscall gold::Output_reloc<9,_true,_64,_false>::write (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n) { uint uVar1; Elf_Addr EVar2; ulong uVar3; undefined4 in_register_00000034; EVar2 = get_address(this); *(Elf_Addr *)CONCAT44(in_register_00000034,__fd) = EVar2; uVar1 = get_symbol_index(this); uVar3 = CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c) & 0xffffffff0fffffff; ((Elf_Addr *)CONCAT44(in_register_00000034,__fd))[1] = uVar3; return uVar3; }
void FUN_0022b6e0(long param_1,undefined8 *param_2) { undefined8 uVar1; long lVar2; uVar1 = FUN_0022b530(); *param_2 = uVar1; lVar2 = FUN_00205210(param_1); param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff); return; }
PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,RSI SUB RSP,0x8 CALL 0x0022b530 MOV RDI,RBP MOV qword ptr [RBX],RAX CALL 0x00205210 MOV EDX,dword ptr [RBP + 0x1c] SHL RAX,0x20 AND EDX,0xfffffff ADD RAX,RDX MOV qword ptr [RBX + 0x8],RAX ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[('const-28', u'PTRSUB_-1203914775'), (u'LOAD_-1203914983', u'PIECE_-1203914767'), ('tmp_306', u'CALL_-1203915002'), (u'CAST_-1203914774', u'LOAD_-1203914983'), (u'PTRSUB_-1203914775', u'CAST_-1203914774'), ('tmp_307', u'PIECE_-1203914837'), (u'CALL_-1203914985', u'PIECE_-1203914767'), ('const-0', u'RETURN_-1203914868'), (u'INT_AND_-1203914893', u'RETURN_-1203914868'), ('const-1', u'PTRADD_-1203914759'), ('const-433', u'STORE_-1203914995'), (u'CAST_-1203914798', u'PTRADD_-1203914759'), ('const-433', u'STORE_-1203914905'), ('const-8', u'PTRADD_-1203914759'), (u'PIECE_-1203914837', u'CAST_-1203914798'), (u'PTRADD_-1203914759', u'STORE_-1203914905'), ('tmp_306', u'CALL_-1203914985'), (u'PIECE_-1203914767', u'INT_AND_-1203914893'), (u'CAST_-1203914798', u'STORE_-1203914995'), (u'INT_AND_-1203914893', u'STORE_-1203914905'), ('tmp_306', u'PTRSUB_-1203914775'), ('const--4026531841', u'INT_AND_-1203914893'), ('tmp_436', u'PIECE_-1203914837'), ('const-433', u'LOAD_-1203914983'), (u'CALL_-1203915002', u'STORE_-1203914995')]
[(u'INT_ADD_-1203914967', u'CAST_-1203914783'), ('const-8', u'PTRADD_-1203914767'), ('const-32', u'INT_LEFT_-1203914948'), ('tmp_419', u'PTRADD_-1203914767'), ('tmp_419', u'STORE_-1203914995'), (u'CALL_-1203914985', u'INT_LEFT_-1203914948'), ('tmp_417', u'CALL_-1203914985'), (u'LOAD_-1203914983', u'INT_AND_-1203914909'), (u'INT_ADD_-1203914901', u'STORE_-1203914905'), (u'PTRADD_-1203914767', u'STORE_-1203914905'), ('const-433', u'STORE_-1203914995'), ('const-433', u'LOAD_-1203914983'), (u'INT_LEFT_-1203914948', u'INT_ADD_-1203914901'), ('const-0', u'RETURN_-1203914868'), ('const-28', u'INT_ADD_-1203914967'), ('const-1', u'PTRADD_-1203914767'), (u'CAST_-1203914783', u'LOAD_-1203914983'), ('tmp_417', u'INT_ADD_-1203914967'), (u'CALL_-1203915002', u'STORE_-1203914995'), (u'INT_AND_-1203914909', u'INT_ZEXT_-1203914858'), ('const-268435455', u'INT_AND_-1203914909'), ('const-433', u'STORE_-1203914905'), (u'INT_ZEXT_-1203914858', u'INT_ADD_-1203914901')]
null
null
0022b6e0
x64
O2
(translation_unit "void FUN_0022b6e0(long param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}\n\n" (function_definition "void FUN_0022b6e0(long param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" primitive_type (function_declarator "FUN_0022b6e0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_0022b530();" (assignment_expression "uVar1 = FUN_0022b530()" identifier = (call_expression "FUN_0022b530()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_2 = uVar1;" (assignment_expression "*param_2 = uVar1" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "lVar2 = FUN_00205210(param_1);" (assignment_expression "lVar2 = FUN_00205210(param_1)" identifier = (call_expression "FUN_00205210(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);" (assignment_expression "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "(lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(lVar2 << 0x20)" ( (binary_expression "lVar2 << 0x20" identifier << number_literal) )) + (call_expression "(ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(uint *)(param_1 + 0x1c) & 0xfffffff)" ( (binary_expression "*(uint *)(param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)(param_1 + 0x1c)" * (cast_expression "(uint *)(param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void write(Output_reloc<9,_true,_64,_false> * this, uchar * pov) */\n\nssize_t __thiscall\ngold::Output_reloc<9,_true,_64,_false>::write\n (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n uint uVar1;\n Elf_Addr EVar2;\n ulong uVar3;\n undefined4 in_register_00000034;\n \n EVar2 = get_address(this);\n *(Elf_Addr *)CONCAT44(in_register_00000034,__fd) = EVar2;\n uVar1 = get_symbol_index(this);\n uVar3 = CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c) & 0xffffffff0fffffff;\n ((Elf_Addr *)CONCAT44(in_register_00000034,__fd))[1] = uVar3;\n return uVar3;\n}\n\n" comment (declaration "ssize_t __thiscall\ngold::Output_reloc<9,_true,_64,_false>::write\n (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::write\n (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n uint" (function_declarator "_false>::write\n (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)" identifier (ERROR ">::write" > : : identifier) (parameter_list "(Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)" ( (parameter_declaration "Output_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 "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) { identifier) identifier ;) (declaration "Elf_Addr EVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined4 in_register_00000034;" type_identifier identifier ;) (expression_statement "EVar2 = get_address(this);" (assignment_expression "EVar2 = get_address(this)" identifier = (call_expression "get_address(this)" identifier (argument_list "(this)" ( identifier )))) ;) (expression_statement "*(Elf_Addr *)CONCAT44(in_register_00000034,__fd) = EVar2;" (assignment_expression "*(Elf_Addr *)CONCAT44(in_register_00000034,__fd) = EVar2" (pointer_expression "*(Elf_Addr *)CONCAT44(in_register_00000034,__fd)" * (cast_expression "(Elf_Addr *)CONCAT44(in_register_00000034,__fd)" ( (type_descriptor "Elf_Addr *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(in_register_00000034,__fd)" identifier (argument_list "(in_register_00000034,__fd)" ( identifier , identifier ))))) = identifier) ;) (expression_statement "uVar1 = get_symbol_index(this);" (assignment_expression "uVar1 = get_symbol_index(this)" identifier = (call_expression "get_symbol_index(this)" identifier (argument_list "(this)" ( identifier )))) ;) (expression_statement "uVar3 = CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c) & 0xffffffff0fffffff;" (assignment_expression "uVar3 = CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c) & 0xffffffff0fffffff" identifier = (binary_expression "CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c) & 0xffffffff0fffffff" (call_expression "CONCAT44(uVar1,*(undefined4 *)&this->field_0x1c)" identifier (argument_list "(uVar1,*(undefined4 *)&this->field_0x1c)" ( identifier , (pointer_expression "*(undefined4 *)&this->field_0x1c" * (cast_expression "(undefined4 *)&this->field_0x1c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x1c" & (field_expression "this->field_0x1c" identifier -> field_identifier)))) ))) & number_literal)) ;) (expression_statement "((Elf_Addr *)CONCAT44(in_register_00000034,__fd))[1] = uVar3;" (assignment_expression "((Elf_Addr *)CONCAT44(in_register_00000034,__fd))[1] = uVar3" (subscript_expression "((Elf_Addr *)CONCAT44(in_register_00000034,__fd))[1]" (parenthesized_expression "((Elf_Addr *)CONCAT44(in_register_00000034,__fd))" ( (cast_expression "(Elf_Addr *)CONCAT44(in_register_00000034,__fd)" ( (type_descriptor "Elf_Addr *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(in_register_00000034,__fd)" identifier (argument_list "(in_register_00000034,__fd)" ( identifier , identifier )))) )) [ number_literal ]) = identifier) ;) (return_statement "return uVar3;" return identifier ;) (ERROR "}" }))
(translation_unit "void FUN_0022b6e0(long param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}\n\n" (function_definition "void FUN_0022b6e0(long param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" primitive_type (function_declarator "FUN_0022b6e0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = FUN_0022b530();" (assignment_expression "uVar1 = FUN_0022b530()" identifier = (call_expression "FUN_0022b530()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_2 = uVar1;" (assignment_expression "*param_2 = uVar1" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "lVar2 = FUN_00205210(param_1);" (assignment_expression "lVar2 = FUN_00205210(param_1)" identifier = (call_expression "FUN_00205210(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);" (assignment_expression "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "(lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(lVar2 << 0x20)" ( (binary_expression "lVar2 << 0x20" identifier << number_literal) )) + (call_expression "(ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(uint *)(param_1 + 0x1c) & 0xfffffff)" ( (binary_expression "*(uint *)(param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)(param_1 + 0x1c)" * (cast_expression "(uint *)(param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (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) )))) & LIT) ))))) ;) (return_statement return ;) })))
(function_definition "void FUN_0022b6e0(long param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022b6e0(long param_1,undefined8 *param_2)" (identifier "FUN_0022b6e0") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n \n uVar1 = FUN_0022b530();\n *param_2 = uVar1;\n lVar2 = FUN_00205210(param_1);\n param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "uVar1 = FUN_0022b530();" (assignment_expression "uVar1 = FUN_0022b530()" (identifier "uVar1") (= "=") (call_expression "FUN_0022b530()" (identifier "FUN_0022b530") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*param_2 = uVar1;" (assignment_expression "*param_2 = uVar1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "lVar2 = FUN_00205210(param_1);" (assignment_expression "lVar2 = FUN_00205210(param_1)" (identifier "lVar2") (= "=") (call_expression "FUN_00205210(param_1)" (identifier "FUN_00205210") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff);" (assignment_expression "param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(lVar2 << 0x20)" (( "(") (binary_expression "lVar2 << 0x20" (identifier "lVar2") (<< "<<") (number_literal "0x20")) () ")")) (+ "+") (call_expression "(ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(uint *)(param_1 + 0x1c) & 0xfffffff)" (( "(") (binary_expression "*(uint *)(param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)(param_1 + 0x1c)" (* "*") (cast_expression "(uint *)(param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "0xfffffff")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void write(Output_reloc<9,_true,_64,_false> * this, uchar * pov) */ ssize_t __thiscall gold::Output_reloc<9,_true,_64,_false>::write (Output_reloc<9,_true,_64,_false> *this,int __fd,void *__buf,size_t __n) { uint uVar1; type_1 EVar2; type_2 uVar3; type_3 in_register_00000034; EVar2 = var_1(this); *(type_1 *)var_2(in_register_00000034,__fd) = EVar2; uVar1 = var_3(this); uVar3 = var_2(uVar1,*(type_3 *)&this->field_0x1c) & 0xffffffff0fffffff; ((type_1 *)var_2(in_register_00000034,__fd))[1] = uVar3; return uVar3; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (return_statement))))
null
void MASKED(long param_1,undefined8 *param_2) { undefined8 uVar1; long lVar2; uVar1 = FUN_0022b530(); *param_2 = uVar1; lVar2 = FUN_00205210(param_1); param_2[1] = (lVar2 << 0x20) + (ulong)(*(uint *)(param_1 + 0x1c) & 0xfffffff); return; }
5951_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
find_memory_region
FUN_00257570
/* DWARF original prototype: Memory_region * find_memory_region(Script_sections * this, Output_section_definition * section, bool find_vma_region, bool explicit_only, Output_section_definition * * previous_section_return) */ Memory_region * __thiscall gold::Script_sections::find_memory_region (Script_sections *this,Output_section_definition *section,bool find_vma_region, bool explicit_only,Output_section_definition **previous_section_return) { Memory_region *pMVar1; pointer ppOVar2; Output_section_definition *pOVar3; _func_int_varargs *p_Var4; bool bVar5; int iVar6; Output_section *pOVar7; Memory_region *this_00; pointer ppOVar8; Memory_regions *pMVar9; pointer ppMVar10; undefined4 extraout_var; if (previous_section_return != (Output_section_definition **)0x0) { *previous_section_return = (Output_section_definition *)0x0; } if ((this->memory_regions_ != (Memory_regions *)0x0) && (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)) { pMVar9 = this->memory_regions_; ppMVar10 = (pMVar9-> super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>). _M_impl._M_start; if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>). _M_impl._M_finish != ppMVar10) { this_00 = (Memory_region *)0x0; LAB_002575d6: do { pMVar1 = *ppMVar10; if (find_vma_region) { ppOVar8 = (pMVar1->vma_sections_). super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_> ._M_impl._M_start; ppOVar2 = (pMVar1->vma_sections_). super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_> ._M_impl._M_finish; if (ppOVar8 != ppOVar2) { pOVar3 = *ppOVar8; do { if (section == pOVar3) { LAB_00257698: pMVar1->last_section_ = section; return pMVar1; } ppOVar8 = ppOVar8 + 1; if (ppOVar2 == ppOVar8) break; pOVar3 = *ppOVar8; } while( true ); } } else { ppOVar8 = (pMVar1->lma_sections_). super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_> ._M_impl._M_start; ppOVar2 = (pMVar1->lma_sections_). super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_> ._M_impl._M_finish; if (ppOVar8 != ppOVar2) { pOVar3 = *ppOVar8; while( true ) { if (section == pOVar3) goto LAB_00257698; ppOVar8 = ppOVar8 + 1; if (ppOVar2 == ppOVar8) break; pOVar3 = *ppOVar8; } } } if (explicit_only) { LAB_0025763a: ppMVar10 = ppMVar10 + 1; if ((pMVar9-> super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>). _M_impl._M_finish == ppMVar10) goto LAB_00257644; goto LAB_002575d6; } p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe]; if (p_Var4 == Output_section_definition::get_output_section) { pOVar7 = section->output_section_; } else { iVar6 = (*p_Var4)(section); pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6); pMVar9 = this->memory_regions_; } if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0)) goto LAB_0025763a; this_00 = *ppMVar10; bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_); if (!bVar5) { this_00 = (Memory_region *)0x0; } ppMVar10 = ppMVar10 + 1; if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_> )._M_impl._M_finish == ppMVar10) { LAB_00257644: if ((this_00 != (Memory_region *)0x0) && (previous_section_return != (Output_section_definition **)0x0)) { *previous_section_return = this_00->last_section_; } return this_00; } } while( true ); } } return (Memory_region *)0x0; }
long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5) { long *plVar1; char cVar2; int iVar3; long lVar4; long lVar5; long *plVar6; undefined8 *puVar7; long *plVar8; long *plVar9; if (param_5 != (undefined8 *)0x0) { *param_5 = 0; } if ((*(long *)(param_1 + 0x18) != 0) && (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) { plVar8 = *(long **)(param_1 + 0x18); plVar9 = (long *)*plVar8; if ((long *)plVar8[1] != plVar9) { lVar5 = 0; LAB_002575d6: do { lVar4 = *plVar9; if (param_3 == '\0') { puVar7 = *(undefined8 **)(lVar4 + 0x58); if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) { plVar6 = (long *)*puVar7; while( true ) { if (param_2 == plVar6) goto LAB_00257698; puVar7 = puVar7 + 1; if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break; plVar6 = (long *)*puVar7; } } } else { plVar6 = *(long **)(lVar4 + 0x40); if (plVar6 != *(long **)(lVar4 + 0x48)) { plVar1 = (long *)*plVar6; do { if (param_2 == plVar1) { LAB_00257698: *(long **)(lVar4 + 0x70) = param_2; return lVar4; } plVar6 = plVar6 + 1; if (*(long **)(lVar4 + 0x48) == plVar6) break; plVar1 = (long *)*plVar6; } while( true ); } } if (param_4 != '\0') { LAB_0025763a: plVar9 = plVar9 + 1; if ((long *)plVar8[1] == plVar9) goto LAB_00257644; goto LAB_002575d6; } if (*(code **)(*param_2 + 0x70) == FUN_0025d140) { lVar4 = param_2[0xf]; } else { lVar4 = (**(code **)(*param_2 + 0x70))(param_2); plVar8 = *(long **)(param_1 + 0x18); } if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a; lVar5 = *plVar9; cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c)); if (cVar2 == '\0') { lVar5 = 0; } plVar9 = plVar9 + 1; if ((long *)plVar8[1] == plVar9) { LAB_00257644: if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) { *param_5 = *(undefined8 *)(lVar5 + 0x70); } return lVar5; } } while( true ); } } return 0; }
PUSH R15 MOV R15D,EDX PUSH R14 PUSH R13 MOV R13D,ECX PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x18 TEST R8,R8 JZ 0x00257590 MOV qword ptr [R8],0x0 CMP qword ptr [RDI + 0x18],0x0 JZ 0x002576b0 MOV RBX,RSI MOV RBP,RDI LEA RDI,[RSI + 0x8] MOV R12,R8 LEA RSI,[0x384228] CALL 0x002e3a40 TEST EAX,EAX JZ 0x002576b0 MOV R11,qword ptr [RBP + 0x18] MOV R14,qword ptr [R11] CMP qword ptr [R11 + 0x8],R14 JZ 0x002576b0 XOR ECX,ECX LEA R8,[0x25d140] MOV RAX,qword ptr [R14] TEST R15B,R15B JZ 0x00257668 MOV RDX,qword ptr [RAX + 0x40] MOV RSI,qword ptr [RAX + 0x48] CMP RDX,RSI JZ 0x00257613 CMP RBX,qword ptr [RDX] JZ 0x00257698 ADD RDX,0x8 JMP 0x0025760e ADD RDX,0x8 CMP RBX,qword ptr [RDX + -0x8] JZ 0x00257698 CMP RSI,RDX JNZ 0x00257600 TEST R13B,R13B JNZ 0x0025763a MOV RAX,qword ptr [RBX] MOV RAX,qword ptr [RAX + 0x70] CMP RAX,R8 JNZ 0x00257710 MOV RAX,qword ptr [RBX + 0x78] TEST RCX,RCX JNZ 0x0025763a TEST RAX,RAX JNZ 0x002576c8 ADD R14,0x8 CMP qword ptr [R11 + 0x8],R14 JNZ 0x002575d6 TEST RCX,RCX JZ 0x0025772f TEST R12,R12 JZ 0x0025772f MOV RAX,qword ptr [RCX + 0x70] MOV qword ptr [R12],RAX MOV RAX,RCX JMP 0x0025769c MOV R9,qword ptr [RAX + 0x58] MOV RDX,qword ptr [RAX + 0x60] CMP R9,RDX JZ 0x00257613 CMP RBX,qword ptr [R9] JZ 0x00257698 ADD R9,0x8 JMP 0x0025768a ADD R9,0x8 CMP RBX,qword ptr [R9 + -0x8] JZ 0x00257698 CMP RDX,R9 JNZ 0x00257680 JMP 0x00257613 MOV qword ptr [RAX + 0x70],RBX ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET ADD RSP,0x18 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RCX,qword ptr [R14] MOV EDX,dword ptr [RAX + 0x6c] MOV RSI,qword ptr [RAX + 0x70] MOV RDI,RCX MOV qword ptr [RSP + 0x8],RCX CALL 0x00256740 MOV RCX,qword ptr [RSP + 0x8] LEA R8,[0x25d140] TEST AL,AL MOV EAX,0x0 CMOVZ RCX,RAX ADD R14,0x8 CMP qword ptr [R11 + 0x8],R14 JNZ 0x002575d6 JMP 0x00257644 MOV qword ptr [RSP + 0x8],RCX MOV RDI,RBX CALL RAX MOV R11,qword ptr [RBP + 0x18] LEA R8,[0x25d140] MOV RCX,qword ptr [RSP + 0x8] JMP 0x0025762c MOV RAX,RCX JMP 0x0025769c
null
null
null
null
[('const-1', u'PTRADD_-1204127100'), ('const-0', u'COPY_-1204127672'), ('const-0', u'PTRSUB_-1204127227'), (u'LOAD_-1204127746', u'CALL_-1204127708'), ('tmp_1400', u'PTRSUB_-1204127282'), ('const-0', u'PTRSUB_-1204127094'), ('const-0', u'RETURN_-1204127528'), (u'INT_EQUAL_-1204127637', u'CBRANCH_-1204127633'), ('tmp_243', u'CBRANCH_-1204128216'), (u'MULTIEQUAL_-1204127411', u'PTRSUB_-1204127068'), (u'INT_EQUAL_-1204127698', u'CBRANCH_-1204127696'), ('tmp_577', u'CBRANCH_-1204127980'), ('const-433', u'LOAD_-1204127904'), ('const-433', u'LOAD_-1204128322'), ('const-8', u'PTRSUB_-1204127043'), (u'INT_EQUAL_-1204127947', u'CBRANCH_-1204127943'), ('const-0', u'PTRSUB_-1204127174'), (u'PTRADD_-1204126900', u'MULTIEQUAL_-1204127435'), (u'BOOL_NEGATE_-1204126961', u'CBRANCH_-1204127669'), (u'PTRADD_-1204127028', u'MULTIEQUAL_-1204127027'), ('const-8', u'PTRADD_-1204127169'), (u'INT_ZEXT_-1204127310', u'CALL_-1204127708'), ('tmp_1400', u'PTRSUB_-1204126860'), ('const-8', u'PTRADD_-1204126900'), ('const-24', u'PTRSUB_-1204127236'), (u'INT_NOTEQUAL_-1204128139', u'CBRANCH_-1204128138'), (u'LOAD_-1204127858', u'MULTIEQUAL_-1204127157'), (u'LOAD_-1204128160', u'INT_EQUAL_-1204128071'), (u'PTRSUB_-1204127231', u'PTRSUB_-1204127194'), (u'MULTIEQUAL_-1204127359', u'MULTIEQUAL_-1204127344'), (u'LOAD_-1204128046', u'INT_EQUAL_-1204128026'), ('const-0', u'PTRSUB_-1204126894'), ('const-0', u'PTRSUB_-1204127194'), ('const-0', u'PTRSUB_-1204126867'), (u'COPY_-1204127317', u'CALL_-1204128266'), (u'MULTIEQUAL_-1204127453', u'PTRSUB_-1204126944'), (u'PTRSUB_-1204127141', u'INT_EQUAL_-1204128026'), ('const-2478400', u'PTRSUB_-1204127141'), (u'INT_NOTEQUAL_-1204128251', u'CBRANCH_-1204128251'), (u'PTRSUB_-1204126851', u'LOAD_-1204127652'), (u'LOAD_-1204128138', u'MULTIEQUAL_-1204127157'), (u'PTRSUB_-1204127068', u'LOAD_-1204127904'), (u'INT_EQUAL_-1204128123', u'CBRANCH_-1204128121'), ('tmp_513', u'CBRANCH_-1204128023'), (u'CALLIND_-1204127595', u'PIECE_-1204127222'), (u'PTRSUB_-1204127135', u'PTRSUB_-1204127100'), ('tmp_1401', u'PTRSUB_-1204127118'), ('const-433', u'LOAD_-1204128240'), ('const-0', u'PTRSUB_-1204127011'), (u'LOAD_-1204128018', u'MULTIEQUAL_-1204127453'), ('const-0', u'INT_NOTEQUAL_-1204127998'), (u'PTRADD_-1204127028', u'INT_EQUAL_-1204127656'), ('tmp_194', u'CBRANCH_-1204128251'), (u'LOAD_-1204128192', u'PTRSUB_-1204127188'), (u'COPY_-1204127672', u'MULTIEQUAL_-1204127235'), (u'INT_EQUAL_-1204128071', u'CBRANCH_-1204128068'), (u'PTRSUB_-1204127016', u'PTRSUB_-1204127000'), ('tmp_440', u'CBRANCH_-1204128068'), ('const-433', u'LOAD_-1204128234'), ('tmp_468', u'CBRANCH_-1204128052'), (u'PTRADD_-1204127097', u'LOAD_-1204128046'), (u'INT_EQUAL_-1204127983', u'CBRANCH_-1204127980'), ('const-8', u'PTRSUB_-1204126851'), (u'INDIRECT_-1204127224', u'PIECE_-1204127222'), (u'COPY_-1204127595', u'MULTIEQUAL_-1204127522'), ('const-1', u'PTRADD_-1204126900'), ('tmp_1404', u'INT_NOTEQUAL_-1204128333'), ('tmp_1404', u'STORE_-1204127896'), ('const-433', u'STORE_-1204128330'), ('const-0', u'COPY_-1204127582'), ('const-8', u'PTRADD_-1204127028'), ('tmp_1404', u'STORE_-1204128330'), (u'LOAD_-1204127742', u'MULTIEQUAL_-1204127027'), (u'PTRSUB_-1204127236', u'LOAD_-1204128246'), ('tmp_994', u'BRANCH_-1204127573'), (u'COPY_-1204127007', u'RETURN_-1204126983'), ('const-8', u'PTRSUB_-1204127170'), ('const-433', u'LOAD_-1204127653'), (u'PTRSUB_-1204127194', u'PTRSUB_-1204127193'), (u'PTRSUB_-1204127048', u'PTRSUB_-1204127016'), ('const-433', u'LOAD_-1204128167'), (u'MULTIEQUAL_-1204127447', u'MULTIEQUAL_-1204127344'), ('const-433', u'LOAD_-1204127858'), ('const-8', u'PTRSUB_-1204127264'), ('const-0', u'PTRSUB_-1204127152'), ('const-433', u'STORE_-1204127695'), (u'LOAD_-1204127653', u'MULTIEQUAL_-1204127017'), ('const-433', u'STORE_-1204127896'), ('const-0', u'COPY_-1204127595'), ('tmp_348', u'CBRANCH_-1204128138'), (u'PTRADD_-1204127169', u'MULTIEQUAL_-1204127159'), (u'MULTIEQUAL_-1204127522', u'INT_NOTEQUAL_-1204127998'), (u'PTRSUB_-1204127193', u'PTRSUB_-1204127157'), ('const-0', u'INT_NOTEQUAL_-1204127910'), (u'PTRSUB_-1204127094', u'PTRSUB_-1204127060'), (u'PTRSUB_-1204126867', u'PTRSUB_-1204126851'), (u'PTRSUB_-1204127043', u'PTRSUB_-1204127011'), ('const-433', u'LOAD_-1204128246'), (u'INT_NOTEQUAL_-1204127929', u'CBRANCH_-1204127928'), (u'MULTIEQUAL_-1204127522', u'MULTIEQUAL_-1204127411'), ('const-433', u'LOAD_-1204127713'), ('tmp_1401', u'INT_EQUAL_-1204127698'), ('const-0', u'INT_NOTEQUAL_-1204128251'), ('tmp_106', u'CBRANCH_-1204128332'), ('const-112', u'PTRSUB_-1204127068'), (u'LOAD_-1204127742', u'INT_NOTEQUAL_-1204127714'), ('const-433', u'LOAD_-1204127962'), (u'MULTIEQUAL_-1204127157', u'INT_EQUAL_-1204128123'), (u'LOAD_-1204128192', u'COPY_-1204127007'), (u'LOAD_-1204127597', u'MULTIEQUAL_-1204127359'), (u'PTRSUB_-1204127000', u'LOAD_-1204127742'), (u'MULTIEQUAL_-1204127447', u'MULTIEQUAL_-1204127359'), (u'LOAD_-1204128167', u'LOAD_-1204128138'), (u'PTRSUB_-1204127043', u'LOAD_-1204127962'), (u'LOAD_-1204128192', u'PTRSUB_-1204127194'), ('tmp_888', u'CBRANCH_-1204127669'), ('const-433', u'LOAD_-1204127597'), (u'LOAD_-1204127746', u'MULTIEQUAL_-1204127235'), (u'INT_NOTEQUAL_-1204128333', u'CBRANCH_-1204128332'), ('const-8', u'PTRADD_-1204127097'), (u'LOAD_-1204128167', u'INT_NOTEQUAL_-1204128139'), ('const-0', u'RETURN_-1204126983'), ('tmp_1401', u'CALLIND_-1204127595'), (u'PTRSUB_-1204127190', u'PTRSUB_-1204127170'), ('const-433', u'LOAD_-1204128160'), (u'MULTIEQUAL_-1204127411', u'INT_NOTEQUAL_-1204127929'), ('const-0', u'PTRSUB_-1204127141'), ('const-0', u'PTRSUB_-1204126995'), (u'LOAD_-1204128234', u'INT_NOTEQUAL_-1204128218'), ('const-433', u'LOAD_-1204127735'), (u'PTRADD_-1204127028', u'LOAD_-1204127653'), (u'PTRADD_-1204127100', u'INT_EQUAL_-1204127947'), ('const-24', u'PTRSUB_-1204127282'), (u'INT_NOTEQUAL_-1204128306', u'CBRANCH_-1204128303'), ('tmp_147', u'CBRANCH_-1204128303'), (u'LOAD_-1204127740', u'INT_ZEXT_-1204127310'), ('tmp_693', u'CBRANCH_-1204127909'), ('const-0', u'PTRSUB_-1204127048'), ('const-14', u'PTRADD_-1204127097'), ('tmp_641', u'CBRANCH_-1204127943'), ('tmp_710', u'BRANCH_-1204127886'), ('const-1', u'PTRADD_-1204127028'), ('const-0', u'PTRSUB_-1204127060'), (u'MULTIEQUAL_-1204127027', u'PTRADD_-1204127028'), (u'PTRSUB_-1204127264', u'CAST_-1204127177'), ('const-0', u'PTRSUB_-1204127133'), (u'LOAD_-1204128160', u'INT_NOTEQUAL_-1204128139'), (u'MULTIEQUAL_-1204127159', u'PTRADD_-1204127169'), (u'MULTIEQUAL_-1204127453', u'PTRSUB_-1204126940'), ('const-0', u'INT_NOTEQUAL_-1204128306'), ('const-64', u'PTRSUB_-1204127194'), ('const-0', u'PTRSUB_-1204127231'), (u'PTRSUB_-1204126940', u'LOAD_-1204127733'), ('const-433', u'LOAD_-1204127746'), (u'LOAD_-1204128046', u'CALLIND_-1204127595'), (u'PTRSUB_-1204127011', u'PTRSUB_-1204126995'), (u'LOAD_-1204128322', u'INT_NOTEQUAL_-1204128306'), (u'LOAD_-1204127652', u'INT_EQUAL_-1204127637'), ('tmp_1402', u'CBRANCH_-1204128172'), (u'PTRSUB_-1204127170', u'LOAD_-1204128234'), (u'LOAD_-1204128167', u'MULTIEQUAL_-1204127159'), (u'MULTIEQUAL_-1204127453', u'INT_EQUAL_-1204127983'), ('const-120', u'PTRSUB_-1204127118'), (u'INT_EQUAL_-1204128026', u'CBRANCH_-1204128023'), (u'MULTIEQUAL_-1204127235', u'MULTIEQUAL_-1204127411'), ('const-433', u'LOAD_-1204127733'), (u'PTRADD_-1204127100', u'MULTIEQUAL_-1204127435'), ('const-64', u'PTRSUB_-1204127188'), (u'LOAD_-1204128192', u'PTRSUB_-1204126996'), (u'MULTIEQUAL_-1204127435', u'PTRADD_-1204126900'), (u'MULTIEQUAL_-1204127235', u'MULTIEQUAL_-1204127522'), ('const-0', u'PTRSUB_-1204127138'), (u'LOAD_-1204128052', u'PTRADD_-1204127097'), (u'INT_NOTEQUAL_-1204128218', u'CBRANCH_-1204128216'), ('const-108', u'PTRSUB_-1204126944'), ('const-433', u'LOAD_-1204127742'), (u'PTRSUB_-1204126996', u'STORE_-1204127695'), (u'PTRADD_-1204126900', u'INT_EQUAL_-1204127637'), (u'LOAD_-1204127742', u'LOAD_-1204127713'), ('const-0', u'PTRSUB_-1204127157'), ('const-0', u'PTRSUB_-1204127135'), (u'COPY_-1204127582', u'RETURN_-1204127528'), (u'LOAD_-1204127735', u'INT_NOTEQUAL_-1204127714'), ('const-112', u'PTRSUB_-1204126996'), (u'PTRSUB_-1204126995', u'PTRSUB_-1204126991'), (u'PTRADD_-1204127169', u'LOAD_-1204127858'), (u'PTRSUB_-1204126860', u'LOAD_-1204127597'), ('tmp_1401', u'PTRSUB_-1204127135'), ('tmp_302', u'CBRANCH_-1204128172'), ('tmp_1403', u'CBRANCH_-1204128052'), (u'LOAD_-1204127733', u'CALL_-1204127708'), ('tmp_667', u'CBRANCH_-1204127928'), (u'MULTIEQUAL_-1204127344', u'MULTIEQUAL_-1204127447'), (u'INT_EQUAL_-1204127656', u'CBRANCH_-1204127653'), (u'PTRSUB_-1204127060', u'PTRSUB_-1204127043'), ('tmp_1404', u'INT_NOTEQUAL_-1204127910'), ('tmp_1400', u'PTRSUB_-1204127236'), (u'CALL_-1204128266', u'INT_NOTEQUAL_-1204128251'), (u'PTRSUB_-1204127118', u'LOAD_-1204128018'), (u'LOAD_-1204127904', u'STORE_-1204127896'), (u'MULTIEQUAL_-1204127435', u'LOAD_-1204127746'), (u'PTRSUB_-1204127126', u'LOAD_-1204128160'), ('const-88', u'PTRSUB_-1204127049'), ('const-112', u'PTRSUB_-1204126940'), (u'MULTIEQUAL_-1204127522', u'MULTIEQUAL_-1204127522'), (u'PTRSUB_-1204127138', u'LOAD_-1204128167'), ('const-0', u'STORE_-1204128330'), ('const-8', u'PTRSUB_-1204127126'), ('const-1', u'PTRADD_-1204127169'), (u'LOAD_-1204128192', u'PTRSUB_-1204127049'), ('tmp_1401', u'PTRSUB_-1204127264'), ('tmp_1109', u'CBRANCH_-1204127713'), ('const-8', u'PTRADD_-1204127100'), ('const-3686952', u'COPY_-1204127317'), ('const-433', u'LOAD_-1204128192'), ('const-433', u'LOAD_-1204128138'), ('tmp_954', u'CBRANCH_-1204127633'), ('const-88', u'PTRSUB_-1204127043'), ('const-433', u'LOAD_-1204128046'), ('const-0', u'PTRSUB_-1204127016'), (u'LOAD_-1204128240', u'INT_NOTEQUAL_-1204128218'), (u'INT_NOTEQUAL_-1204127714', u'CBRANCH_-1204127713'), (u'MULTIEQUAL_-1204127411', u'RETURN_-1204127771'), (u'PTRSUB_-1204126894', u'PTRSUB_-1204126867'), (u'LOAD_-1204127962', u'INT_EQUAL_-1204127947'), (u'CAST_-1204127177', u'CALL_-1204128266'), ('tmp_1142', u'CBRANCH_-1204127696'), (u'PTRSUB_-1204127133', u'PTRSUB_-1204127126'), ('const-0', u'PTRSUB_-1204127000'), ('const-0', u'INT_NOTEQUAL_-1204127929'), (u'LOAD_-1204128246', u'PTRSUB_-1204127227'), (u'LOAD_-1204128240', u'MULTIEQUAL_-1204127435'), ('const-433', u'LOAD_-1204127652'), (u'LOAD_-1204127735', u'INT_EQUAL_-1204127656'), (u'INT_NOTEQUAL_-1204127910', u'CBRANCH_-1204127909'), ('const-0', u'PTRSUB_-1204127100'), ('const-433', u'LOAD_-1204128018'), ('const-433', u'LOAD_-1204128052'), (u'LOAD_-1204128246', u'PTRSUB_-1204127231'), (u'PTRSUB_-1204127174', u'LOAD_-1204128240'), (u'PIECE_-1204127222', u'CAST_-1204126815'), (u'PTRSUB_-1204127152', u'PTRSUB_-1204127133'), ('tmp_1401', u'STORE_-1204127695'), (u'PTRSUB_-1204127157', u'PTRSUB_-1204127138'), (u'MULTIEQUAL_-1204127017', u'INT_EQUAL_-1204127698'), (u'CALL_-1204127708', u'BOOL_NEGATE_-1204126961'), (u'INDIRECT_-1204127187', u'PTRSUB_-1204126894'), (u'MULTIEQUAL_-1204127435', u'LOAD_-1204128192'), (u'PTRSUB_-1204127282', u'LOAD_-1204128322'), ('const-0', u'PTRSUB_-1204127193'), (u'MULTIEQUAL_-1204127344', u'PTRSUB_-1204127094'), (u'CALL_-1204127708', u'INDIRECT_-1204127187'), (u'PTRSUB_-1204127049', u'PTRSUB_-1204127048'), ('const-0', u'RETURN_-1204127771'), (u'PTRSUB_-1204126944', u'LOAD_-1204127740'), (u'MULTIEQUAL_-1204127435', u'PTRADD_-1204127100'), (u'CAST_-1204126815', u'MULTIEQUAL_-1204127453'), ('tmp_549', u'CBRANCH_-1204127996'), (u'PTRSUB_-1204127194', u'PTRSUB_-1204127174'), ('const-0', u'INT_NOTEQUAL_-1204128333'), ('const-24', u'PTRSUB_-1204126860'), (u'PTRSUB_-1204127227', u'PTRSUB_-1204127190'), ('const-433', u'LOAD_-1204127740'), (u'PTRSUB_-1204127100', u'LOAD_-1204128052'), ('tmp_1201', u'CBRANCH_-1204127653'), ('tmp_381', u'CBRANCH_-1204128121'), ('const-0', u'INT_EQUAL_-1204127983'), (u'LOAD_-1204128246', u'MULTIEQUAL_-1204127447'), ('const-0', u'PTRSUB_-1204127190'), ('tmp_1401', u'INT_EQUAL_-1204128123'), (u'LOAD_-1204127713', u'MULTIEQUAL_-1204127017'), (u'LOAD_-1204128192', u'PTRSUB_-1204127043'), (u'PTRSUB_-1204126991', u'LOAD_-1204127735'), ('const-8', u'PTRSUB_-1204126991'), (u'INDIRECT_-1204127187', u'MULTIEQUAL_-1204127447'), (u'CALLIND_-1204127595', u'INDIRECT_-1204127224'), (u'PTRADD_-1204127169', u'INT_EQUAL_-1204128071'), (u'INT_NOTEQUAL_-1204127998', u'CBRANCH_-1204127996'), (u'PTRSUB_-1204127188', u'PTRSUB_-1204127152')]
[('const-433', u'LOAD_-1204127652'), (u'LOAD_-1204127746', u'CALL_-1204127708'), ('const-1', u'PTRADD_-1204127274'), ('const-0', u'INT_EQUAL_-1204127678'), ('const-0', u'RETURN_-1204127528'), ('const-0', u'RETURN_-1204127038'), (u'INT_EQUAL_-1204127637', u'CBRANCH_-1204127633'), ('tmp_243', u'CBRANCH_-1204128216'), (u'INT_EQUAL_-1204127698', u'CBRANCH_-1204127696'), ('tmp_577', u'CBRANCH_-1204127980'), (u'INT_EQUAL_-1204127947', u'CBRANCH_-1204127943'), (u'MULTIEQUAL_-1204127365', u'MULTIEQUAL_-1204127350'), ('const-433', u'LOAD_-1204128138'), ('const-433', u'LOAD_-1204128240'), (u'CALLIND_-1204127595', u'MULTIEQUAL_-1204127457'), (u'MULTIEQUAL_-1204127350', u'PTRADD_-1204127112'), ('const-1', u'PTRADD_-1204127239'), (u'INT_ADD_-1204127717', u'CAST_-1204126929'), (u'INT_ADD_-1204128230', u'CAST_-1204127218'), ('const-1', u'PTRADD_-1204127051'), (u'MULTIEQUAL_-1204127457', u'INT_ADD_-1204127724'), (u'LOAD_-1204127742', u'MULTIEQUAL_-1204127055'), (u'INT_NOTEQUAL_-1204128139', u'CBRANCH_-1204128138'), (u'CAST_-1204127158', u'MULTIEQUAL_-1204127185'), (u'LOAD_-1204128160', u'INT_EQUAL_-1204128071'), (u'LOAD_-1204128192', u'COPY_-1204127062'), (u'LOAD_-1204128046', u'INT_EQUAL_-1204128026'), ('tmp_2666', u'PTRADD_-1204127274'), (u'PTRADD_-1204127051', u'LOAD_-1204127653'), ('tmp_2666', u'STORE_-1204127695'), ('const-8', u'PTRADD_-1204126926'), (u'INT_NOTEQUAL_-1204128251', u'CBRANCH_-1204128251'), ('const-433', u'LOAD_-1204127733'), (u'INDIRECT_-1204127193', u'MULTIEQUAL_-1204127453'), ('tmp_2660', u'INT_NOTEQUAL_-1204127910'), (u'LOAD_-1204128192', u'INT_ADD_-1204127719'), (u'LOAD_-1204128246', u'PTRADD_-1204127239'), ('const-8', u'PTRADD_-1204127117'), ('const-64', u'INT_ADD_-1204128151'), (u'INT_EQUAL_-1204128123', u'CBRANCH_-1204128121'), ('const-8', u'PTRADD_-1204127185'), ('tmp_513', u'CBRANCH_-1204128023'), ('const-1', u'PTRADD_-1204127117'), ('const-8', u'PTRADD_-1204127051'), ('const-112', u'INT_ADD_-1204127888'), (u'CAST_-1204127135', u'MULTIEQUAL_-1204127185'), (u'CAST_-1204127213', u'MULTIEQUAL_-1204127441'), ('const-0', u'INT_NOTEQUAL_-1204127998'), ('tmp_194', u'CBRANCH_-1204128251'), (u'INT_ADD_-1204128030', u'CAST_-1204127111'), (u'MULTIEQUAL_-1204127240', u'MULTIEQUAL_-1204127527'), (u'CAST_-1204127028', u'MULTIEQUAL_-1204127045'), ('const-8', u'PTRADD_-1204127274'), (u'INT_EQUAL_-1204128071', u'CBRANCH_-1204128068'), ('tmp_440', u'CBRANCH_-1204128068'), ('const-433', u'LOAD_-1204128167'), ('tmp_468', u'CBRANCH_-1204128052'), ('tmp_2666', u'LOAD_-1204128052'), (u'INT_EQUAL_-1204127983', u'CBRANCH_-1204127980'), ('const-0', u'COPY_-1204127672'), ('const-433', u'LOAD_-1204128234'), (u'PTRADD_-1204127185', u'LOAD_-1204127858'), (u'MULTIEQUAL_-1204127441', u'PTRADD_-1204126926'), ('const-108', u'INT_ADD_-1204127724'), (u'PTRADD_-1204127185', u'MULTIEQUAL_-1204127187'), (u'INT_ADD_-1204128151', u'CAST_-1204127173'), (u'MULTIEQUAL_-1204127055', u'PTRADD_-1204127051'), ('const-433', u'LOAD_-1204128046'), ('tmp_2662', u'INT_ADD_-1204127581'), ('const-433', u'LOAD_-1204127740'), (u'PTRADD_-1204126926', u'MULTIEQUAL_-1204127441'), ('tmp_994', u'BRANCH_-1204127573'), ('const-0', u'COPY_-1204127600'), (u'PTRADD_-1204127117', u'INT_EQUAL_-1204127947'), (u'LOAD_-1204128192', u'INT_ADD_-1204128144'), ('const-433', u'LOAD_-1204128160'), (u'MULTIEQUAL_-1204127441', u'LOAD_-1204127746'), (u'MULTIEQUAL_-1204127527', u'MULTIEQUAL_-1204127416'), (u'MULTIEQUAL_-1204127416', u'INT_ADD_-1204127888'), ('const-8', u'PTRADD_-1204127239'), ('const-433', u'STORE_-1204127695'), ('const-0', u'COPY_-1204127582'), (u'INT_ADD_-1204127681', u'CAST_-1204126988'), ('const-433', u'LOAD_-1204127858'), ('tmp_348', u'CBRANCH_-1204128138'), (u'INT_ADD_-1204127726', u'CAST_-1204127043'), ('const-0', u'INT_NOTEQUAL_-1204127910'), ('const-433', u'LOAD_-1204128018'), (u'LOAD_-1204128138', u'CAST_-1204127158'), ('const-24', u'INT_ADD_-1204128230'), (u'CAST_-1204127043', u'LOAD_-1204127742'), (u'INT_NOTEQUAL_-1204127929', u'CBRANCH_-1204127928'), ('const-433', u'LOAD_-1204127746'), (u'MULTIEQUAL_-1204127457', u'INT_ADD_-1204127717'), (u'PTRADD_-1204127185', u'INT_EQUAL_-1204128071'), ('const-0', u'INT_NOTEQUAL_-1204128251'), ('tmp_106', u'CBRANCH_-1204128332'), (u'LOAD_-1204127742', u'INT_NOTEQUAL_-1204127714'), ('tmp_2666', u'CALLIND_-1204127595'), (u'LOAD_-1204127746', u'MULTIEQUAL_-1204127240'), ('tmp_2662', u'INT_ADD_-1204128230'), (u'PTRADD_-1204127117', u'MULTIEQUAL_-1204127441'), ('const-2478400', u'PTRSUB_-1204127149'), (u'LOAD_-1204128167', u'LOAD_-1204128138'), (u'MULTIEQUAL_-1204127457', u'INT_EQUAL_-1204127983'), ('const-72', u'INT_ADD_-1204128144'), ('tmp_888', u'CBRANCH_-1204127669'), ('const-0', u'INT_NOTEQUAL_-1204128054'), (u'INT_NOTEQUAL_-1204128333', u'CBRANCH_-1204128332'), (u'INT_ADD_-1204127724', u'CAST_-1204126933'), (u'INT_ADD_-1204128144', u'CAST_-1204127168'), (u'MULTIEQUAL_-1204127045', u'INT_EQUAL_-1204127698'), (u'PTRSUB_-1204127149', u'INT_EQUAL_-1204128026'), (u'MULTIEQUAL_-1204127185', u'INT_EQUAL_-1204128123'), (u'MULTIEQUAL_-1204127441', u'LOAD_-1204128192'), (u'LOAD_-1204128167', u'INT_NOTEQUAL_-1204128139'), (u'CAST_-1204126929', u'LOAD_-1204127733'), (u'MULTIEQUAL_-1204127350', u'MULTIEQUAL_-1204127453'), ('const-0', u'INT_NOTEQUAL_-1204128306'), ('const-1', u'PTRADD_-1204127185'), (u'CAST_-1204127173', u'LOAD_-1204128167'), (u'CALL_-1204127708', u'INDIRECT_-1204127193'), ('const-24', u'INT_ADD_-1204127581'), ('const-433', u'STORE_-1204128330'), ('tmp_147', u'CBRANCH_-1204128303'), (u'INT_NOTEQUAL_-1204128306', u'CBRANCH_-1204128303'), ('const-1', u'PTRADD_-1204126921'), ('tmp_693', u'CBRANCH_-1204127909'), ('tmp_641', u'CBRANCH_-1204127943'), ('tmp_710', u'BRANCH_-1204127886'), (u'MULTIEQUAL_-1204127240', u'MULTIEQUAL_-1204127416'), ('const-433', u'LOAD_-1204127653'), ('const-8', u'PTRADD_-1204127136'), (u'COPY_-1204127062', u'RETURN_-1204127038'), ('const-112', u'INT_ADD_-1204127717'), ('const-3686952', u'COPY_-1204127325'), (u'LOAD_-1204128160', u'INT_NOTEQUAL_-1204128139'), (u'MULTIEQUAL_-1204127187', u'PTRADD_-1204127185'), (u'LOAD_-1204128046', u'CALLIND_-1204127595'), (u'CAST_-1204127071', u'INT_EQUAL_-1204127947'), (u'LOAD_-1204128052', u'INT_ADD_-1204128030'), (u'CAST_-1204127209', u'INT_NOTEQUAL_-1204128218'), ('tmp_2666', u'PTRADD_-1204127136'), (u'CAST_-1204127168', u'LOAD_-1204128160'), (u'LOAD_-1204128322', u'INT_NOTEQUAL_-1204128306'), (u'CAST_-1204127046', u'LOAD_-1204127904'), (u'LOAD_-1204127652', u'CAST_-1204126884'), (u'CAST_-1204127263', u'LOAD_-1204128322'), (u'PTRADD_-1204127051', u'INT_EQUAL_-1204127656'), ('tmp_2666', u'INT_EQUAL_-1204127698'), (u'MULTIEQUAL_-1204127453', u'MULTIEQUAL_-1204127365'), (u'LOAD_-1204128192', u'INT_ADD_-1204127681'), (u'PTRADD_-1204126921', u'LOAD_-1204127652'), (u'LOAD_-1204128192', u'INT_ADD_-1204128151'), (u'INT_EQUAL_-1204128026', u'CBRANCH_-1204128023'), ('const-433', u'LOAD_-1204127904'), (u'CAST_-1204127213', u'INT_NOTEQUAL_-1204128218'), (u'CAST_-1204127012', u'MULTIEQUAL_-1204127045'), (u'INT_NOTEQUAL_-1204128218', u'CBRANCH_-1204128216'), ('const-1', u'PTRADD_-1204126926'), (u'LOAD_-1204127713', u'CAST_-1204127028'), ('const-0', u'PTRSUB_-1204127149'), ('tmp_3149', u'INT_EQUAL_-1204128174'), ('const-433', u'LOAD_-1204127713'), (u'MULTIEQUAL_-1204127416', u'RETURN_-1204127771'), ('tmp_2660', u'STORE_-1204128330'), (u'LOAD_-1204127742', u'LOAD_-1204127713'), (u'LOAD_-1204128246', u'MULTIEQUAL_-1204127453'), (u'COPY_-1204127582', u'RETURN_-1204127528'), (u'CAST_-1204126988', u'STORE_-1204127695'), ('const-433', u'LOAD_-1204128192'), (u'LOAD_-1204127858', u'CAST_-1204127135'), (u'LOAD_-1204127735', u'INT_NOTEQUAL_-1204127714'), (u'PTRADD_-1204126926', u'INT_EQUAL_-1204127637'), ('tmp_3152', u'INT_NOTEQUAL_-1204128054'), (u'INT_EQUAL_-1204128174', u'CBRANCH_-1204128172'), ('const-433', u'LOAD_-1204127735'), ('const-1', u'PTRADD_-1204127112'), ('tmp_302', u'CBRANCH_-1204128172'), ('tmp_2660', u'STORE_-1204127896'), (u'LOAD_-1204127733', u'CALL_-1204127708'), ('tmp_667', u'CBRANCH_-1204127928'), (u'INT_EQUAL_-1204127656', u'CBRANCH_-1204127653'), (u'CAST_-1204127038', u'LOAD_-1204127735'), (u'COPY_-1204127672', u'MULTIEQUAL_-1204127240'), (u'CAST_-1204127111', u'LOAD_-1204128046'), (u'CAST_-1204126933', u'LOAD_-1204127740'), ('const-24', u'INT_ADD_-1204128306'), (u'CALL_-1204128266', u'INT_NOTEQUAL_-1204128251'), (u'LOAD_-1204127904', u'STORE_-1204127896'), ('const-433', u'LOAD_-1204127742'), (u'LOAD_-1204128246', u'LOAD_-1204128240'), (u'LOAD_-1204127653', u'CAST_-1204127012'), (u'CAST_-1204127218', u'LOAD_-1204128246'), (u'LOAD_-1204127962', u'CAST_-1204127071'), (u'MULTIEQUAL_-1204127441', u'PTRADD_-1204127117'), (u'LOAD_-1204127740', u'CALL_-1204127708'), ('const-96', u'INT_ADD_-1204127719'), ('const-433', u'LOAD_-1204128246'), (u'MULTIEQUAL_-1204127527', u'INT_NOTEQUAL_-1204127998'), (u'PTRADD_-1204127239', u'LOAD_-1204128234'), ('tmp_1109', u'CBRANCH_-1204127713'), ('tmp_954', u'CBRANCH_-1204127633'), ('tmp_2666', u'INT_EQUAL_-1204128123'), (u'LOAD_-1204128167', u'MULTIEQUAL_-1204127187'), ('const-433', u'STORE_-1204127896'), (u'CAST_-1204126884', u'INT_EQUAL_-1204127637'), ('const-112', u'INT_ADD_-1204128030'), (u'INT_NOTEQUAL_-1204128054', u'CBRANCH_-1204128052'), (u'INT_NOTEQUAL_-1204127714', u'CBRANCH_-1204127713'), ('const-433', u'LOAD_-1204128322'), ('const-0', u'STORE_-1204128330'), ('const-15', u'PTRADD_-1204127136'), ('tmp_1142', u'CBRANCH_-1204127696'), ('const-8', u'PTRADD_-1204127112'), ('const-0', u'INT_NOTEQUAL_-1204127929'), (u'LOAD_-1204127735', u'INT_EQUAL_-1204127656'), (u'INT_NOTEQUAL_-1204127910', u'CBRANCH_-1204127909'), (u'LOAD_-1204128240', u'CAST_-1204127213'), (u'MULTIEQUAL_-1204127416', u'INT_NOTEQUAL_-1204127929'), (u'INT_ADD_-1204127581', u'CAST_-1204126855'), (u'CALL_-1204127708', u'INT_EQUAL_-1204127678'), ('tmp_2662', u'INT_ADD_-1204128306'), (u'CAST_-1204126855', u'LOAD_-1204127597'), (u'LOAD_-1204127597', u'MULTIEQUAL_-1204127365'), ('const-0', u'INT_EQUAL_-1204128174'), (u'INT_EQUAL_-1204127678', u'CBRANCH_-1204127669'), (u'INT_ADD_-1204127888', u'CAST_-1204127046'), (u'PTRADD_-1204127051', u'MULTIEQUAL_-1204127055'), ('const-88', u'INT_ADD_-1204127726'), (u'PTRADD_-1204127274', u'CALL_-1204128266'), (u'INT_ADD_-1204128306', u'CAST_-1204127263'), (u'PTRADD_-1204127136', u'LOAD_-1204128018'), (u'PTRADD_-1204127112', u'LOAD_-1204127962'), (u'INT_ADD_-1204127719', u'CAST_-1204127038'), (u'COPY_-1204127600', u'MULTIEQUAL_-1204127527'), ('const-0', u'RETURN_-1204127771'), (u'INDIRECT_-1204127193', u'PTRADD_-1204126921'), (u'LOAD_-1204128018', u'MULTIEQUAL_-1204127457'), (u'COPY_-1204127325', u'CALL_-1204128266'), ('tmp_549', u'CBRANCH_-1204127996'), ('const-8', u'PTRADD_-1204126921'), (u'MULTIEQUAL_-1204127527', u'MULTIEQUAL_-1204127527'), (u'MULTIEQUAL_-1204127453', u'MULTIEQUAL_-1204127350'), ('const-0', u'INT_NOTEQUAL_-1204128333'), ('tmp_2660', u'INT_NOTEQUAL_-1204128333'), ('const-433', u'LOAD_-1204128052'), ('const-433', u'LOAD_-1204127962'), ('tmp_1201', u'CBRANCH_-1204127653'), ('const-112', u'INT_ADD_-1204127681'), ('tmp_381', u'CBRANCH_-1204128121'), ('const-0', u'INT_EQUAL_-1204127983'), ('const-433', u'LOAD_-1204127597'), (u'LOAD_-1204128234', u'CAST_-1204127209'), (u'INT_NOTEQUAL_-1204127998', u'CBRANCH_-1204127996'), (u'LOAD_-1204128192', u'INT_ADD_-1204127726')]
null
null
00257570
x64
O2
(translation_unit "long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)\n\n{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}\n\n" (function_definition "long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)\n\n{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" identifier (parameter_list "(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char param_3" primitive_type identifier) , (parameter_declaration "char param_4" primitive_type identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (if_statement "if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }" if (parenthesized_expression "(param_5 != (undefined8 *)0x0)" ( (binary_expression "param_5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_5 = 0;\n }" { (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" * identifier) = number_literal) ;) })) (if_statement "if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0))" ( (binary_expression "(*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" (parenthesized_expression "(*(long *)(param_1 + 0x18) != 0)" ( (binary_expression "*(long *)(param_1 + 0x18) != 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" ( (comma_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0" (assignment_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/")" identifier = (call_expression "FUN_002e3a40(param_2 + 1,"/DISCARD/")" identifier (argument_list "(param_2 + 1,"/DISCARD/")" ( (binary_expression "param_2 + 1" identifier + number_literal) , (string_literal ""/DISCARD/"" " string_content ") )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" { (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "plVar9 = (long *)*plVar8;" (assignment_expression "plVar9 = (long *)*plVar8" identifier = (cast_expression "(long *)*plVar8" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar8" * identifier))) ;) (if_statement "if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" if (parenthesized_expression "((long *)plVar8[1] != plVar9)" ( (binary_expression "(long *)plVar8[1] != plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) != identifier) )) (compound_statement "{\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" statement_identifier : (do_statement "do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" do (compound_statement "{\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n }" { (expression_statement "lVar4 = *plVar9;" (assignment_expression "lVar4 = *plVar9" identifier = (pointer_expression "*plVar9" * identifier)) ;) (if_statement "if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" if (parenthesized_expression "(param_3 == '\0')" ( (binary_expression "param_3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }" { (expression_statement "puVar7 = *(undefined8 **)(lVar4 + 0x58);" (assignment_expression "puVar7 = *(undefined8 **)(lVar4 + 0x58)" identifier = (pointer_expression "*(undefined8 **)(lVar4 + 0x58)" * (cast_expression "(undefined8 **)(lVar4 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x58)" ( (binary_expression "lVar4 + 0x58" identifier + number_literal) ))))) ;) (if_statement "if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" if (parenthesized_expression "(puVar7 != *(undefined8 **)(lVar4 + 0x60))" ( (binary_expression "puVar7 != *(undefined8 **)(lVar4 + 0x60)" identifier != (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" * (cast_expression "(undefined8 **)(lVar4 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x60)" ( (binary_expression "lVar4 + 0x60" identifier + number_literal) ))))) )) (compound_statement "{\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" { (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" identifier = (cast_expression "(long *)*puVar7" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) (while_statement "while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" { (if_statement "if (param_2 == plVar6) goto LAB_00257698;" if (parenthesized_expression "(param_2 == plVar6)" ( (binary_expression "param_2 == plVar6" identifier == identifier) )) (goto_statement "goto LAB_00257698;" goto statement_identifier ;)) (expression_statement "puVar7 = puVar7 + 1;" (assignment_expression "puVar7 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (if_statement "if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;" if (parenthesized_expression "(*(undefined8 **)(lVar4 + 0x60) == puVar7)" ( (binary_expression "*(undefined8 **)(lVar4 + 0x60) == puVar7" (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" * (cast_expression "(undefined8 **)(lVar4 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x60)" ( (binary_expression "lVar4 + 0x60" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" identifier = (cast_expression "(long *)*puVar7" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) })) })) }) (else_clause "else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" else (compound_statement "{\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" { (expression_statement "plVar6 = *(long **)(lVar4 + 0x40);" (assignment_expression "plVar6 = *(long **)(lVar4 + 0x40)" identifier = (pointer_expression "*(long **)(lVar4 + 0x40)" * (cast_expression "(long **)(lVar4 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x40)" ( (binary_expression "lVar4 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" if (parenthesized_expression "(plVar6 != *(long **)(lVar4 + 0x48))" ( (binary_expression "plVar6 != *(long **)(lVar4 + 0x48)" identifier != (pointer_expression "*(long **)(lVar4 + 0x48)" * (cast_expression "(long **)(lVar4 + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x48)" ( (binary_expression "lVar4 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" { (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" identifier = (cast_expression "(long *)*plVar6" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar6" * identifier))) ;) (do_statement "do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );" do (compound_statement "{\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n }" { (if_statement "if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" if (parenthesized_expression "(param_2 == plVar1)" ( (binary_expression "param_2 == plVar1" identifier == identifier) )) (compound_statement "{\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" { (labeled_statement "LAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;" statement_identifier : (expression_statement "*(long **)(lVar4 + 0x70) = param_2;" (assignment_expression "*(long **)(lVar4 + 0x70) = param_2" (pointer_expression "*(long **)(lVar4 + 0x70)" * (cast_expression "(long **)(lVar4 + 0x70)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x70)" ( (binary_expression "lVar4 + 0x70" identifier + number_literal) )))) = identifier) ;)) (return_statement "return lVar4;" return identifier ;) })) (expression_statement "plVar6 = plVar6 + 1;" (assignment_expression "plVar6 = plVar6 + 1" identifier = (binary_expression "plVar6 + 1" identifier + number_literal)) ;) (if_statement "if (*(long **)(lVar4 + 0x48) == plVar6) break;" if (parenthesized_expression "(*(long **)(lVar4 + 0x48) == plVar6)" ( (binary_expression "*(long **)(lVar4 + 0x48) == plVar6" (pointer_expression "*(long **)(lVar4 + 0x48)" * (cast_expression "(long **)(lVar4 + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x48)" ( (binary_expression "lVar4 + 0x48" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" identifier = (cast_expression "(long *)*plVar6" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar6" * identifier))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) }))) (if_statement "if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" if (parenthesized_expression "(param_4 != '\0')" ( (binary_expression "param_4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" { (labeled_statement "LAB_0025763a:\n plVar9 = plVar9 + 1;" statement_identifier : (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" identifier = (binary_expression "plVar9 + 1" identifier + number_literal)) ;)) (if_statement "if ((long *)plVar8[1] == plVar9) goto LAB_00257644;" if (parenthesized_expression "((long *)plVar8[1] == plVar9)" ( (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) == identifier) )) (goto_statement "goto LAB_00257644;" goto statement_identifier ;)) (goto_statement "goto LAB_002575d6;" goto statement_identifier ;) })) (if_statement "if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x70) == FUN_0025d140)" ( (binary_expression "*(code **)(*param_2 + 0x70) == FUN_0025d140" (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n lVar4 = param_2[0xf];\n }" { (expression_statement "lVar4 = param_2[0xf];" (assignment_expression "lVar4 = param_2[0xf]" identifier = (subscript_expression "param_2[0xf]" identifier [ number_literal ])) ;) }) (else_clause "else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" else (compound_statement "{\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" { (expression_statement "lVar4 = (**(code **)(*param_2 + 0x70))(param_2);" (assignment_expression "lVar4 = (**(code **)(*param_2 + 0x70))(param_2)" identifier = (call_expression "(**(code **)(*param_2 + 0x70))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" ( (pointer_expression "**(code **)(*param_2 + 0x70)" * (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) }))) (if_statement "if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;" if (parenthesized_expression "((lVar5 != 0) || (lVar4 == 0))" ( (binary_expression "(lVar5 != 0) || (lVar4 == 0)" (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) || (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) ))) )) (goto_statement "goto LAB_0025763a;" goto statement_identifier ;)) (expression_statement "lVar5 = *plVar9;" (assignment_expression "lVar5 = *plVar9" identifier = (pointer_expression "*plVar9" * identifier)) ;) (expression_statement "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));" (assignment_expression "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" identifier = (call_expression "FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" identifier (argument_list "(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" ( identifier , (pointer_expression "*(undefined8 *)(lVar4 + 0x70)" * (cast_expression "(undefined8 *)(lVar4 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x70)" ( (binary_expression "lVar4 + 0x70" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar4 + 0x6c)" * (cast_expression "(undefined4 *)(lVar4 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x6c)" ( (binary_expression "lVar4 + 0x6c" identifier + number_literal) )))) )))) ;) (if_statement "if (cVar2 == '\0') {\n lVar5 = 0;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = 0;\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) })) (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" identifier = (binary_expression "plVar9 + 1" identifier + number_literal)) ;) (if_statement "if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" if (parenthesized_expression "((long *)plVar8[1] == plVar9)" ( (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" { (labeled_statement "LAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" statement_identifier : (if_statement "if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" if (parenthesized_expression "((lVar5 != 0) && (param_5 != (undefined8 *)0x0))" ( (binary_expression "(lVar5 != 0) && (param_5 != (undefined8 *)0x0)" (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) && (parenthesized_expression "(param_5 != (undefined8 *)0x0)" ( (binary_expression "param_5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" { (expression_statement "*param_5 = *(undefined8 *)(lVar5 + 0x70);" (assignment_expression "*param_5 = *(undefined8 *)(lVar5 + 0x70)" (pointer_expression "*param_5" * identifier) = (pointer_expression "*(undefined8 *)(lVar5 + 0x70)" * (cast_expression "(undefined8 *)(lVar5 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x70)" ( (binary_expression "lVar5 + 0x70" identifier + number_literal) ))))) ;) }))) (return_statement "return lVar5;" return identifier ;) })) }) while (parenthesized_expression "( true )" ( true )) ;)) })) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* DWARF original prototype: Memory_region * find_memory_region(Script_sections * this,\n Output_section_definition * section, bool find_vma_region, bool explicit_only,\n Output_section_definition * * previous_section_return) */\n\nMemory_region * __thiscall\ngold::Script_sections::find_memory_region\n (Script_sections *this,Output_section_definition *section,bool find_vma_region,\n bool explicit_only,Output_section_definition **previous_section_return)\n\n{\n Memory_region *pMVar1;\n pointer ppOVar2;\n Output_section_definition *pOVar3;\n _func_int_varargs *p_Var4;\n bool bVar5;\n int iVar6;\n Output_section *pOVar7;\n Memory_region *this_00;\n pointer ppOVar8;\n Memory_regions *pMVar9;\n pointer ppMVar10;\n undefined4 extraout_var;\n \n if (previous_section_return != (Output_section_definition **)0x0) {\n *previous_section_return = (Output_section_definition *)0x0;\n }\n if ((this->memory_regions_ != (Memory_regions *)0x0) &&\n (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)) {\n pMVar9 = this->memory_regions_;\n ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10) {\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }\n }\n return (Memory_region *)0x0;\n}\n\n" comment (ERROR "Memory_region * __thiscall\ngold::Script_sections::find_memory_region\n (Script_sections *this,Output_section_definition *section,bool find_vma_region,\n bool explicit_only,Output_section_definition **previous_section_return)" (binary_expression "Memory_region * __thiscall\ngold::Script_sections::find_memory_region\n (Script_sections *this,Output_section_definition *section,bool find_vma_region,\n bool explicit_only,Output_section_definition **previous_section_return)" identifier * (call_expression "__thiscall\ngold::Script_sections::find_memory_region\n (Script_sections *this,Output_section_definition *section,bool find_vma_region,\n bool explicit_only,Output_section_definition **previous_section_return)" identifier (ERROR "gold::Script_sections::find_memory_region" identifier : : identifier : : identifier) (argument_list "(Script_sections *this,Output_section_definition *section,bool find_vma_region,\n bool explicit_only,Output_section_definition **previous_section_return)" ( (binary_expression "Script_sections *this" identifier * identifier) , (binary_expression "Output_section_definition *section" identifier * identifier) , (ERROR "bool" identifier) identifier , (ERROR "bool" identifier) identifier , (binary_expression "Output_section_definition **previous_section_return" identifier * (pointer_expression "*previous_section_return" * identifier)) ))))) (compound_statement "{\n Memory_region *pMVar1;\n pointer ppOVar2;\n Output_section_definition *pOVar3;\n _func_int_varargs *p_Var4;\n bool bVar5;\n int iVar6;\n Output_section *pOVar7;\n Memory_region *this_00;\n pointer ppOVar8;\n Memory_regions *pMVar9;\n pointer ppMVar10;\n undefined4 extraout_var;\n \n if (previous_section_return != (Output_section_definition **)0x0) {\n *previous_section_return = (Output_section_definition *)0x0;\n }\n if ((this->memory_regions_ != (Memory_regions *)0x0) &&\n (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)) {\n pMVar9 = this->memory_regions_;\n ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10) {\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }\n }\n return (Memory_region *)0x0;\n}" { (declaration "Memory_region *pMVar1;" type_identifier (pointer_declarator "*pMVar1" * identifier) ;) (declaration "pointer ppOVar2;" type_identifier identifier ;) (declaration "Output_section_definition *pOVar3;" type_identifier (pointer_declarator "*pOVar3" * identifier) ;) (declaration "_func_int_varargs *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "Output_section *pOVar7;" type_identifier (pointer_declarator "*pOVar7" * identifier) ;) (declaration "Memory_region *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "pointer ppOVar8;" type_identifier identifier ;) (declaration "Memory_regions *pMVar9;" type_identifier (pointer_declarator "*pMVar9" * identifier) ;) (declaration "pointer ppMVar10;" type_identifier identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (if_statement "if (previous_section_return != (Output_section_definition **)0x0) {\n *previous_section_return = (Output_section_definition *)0x0;\n }" if (parenthesized_expression "(previous_section_return != (Output_section_definition **)0x0)" ( (binary_expression "previous_section_return != (Output_section_definition **)0x0" identifier != (cast_expression "(Output_section_definition **)0x0" ( (type_descriptor "Output_section_definition **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n *previous_section_return = (Output_section_definition *)0x0;\n }" { (expression_statement "*previous_section_return = (Output_section_definition *)0x0;" (assignment_expression "*previous_section_return = (Output_section_definition *)0x0" (pointer_expression "*previous_section_return" * identifier) = (cast_expression "(Output_section_definition *)0x0" ( (type_descriptor "Output_section_definition *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if ((this->memory_regions_ != (Memory_regions *)0x0) &&\n (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)) {\n pMVar9 = this->memory_regions_;\n ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10) {\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }\n }" if (parenthesized_expression "((this->memory_regions_ != (Memory_regions *)0x0) &&\n (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0))" ( (binary_expression "(this->memory_regions_ != (Memory_regions *)0x0) &&\n (iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)" (parenthesized_expression "(this->memory_regions_ != (Memory_regions *)0x0)" ( (binary_expression "this->memory_regions_ != (Memory_regions *)0x0" (field_expression "this->memory_regions_" identifier -> field_identifier) != (cast_expression "(Memory_regions *)0x0" ( (type_descriptor "Memory_regions *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar6 = std::string::compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0)" ( (ERROR "iVar6 = std::string::" (assignment_expression "iVar6 = std" identifier = identifier) : : identifier : :) (comma_expression "compare((string *)&section->name_,"/DISCARD/"), iVar6 != 0" (call_expression "compare((string *)&section->name_,"/DISCARD/")" identifier (argument_list "((string *)&section->name_,"/DISCARD/")" ( (cast_expression "(string *)&section->name_" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&section->name_" & (field_expression "section->name_" identifier -> field_identifier))) , (string_literal ""/DISCARD/"" " string_content ") ))) , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n pMVar9 = this->memory_regions_;\n ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10) {\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }\n }" { (expression_statement "pMVar9 = this->memory_regions_;" (assignment_expression "pMVar9 = this->memory_regions_" identifier = (field_expression "this->memory_regions_" identifier -> field_identifier)) ;) (expression_statement "ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start;" (assignment_expression "ppMVar10 = (pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start" identifier = (field_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_start" (field_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl" (parenthesized_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>)" ( (ERROR "pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::" (comma_expression "pMVar9->\n super__Vector_base<gold::Memory_region*,_std" (binary_expression "pMVar9->\n super__Vector_base<gold::Memory_region*" (binary_expression "pMVar9->\n super__Vector_base<gold" (field_expression "pMVar9->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Memory_region" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Memory_region*>_>" (binary_expression "Memory_region*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10) {\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }" if (parenthesized_expression "((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10)" ( (binary_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish != ppMVar10" (field_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish" (field_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl" (parenthesized_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>)" ( (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std" (binary_expression "pMVar9->super__Vector_base<gold" (field_expression "pMVar9->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) != identifier) )) (compound_statement "{\n this_00 = (Memory_region *)0x0;\nLAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );\n }" { (expression_statement "this_00 = (Memory_region *)0x0;" (assignment_expression "this_00 = (Memory_region *)0x0" identifier = (cast_expression "(Memory_region *)0x0" ( (type_descriptor "Memory_region *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_002575d6:\n do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );" statement_identifier : (do_statement "do {\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n } while( true );" do (compound_statement "{\n pMVar1 = *ppMVar10;\n if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }\n if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }\n p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];\n if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }\n if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;\n this_00 = *ppMVar10;\n bVar5 = Memory_region::attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);\n if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }\n }" { (expression_statement "pMVar1 = *ppMVar10;" (assignment_expression "pMVar1 = *ppMVar10" identifier = (pointer_expression "*ppMVar10" * identifier)) ;) (if_statement "if (find_vma_region) {\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }\n else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }" if (parenthesized_expression "(find_vma_region)" ( identifier )) (compound_statement "{\n ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }\n }" { (expression_statement "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;" (field_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start" (field_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl" (binary_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_" (binary_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold" (binary_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std" (assignment_expression "ppOVar8 = (pMVar1->vma_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pMVar1->vma_sections_).\n super__Vector_base<gold" (field_expression "(pMVar1->vma_sections_).\n super__Vector_base" (parenthesized_expression "(pMVar1->vma_sections_)" ( (field_expression "pMVar1->vma_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section_definition" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section_definition" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;" (field_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish" (field_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl" (binary_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_" (binary_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold" (binary_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std" (assignment_expression "ppOVar2 = (pMVar1->vma_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pMVar1->vma_sections_).\n super__Vector_base<gold" (field_expression "(pMVar1->vma_sections_).\n super__Vector_base" (parenthesized_expression "(pMVar1->vma_sections_)" ( (field_expression "pMVar1->vma_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section_definition" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section_definition" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }" if (parenthesized_expression "(ppOVar8 != ppOVar2)" ( (binary_expression "ppOVar8 != ppOVar2" identifier != identifier) )) (compound_statement "{\n pOVar3 = *ppOVar8;\n do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );\n }" { (expression_statement "pOVar3 = *ppOVar8;" (assignment_expression "pOVar3 = *ppOVar8" identifier = (pointer_expression "*ppOVar8" * identifier)) ;) (do_statement "do {\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n } while( true );" do (compound_statement "{\n if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }" { (if_statement "if (section == pOVar3) {\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }" if (parenthesized_expression "(section == pOVar3)" ( (binary_expression "section == pOVar3" identifier == identifier) )) (compound_statement "{\nLAB_00257698:\n pMVar1->last_section_ = section;\n return pMVar1;\n }" { (labeled_statement "LAB_00257698:\n pMVar1->last_section_ = section;" statement_identifier : (expression_statement "pMVar1->last_section_ = section;" (assignment_expression "pMVar1->last_section_ = section" (field_expression "pMVar1->last_section_" identifier -> field_identifier) = identifier) ;)) (return_statement "return pMVar1;" return identifier ;) })) (expression_statement "ppOVar8 = ppOVar8 + 1;" (assignment_expression "ppOVar8 = ppOVar8 + 1" identifier = (binary_expression "ppOVar8 + 1" identifier + number_literal)) ;) (if_statement "if (ppOVar2 == ppOVar8) break;" if (parenthesized_expression "(ppOVar2 == ppOVar8)" ( (binary_expression "ppOVar2 == ppOVar8" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "pOVar3 = *ppOVar8;" (assignment_expression "pOVar3 = *ppOVar8" identifier = (pointer_expression "*ppOVar8" * identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) }) (else_clause "else {\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }" else (compound_statement "{\n ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;\n ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;\n if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }\n }" { (expression_statement "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start;" (field_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_start" (field_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl" (binary_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_" (binary_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold" (binary_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std" (assignment_expression "ppOVar8 = (pMVar1->lma_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pMVar1->lma_sections_).\n super__Vector_base<gold" (field_expression "(pMVar1->lma_sections_).\n super__Vector_base" (parenthesized_expression "(pMVar1->lma_sections_)" ( (field_expression "pMVar1->lma_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section_definition" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section_definition" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish;" (field_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl._M_finish" (field_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_>\n ._M_impl" (binary_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold::Output_section_definition*>_" (binary_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std::allocator<gold" (binary_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold::Output_section_definition*,_std" (assignment_expression "ppOVar2 = (pMVar1->lma_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pMVar1->lma_sections_).\n super__Vector_base<gold" (field_expression "(pMVar1->lma_sections_).\n super__Vector_base" (parenthesized_expression "(pMVar1->lma_sections_)" ( (field_expression "pMVar1->lma_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section_definition" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section_definition" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppOVar8 != ppOVar2) {\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }" if (parenthesized_expression "(ppOVar8 != ppOVar2)" ( (binary_expression "ppOVar8 != ppOVar2" identifier != identifier) )) (compound_statement "{\n pOVar3 = *ppOVar8;\n while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }\n }" { (expression_statement "pOVar3 = *ppOVar8;" (assignment_expression "pOVar3 = *ppOVar8" identifier = (pointer_expression "*ppOVar8" * identifier)) ;) (while_statement "while( true ) {\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (section == pOVar3) goto LAB_00257698;\n ppOVar8 = ppOVar8 + 1;\n if (ppOVar2 == ppOVar8) break;\n pOVar3 = *ppOVar8;\n }" { (if_statement "if (section == pOVar3) goto LAB_00257698;" if (parenthesized_expression "(section == pOVar3)" ( (binary_expression "section == pOVar3" identifier == identifier) )) (goto_statement "goto LAB_00257698;" goto statement_identifier ;)) (expression_statement "ppOVar8 = ppOVar8 + 1;" (assignment_expression "ppOVar8 = ppOVar8 + 1" identifier = (binary_expression "ppOVar8 + 1" identifier + number_literal)) ;) (if_statement "if (ppOVar2 == ppOVar8) break;" if (parenthesized_expression "(ppOVar2 == ppOVar8)" ( (binary_expression "ppOVar2 == ppOVar8" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "pOVar3 = *ppOVar8;" (assignment_expression "pOVar3 = *ppOVar8" identifier = (pointer_expression "*ppOVar8" * identifier)) ;) })) })) }))) (if_statement "if (explicit_only) {\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }" if (parenthesized_expression "(explicit_only)" ( identifier )) (compound_statement "{\nLAB_0025763a:\n ppMVar10 = ppMVar10 + 1;\n if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;\n goto LAB_002575d6;\n }" { (labeled_statement "LAB_0025763a:\n ppMVar10 = ppMVar10 + 1;" statement_identifier : (expression_statement "ppMVar10 = ppMVar10 + 1;" (assignment_expression "ppMVar10 = ppMVar10 + 1" identifier = (binary_expression "ppMVar10 + 1" identifier + number_literal)) ;)) (if_statement "if ((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10) goto LAB_00257644;" if (parenthesized_expression "((pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10)" ( (binary_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish == ppMVar10" (field_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl._M_finish" (field_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>).\n _M_impl" (parenthesized_expression "(pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>)" ( (binary_expression "pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>" (binary_expression "pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_" (binary_expression "pMVar9->\n super__Vector_base<gold::Memory_region*,_std::allocator<gold" (binary_expression "pMVar9->\n super__Vector_base<gold::Memory_region*,_std" (binary_expression "pMVar9->\n super__Vector_base<gold" (field_expression "pMVar9->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) == identifier) )) (goto_statement "goto LAB_00257644;" goto statement_identifier ;)) (goto_statement "goto LAB_002575d6;" goto statement_identifier ;) })) (expression_statement "p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe];" (assignment_expression "p_Var4 = (section->super_Sections_element)._vptr_Sections_element[0xe]" identifier = (subscript_expression "(section->super_Sections_element)._vptr_Sections_element[0xe]" (field_expression "(section->super_Sections_element)._vptr_Sections_element" (parenthesized_expression "(section->super_Sections_element)" ( (field_expression "section->super_Sections_element" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Output_section_definition::get_output_section) {\n pOVar7 = section->output_section_;\n }\n else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }" if (parenthesized_expression "(p_Var4 == Output_section_definition::get_output_section)" ( (binary_expression "p_Var4 == Output_section_definition" identifier == identifier) (ERROR "::get_output_section" : : identifier) )) (compound_statement "{\n pOVar7 = section->output_section_;\n }" { (expression_statement "pOVar7 = section->output_section_;" (assignment_expression "pOVar7 = section->output_section_" identifier = (field_expression "section->output_section_" identifier -> field_identifier)) ;) }) (else_clause "else {\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }" else (compound_statement "{\n iVar6 = (*p_Var4)(section);\n pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);\n pMVar9 = this->memory_regions_;\n }" { (expression_statement "iVar6 = (*p_Var4)(section);" (assignment_expression "iVar6 = (*p_Var4)(section)" identifier = (call_expression "(*p_Var4)(section)" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "(section)" ( identifier )))) ;) (expression_statement "pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6);" (assignment_expression "pOVar7 = (Output_section *)CONCAT44(extraout_var,iVar6)" identifier = (cast_expression "(Output_section *)CONCAT44(extraout_var,iVar6)" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar6)" identifier (argument_list "(extraout_var,iVar6)" ( identifier , identifier ))))) ;) (expression_statement "pMVar9 = this->memory_regions_;" (assignment_expression "pMVar9 = this->memory_regions_" identifier = (field_expression "this->memory_regions_" identifier -> field_identifier)) ;) }))) (if_statement "if ((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))\n goto LAB_0025763a;" if (parenthesized_expression "((this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0))" ( (binary_expression "(this_00 != (Memory_region *)0x0) || (pOVar7 == (Output_section *)0x0)" (parenthesized_expression "(this_00 != (Memory_region *)0x0)" ( (binary_expression "this_00 != (Memory_region *)0x0" identifier != (cast_expression "(Memory_region *)0x0" ( (type_descriptor "Memory_region *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (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)) ))) )) (goto_statement "goto LAB_0025763a;" goto statement_identifier ;)) (expression_statement "this_00 = *ppMVar10;" (assignment_expression "this_00 = *ppMVar10" identifier = (pointer_expression "*ppMVar10" * identifier)) ;) (ERROR "bVar5 = Memory_region::" (assignment_expression "bVar5 = Memory_region" identifier = identifier) : :) (expression_statement "attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_);" (call_expression "attributes_compatible(this_00,pOVar7->flags_,(ulong)pOVar7->type_)" identifier (argument_list "(this_00,pOVar7->flags_,(ulong)pOVar7->type_)" ( identifier , (field_expression "pOVar7->flags_" identifier -> field_identifier) , (cast_expression "(ulong)pOVar7->type_" ( (type_descriptor "ulong" type_identifier) ) (field_expression "pOVar7->type_" identifier -> field_identifier)) ))) ;) (if_statement "if (!bVar5) {\n this_00 = (Memory_region *)0x0;\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n this_00 = (Memory_region *)0x0;\n }" { (expression_statement "this_00 = (Memory_region *)0x0;" (assignment_expression "this_00 = (Memory_region *)0x0" identifier = (cast_expression "(Memory_region *)0x0" ( (type_descriptor "Memory_region *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "ppMVar10 = ppMVar10 + 1;" (assignment_expression "ppMVar10 = ppMVar10 + 1" identifier = (binary_expression "ppMVar10 + 1" identifier + number_literal)) ;) (if_statement "if ((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10) {\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }" if (parenthesized_expression "((pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10)" ( (binary_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish == ppMVar10" (field_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl._M_finish" (field_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )._M_impl" (parenthesized_expression "(pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>\n )" ( (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_>" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold::Memory_region*>_" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std::allocator<gold" (binary_expression "pMVar9->super__Vector_base<gold::Memory_region*,_std" (binary_expression "pMVar9->super__Vector_base<gold" (field_expression "pMVar9->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Memory_region" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) == identifier) )) (compound_statement "{\nLAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }\n return this_00;\n }" { (labeled_statement "LAB_00257644:\n if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }" statement_identifier : (if_statement "if ((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)) {\n *previous_section_return = this_00->last_section_;\n }" if (parenthesized_expression "((this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0))" ( (binary_expression "(this_00 != (Memory_region *)0x0) &&\n (previous_section_return != (Output_section_definition **)0x0)" (parenthesized_expression "(this_00 != (Memory_region *)0x0)" ( (binary_expression "this_00 != (Memory_region *)0x0" identifier != (cast_expression "(Memory_region *)0x0" ( (type_descriptor "Memory_region *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(previous_section_return != (Output_section_definition **)0x0)" ( (binary_expression "previous_section_return != (Output_section_definition **)0x0" identifier != (cast_expression "(Output_section_definition **)0x0" ( (type_descriptor "Output_section_definition **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ))) )) (compound_statement "{\n *previous_section_return = this_00->last_section_;\n }" { (expression_statement "*previous_section_return = this_00->last_section_;" (assignment_expression "*previous_section_return = this_00->last_section_" (pointer_expression "*previous_section_return" * identifier) = (field_expression "this_00->last_section_" identifier -> field_identifier)) ;) }))) (return_statement "return this_00;" return identifier ;) })) }) while (parenthesized_expression "( true )" ( true )) ;)) })) })) (return_statement "return (Memory_region *)0x0;" return (cast_expression "(Memory_region *)0x0" ( (type_descriptor "Memory_region *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
(translation_unit "long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)\n\n{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}\n\n" (function_definition "long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)\n\n{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" identifier (parameter_list "(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char param_3" primitive_type identifier) , (parameter_declaration "char param_4" primitive_type identifier) , (parameter_declaration "undefined8 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (if_statement "if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }" if (parenthesized_expression "(param_5 != (undefined8 *)0x0)" ( (binary_expression "param_5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_5 = 0;\n }" { (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" * identifier) = number_literal) ;) })) (if_statement "if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0))" ( (binary_expression "(*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" (parenthesized_expression "(*(long *)(param_1 + 0x18) != 0)" ( (binary_expression "*(long *)(param_1 + 0x18) != 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" ( (comma_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0" (assignment_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/")" identifier = (call_expression "FUN_002e3a40(param_2 + 1,"/DISCARD/")" identifier (argument_list "(param_2 + 1,"/DISCARD/")" ( (binary_expression "param_2 + 1" identifier + number_literal) , (string_literal ""/DISCARD/"" " string_content ") )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" { (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "plVar9 = (long *)*plVar8;" (assignment_expression "plVar9 = (long *)*plVar8" identifier = (cast_expression "(long *)*plVar8" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar8" * identifier))) ;) (if_statement "if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" if (parenthesized_expression "((long *)plVar8[1] != plVar9)" ( (binary_expression "(long *)plVar8[1] != plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) != identifier) )) (compound_statement "{\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" statement_identifier : (do_statement "do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" do (compound_statement "{\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n }" { (expression_statement "lVar4 = *plVar9;" (assignment_expression "lVar4 = *plVar9" identifier = (pointer_expression "*plVar9" * identifier)) ;) (if_statement "if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" if (parenthesized_expression "(param_3 == '\0')" ( (binary_expression "param_3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }" { (expression_statement "puVar7 = *(undefined8 **)(lVar4 + 0x58);" (assignment_expression "puVar7 = *(undefined8 **)(lVar4 + 0x58)" identifier = (pointer_expression "*(undefined8 **)(lVar4 + 0x58)" * (cast_expression "(undefined8 **)(lVar4 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x58)" ( (binary_expression "lVar4 + 0x58" identifier + number_literal) ))))) ;) (if_statement "if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" if (parenthesized_expression "(puVar7 != *(undefined8 **)(lVar4 + 0x60))" ( (binary_expression "puVar7 != *(undefined8 **)(lVar4 + 0x60)" identifier != (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" * (cast_expression "(undefined8 **)(lVar4 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x60)" ( (binary_expression "lVar4 + 0x60" identifier + number_literal) ))))) )) (compound_statement "{\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" { (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" identifier = (cast_expression "(long *)*puVar7" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) (while_statement "while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" { (if_statement "if (param_2 == plVar6) goto LAB_00257698;" if (parenthesized_expression "(param_2 == plVar6)" ( (binary_expression "param_2 == plVar6" identifier == identifier) )) (goto_statement "goto LAB_00257698;" goto statement_identifier ;)) (expression_statement "puVar7 = puVar7 + 1;" (assignment_expression "puVar7 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) (if_statement "if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;" if (parenthesized_expression "(*(undefined8 **)(lVar4 + 0x60) == puVar7)" ( (binary_expression "*(undefined8 **)(lVar4 + 0x60) == puVar7" (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" * (cast_expression "(undefined8 **)(lVar4 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x60)" ( (binary_expression "lVar4 + 0x60" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" identifier = (cast_expression "(long *)*puVar7" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) })) })) }) (else_clause "else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" else (compound_statement "{\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" { (expression_statement "plVar6 = *(long **)(lVar4 + 0x40);" (assignment_expression "plVar6 = *(long **)(lVar4 + 0x40)" identifier = (pointer_expression "*(long **)(lVar4 + 0x40)" * (cast_expression "(long **)(lVar4 + 0x40)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x40)" ( (binary_expression "lVar4 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" if (parenthesized_expression "(plVar6 != *(long **)(lVar4 + 0x48))" ( (binary_expression "plVar6 != *(long **)(lVar4 + 0x48)" identifier != (pointer_expression "*(long **)(lVar4 + 0x48)" * (cast_expression "(long **)(lVar4 + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x48)" ( (binary_expression "lVar4 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" { (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" identifier = (cast_expression "(long *)*plVar6" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar6" * identifier))) ;) (do_statement "do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );" do (compound_statement "{\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n }" { (if_statement "if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" if (parenthesized_expression "(param_2 == plVar1)" ( (binary_expression "param_2 == plVar1" identifier == identifier) )) (compound_statement "{\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" { (labeled_statement "LAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;" statement_identifier : (expression_statement "*(long **)(lVar4 + 0x70) = param_2;" (assignment_expression "*(long **)(lVar4 + 0x70) = param_2" (pointer_expression "*(long **)(lVar4 + 0x70)" * (cast_expression "(long **)(lVar4 + 0x70)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x70)" ( (binary_expression "lVar4 + 0x70" identifier + number_literal) )))) = identifier) ;)) (return_statement "return lVar4;" return identifier ;) })) (expression_statement "plVar6 = plVar6 + 1;" (assignment_expression "plVar6 = plVar6 + 1" identifier = (binary_expression "plVar6 + 1" identifier + number_literal)) ;) (if_statement "if (*(long **)(lVar4 + 0x48) == plVar6) break;" if (parenthesized_expression "(*(long **)(lVar4 + 0x48) == plVar6)" ( (binary_expression "*(long **)(lVar4 + 0x48) == plVar6" (pointer_expression "*(long **)(lVar4 + 0x48)" * (cast_expression "(long **)(lVar4 + 0x48)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar4 + 0x48)" ( (binary_expression "lVar4 + 0x48" identifier + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" identifier = (cast_expression "(long *)*plVar6" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar6" * identifier))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) }))) (if_statement "if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" if (parenthesized_expression "(param_4 != '\0')" ( (binary_expression "param_4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" { (labeled_statement "LAB_0025763a:\n plVar9 = plVar9 + 1;" statement_identifier : (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" identifier = (binary_expression "plVar9 + 1" identifier + number_literal)) ;)) (if_statement "if ((long *)plVar8[1] == plVar9) goto LAB_00257644;" if (parenthesized_expression "((long *)plVar8[1] == plVar9)" ( (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) == identifier) )) (goto_statement "goto LAB_00257644;" goto statement_identifier ;)) (goto_statement "goto LAB_002575d6;" goto statement_identifier ;) })) (if_statement "if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x70) == FUN_0025d140)" ( (binary_expression "*(code **)(*param_2 + 0x70) == FUN_0025d140" (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n lVar4 = param_2[0xf];\n }" { (expression_statement "lVar4 = param_2[0xf];" (assignment_expression "lVar4 = param_2[0xf]" identifier = (subscript_expression "param_2[0xf]" identifier [ number_literal ])) ;) }) (else_clause "else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" else (compound_statement "{\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" { (expression_statement "lVar4 = (**(code **)(*param_2 + 0x70))(param_2);" (assignment_expression "lVar4 = (**(code **)(*param_2 + 0x70))(param_2)" identifier = (call_expression "(**(code **)(*param_2 + 0x70))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" ( (pointer_expression "**(code **)(*param_2 + 0x70)" * (pointer_expression "*(code **)(*param_2 + 0x70)" * (cast_expression "(code **)(*param_2 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x70)" ( (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) }))) (if_statement "if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;" if (parenthesized_expression "((lVar5 != 0) || (lVar4 == 0))" ( (binary_expression "(lVar5 != 0) || (lVar4 == 0)" (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) || (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) ))) )) (goto_statement "goto LAB_0025763a;" goto statement_identifier ;)) (expression_statement "lVar5 = *plVar9;" (assignment_expression "lVar5 = *plVar9" identifier = (pointer_expression "*plVar9" * identifier)) ;) (expression_statement "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));" (assignment_expression "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" identifier = (call_expression "FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" identifier (argument_list "(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" ( identifier , (pointer_expression "*(undefined8 *)(lVar4 + 0x70)" * (cast_expression "(undefined8 *)(lVar4 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x70)" ( (binary_expression "lVar4 + 0x70" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar4 + 0x6c)" * (cast_expression "(undefined4 *)(lVar4 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x6c)" ( (binary_expression "lVar4 + 0x6c" identifier + number_literal) )))) )))) ;) (if_statement "if (cVar2 == '\0') {\n lVar5 = 0;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n lVar5 = 0;\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) })) (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" identifier = (binary_expression "plVar9 + 1" identifier + number_literal)) ;) (if_statement "if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" if (parenthesized_expression "((long *)plVar8[1] == plVar9)" ( (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar8[1]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" { (labeled_statement "LAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" statement_identifier : (if_statement "if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" if (parenthesized_expression "((lVar5 != 0) && (param_5 != (undefined8 *)0x0))" ( (binary_expression "(lVar5 != 0) && (param_5 != (undefined8 *)0x0)" (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) && (parenthesized_expression "(param_5 != (undefined8 *)0x0)" ( (binary_expression "param_5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" { (expression_statement "*param_5 = *(undefined8 *)(lVar5 + 0x70);" (assignment_expression "*param_5 = *(undefined8 *)(lVar5 + 0x70)" (pointer_expression "*param_5" * identifier) = (pointer_expression "*(undefined8 *)(lVar5 + 0x70)" * (cast_expression "(undefined8 *)(lVar5 + 0x70)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x70)" ( (binary_expression "lVar5 + 0x70" identifier + number_literal) ))))) ;) }))) (return_statement "return lVar5;" return identifier ;) })) }) while (parenthesized_expression "( true )" ( true )) ;)) })) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * 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) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 * (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 (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;)) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( BOOL )) ;) })) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto 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 * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (return_statement return IDENT ;) })) }) while (parenthesized_expression ( BOOL )) ;)) })) })) (return_statement return LIT ;) })))
(function_definition "long FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)\n\n{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00257570(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" (identifier "FUN_00257570") (parameter_list "(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "char param_3" (primitive_type "char") (identifier "param_3")) (, ",") (parameter_declaration "char param_4" (primitive_type "char") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 *param_5" (type_identifier "undefined8") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n long *plVar1;\n char cVar2;\n int iVar3;\n long lVar4;\n long lVar5;\n long *plVar6;\n undefined8 *puVar7;\n long *plVar8;\n long *plVar9;\n \n if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }\n if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }\n return 0;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long *plVar6;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar6" (* "*") (identifier "plVar6")) (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "long *plVar8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar8" (* "*") (identifier "plVar8")) (; ";")) (declaration "long *plVar9;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar9" (* "*") (identifier "plVar9")) (; ";")) (if_statement "if (param_5 != (undefined8 *)0x0) {\n *param_5 = 0;\n }" (if "if") (parenthesized_expression "(param_5 != (undefined8 *)0x0)" (( "(") (binary_expression "param_5 != (undefined8 *)0x0" (identifier "param_5") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_5 = 0;\n }" ({ "{") (expression_statement "*param_5 = 0;" (assignment_expression "*param_5 = 0" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (if_statement "if ((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) {\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" (if "if") (parenthesized_expression "((*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0))" (( "(") (binary_expression "(*(long *)(param_1 + 0x18) != 0) &&\n (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" (parenthesized_expression "(*(long *)(param_1 + 0x18) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) != 0" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)" (( "(") (comma_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0" (assignment_expression "iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/")" (identifier "iVar3") (= "=") (call_expression "FUN_002e3a40(param_2 + 1,"/DISCARD/")" (identifier "FUN_002e3a40") (argument_list "(param_2 + 1,"/DISCARD/")" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) (, ",") (string_literal ""/DISCARD/"" (" """) (string_content "/DISCARD/") (" """)) () ")")))) (, ",") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n plVar8 = *(long **)(param_1 + 0x18);\n plVar9 = (long *)*plVar8;\n if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }\n }" ({ "{") (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" (identifier "plVar8") (= "=") (pointer_expression "*(long **)(param_1 + 0x18)" (* "*") (cast_expression "(long **)(param_1 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "plVar9 = (long *)*plVar8;" (assignment_expression "plVar9 = (long *)*plVar8" (identifier "plVar9") (= "=") (cast_expression "(long *)*plVar8" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar8" (* "*") (identifier "plVar8")))) (; ";")) (if_statement "if ((long *)plVar8[1] != plVar9) {\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" (if "if") (parenthesized_expression "((long *)plVar8[1] != plVar9)" (( "(") (binary_expression "(long *)plVar8[1] != plVar9" (cast_expression "(long *)plVar8[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar8[1]" (identifier "plVar8") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "plVar9")) () ")")) (compound_statement "{\n lVar5 = 0;\nLAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );\n }" ({ "{") (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" (identifier "lVar5") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_002575d6:\n do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" (statement_identifier "LAB_002575d6") (: ":") (do_statement "do {\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n } while( true );" (do "do") (compound_statement "{\n lVar4 = *plVar9;\n if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }\n if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }\n if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }\n if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;\n lVar5 = *plVar9;\n cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));\n if (cVar2 == '\0') {\n lVar5 = 0;\n }\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }\n }" ({ "{") (expression_statement "lVar4 = *plVar9;" (assignment_expression "lVar4 = *plVar9" (identifier "lVar4") (= "=") (pointer_expression "*plVar9" (* "*") (identifier "plVar9"))) (; ";")) (if_statement "if (param_3 == '\0') {\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }\n else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" (if "if") (parenthesized_expression "(param_3 == '\0')" (( "(") (binary_expression "param_3 == '\0'" (identifier "param_3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n puVar7 = *(undefined8 **)(lVar4 + 0x58);\n if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }\n }" ({ "{") (expression_statement "puVar7 = *(undefined8 **)(lVar4 + 0x58);" (assignment_expression "puVar7 = *(undefined8 **)(lVar4 + 0x58)" (identifier "puVar7") (= "=") (pointer_expression "*(undefined8 **)(lVar4 + 0x58)" (* "*") (cast_expression "(undefined8 **)(lVar4 + 0x58)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x58)" (( "(") (binary_expression "lVar4 + 0x58" (identifier "lVar4") (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (if_statement "if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) {\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" (if "if") (parenthesized_expression "(puVar7 != *(undefined8 **)(lVar4 + 0x60))" (( "(") (binary_expression "puVar7 != *(undefined8 **)(lVar4 + 0x60)" (identifier "puVar7") (!= "!=") (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" (* "*") (cast_expression "(undefined8 **)(lVar4 + 0x60)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x60)" (( "(") (binary_expression "lVar4 + 0x60" (identifier "lVar4") (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (compound_statement "{\n plVar6 = (long *)*puVar7;\n while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }\n }" ({ "{") (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" (identifier "plVar6") (= "=") (cast_expression "(long *)*puVar7" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar7" (* "*") (identifier "puVar7")))) (; ";")) (while_statement "while( true ) {\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (param_2 == plVar6) goto LAB_00257698;\n puVar7 = puVar7 + 1;\n if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;\n plVar6 = (long *)*puVar7;\n }" ({ "{") (if_statement "if (param_2 == plVar6) goto LAB_00257698;" (if "if") (parenthesized_expression "(param_2 == plVar6)" (( "(") (binary_expression "param_2 == plVar6" (identifier "param_2") (== "==") (identifier "plVar6")) () ")")) (goto_statement "goto LAB_00257698;" (goto "goto") (statement_identifier "LAB_00257698") (; ";"))) (expression_statement "puVar7 = puVar7 + 1;" (assignment_expression "puVar7 = puVar7 + 1" (identifier "puVar7") (= "=") (binary_expression "puVar7 + 1" (identifier "puVar7") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break;" (if "if") (parenthesized_expression "(*(undefined8 **)(lVar4 + 0x60) == puVar7)" (( "(") (binary_expression "*(undefined8 **)(lVar4 + 0x60) == puVar7" (pointer_expression "*(undefined8 **)(lVar4 + 0x60)" (* "*") (cast_expression "(undefined8 **)(lVar4 + 0x60)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x60)" (( "(") (binary_expression "lVar4 + 0x60" (identifier "lVar4") (+ "+") (number_literal "0x60")) () ")")))) (== "==") (identifier "puVar7")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "plVar6 = (long *)*puVar7;" (assignment_expression "plVar6 = (long *)*puVar7" (identifier "plVar6") (= "=") (cast_expression "(long *)*puVar7" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar7" (* "*") (identifier "puVar7")))) (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else {\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" (else "else") (compound_statement "{\n plVar6 = *(long **)(lVar4 + 0x40);\n if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }\n }" ({ "{") (expression_statement "plVar6 = *(long **)(lVar4 + 0x40);" (assignment_expression "plVar6 = *(long **)(lVar4 + 0x40)" (identifier "plVar6") (= "=") (pointer_expression "*(long **)(lVar4 + 0x40)" (* "*") (cast_expression "(long **)(lVar4 + 0x40)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x40)" (( "(") (binary_expression "lVar4 + 0x40" (identifier "lVar4") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (plVar6 != *(long **)(lVar4 + 0x48)) {\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" (if "if") (parenthesized_expression "(plVar6 != *(long **)(lVar4 + 0x48))" (( "(") (binary_expression "plVar6 != *(long **)(lVar4 + 0x48)" (identifier "plVar6") (!= "!=") (pointer_expression "*(long **)(lVar4 + 0x48)" (* "*") (cast_expression "(long **)(lVar4 + 0x48)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x48)" (( "(") (binary_expression "lVar4 + 0x48" (identifier "lVar4") (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (compound_statement "{\n plVar1 = (long *)*plVar6;\n do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );\n }" ({ "{") (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar6" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar6" (* "*") (identifier "plVar6")))) (; ";")) (do_statement "do {\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n } while( true );" (do "do") (compound_statement "{\n if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }\n plVar6 = plVar6 + 1;\n if (*(long **)(lVar4 + 0x48) == plVar6) break;\n plVar1 = (long *)*plVar6;\n }" ({ "{") (if_statement "if (param_2 == plVar1) {\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" (if "if") (parenthesized_expression "(param_2 == plVar1)" (( "(") (binary_expression "param_2 == plVar1" (identifier "param_2") (== "==") (identifier "plVar1")) () ")")) (compound_statement "{\nLAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;\n return lVar4;\n }" ({ "{") (labeled_statement "LAB_00257698:\n *(long **)(lVar4 + 0x70) = param_2;" (statement_identifier "LAB_00257698") (: ":") (expression_statement "*(long **)(lVar4 + 0x70) = param_2;" (assignment_expression "*(long **)(lVar4 + 0x70) = param_2" (pointer_expression "*(long **)(lVar4 + 0x70)" (* "*") (cast_expression "(long **)(lVar4 + 0x70)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x70)" (( "(") (binary_expression "lVar4 + 0x70" (identifier "lVar4") (+ "+") (number_literal "0x70")) () ")")))) (= "=") (identifier "param_2")) (; ";"))) (return_statement "return lVar4;" (return "return") (identifier "lVar4") (; ";")) (} "}"))) (expression_statement "plVar6 = plVar6 + 1;" (assignment_expression "plVar6 = plVar6 + 1" (identifier "plVar6") (= "=") (binary_expression "plVar6 + 1" (identifier "plVar6") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*(long **)(lVar4 + 0x48) == plVar6) break;" (if "if") (parenthesized_expression "(*(long **)(lVar4 + 0x48) == plVar6)" (( "(") (binary_expression "*(long **)(lVar4 + 0x48) == plVar6" (pointer_expression "*(long **)(lVar4 + 0x48)" (* "*") (cast_expression "(long **)(lVar4 + 0x48)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar4 + 0x48)" (( "(") (binary_expression "lVar4 + 0x48" (identifier "lVar4") (+ "+") (number_literal "0x48")) () ")")))) (== "==") (identifier "plVar6")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "plVar1 = (long *)*plVar6;" (assignment_expression "plVar1 = (long *)*plVar6" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar6" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar6" (* "*") (identifier "plVar6")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (} "}")))) (if_statement "if (param_4 != '\0') {\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" (if "if") (parenthesized_expression "(param_4 != '\0')" (( "(") (binary_expression "param_4 != '\0'" (identifier "param_4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\nLAB_0025763a:\n plVar9 = plVar9 + 1;\n if ((long *)plVar8[1] == plVar9) goto LAB_00257644;\n goto LAB_002575d6;\n }" ({ "{") (labeled_statement "LAB_0025763a:\n plVar9 = plVar9 + 1;" (statement_identifier "LAB_0025763a") (: ":") (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" (identifier "plVar9") (= "=") (binary_expression "plVar9 + 1" (identifier "plVar9") (+ "+") (number_literal "1"))) (; ";"))) (if_statement "if ((long *)plVar8[1] == plVar9) goto LAB_00257644;" (if "if") (parenthesized_expression "((long *)plVar8[1] == plVar9)" (( "(") (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar8[1]" (identifier "plVar8") ([ "[") (number_literal "1") (] "]"))) (== "==") (identifier "plVar9")) () ")")) (goto_statement "goto LAB_00257644;" (goto "goto") (statement_identifier "LAB_00257644") (; ";"))) (goto_statement "goto LAB_002575d6;" (goto "goto") (statement_identifier "LAB_002575d6") (; ";")) (} "}"))) (if_statement "if (*(code **)(*param_2 + 0x70) == FUN_0025d140) {\n lVar4 = param_2[0xf];\n }\n else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0x70) == FUN_0025d140)" (( "(") (binary_expression "*(code **)(*param_2 + 0x70) == FUN_0025d140" (pointer_expression "*(code **)(*param_2 + 0x70)" (* "*") (cast_expression "(code **)(*param_2 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x70)" (( "(") (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x70")) () ")")))) (== "==") (identifier "FUN_0025d140")) () ")")) (compound_statement "{\n lVar4 = param_2[0xf];\n }" ({ "{") (expression_statement "lVar4 = param_2[0xf];" (assignment_expression "lVar4 = param_2[0xf]" (identifier "lVar4") (= "=") (subscript_expression "param_2[0xf]" (identifier "param_2") ([ "[") (number_literal "0xf") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" (else "else") (compound_statement "{\n lVar4 = (**(code **)(*param_2 + 0x70))(param_2);\n plVar8 = *(long **)(param_1 + 0x18);\n }" ({ "{") (expression_statement "lVar4 = (**(code **)(*param_2 + 0x70))(param_2);" (assignment_expression "lVar4 = (**(code **)(*param_2 + 0x70))(param_2)" (identifier "lVar4") (= "=") (call_expression "(**(code **)(*param_2 + 0x70))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x70))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x70)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x70)" (* "*") (cast_expression "(code **)(*param_2 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x70)" (( "(") (binary_expression "*param_2 + 0x70" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "plVar8 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x18)" (identifier "plVar8") (= "=") (pointer_expression "*(long **)(param_1 + 0x18)" (* "*") (cast_expression "(long **)(param_1 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}")))) (if_statement "if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a;" (if "if") (parenthesized_expression "((lVar5 != 0) || (lVar4 == 0))" (( "(") (binary_expression "(lVar5 != 0) || (lVar4 == 0)" (parenthesized_expression "(lVar5 != 0)" (( "(") (binary_expression "lVar5 != 0" (identifier "lVar5") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto LAB_0025763a;" (goto "goto") (statement_identifier "LAB_0025763a") (; ";"))) (expression_statement "lVar5 = *plVar9;" (assignment_expression "lVar5 = *plVar9" (identifier "lVar5") (= "=") (pointer_expression "*plVar9" (* "*") (identifier "plVar9"))) (; ";")) (expression_statement "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c));" (assignment_expression "cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" (identifier "cVar2") (= "=") (call_expression "FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" (identifier "FUN_00256740") (argument_list "(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c))" (( "(") (identifier "lVar5") (, ",") (pointer_expression "*(undefined8 *)(lVar4 + 0x70)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 0x70)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x70)" (( "(") (binary_expression "lVar4 + 0x70" (identifier "lVar4") (+ "+") (number_literal "0x70")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(lVar4 + 0x6c)" (* "*") (cast_expression "(undefined4 *)(lVar4 + 0x6c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x6c)" (( "(") (binary_expression "lVar4 + 0x6c" (identifier "lVar4") (+ "+") (number_literal "0x6c")) () ")")))) () ")")))) (; ";")) (if_statement "if (cVar2 == '\0') {\n lVar5 = 0;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n lVar5 = 0;\n }" ({ "{") (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" (identifier "lVar5") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "plVar9 = plVar9 + 1;" (assignment_expression "plVar9 = plVar9 + 1" (identifier "plVar9") (= "=") (binary_expression "plVar9 + 1" (identifier "plVar9") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((long *)plVar8[1] == plVar9) {\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" (if "if") (parenthesized_expression "((long *)plVar8[1] == plVar9)" (( "(") (binary_expression "(long *)plVar8[1] == plVar9" (cast_expression "(long *)plVar8[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar8[1]" (identifier "plVar8") ([ "[") (number_literal "1") (] "]"))) (== "==") (identifier "plVar9")) () ")")) (compound_statement "{\nLAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }\n return lVar5;\n }" ({ "{") (labeled_statement "LAB_00257644:\n if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" (statement_identifier "LAB_00257644") (: ":") (if_statement "if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) {\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" (if "if") (parenthesized_expression "((lVar5 != 0) && (param_5 != (undefined8 *)0x0))" (( "(") (binary_expression "(lVar5 != 0) && (param_5 != (undefined8 *)0x0)" (parenthesized_expression "(lVar5 != 0)" (( "(") (binary_expression "lVar5 != 0" (identifier "lVar5") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(param_5 != (undefined8 *)0x0)" (( "(") (binary_expression "param_5 != (undefined8 *)0x0" (identifier "param_5") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")"))) () ")")) (compound_statement "{\n *param_5 = *(undefined8 *)(lVar5 + 0x70);\n }" ({ "{") (expression_statement "*param_5 = *(undefined8 *)(lVar5 + 0x70);" (assignment_expression "*param_5 = *(undefined8 *)(lVar5 + 0x70)" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (pointer_expression "*(undefined8 *)(lVar5 + 0x70)" (* "*") (cast_expression "(undefined8 *)(lVar5 + 0x70)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x70)" (( "(") (binary_expression "lVar5 + 0x70" (identifier "lVar5") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (} "}")))) (return_statement "return lVar5;" (return "return") (identifier "lVar5") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";"))) (} "}"))) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* DWARF original prototype: Memory_region * find_memory_region(Script_sections * this, Output_section_definition * section, bool find_vma_region, bool explicit_only, Output_section_definition * * previous_section_return) */ type_1 * __thiscall var_6::Script_sections::find_memory_region (Script_sections *this,type_3 *var_11,bool find_vma_region, bool explicit_only,type_3 **var_1) { type_1 *pMVar1; type_2 var_10; type_3 *var_12; type_4 *var_13; bool bVar5; int var_3; type_5 *var_16; type_1 *var_15; type_2 var_9; type_6 *pMVar9; type_2 var_8; type_7 extraout_var; if (var_1 != (type_3 **)0x0) { *var_1 = (type_3 *)0x0; } if ((this->memory_regions_ != (type_6 *)0x0) && (var_3 = std::type_8::var_2((type_8 *)&var_11->name_,"/DISCARD/"), var_3 != 0)) { pMVar9 = this->memory_regions_; var_8 = (pMVar9-> super__Vector_base<var_6::type_1*var_5,var_7::allocator<var_6::type_1*>var_4>var_5). _M_impl._M_start; if ((pMVar9->super__Vector_base<var_6::type_1*,var_7::allocator<var_6::type_1*>var_4>var_5). _M_impl._M_finish != var_8) { var_15 = (type_1 *)0x0; LAB_002575d6: do { pMVar1 = *var_8; if (find_vma_region) { var_9 = (pMVar1->vma_sections_). super__Vector_base<var_6::type_3*,var_7::allocator<var_6::type_3*>var_4> ._M_impl._M_start; var_10 = (pMVar1->vma_sections_). super__Vector_base<var_6::type_3*,var_7::allocator<var_6::type_3*>var_4> ._M_impl._M_finish; if (var_9 != var_10) { var_12 = *var_9; do { if (var_11 == var_12) { LAB_00257698: pMVar1->last_section_ = var_11; return pMVar1; } var_9 = var_9 + 1; if (var_10 == var_9) break; var_12 = *var_9; } while( true ); } } else { var_9 = (pMVar1->lma_sections_). super__Vector_base<var_6::type_3*,var_7::allocator<var_6::type_3*>var_4> ._M_impl._M_start; var_10 = (pMVar1->lma_sections_). super__Vector_base<var_6::type_3*,var_7::allocator<var_6::type_3*>var_4> ._M_impl._M_finish; if (var_9 != var_10) { var_12 = *var_9; while( true ) { if (var_11 == var_12) goto LAB_00257698; var_9 = var_9 + 1; if (var_10 == var_9) break; var_12 = *var_9; } } } if (explicit_only) { LAB_0025763a: var_8 = var_8 + 1; if ((pMVar9-> super__Vector_base<var_6::type_1*,var_7::allocator<var_6::type_1*>var_4>var_5). _M_impl._M_finish == var_8) goto LAB_00257644; goto LAB_002575d6; } var_13 = (var_11->super_Sections_element)._vptr_Sections_element[0xe]; if (var_13 == type_3::get_output_section) { var_16 = var_11->output_section_; } else { var_3 = (*var_13)(var_11); var_16 = (type_5 *)var_14(extraout_var,var_3); pMVar9 = this->memory_regions_; } if ((var_15 != (type_1 *)0x0) || (var_16 == (type_5 *)0x0)) goto LAB_0025763a; var_15 = *var_8; bVar5 = type_1::var_17(var_15,var_16->flags_,(type_9)var_16->type_); if (!bVar5) { var_15 = (type_1 *)0x0; } var_8 = var_8 + 1; if ((pMVar9->super__Vector_base<var_6::type_1*,var_7::allocator<var_6::type_1*>var_4>var_5 )._M_impl._M_finish == var_8) { LAB_00257644: if ((var_15 != (type_1 *)0x0) && (var_1 != (type_3 **)0x0)) { *var_1 = var_15->last_section_; } return var_15; } } while( true ); } } return (type_1 *)0x0; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (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 (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (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: (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: (sized_type_specifier) 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: (call_expression function: (identifier) arguments: (argument_list (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: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_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: (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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (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)))) (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: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (true)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (subscript_expression argument: (identifier) index: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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: (identifier)))) (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))))) (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: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (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: (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: (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)))))))))) (return_statement (identifier))))) condition: (parenthesized_expression (true)))))))) (return_statement (number_literal)))))
null
long MASKED(long param_1,long *param_2,char param_3,char param_4,undefined8 *param_5) { long *plVar1; char cVar2; int iVar3; long lVar4; long lVar5; long *plVar6; undefined8 *puVar7; long *plVar8; long *plVar9; if (param_5 != (undefined8 *)0x0) { *param_5 = 0; } if ((*(long *)(param_1 + 0x18) != 0) && (iVar3 = FUN_002e3a40(param_2 + 1,"/DISCARD/"), iVar3 != 0)) { plVar8 = *(long **)(param_1 + 0x18); plVar9 = (long *)*plVar8; if ((long *)plVar8[1] != plVar9) { lVar5 = 0; LAB_002575d6: do { lVar4 = *plVar9; if (param_3 == '\0') { puVar7 = *(undefined8 **)(lVar4 + 0x58); if (puVar7 != *(undefined8 **)(lVar4 + 0x60)) { plVar6 = (long *)*puVar7; while( true ) { if (param_2 == plVar6) goto LAB_00257698; puVar7 = puVar7 + 1; if (*(undefined8 **)(lVar4 + 0x60) == puVar7) break; plVar6 = (long *)*puVar7; } } } else { plVar6 = *(long **)(lVar4 + 0x40); if (plVar6 != *(long **)(lVar4 + 0x48)) { plVar1 = (long *)*plVar6; do { if (param_2 == plVar1) { LAB_00257698: *(long **)(lVar4 + 0x70) = param_2; return lVar4; } plVar6 = plVar6 + 1; if (*(long **)(lVar4 + 0x48) == plVar6) break; plVar1 = (long *)*plVar6; } while( true ); } } if (param_4 != '\0') { LAB_0025763a: plVar9 = plVar9 + 1; if ((long *)plVar8[1] == plVar9) goto LAB_00257644; goto LAB_002575d6; } if (*(code **)(*param_2 + 0x70) == FUN_0025d140) { lVar4 = param_2[0xf]; } else { lVar4 = (**(code **)(*param_2 + 0x70))(param_2); plVar8 = *(long **)(param_1 + 0x18); } if ((lVar5 != 0) || (lVar4 == 0)) goto LAB_0025763a; lVar5 = *plVar9; cVar2 = FUN_00256740(lVar5,*(undefined8 *)(lVar4 + 0x70),*(undefined4 *)(lVar4 + 0x6c)); if (cVar2 == '\0') { lVar5 = 0; } plVar9 = plVar9 + 1; if ((long *)plVar8[1] == plVar9) { LAB_00257644: if ((lVar5 != 0) && (param_5 != (undefined8 *)0x0)) { *param_5 = *(undefined8 *)(lVar5 + 0x70); } return lVar5; } } while( true ); } } return 0; }
98_i686-gnu-ar_and_i686-gnu-ar_strip.c
main
FUN_00102620
int main(int argc,char **argv) { bfd *pbVar1; bfd *pbVar2; char cVar3; bfd_boolean bVar4; uint uVar5; int iVar6; uint uVar7; uint uVar8; int iVar9; operations extraout_EAX; operations oVar10; long lVar11; bfd *arch; char **ppcVar12; char *pcVar13; off_t oVar14; bfd **ppbVar15; char *format; ulong uVar16; option *file_name; char **ppcVar17; int iVar18; long lVar19; char **ppcVar20; char *pcVar21; char **ppcVar22; uint uVar23; char **ppcVar24; char **ppcVar25; bool bVar26; byte bVar27; char **local_58; int local_4c [3]; char buffer [3]; undefined5 uStack_3d; bVar27 = 0; local_58 = argv; local_4c[0] = argc; setlocale(5,""); setlocale(0,""); bindtextdomain("binutils","/usr/share/locale"); textdomain("binutils"); program_name = *local_58; xmalloc_set_program_name(); bfd_set_error_program_name(program_name); bfd_plugin_set_program_name(program_name); expandargv(local_4c,&local_58); if (is_ranlib < 0) { pcVar13 = (char *)lbasename(program_name); uVar16 = 0xffffffffffffffff; pcVar21 = pcVar13; do { if (uVar16 == 0) break; uVar16 = uVar16 - 1; cVar3 = *pcVar21; pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1; } while (cVar3 != '\0'); if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0)) { is_ranlib = 0; } else { is_ranlib = 1; } } bfd_init(); set_default_bfd_target(); xatexit(remove_output); if (local_4c[0] < 2) goto LAB_00102f25; lVar19 = 8; iVar18 = 1; do { bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19)); if (bVar4 == 0) break; iVar18 = iVar18 + 1; lVar19 = lVar19 + 8; } while (iVar18 < local_4c[0]); do { file_name = (option *)(ulong)(iVar18 - 1U); ppcVar24 = local_58 + (long)iVar18 + -1; iVar18 = local_4c[0] - (iVar18 - 1U); local_58 = ppcVar24; local_4c[0] = iVar18; if (is_ranlib == 0) { ppcVar12 = ppcVar24; if (iVar18 < 2) goto LAB_001027bc; iVar6 = iVar18; if (*ppcVar24[1] != '-') { buffer[0] = '-'; lVar19 = -1; ppcVar17 = ppcVar24 + 2; buffer[2] = '\0'; pcVar21 = ppcVar24[1]; do { if (lVar19 == 0) break; lVar19 = lVar19 + -1; cVar3 = *pcVar21; pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1; } while (cVar3 != '\0'); iVar9 = iVar18 + -1 + ~(uint)lVar19; iVar6 = iVar9 + -1; ppcVar12 = (char **)xmalloc((long)iVar9 * 8); ppcVar25 = ppcVar12 + 1; *ppcVar12 = *ppcVar24; pcVar21 = ppcVar24[1]; cVar3 = *pcVar21; if (cVar3 != '\0') { ppcVar22 = ppcVar25; do { ppcVar25 = ppcVar22 + 1; pcVar21 = pcVar21 + 1; buffer[1] = cVar3; pcVar13 = (char *)xstrdup(buffer); *ppcVar22 = pcVar13; cVar3 = *pcVar21; ppcVar22 = ppcVar25; } while (cVar3 != '\0'); } ppcVar22 = ppcVar25; if (ppcVar17 < ppcVar24 + iVar18) { do { ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1; *ppcVar22 = *ppcVar17; ppcVar17 = ppcVar20; ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1; } while (ppcVar20 < ppcVar24 + iVar18); ppcVar25 = ppcVar25 + (long)iVar18 + -2; } *ppcVar25 = (char *)0x0; } file_name = (option *)&DAT_0010bd38; iVar18 = iVar6; while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0), uVar5 != 0xffffffff) { if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) && (operation != none)) { pcVar21 = "two different operation options specified"; goto LAB_00102ef0; } if (uVar5 < 0xcb) { /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */ /* WARNING: Treating indirect jump as call */ iVar18 = (*(code *)((long)&file_name->name + (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))(); return iVar18; } LAB_001027bc: usage(0); postype = pos_before; } local_58 = ppcVar12 + (int)optind; if (show_help == 0) { if (show_version != 0) { print_version("ar"); } if (mri_mode == 0) { file_name = (option *)*local_58; if (file_name == (option *)0x0) goto LAB_001027bc; oVar10 = operation; if (operation == quick_append) { if (write_armap != 0) { operation = replace; oVar10 = replace; } } else { ppcVar24 = ppcVar12; if ((operation == none) || (operation == print_table)) { LAB_00102ed1: if (write_armap == 1) { oVar14 = get_file_size((char *)file_name); iVar18 = 1; if (0 < oVar14) { iVar18 = ranlib_only((char *)file_name); } /* WARNING: Subroutine does not return */ xexit(iVar18); } ppcVar12 = ppcVar24; iVar18 = write_armap; if (oVar10 == none) { pcVar21 = "no operation specified"; goto LAB_00102ef0; } } } if (newer_only == 0) { LAB_00102cc0: if (deterministic < 0) { deterministic = 1; } } else { if (oVar10 != replace) { pcVar21 = "`u\' is only meaningful with the `r\' option."; goto LAB_00102ef0; } if (0 < deterministic) { pcVar21 = "`u\' is not meaningful with the `D\' option."; goto LAB_00102ef0; } if (deterministic != 0) { pcVar21 = (char *)dcgettext(0, "`u\' modifier ignored since `D\' is the default (see `U\')" ,5); non_fatal(pcVar21); goto LAB_00102cc0; } } if (postype == pos_default) { file_name = (option *)0x0; } else { file_name = (option *)0x1; pcVar21 = "missing position arg."; posname = *local_58; if (posname == (char *)0x0) goto LAB_00102ef0; } if (counted_name_mode != 0) { if ((operation & ~print_files) != del) { pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options."; goto LAB_00102ef0; } if (local_58[(int)file_name] == (char *)0x0) { pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5); /* WARNING: Subroutine does not return */ fatal(pcVar21); } lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10); counted_name_counter = (int)lVar19; if (counted_name_counter < 1) { pcVar21 = "Value for `N\' must be positive."; goto LAB_00102ef0; } file_name = (option *)(ulong)((int)file_name + 1); } pcVar21 = local_58[(int)file_name]; if (pcVar21 == (char *)0x0) goto LAB_001027bc; lVar19 = 0; do { lVar11 = lVar19; lVar19 = lVar11 + 1; } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0); ppcVar24 = (char **)0x0; iVar18 = (int)lVar11; pcVar13 = (char *)0x0; if (iVar18 != 0) { ppcVar24 = local_58 + (long)(int)file_name + 1; if (ppcVar24 == (char **)0x0) { pcVar13 = (char *)0x0; } else { pcVar13 = *ppcVar24; } } arch = open_inarch(pcVar21,pcVar13); if (operation == extract) { if ((arch->field_0x48 & 1) != 0) { pcVar21 = "`x\' cannot be used on thin archives."; goto LAB_00102ef0; } map_over_members(arch,extract_file,ppcVar24,iVar18); goto LAB_00102a47; } switch(operation) { case del: bVar26 = false; if (ppcVar24 != (char **)0x0) { for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) { iVar18 = strcmp(*ppcVar24,"__.SYMDEF"); if (iVar18 == 0) { arch->field_0x47 = arch->field_0x47 & 0x7f; write_armap = -1; } else { iVar18 = 0; pbVar1 = arch; while( true ) { ppbVar15 = &pbVar1->archive_next; if (*ppbVar15 == (bfd *)0x0) break; pcVar21 = (*ppbVar15)->filename; pcVar13 = *ppcVar24; if (full_pathname == 0) { pcVar13 = normalize(pcVar13,arch); } iVar6 = filename_cmp(pcVar13,pcVar21); if ((iVar6 == 0) && ((iVar18 = iVar18 + 1, counted_name_mode == 0 || (iVar18 == counted_name_counter)))) { if (verbose != 0) { printf("d - %s\n",*ppcVar24); } bVar26 = true; *ppbVar15 = (*ppbVar15)->archive_next; goto LAB_00102fbd; } pbVar1 = *ppbVar15; } if (verbose != 0) { pcVar21 = *ppcVar24; pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5); printf(pcVar13,pcVar21); } } LAB_00102fbd: } if (bVar26) goto LAB_001032bc; } break; case replace: case quick_append: switchD_00102dcd_caseD_2: if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) { replace_members(arch,ppcVar24,(uint)(operation == quick_append)); goto LAB_00102a47; } break; case print_table: map_over_members(arch,print_descr,ppcVar24,iVar18); goto LAB_00102a47; case print_files: map_over_members(arch,print_contents,ppcVar24,iVar18); goto LAB_00102a47; default: pcVar21 = "internal error -- this option not implemented"; LAB_00102ef0: pcVar21 = (char *)dcgettext(0,pcVar21,5); /* WARNING: Subroutine does not return */ fatal(pcVar21); case move: if (silent_create != 0) goto switchD_00102dcd_caseD_2; if (ppcVar24 != (char **)0x0) { for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) { while( true ) { pbVar1 = *ppbVar15; pcVar21 = *ppcVar24; if (pbVar1 == (bfd *)0x0) { pcVar13 = arch->filename; format = (char *)dcgettext(0,"no entry %s in archive %s!",5); /* WARNING: Subroutine does not return */ fatal(format,pcVar21,pcVar13); } pcVar13 = pbVar1->filename; if (full_pathname == 0) { pcVar21 = normalize(pcVar21,arch); } iVar18 = filename_cmp(pcVar21,pcVar13); if (iVar18 == 0) break; ppbVar15 = &(*ppbVar15)->archive_next; } *ppbVar15 = pbVar1->archive_next; ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0); bVar26 = verbose != 0; pbVar2 = *ppbVar15; *ppbVar15 = pbVar1; pbVar1->archive_next = pbVar2; if (bVar26) { printf("m - %s\n",*ppcVar24); } } LAB_001032bc: write_archive(arch); goto LAB_00102a47; } } output_filename = (char *)0x0; } else { if (deterministic < 0) { deterministic = 1; } iVar18 = fileno(stdin); interactive = isatty(iVar18); yyparse(); } LAB_00102a47: /* WARNING: Subroutine does not return */ xexit(0); } usage(1); } else { uVar5 = 0; file_name = long_options; while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) { if (iVar6 == 0x56) { LAB_00102b02: show_version = 1; } else if (iVar6 < 0x57) { if (iVar6 == 0x48) { LAB_00102ad5: show_help = 1; } else if (iVar6 == 0x55) { deterministic = 0; } else if (iVar6 == 0x44) { deterministic = 1; } } else if (iVar6 == 0x74) { uVar5 = 1; } else if (iVar6 < 0x75) { if (iVar6 == 0x68) goto LAB_00102ad5; } else { if (iVar6 == 0x76) goto LAB_00102b02; if (iVar6 == 0xc9) { bfd_plugin_set_plugin(optarg); } } } if (1 < iVar18) break; } ranlib_usage(0); LAB_00102f25: iVar18 = 1; } while( true ); if (show_help != 0) { ranlib_usage(1); oVar10 = extraout_EAX; goto LAB_00102ed1; } if (show_version != 0) { print_version("ranlib"); } if (deterministic < 0) { deterministic = 1; } if ((int)optind < iVar18) { lVar19 = (long)(int)optind; uVar7 = ~optind; ppcVar12 = ppcVar24 + lVar19; uVar23 = 0; do { pcVar21 = *ppcVar12; if (uVar5 == 0) { oVar14 = get_file_size(pcVar21); uVar8 = 1; if (0 < oVar14) { uVar8 = ranlib_only(pcVar21); } } else { oVar14 = get_file_size(pcVar21); uVar8 = uVar5; if (0 < oVar14) { iVar6 = open(pcVar21,2,0); if (iVar6 < 0) { bfd_set_error(1); /* WARNING: Subroutine does not return */ bfd_fatal(pcVar21); } lVar11 = bfd_fdopenr(pcVar21,0,iVar6); if (lVar11 == 0) { LAB_00103303: /* WARNING: Subroutine does not return */ bfd_fatal(pcVar21); } iVar6 = bfd_check_format_matches(lVar11,2,buffer); if (iVar6 == 0) { bfd_nonfatal(pcVar21); iVar18 = bfd_get_error(); if (iVar18 == 0xd) { list_matching_formats ((char **)CONCAT53(uStack_3d, CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))); free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))); } /* WARNING: Subroutine does not return */ xexit(1); } if (-1 < *(char *)(lVar11 + 0x47)) { pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5); /* WARNING: Subroutine does not return */ fatal(pcVar13,pcVar21); } if (deterministic != 0) { *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000; } (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11); iVar6 = bfd_close(lVar11); if (iVar6 == 0) goto LAB_00103303; uVar8 = 0; } } uVar23 = uVar23 | uVar8; ppcVar12 = ppcVar12 + 1; } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1); } else { uVar23 = 0; } /* WARNING: Subroutine does not return */ xexit(uVar23); }
void FUN_00102620(int param_1,ulong *param_2) { undefined8 *puVar1; char cVar2; int iVar3; uint uVar4; uint uVar5; uint uVar6; int iVar7; undefined4 uVar8; long lVar9; char *pcVar10; undefined8 *puVar11; ulong *puVar12; ulong uVar13; undefined8 uVar14; long *plVar15; undefined8 uVar16; ulong uVar17; undefined **ppuVar18; ulong *puVar19; int iVar20; long lVar21; ulong uVar22; ulong *puVar23; char *pcVar24; ulong *puVar25; uint uVar26; ulong *puVar27; ulong *puVar28; bool bVar29; byte bVar30; ulong *local_58; int local_4c [3]; undefined1 local_40; char cStack_3f; undefined1 uStack_3e; undefined5 uStack_3d; bVar30 = 0; local_58 = param_2; local_4c[0] = param_1; setlocale(5,""); setlocale(0,""); bindtextdomain("binutils","/usr/share/locale"); textdomain("binutils"); DAT_00110690 = *local_58; xmalloc_set_program_name(); bfd_set_error_program_name(DAT_00110690); bfd_plugin_set_program_name(DAT_00110690); FUN_00108bb0(local_4c,&local_58); if (DAT_00110518 < 0) { pcVar10 = (char *)lbasename(DAT_00110690); uVar13 = 0xffffffffffffffff; pcVar24 = pcVar10; do { if (uVar13 == 0) break; uVar13 = uVar13 - 1; cVar2 = *pcVar24; pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1; } while (cVar2 != '\0'); if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)) { DAT_00110518 = 0; } else { DAT_00110518 = 1; } } bfd_init(); FUN_001079a0(); FUN_001092f0(FUN_00105b00); if (local_4c[0] < 2) goto LAB_00102f25; lVar21 = 8; iVar20 = 1; do { iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21)); if (iVar3 == 0) break; iVar20 = iVar20 + 1; lVar21 = lVar21 + 8; } while (iVar20 < local_4c[0]); do { ppuVar18 = (undefined **)(ulong)(iVar20 - 1U); puVar27 = local_58 + (long)iVar20 + -1; iVar20 = local_4c[0] - (iVar20 - 1U); local_58 = puVar27; local_4c[0] = iVar20; if (DAT_00110518 == 0) { puVar12 = puVar27; if (iVar20 < 2) goto LAB_001027bc; iVar3 = iVar20; if (*(char *)puVar27[1] != '-') { local_40 = 0x2d; lVar21 = -1; puVar19 = puVar27 + 2; uStack_3e = 0; pcVar24 = (char *)puVar27[1]; do { if (lVar21 == 0) break; lVar21 = lVar21 + -1; cVar2 = *pcVar24; pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1; } while (cVar2 != '\0'); iVar7 = iVar20 + -1 + ~(uint)lVar21; iVar3 = iVar7 + -1; puVar12 = (ulong *)xmalloc((long)iVar7 * 8); puVar28 = puVar12 + 1; *puVar12 = *puVar27; pcVar24 = (char *)puVar27[1]; cVar2 = *pcVar24; if (cVar2 != '\0') { puVar25 = puVar28; do { puVar28 = puVar25 + 1; pcVar24 = pcVar24 + 1; cStack_3f = cVar2; uVar13 = xstrdup(&local_40); *puVar25 = uVar13; cVar2 = *pcVar24; puVar25 = puVar28; } while (cVar2 != '\0'); } puVar25 = puVar28; if (puVar19 < puVar27 + iVar20) { do { puVar23 = puVar19 + (ulong)bVar30 * -2 + 1; *puVar25 = *puVar19; puVar19 = puVar23; puVar25 = puVar25 + (ulong)bVar30 * -2 + 1; } while (puVar23 < puVar27 + iVar20); puVar28 = puVar28 + (long)iVar20 + -2; } *puVar28 = 0; } ppuVar18 = (undefined **)&DAT_0010bd38; iVar20 = iVar3; while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0), uVar4 != 0xffffffff) { if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) && (DAT_001104b0 != 0)) { pcVar24 = "two different operation options specified"; goto LAB_00102ef0; } if (uVar4 < 0xcb) { /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */ /* WARNING: Treating indirect jump as call */ (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))(); return; } LAB_001027bc: FUN_001053f0(0); DAT_001104b4 = 1; } local_58 = puVar12 + (int)optind; if (DAT_001104f8 == 0) { if (DAT_001104fc != 0) { FUN_00108580(&DAT_0010b1c1); } if (DAT_00110514 == 0) { ppuVar18 = (undefined **)*local_58; if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc; uVar4 = DAT_001104b0; if (DAT_001104b0 == 7) { if (DAT_001104c0 != 0) { DAT_001104b0 = 2; uVar4 = 2; } } else { puVar27 = puVar12; if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) { LAB_00102ed1: if (DAT_001104c0 == 1) { lVar21 = FUN_00108170(ppuVar18); uVar8 = 1; if (0 < lVar21) { uVar8 = FUN_001062f0(ppuVar18); } /* WARNING: Subroutine does not return */ xexit(uVar8); } puVar12 = puVar27; iVar20 = DAT_001104c0; if (uVar4 == 0) { pcVar24 = "no operation specified"; goto LAB_00102ef0; } } } if (DAT_001104c4 == 0) { LAB_00102cc0: if (DAT_00110314 < 0) { DAT_00110314 = 1; } } else { if (uVar4 != 2) { pcVar24 = "`u\' is only meaningful with the `r\' option."; goto LAB_00102ef0; } if (0 < DAT_00110314) { pcVar24 = "`u\' is not meaningful with the `D\' option."; goto LAB_00102ef0; } if (DAT_00110314 != 0) { uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5); FUN_00107900(uVar14); goto LAB_00102cc0; } } if (DAT_001104b4 == 0) { ppuVar18 = (undefined **)0x0; } else { ppuVar18 = (undefined **)0x1; pcVar24 = "missing position arg."; DAT_001104b8 = *local_58; if (DAT_001104b8 == 0) goto LAB_00102ef0; } if (DAT_00110510 != 0) { if ((DAT_001104b0 & 0xfffffffb) != 1) { pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options."; goto LAB_00102ef0; } if ((char *)local_58[(int)ppuVar18] == (char *)0x0) { uVar14 = dcgettext(0,"`N\' missing value.",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14); } lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10); DAT_0011050c = (int)lVar21; if (DAT_0011050c < 1) { pcVar24 = "Value for `N\' must be positive."; goto LAB_00102ef0; } ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1); } uVar13 = local_58[(int)ppuVar18]; if (uVar13 == 0) goto LAB_001027bc; uVar22 = 0; do { uVar17 = uVar22; uVar22 = uVar17 + 1; } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0); puVar27 = (ulong *)0x0; uVar22 = 0; if ((int)uVar17 != 0) { puVar27 = local_58 + (long)(int)ppuVar18 + 1; if (puVar27 == (ulong *)0x0) { uVar22 = 0; } else { uVar22 = *puVar27; } } puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22); if (DAT_001104b0 == 5) { if ((*(byte *)(puVar11 + 9) & 1) != 0) { pcVar24 = "`x\' cannot be used on thin archives."; goto LAB_00102ef0; } FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; } switch(DAT_001104b0) { case 1: bVar29 = false; if (puVar27 != (ulong *)0x0) { for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) { iVar20 = strcmp((char *)*puVar27,"__.SYMDEF"); if (iVar20 == 0) { *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f; DAT_001104c0 = -1; } else { iVar20 = 0; puVar1 = puVar11; while( true ) { plVar15 = puVar1 + 0x1b; if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break; uVar14 = *(undefined8 *)*plVar15; uVar13 = *puVar27; if (DAT_00110504 == 0) { uVar13 = FUN_00105b50(uVar13,puVar11); } iVar3 = filename_cmp(uVar13,uVar14); if ((iVar3 == 0) && ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) { if (DAT_001104d0 != 0) { printf("d - %s\n",*puVar27); } bVar29 = true; *plVar15 = *(long *)(*plVar15 + 0xd8); goto LAB_00102fbd; } puVar1 = (undefined8 *)*plVar15; } if (DAT_001104d0 != 0) { uVar13 = *puVar27; pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5); printf(pcVar24,uVar13); } } LAB_00102fbd: } if (bVar29) goto LAB_001032bc; } break; case 2: case 7: switchD_00102dcd_caseD_2: if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) { FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7); goto LAB_00102a47; } break; case 3: FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; case 4: FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; default: pcVar24 = "internal error -- this option not implemented"; LAB_00102ef0: uVar14 = dcgettext(0,pcVar24,5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14); case 6: if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2; if (puVar27 != (ulong *)0x0) { for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) { while( true ) { puVar1 = (undefined8 *)*plVar15; uVar13 = *puVar27; if (puVar1 == (undefined8 *)0x0) { uVar14 = *puVar11; uVar16 = dcgettext(0,"no entry %s in archive %s!",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar16,uVar13,uVar14); } uVar14 = *puVar1; if (DAT_00110504 == 0) { uVar13 = FUN_00105b50(uVar13,puVar11); } iVar20 = filename_cmp(uVar13,uVar14); if (iVar20 == 0) break; plVar15 = (long *)(*plVar15 + 0xd8); } *plVar15 = puVar1[0x1b]; plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0); bVar29 = DAT_001104d0 != 0; lVar21 = *plVar15; *plVar15 = (long)puVar1; puVar1[0x1b] = lVar21; if (bVar29) { printf("m - %s\n",*puVar27); } } LAB_001032bc: FUN_00105280(puVar11); goto LAB_00102a47; } } DAT_001104e8 = 0; } else { if (DAT_00110314 < 0) { DAT_00110314 = 1; } iVar20 = fileno(stdin); DAT_001104ac = isatty(iVar20); FUN_00103490(); } LAB_00102a47: /* WARNING: Subroutine does not return */ xexit(0); } FUN_001053f0(1); } else { uVar4 = 0; ppuVar18 = &PTR_DAT_00110320; while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) { if (iVar3 == 0x56) { LAB_00102b02: DAT_001104fc = 1; } else if (iVar3 < 0x57) { if (iVar3 == 0x48) { LAB_00102ad5: DAT_001104f8 = 1; } else if (iVar3 == 0x55) { DAT_00110314 = 0; } else if (iVar3 == 0x44) { DAT_00110314 = 1; } } else if (iVar3 == 0x74) { uVar4 = 1; } else if (iVar3 < 0x75) { if (iVar3 == 0x68) goto LAB_00102ad5; } else { if (iVar3 == 0x76) goto LAB_00102b02; if (iVar3 == 0xc9) { bfd_plugin_set_plugin(optarg); } } } if (1 < iVar20) break; } FUN_00105080(0); LAB_00102f25: iVar20 = 1; } while( true ); if (DAT_001104f8 != 0) { uVar4 = FUN_00105080(1); goto LAB_00102ed1; } if (DAT_001104fc != 0) { FUN_00108580("ranlib"); } if (DAT_00110314 < 0) { DAT_00110314 = 1; } if ((int)optind < iVar20) { lVar21 = (long)(int)optind; uVar5 = ~optind; puVar12 = puVar27 + lVar21; uVar26 = 0; do { pcVar24 = (char *)*puVar12; if (uVar4 == 0) { lVar9 = FUN_00108170(pcVar24); uVar6 = 1; if (0 < lVar9) { uVar6 = FUN_001062f0(pcVar24); } } else { lVar9 = FUN_00108170(pcVar24); uVar6 = uVar4; if (0 < lVar9) { iVar3 = open(pcVar24,2,0); if (-1 < iVar3) { lVar9 = bfd_fdopenr(pcVar24,0,iVar3); if (lVar9 != 0) { iVar3 = bfd_check_format_matches(lVar9,2,&local_40); if (iVar3 == 0) { FUN_001075b0(pcVar24); iVar20 = bfd_get_error(); if (iVar20 == 0xd) { FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))) ; free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))) ; } /* WARNING: Subroutine does not return */ xexit(1); } if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d; if (DAT_00110314 != 0) { *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000; } (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9); iVar3 = bfd_close(lVar9); if (iVar3 != 0) { uVar6 = 0; goto LAB_00102b92; } } FUN_001077e0(pcVar24); } bfd_set_error(1); FUN_001077e0(pcVar24); LAB_0010331d: uVar14 = dcgettext(0,"%s: no archive map to update",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14,pcVar24); } } LAB_00102b92: uVar26 = uVar26 | uVar6; puVar12 = puVar12 + 1; } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1); } else { uVar26 = 0; } /* WARNING: Subroutine does not return */ xexit(uVar26); }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x38 MOV dword ptr [RSP + 0x1c],EDI MOV EDI,0x5 MOV qword ptr [RSP + 0x10],RSI LEA RSI,[0x10b043] CALL 0x00102480 LEA RSI,[0x10b043] XOR EDI,EDI CALL 0x00102480 LEA RSI,[0x10b15e] LEA RDI,[0x10b170] CALL 0x001021a0 LEA RDI,[0x10b170] CALL 0x00102160 MOV RAX,qword ptr [RSP + 0x10] MOV RDI,qword ptr [RAX] MOV qword ptr [0x00110690],RDI CALL 0x00102290 MOV RDI,qword ptr [0x00110690] CALL 0x001024b0 MOV RDI,qword ptr [0x00110690] CALL 0x001023c0 LEA RSI,[RSP + 0x10] LEA RDI,[RSP + 0x1c] CALL 0x00108bb0 MOV ESI,dword ptr [0x00110518] TEST ESI,ESI JS 0x00102c45 CALL 0x001022e0 CALL 0x001079a0 LEA RDI,[0x105b00] CALL 0x001092f0 CMP dword ptr [RSP + 0x1c],0x1 JLE 0x00102f25 MOV EBP,0x8 MOV EBX,0x1 JMP 0x001026fd ADD EBX,0x1 ADD RBP,0x8 CMP dword ptr [RSP + 0x1c],EBX JLE 0x0010270f MOV RAX,qword ptr [RSP + 0x10] MOV RDI,qword ptr [RAX + RBP*0x1] CALL 0x001074c0 TEST EAX,EAX JNZ 0x001026f0 MOV RAX,qword ptr [RSP + 0x10] MOV EBP,dword ptr [RSP + 0x1c] MOVSXD RDX,EBX SUB EBX,0x1 MOV ECX,dword ptr [0x00110518] LEA R12,[RAX + RDX*0x8 + -0x8] SUB EBP,EBX MOV qword ptr [RSP + 0x10],R12 MOV dword ptr [RSP + 0x1c],EBP TEST ECX,ECX JNZ 0x00102a4e CMP EBP,0x1 JLE 0x001027bc MOV RDI,qword ptr [R12 + 0x8] CMP byte ptr [RDI],0x2d JNZ 0x00102dcf LEA RBX,[0x10bd38] NOP word ptr CS:[RAX + RAX*0x1] XOR R8D,R8D LEA RCX,[0x110320] MOV RSI,R12 MOV EDI,EBP LEA RDX,[0x10b1a5] CALL 0x001021e0 CMP EAX,-0x1 JZ 0x001029df LEA ECX,[RAX + -0x64] CMP ECX,0x14 JA 0x001027aa MOV EDX,0x1 SHL RDX,CL TEST EDX,0x117201 JZ 0x001027aa MOV EDX,dword ptr [0x001104b0] TEST EDX,EDX JNZ 0x001032ab CMP EAX,0xca JA 0x001027bc MOV EAX,EAX MOVSXD RAX,dword ptr [RBX + RAX*0x4] ADD RAX,RBX JMP RAX XOR EDI,EDI CALL 0x001053f0 NOP dword ptr [RAX + RAX*0x1] MOV dword ptr [0x001104b4],0x1 JMP 0x00102760 MOVSXD RAX,dword ptr [0x00110418] CMP dword ptr [0x001104f8],0x0 LEA RAX,[R12 + RAX*0x8] MOV qword ptr [RSP + 0x10],RAX JNZ 0x00102f14 CMP dword ptr [0x001104fc],0x0 JNZ 0x00102e8e CMP dword ptr [0x00110514],0x0 JZ 0x00102c82 CMP dword ptr [0x00110314],0x0 JNS 0x00102a29 MOV dword ptr [0x00110314],0x1 MOV RDI,qword ptr [0x00110410] CALL 0x001023b0 MOV EDI,EAX CALL 0x00102100 MOV dword ptr [0x001104ac],EAX CALL 0x00103490 XOR EDI,EDI CALL 0x00102500 XOR R13D,R13D LEA RBX,[0x110320] NOP dword ptr [RAX + RAX*0x1] XOR R8D,R8D MOV RCX,RBX LEA RDX,[0x10b180] MOV RSI,R12 MOV EDI,EBP CALL 0x001021e0 CMP EAX,-0x1 JZ 0x00102b11 CMP EAX,0x56 JZ 0x00102b02 JLE 0x00102ab0 CMP EAX,0x74 JZ 0x00102ae8 JLE 0x00102ad0 CMP EAX,0x76 JZ 0x00102b02 CMP EAX,0xc9 JNZ 0x00102a60 MOV RDI,qword ptr [0x00110420] CALL 0x001020d0 JMP 0x00102a60 CMP EAX,0x48 JZ 0x00102ad5 CMP EAX,0x55 JZ 0x00102af3 CMP EAX,0x44 JNZ 0x00102a60 MOV dword ptr [0x00110314],0x1 JMP 0x00102a60 CMP EAX,0x68 JNZ 0x00102a60 MOV dword ptr [0x001104f8],0x1 JMP 0x00102a60 MOV R13D,0x1 JMP 0x00102a60 MOV dword ptr [0x00110314],0x0 JMP 0x00102a60 MOV dword ptr [0x001104fc],0x1 JMP 0x00102a60 CMP EBP,0x1 JLE 0x00102f1e CMP dword ptr [0x001104f8],0x0 JNZ 0x00102ec7 CMP dword ptr [0x001104fc],0x0 JNZ 0x00102f2f CMP dword ptr [0x00110314],0x0 JNS 0x00102b47 MOV dword ptr [0x00110314],0x1 MOV EAX,dword ptr [0x00110418] CMP EBP,EAX JLE 0x00102f09 MOVSXD RDX,EAX NOT EAX ADD EAX,EBP LEA RBX,[R12 + RDX*0x8] ADD RAX,RDX LEA R14,[R12 + RAX*0x8 + 0x8] LEA RAX,[RSP + 0x28] XOR R12D,R12D MOV qword ptr [RSP],RAX JMP 0x00102b9f CALL 0x00108170 MOV EDX,0x1 TEST RAX,RAX JLE 0x00102b8f MOV RDI,RBP CALL 0x001062f0 MOV EDX,EAX OR R12D,EDX ADD RBX,0x8 CMP RBX,R14 JZ 0x00102f0c MOV RBP,qword ptr [RBX] MOV RDI,RBP TEST R13D,R13D JZ 0x00102b76 CALL 0x00108170 TEST RAX,RAX JLE 0x00102f01 XOR EDX,EDX XOR EAX,EAX MOV ESI,0x2 MOV RDI,RBP CALL 0x001024d0 TEST EAX,EAX JS 0x0010330b MOV EDX,EAX XOR ESI,ESI MOV RDI,RBP CALL 0x00102330 MOV R15,RAX TEST RAX,RAX JZ 0x00103303 MOV RDX,qword ptr [RSP] MOV ESI,0x2 MOV RDI,RAX CALL 0x00102550 TEST EAX,EAX JZ 0x0010333d CMP byte ptr [R15 + 0x47],0x0 JNS 0x0010331d CMP dword ptr [0x00110314],0x0 JZ 0x00102c1e OR dword ptr [R15 + 0x44],0x40000 MOV RAX,qword ptr [R15 + 0x8] MOV RDI,R15 CALL qword ptr [RAX + 0x1e8] MOV RDI,R15 CALL 0x00102510 TEST EAX,EAX JZ 0x00103303 XOR EAX,EAX OR R12D,EAX JMP 0x00102b92 MOV RDI,qword ptr [0x00110690] CALL 0x001022f0 OR RCX,-0x1 MOV RDX,RAX XOR EAX,EAX MOV RDI,RDX SCASB.REPNE RDI MOV RSI,RCX NOT RSI LEA RAX,[RSI + -0x1] CMP RAX,0x5 JA 0x00102e9f MOV dword ptr [0x00110518],0x0 JMP 0x001026be MOV RAX,qword ptr [RSP + 0x10] MOV RBX,qword ptr [RAX] TEST RBX,RBX JZ 0x001027bc MOV EAX,dword ptr [0x001104b0] CMP EAX,0x7 JZ 0x00103167 TEST EAX,EAX JZ 0x00102ed1 CMP EAX,0x3 JZ 0x00102ed1 CMP dword ptr [0x001104c4],0x0 JNZ 0x00102f40 CMP dword ptr [0x00110314],0x0 JNS 0x00102cd3 MOV dword ptr [0x00110314],0x1 CMP dword ptr [0x001104b4],0x0 JZ 0x001031b9 MOV RAX,qword ptr [RSP + 0x10] MOV EBX,0x1 MOV EDX,0x5 LEA RSI,[0x10b1db] MOV RAX,qword ptr [RAX] MOV qword ptr [0x001104b8],RAX TEST RAX,RAX JZ 0x00102ef0 CMP dword ptr [0x00110510],0x0 JZ 0x00102d56 MOV EAX,dword ptr [0x001104b0] AND EAX,0xfffffffb SUB EAX,0x1 JNZ 0x001031f5 MOV RDX,qword ptr [RSP + 0x10] MOVSXD RAX,EBX MOV RDI,qword ptr [RDX + RAX*0x8] TEST RDI,RDI JZ 0x0010323e MOV EDX,0xa XOR ESI,ESI CALL 0x00102370 MOV dword ptr [0x0011050c],EAX TEST EAX,EAX JLE 0x0010329a ADD EBX,0x1 MOV R8,qword ptr [RSP + 0x10] MOVSXD RAX,EBX SHL RAX,0x3 LEA RCX,[R8 + RAX*0x1] MOV RDI,qword ptr [RCX] TEST RDI,RDI JZ 0x001027bc XOR EDX,EDX MOV EBX,EDX ADD RDX,0x1 MOV RSI,qword ptr [RCX + RDX*0x8] TEST RSI,RSI JNZ 0x00102d74 XOR R13D,R13D TEST EBX,EBX JZ 0x00102d9c LEA R13,[R8 + RAX*0x1 + 0x8] TEST R13,R13 JZ 0x00103206 MOV RSI,qword ptr [R13] CALL 0x00106030 MOV R14,RAX MOV EAX,dword ptr [0x001104b0] CMP EAX,0x5 JZ 0x001031d1 LEA EDX,[RAX + -0x1] CMP EDX,0x6 JA 0x00103156 LEA RCX,[0x10c064] MOVSXD RDX,dword ptr [RCX + RDX*0x4] ADD RDX,RCX JMP RDX MOV byte ptr [RSP + 0x28],0x2d XOR EAX,EAX OR RCX,-0x1 LEA RBX,[R12 + 0x10] MOV byte ptr [RSP + 0x2a],0x0 SCASB.REPNE RDI MOV RAX,RCX NOT RAX LEA EAX,[RBP + RAX*0x1 + -0x1] LEA ESI,[RAX + -0x1] CDQE LEA RDI,[RAX*0x8] MOV dword ptr [RSP],ESI CALL 0x00102270 MOV RSI,RAX MOV qword ptr [RSP + 0x8],RAX LEA R15,[RAX + 0x8] MOV RAX,qword ptr [R12] MOV qword ptr [RSI],RAX MOV R14,qword ptr [R12 + 0x8] MOVZX EAX,byte ptr [R14] TEST AL,AL JZ 0x00102e50 LEA R13,[RSP + 0x28] NOP word ptr [RAX + RAX*0x1] MOV RDI,R13 MOV byte ptr [RSP + 0x29],AL ADD R15,0x8 ADD R14,0x1 CALL 0x001022b0 MOV qword ptr [R15 + -0x8],RAX MOVZX EAX,byte ptr [R14] TEST AL,AL JNZ 0x00102e30 MOVSXD RAX,EBP SHL RAX,0x3 ADD R12,RAX CMP R12,RBX JBE 0x00102e7a MOV RDI,R15 NOP word ptr [RAX + RAX*0x1] MOV RSI,RBX MOVSQ RDI,RSI MOV RBX,RSI CMP R12,RSI JA 0x00102e68 LEA R15,[R15 + RAX*0x1 + -0x10] MOV R12,qword ptr [RSP + 0x8] MOV EBP,dword ptr [RSP] MOV qword ptr [R15],0x0 JMP 0x0010274f LEA RDI,[0x10b1c1] CALL 0x00108580 JMP 0x00102a09 LEA RDI,[RDX + RSI*0x1 + -0x7] LEA RSI,[0x10b179] CALL 0x00102140 TEST EAX,EAX JNZ 0x00102c73 MOV dword ptr [0x00110518],0x1 JMP 0x001026be MOV EDI,0x1 CALL 0x00105080 MOV EBP,dword ptr [0x001104c0] CMP EBP,0x1 JZ 0x00102f57 TEST EAX,EAX JNZ 0x00102cb3 MOV EDX,0x5 LEA RSI,[0x10b1c4] XOR EDI,EDI CALL 0x001021b0 MOV RDI,RAX XOR EAX,EAX CALL 0x00107860 MOV EAX,R13D JMP 0x00102c3d XOR R12D,R12D MOV EDI,R12D CALL 0x00102500 MOV EDI,0x1 CALL 0x001053f0 XOR EDI,EDI CALL 0x00105080 MOV EBX,0x1 JMP 0x0010270f LEA RDI,[0x10b179] CALL 0x00108580 JMP 0x00102b34 CMP EAX,0x2 JZ 0x00103188 MOV EDX,0x5 LEA RSI,[0x10bbf0] JMP 0x00102ef0 MOV RDI,RBX CALL 0x00108170 TEST RAX,RAX JLE 0x00102f6e MOV RDI,RBX CALL 0x001062f0 MOV EBP,EAX MOV EDI,EBP CALL 0x00102500 TEST R13,R13 JZ 0x0010327a XOR EDX,EDX CMP EAX,0x7 MOV RSI,R13 MOV RDI,R14 SETZ DL CALL 0x00105c30 JMP 0x00102a47 LEA RAX,[R14 + 0xd8] XOR R12D,R12D MOV qword ptr [RSP],RAX TEST R13,R13 JNZ 0x00102fc1 JMP 0x00103217 AND byte ptr [R14 + 0x47],0x7f MOV dword ptr [0x001104c0],0xffffffff ADD R13,0x8 MOV RDI,qword ptr [R13] TEST RDI,RDI JZ 0x0010320e LEA RSI,[0x10b204] CALL 0x00102310 TEST EAX,EAX JZ 0x00102fae MOV RBX,qword ptr [RSP] XOR EBP,EBP JMP 0x00103033 CMP dword ptr [0x00110504],0x0 MOV R15,qword ptr [RAX] MOV RDI,qword ptr [R13] JNZ 0x00103001 MOV RSI,R14 CALL 0x00105b50 MOV RDI,RAX MOV RSI,R15 CALL 0x00102140 TEST EAX,EAX JNZ 0x00103029 ADD EBP,0x1 CMP dword ptr [0x00110510],0x0 JZ 0x00103259 CMP EBP,dword ptr [0x0011050c] JZ 0x00103259 MOV RBX,qword ptr [RBX] ADD RBX,0xd8 MOV RAX,qword ptr [RBX] TEST RAX,RAX JNZ 0x00102fe6 CMP dword ptr [0x001104d0],0x0 JZ 0x00102fbd MOV RBX,qword ptr [R13] XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x10b216] CALL 0x001021b0 MOV RDI,RAX MOV RSI,RBX XOR EAX,EAX CALL 0x001021f0 JMP 0x00102fbd CMP dword ptr [0x001104d4],0x0 JNZ 0x00102f75 LEA RAX,[R14 + 0xd8] MOV qword ptr [RSP],RAX TEST R13,R13 JZ 0x00103217 CMP qword ptr [R13],0x0 JZ 0x001032bc MOV RBX,qword ptr [RSP] JMP 0x001030ad MOV RBX,qword ptr [RBX] ADD RBX,0xd8 MOV RBP,qword ptr [RBX] MOV R12,qword ptr [R13] TEST RBP,RBP JZ 0x001032dd CMP dword ptr [0x00110504],0x0 MOV R15,qword ptr [RBP] JNZ 0x001030d8 MOV RDI,R12 MOV RSI,R14 CALL 0x00105b50 MOV R12,RAX MOV RSI,R15 MOV RDI,R12 CALL 0x00102140 TEST EAX,EAX JNZ 0x001030a3 MOV RAX,qword ptr [RBP + 0xd8] MOV RDI,qword ptr [RSP] XOR EDX,EDX MOV ESI,0x3 MOV qword ptr [RBX],RAX CALL 0x00104e70 CMP dword ptr [0x001104d0],0x0 MOV RDX,qword ptr [RAX] MOV qword ptr [RAX],RBP MOV qword ptr [RBP + 0xd8],RDX JNZ 0x00103227 ADD R13,0x8 JMP 0x00103092 MOV ECX,EBX MOV RDX,R13 LEA RSI,[0x104f20] MOV RDI,R14 CALL 0x00105e60 JMP 0x00102a47 MOV ECX,EBX MOV RDX,R13 LEA RSI,[0x105060] MOV RDI,R14 CALL 0x00105e60 JMP 0x00102a47 MOV EDX,0x5 LEA RSI,[0x10bd08] JMP 0x00102ef0 CMP dword ptr [0x001104c0],0x0 JZ 0x00102cb3 MOV dword ptr [0x001104b0],0x2 MOV EAX,0x2 JMP 0x00102cb3 CMP dword ptr [0x00110314],0x0 JG 0x001031c0 JZ 0x00102cd3 XOR EDI,EDI MOV EDX,0x5 LEA RSI,[0x10bc50] CALL 0x001021b0 MOV RDI,RAX XOR EAX,EAX CALL 0x00107900 JMP 0x00102cc0 XOR EBX,EBX JMP 0x00102d09 MOV EDX,0x5 LEA RSI,[0x10bc20] JMP 0x00102ef0 TEST byte ptr [R14 + 0x48],0x1 JNZ 0x00103289 MOV ECX,EBX MOV RDX,R13 LEA RSI,[0x105890] MOV RDI,R14 CALL 0x00105e60 JMP 0x00102a47 MOV EDX,0x5 LEA RSI,[0x10bc88] JMP 0x00102ef0 MOV RSI,R13 JMP 0x00102d9c TEST R12D,R12D JNZ 0x001032bc MOV qword ptr [0x001104e8],0x0 JMP 0x00102a47 MOV RSI,qword ptr [R13] LEA RDI,[0x10b22c] XOR EAX,EAX CALL 0x001021f0 JMP 0x0010311b MOV EDX,0x5 LEA RSI,[0x10b1f1] CALL 0x001021b0 MOV RDI,RAX XOR EAX,EAX CALL 0x00107860 CMP dword ptr [0x001104d0],0x0 JNZ 0x001032c9 MOV RAX,qword ptr [RBX] MOV R12D,0x1 MOV RAX,qword ptr [RAX + 0xd8] MOV qword ptr [RBX],RAX JMP 0x00102fbd CMP dword ptr [0x001104c0],0x0 JG 0x00102f7e JMP 0x00103217 MOV EDX,0x5 LEA RSI,[0x10bce0] JMP 0x00102ef0 MOV EDX,0x5 LEA RSI,[0x10bcc0] JMP 0x00102ef0 MOV EDX,0x5 LEA RSI,[0x10bbc0] JMP 0x00102ef0 MOV RDI,R14 CALL 0x00105280 JMP 0x00102a47 MOV RSI,qword ptr [R13] LEA RDI,[0x10b20e] XOR EAX,EAX CALL 0x001021f0 JMP 0x00103262 MOV RBX,qword ptr [R14] MOV EDX,0x5 LEA RSI,[0x10b234] XOR EDI,EDI CALL 0x001021b0 MOV RSI,R12 MOV RDI,RAX MOV RDX,RBX XOR EAX,EAX CALL 0x00107860 MOV RDI,RBP CALL 0x001077e0 MOV EDI,0x1 CALL 0x00102280 MOV RDI,RBP CALL 0x001077e0 LEA RSI,[0x10b188] XOR EDI,EDI MOV EDX,0x5 CALL 0x001021b0 MOV RSI,RBP MOV RDI,RAX XOR EAX,EAX CALL 0x00107860 MOV RDI,RBP CALL 0x001075b0 CALL 0x00102260 CMP EAX,0xd JZ 0x00103359 MOV EDI,0x1 CALL 0x00102500 MOV RDI,qword ptr [RSP + 0x28] CALL 0x001079f0 MOV RDI,qword ptr [RSP + 0x28] CALL 0x00102060 JMP 0x0010334f
null
null
null
null
[(u'INDIRECT_-1206957390', u'MULTIEQUAL_-1206957256'), (u'CALL_-1206963720', u'INDIRECT_-1206955209'), (u'CALL_-1206962705', u'INDIRECT_-1206954037'), (u'INDIRECT_-1206955627', u'COPY_-1206955652'), (u'CALL_-1206964256', u'INDIRECT_-1206957029'), (u'LOAD_-1206961775', u'PTRSUB_-1206951911'), (u'COPY_-1206952957', u'MULTIEQUAL_-1206958941'), (u'CALL_-1206966576', u'INDIRECT_-1206957388'), (u'INDIRECT_-1206955768', u'COPY_-1206955793'), (u'INDIRECT_-1206956024', u'MULTIEQUAL_-1206956010'), (u'INDIRECT_-1206953360', u'MULTIEQUAL_-1206953324'), (u'INDIRECT_-1206954098', u'MULTIEQUAL_-1206953958'), ('const-0', u'PTRSUB_-1206953544'), (u'MULTIEQUAL_-1206959533', u'SUBPIECE_-1206959558'), ('const--2', u'INT_MULT_-1206958057'), (u'INDIRECT_-1206955708', u'COPY_-1206955720'), (u'CALL_-1206962475', u'INDIRECT_-1206957127'), (u'CALL_-1206963376', u'INDIRECT_-1206954450'), (u'PTRADD_-1206952652', u'INT_LESS_-1206963344'), (u'CALL_-1206961371', u'INDIRECT_-1206954060'), (u'INDIRECT_-1206955696', u'COPY_-1206955723'), (u'INDIRECT_-1206955897', u'MULTIEQUAL_-1206957081'), (u'INT_ZEXT_-1206963320', u'INT_MULT_-1206952532'), (u'CALL_-1206963457', u'INDIRECT_-1206955657'), (u'CALL_-1206965235', u'CALL_-1206965223'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206956245'), (u'MULTIEQUAL_-1206958207', u'MULTIEQUAL_-1206958180'), (u'CALL_-1206962475', u'INDIRECT_-1206953809'), (u'INDIRECT_-1206956433', u'MULTIEQUAL_-1206956416'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956865'), (u'STORE_-1206963548', u'INDIRECT_-1206957201'), (u'CALL_-1206961461', u'INDIRECT_-1206954205'), ('const-433', u'LOAD_-1206964414'), (u'INDIRECT_-1206954383', u'MULTIEQUAL_-1206955075'), ('tmp_6446', u'CBRANCH_-1206961732'), (u'COPY_-1206953045', u'MULTIEQUAL_-1206959221'), (u'MULTIEQUAL_-1206955961', u'MULTIEQUAL_-1206955925'), (u'PIECE_-1206952531', u'PIECE_-1206952530'), (u'CALL_-1206961790', u'INDIRECT_-1206956097'), (u'CAST_-1206952984', u'LOAD_-1206963465'), (u'INT_SLESS_-1206963866', u'CBRANCH_-1206963873'), (u'CALL_-1206965235', u'INDIRECT_-1206957371'), (u'INT_ADD_-1206963460', u'CAST_-1206952992'), (u'CALL_-1206963443', u'INDIRECT_-1206956473'), (u'INDIRECT_-1206954211', u'MULTIEQUAL_-1206952411'), (u'INDIRECT_-1206957108', u'MULTIEQUAL_-1206956974'), (u'INDIRECT_-1206957344', u'MULTIEQUAL_-1206957251'), (u'INDIRECT_-1206957642', u'MULTIEQUAL_-1206957557'), (u'INDIRECT_-1206954557', u'MULTIEQUAL_-1206954494'), (u'CALL_-1206963478', u'INDIRECT_-1206954528'), (u'CALL_-1206961629', u'INDIRECT_-1206955002'), (u'CALL_-1206961124', u'INDIRECT_-1206952686'), (u'CALL_-1206966621', u'INDIRECT_-1206955964'), (u'INDIRECT_-1206955922', u'MULTIEQUAL_-1206956063'), (u'INDIRECT_-1206956923', u'MULTIEQUAL_-1206956775'), (u'CALL_-1206965223', u'INDIRECT_-1206954560'), (u'INDIRECT_-1206956984', u'MULTIEQUAL_-1206957901'), (u'STORE_-1206961697', u'INDIRECT_-1206956433'), (u'CALL_-1206961181', u'INDIRECT_-1206952858'), (u'STORE_-1206961738', u'INDIRECT_-1206956033'), (u'CALL_-1206963611', u'INT_ADD_-1206963528'), (u'INDIRECT_-1206956459', u'MULTIEQUAL_-1206956286'), (u'INDIRECT_-1206955469', u'MULTIEQUAL_-1206957587'), (u'INT_EQUAL_-1206961662', u'CBRANCH_-1206961656'), (u'CALL_-1206961790', u'INDIRECT_-1206954686'), (u'INDIRECT_-1206956970', u'MULTIEQUAL_-1206956811'), ('const-118', u'INT_EQUAL_-1206964202'), (u'CALL_-1206961641', u'INDIRECT_-1206955781'), (u'MULTIEQUAL_-1206958718', u'STORE_-1206963324'), (u'PTRSUB_-1206952163', u'STORE_-1206961697'), (u'INDIRECT_-1206954122', u'MULTIEQUAL_-1206954124'), (u'CAST_-1206952957', u'COPY_-1206953045'), (u'CALL_-1206964010', u'INDIRECT_-1206954961'), (u'CALL_-1206966381', u'INDIRECT_-1206955791'), (u'CALL_-1206966544', u'INDIRECT_-1206956021'), (u'PTRADD_-1206953303', u'MULTIEQUAL_-1206959905'), (u'CALL_-1206962501', u'INDIRECT_-1206956848'), (u'INDIRECT_-1206956151', u'MULTIEQUAL_-1206956134'), (u'CALL_-1206963314', u'INDIRECT_-1206956756'), (u'CALL_-1206966488', u'INDIRECT_-1206955866'), (u'CALL_-1206962475', u'INDIRECT_-1206955432'), (u'INDIRECT_-1206954244', u'MULTIEQUAL_-1206954229'), (u'CALL_-1206963443', u'INDIRECT_-1206955627'), (u'PTRADD_-1206954356', u'LOAD_-1206966250'), (u'INT_NOTEQUAL_-1206963119', u'CBRANCH_-1206963120'), ('const-2', u'CALL_-1206963564'), (u'CALL_-1206961568', u'INDIRECT_-1206954175'), (u'INDIRECT_-1206952520', u'MULTIEQUAL_-1206952450'), (u'CALL_-1206965208', u'INDIRECT_-1206954905'), (u'CALL_-1206964068', u'INDIRECT_-1206956561'), (u'INDIRECT_-1206957595', u'MULTIEQUAL_-1206957093'), (u'CALL_-1206961544', u'INDIRECT_-1206952818'), (u'CALL_-1206963611', u'INDIRECT_-1206957275'), ('const-0', u'INT_SLESS_-1206963447'), (u'MULTIEQUAL_-1206958718', u'PTRADD_-1206952497'), (u'INDIRECT_-1206955691', u'MULTIEQUAL_-1206957587'), (u'INDIRECT_-1206953243', u'MULTIEQUAL_-1206953207'), (u'MULTIEQUAL_-1206955235', u'MULTIEQUAL_-1206955357'), (u'PTRSUB_-1206952188', u'LOAD_-1206961629'), (u'STORE_-1206963494', u'INDIRECT_-1206956579'), (u'MULTIEQUAL_-1206956129', u'MULTIEQUAL_-1206955565'), (u'INDIRECT_-1206954438', u'COPY_-1206954450'), (u'CAST_-1206952877', u'MULTIEQUAL_-1206960893'), (u'CALL_-1206964279', u'INDIRECT_-1206957924'), (u'INDIRECT_-1206957296', u'MULTIEQUAL_-1206957251'), (u'CALL_-1206966157', u'INT_LESS_-1206965994'), (u'STORE_-1206963548', u'INDIRECT_-1206955367'), (u'CALL_-1206960892', u'INDIRECT_-1206952591'), (u'CALL_-1206966544', u'INDIRECT_-1206958632'), (u'INDIRECT_-1206957029', u'MULTIEQUAL_-1206956527'), (u'INDIRECT_-1206957149', u'MULTIEQUAL_-1206957133'), (u'MULTIEQUAL_-1206955784', u'MULTIEQUAL_-1206955257'), (u'CALL_-1206964068', u'INDIRECT_-1206956984'), (u'CALL_-1206961866', u'INDIRECT_-1206954662'), (u'MULTIEQUAL_-1206957654', u'INT_SLESS_-1206962853'), (u'CALL_-1206964167', u'INDIRECT_-1206957008'), (u'CALL_-1206963657', u'INDIRECT_-1206957157'), (u'INDIRECT_-1206952723', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206955063', u'MULTIEQUAL_-1206953241'), (u'CALL_-1206966621', u'INDIRECT_-1206958692'), (u'INDIRECT_-1206955022', u'MULTIEQUAL_-1206954998'), (u'INT_SEXT_-1206965979', u'INT_ADD_-1206954228'), (u'CALL_-1206966576', u'INDIRECT_-1206956824'), (u'CALL_-1206961477', u'INDIRECT_-1206955486'), (u'CALL_-1206966381', u'INDIRECT_-1206959083'), (u'INDIRECT_-1206954067', u'MULTIEQUAL_-1206953281'), (u'INT_ADD_-1206964096', u'COPY_-1206952759'), (u'INDIRECT_-1206958945', u'MULTIEQUAL_-1206958196'), (u'MULTIEQUAL_-1206956973', u'MULTIEQUAL_-1206956081'), (u'MULTIEQUAL_-1206957251', u'MULTIEQUAL_-1206957231'), (u'STORE_-1206963494', u'INDIRECT_-1206955733'), (u'INDIRECT_-1206956306', u'MULTIEQUAL_-1206955667'), (u'CALL_-1206963376', u'INDIRECT_-1206955860'), (u'CALL_-1206961495', u'INDIRECT_-1206956060'), (u'CALL_-1206966673', u'INDIRECT_-1206957034'), (u'CALL_-1206961156', u'INDIRECT_-1206955995'), (u'CALL_-1206966381', u'INDIRECT_-1206958095'), (u'CALL_-1206966488', u'INDIRECT_-1206958735'), (u'CALL_-1206960892', u'INDIRECT_-1206953749'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955496'), (u'INDIRECT_-1206954089', u'MULTIEQUAL_-1206953947'), (u'LOAD_-1206961906', u'CALL_-1206961866'), (u'CALL_-1206966621', u'INDIRECT_-1206958410'), (u'MULTIEQUAL_-1206958620', u'STORE_-1206961738'), (u'CALL_-1206966673', u'INDIRECT_-1206955642'), (u'CALL_-1206961547', u'INDIRECT_-1206954814'), (u'MULTIEQUAL_-1206952225', u'MULTIEQUAL_-1206952222'), (u'CALL_-1206963443', u'INDIRECT_-1206955063'), (u'INDIRECT_-1206956989', u'MULTIEQUAL_-1206957431'), (u'MULTIEQUAL_-1206956269', u'MULTIEQUAL_-1206956106'), (u'CALL_-1206961495', u'INDIRECT_-1206953378'), (u'INDIRECT_-1206954962', u'MULTIEQUAL_-1206954968'), (u'MULTIEQUAL_-1206957773', u'MULTIEQUAL_-1206958363'), (u'INDIRECT_-1206953017', u'MULTIEQUAL_-1206954758'), (u'CALL_-1206961629', u'INDIRECT_-1206954579'), (u'CALL_-1206966522', u'INDIRECT_-1206956782'), ('const-1', u'PTRADD_-1206963412'), (u'CALL_-1206963376', u'INDIRECT_-1206954309'), (u'MULTIEQUAL_-1206960893', u'MULTIEQUAL_-1206960981'), (u'INDIRECT_-1206956872', u'MULTIEQUAL_-1206956789'), (u'CALL_-1206961575', u'INDIRECT_-1206952425'), (u'MULTIEQUAL_-1206955844', u'MULTIEQUAL_-1206954952'), (u'INDIRECT_-1206956165', u'MULTIEQUAL_-1206955526'), ('const-433', u'LOAD_-1206961024'), (u'MULTIEQUAL_-1206957678', u'MULTIEQUAL_-1206956786'), (u'CALL_-1206964256', u'INDIRECT_-1206955618'), (u'CALL_-1206961728', u'INDIRECT_-1206956207'), (u'INDIRECT_-1206952474', u'MULTIEQUAL_-1206952580'), (u'CALL_-1206963513', u'INDIRECT_-1206955426'), (u'CALL_-1206961495', u'INDIRECT_-1206955071'), (u'CALL_-1206961810', u'INDIRECT_-1206955830'), (u'MULTIEQUAL_-1206955357', u'MULTIEQUAL_-1206955341'), (u'INDIRECT_-1206955871', u'COPY_-1206955901'), (u'MULTIEQUAL_-1206952222', u'CBRANCH_-1206961063'), (u'CALL_-1206966605', u'INDIRECT_-1206959922'), (u'MULTIEQUAL_-1206953139', u'MULTIEQUAL_-1206953125'), (u'MULTIEQUAL_-1206958055', u'MULTIEQUAL_-1206956833'), (u'MULTIEQUAL_-1206954958', u'MULTIEQUAL_-1206956388'), (u'CALL_-1206963457', u'INDIRECT_-1206955516'), (u'INDIRECT_-1206953727', u'COPY_-1206953724'), (u'INDIRECT_-1206957587', u'MULTIEQUAL_-1206957414'), (u'CALL_-1206963330', u'MULTIEQUAL_-1206957164'), (u'INT_NOTEQUAL_-1206961886', u'CBRANCH_-1206961885'), ('const-433', u'LOAD_-1206964613'), (u'INDIRECT_-1206956566', u'MULTIEQUAL_-1206956468'), (u'CALL_-1206962705', u'INDIRECT_-1206952861'), (u'INDIRECT_-1206957728', u'MULTIEQUAL_-1206957555'), (u'MULTIEQUAL_-1206956047', u'MULTIEQUAL_-1206955447'), (u'STORE_-1206961738', u'INDIRECT_-1206953776'), (u'CALL_-1206961547', u'INDIRECT_-1206953827'), (u'CALL_-1206965223', u'INDIRECT_-1206956657'), (u'SUBPIECE_-1206959558', u'INT_SEXT_-1206964296'), (u'INDIRECT_-1206956707', u'MULTIEQUAL_-1206956609'), (u'INDIRECT_-1206955666', u'MULTIEQUAL_-1206955059'), (u'STORE_-1206961738', u'INDIRECT_-1206955610'), (u'CALL_-1206961810', u'INDIRECT_-1206954278'), (u'INDIRECT_-1206953140', u'MULTIEQUAL_-1206954881'), (u'CALL_-1206966488', u'INDIRECT_-1206955509'), (u'INDIRECT_-1206956015', u'MULTIEQUAL_-1206955994'), (u'INDIRECT_-1206953981', u'MULTIEQUAL_-1206953872'), (u'LOAD_-1206964306', u'CALL_-1206964256'), (u'CALL_-1206961790', u'INDIRECT_-1206953228'), (u'INT_ADD_-1206954234', u'CAST_-1206954117'), (u'INDIRECT_-1206957501', u'MULTIEQUAL_-1206956186'), (u'CALL_-1206966645', u'INDIRECT_-1206957160'), (u'MULTIEQUAL_-1206955697', u'MULTIEQUAL_-1206955677'), ('const-0', u'INT_EQUAL_-1206964287'), (u'CALL_-1206966522', u'INDIRECT_-1206957628'), (u'MULTIEQUAL_-1206955005', u'MULTIEQUAL_-1206955141'), (u'MULTIEQUAL_-1206957926', u'LOAD_-1206961924'), (u'CALL_-1206961669', u'INDIRECT_-1206956218'), (u'INDIRECT_-1206956289', u'MULTIEQUAL_-1206957587'), (u'CALL_-1206962475', u'INDIRECT_-1206955150'), (u'MULTIEQUAL_-1206957397', u'MULTIEQUAL_-1206957350'), ('const-1', u'RETURN_-1206961119'), (u'STORE_-1206963494', u'INDIRECT_-1206957708'), (u'INDIRECT_-1206956133', u'COPY_-1206956145'), (u'CALL_-1206966480', u'INDIRECT_-1206957600'), (u'INDIRECT_-1206956831', u'MULTIEQUAL_-1206956806'), ('tmp_6165', u'CBRANCH_-1206961885'), (u'MULTIEQUAL_-1206956551', u'MULTIEQUAL_-1206956504'), (u'CALL_-1206961810', u'INDIRECT_-1206953996'), (u'INDIRECT_-1206955102', u'MULTIEQUAL_-1206953895'), (u'STORE_-1206963494', u'INDIRECT_-1206957567'), (u'STORE_-1206961697', u'INDIRECT_-1206954176'), (u'INDIRECT_-1206956473', u'MULTIEQUAL_-1206954651'), (u'CALL_-1206964092', u'INDIRECT_-1206956007'), (u'MULTIEQUAL_-1206953018', u'MULTIEQUAL_-1206953139'), (u'CALL_-1206966488', u'INDIRECT_-1206957465'), (u'INDIRECT_-1206956250', u'MULTIEQUAL_-1206956126'), (u'INDIRECT_-1206954411', u'MULTIEQUAL_-1206954309'), (u'PTRADD_-1206952777', u'LOAD_-1206964155'), (u'CALL_-1206963611', u'CALL_-1206963564'), (u'INDIRECT_-1206958857', u'MULTIEQUAL_-1206958684'), (u'INDIRECT_-1206955561', u'COPY_-1206955558'), (u'INDIRECT_-1206954674', u'MULTIEQUAL_-1206954611'), (u'CALL_-1206962226', u'INDIRECT_-1206955724'), (u'CALL_-1206966157', u'INDIRECT_-1206957111'), (u'MULTIEQUAL_-1206955670', u'MULTIEQUAL_-1206955643'), (u'INDIRECT_-1206955719', u'MULTIEQUAL_-1206955621'), (u'INDIRECT_-1206955830', u'MULTIEQUAL_-1206955773'), (u'CALL_-1206963356', u'INDIRECT_-1206956840'), (u'CALL_-1206965235', u'INDIRECT_-1206956101'), (u'INDIRECT_-1206959083', u'MULTIEQUAL_-1206958966'), (u'CALL_-1206960892', u'INDIRECT_-1206956149'), (u'CALL_-1206966621', u'INDIRECT_-1206959115'), (u'INDIRECT_-1206957111', u'INT_NOTEQUAL_-1206965316'), ('const-433', u'LOAD_-1206963556'), (u'CALL_-1206964010', u'INDIRECT_-1206953827'), (u'CALL_-1206963330', u'INDIRECT_-1206954932'), (u'MULTIEQUAL_-1206959533', u'MULTIEQUAL_-1206959462'), (u'STORE_-1206963453', u'INDIRECT_-1206954473'), (u'INDIRECT_-1206957597', u'MULTIEQUAL_-1206957431'), ('tmp_1187', u'CBRANCH_-1206965286'), (u'CALL_-1206962820', u'INDIRECT_-1206956474'), (u'CALL_-1206965223', u'INDIRECT_-1206956516'), ('const-0', u'INT_NOTEQUAL_-1206963940'), (u'CALL_-1206961534', u'INDIRECT_-1206952874'), (u'INDIRECT_-1206954614', u'MULTIEQUAL_-1206954569'), (u'CALL_-1206961461', u'INDIRECT_-1206953218'), (u'INT_SEXT_-1206964191', u'INT_ADD_-1206952780'), (u'CALL_-1206963611', u'INDIRECT_-1206957134'), (u'CALL_-1206963443', u'INDIRECT_-1206957320'), ('const-0', u'INT_NOTEQUAL_-1206964080'), (u'INDIRECT_-1206954679', u'MULTIEQUAL_-1206954072'), ('const-1071248', u'PTRSUB_-1206951652'), (u'INDIRECT_-1206954679', u'MULTIEQUAL_-1206953472'), (u'CALL_-1206962576', u'INDIRECT_-1206956245'), ('const-0', u'CALL_-1206962820'), (u'CALL_-1206966605', u'INDIRECT_-1206956563'), (u'LOAD_-1206963751', u'CALL_-1206963478'), ('tmp_5493', u'CBRANCH_-1206961456'), (u'CALL_-1206961156', u'INDIRECT_-1206954302'), (u'CALL_-1206961124', u'INDIRECT_-1206955696'), ('const-1', u'INT_SUB_-1206966325'), (u'MULTIEQUAL_-1206957961', u'MULTIEQUAL_-1206957914'), (u'MULTIEQUAL_-1206956067', u'MULTIEQUAL_-1206955969'), (u'CALL_-1206962820', u'INDIRECT_-1206952916'), (u'MULTIEQUAL_-1206956208', u'MULTIEQUAL_-1206956110'), (u'INT_EQUAL_-1206963729', u'CBRANCH_-1206963727'), (u'INDIRECT_-1206956143', u'MULTIEQUAL_-1206956045'), (u'INDIRECT_-1206958332', u'COPY_-1206958386'), (u'CALL_-1206964068', u'INDIRECT_-1206953809'), (u'CALL_-1206961866', u'INDIRECT_-1206956921'), (u'STORE_-1206961697', u'INDIRECT_-1206953894'), (u'MULTIEQUAL_-1206957196', u'MULTIEQUAL_-1206956222'), (u'CALL_-1206961533', u'INDIRECT_-1206953543'), (u'CALL_-1206960892', u'INDIRECT_-1206955442'), (u'INDIRECT_-1206956778', u'MULTIEQUAL_-1206956685'), (u'CALL_-1206962705', u'INDIRECT_-1206955165'), (u'CALL_-1206962796', u'INDIRECT_-1206953781'), ('const-1', u'RETURN_-1206961527'), (u'LOAD_-1206961882', u'PTRSUB_-1206951880'), (u'CALL_-1206962820', u'INDIRECT_-1206954356'), (u'INDIRECT_-1206954424', u'MULTIEQUAL_-1206952528'), ('const-1093699', u'COPY_-1206954684'), (u'CALL_-1206963720', u'INDIRECT_-1206957043'), ('const-10', u'CALL_-1206964256'), (u'MULTIEQUAL_-1206957619', u'MULTIEQUAL_-1206956645'), (u'INDIRECT_-1206956696', u'MULTIEQUAL_-1206957773'), (u'MULTIEQUAL_-1206954918', u'MULTIEQUAL_-1206954318'), (u'INDIRECT_-1206954184', u'MULTIEQUAL_-1206953599'), (u'CALL_-1206964010', u'INDIRECT_-1206957077'), (u'CALL_-1206964167', u'INDIRECT_-1206954605'), (u'INDIRECT_-1206955432', u'COPY_-1206955489'), (u'MULTIEQUAL_-1206957619', u'MULTIEQUAL_-1206957521'), (u'CALL_-1206961866', u'INDIRECT_-1206953246'), (u'CALL_-1206963314', u'INDIRECT_-1206955627'), (u'INDIRECT_-1206953746', u'MULTIEQUAL_-1206953661'), (u'CALL_-1206964092', u'INDIRECT_-1206954738'), (u'MULTIEQUAL_-1206953888', u'MULTIEQUAL_-1206953852'), (u'CALL_-1206961705', u'INDIRECT_-1206956165'), (u'INDIRECT_-1206953231', u'MULTIEQUAL_-1206954998'), (u'INDIRECT_-1206955169', u'MULTIEQUAL_-1206955148'), (u'INDIRECT_-1206954358', u'COPY_-1206954383'), (u'INDIRECT_-1206954176', u'MULTIEQUAL_-1206954159'), (u'MULTIEQUAL_-1206954013', u'MULTIEQUAL_-1206953449'), (u'INDIRECT_-1206955109', u'MULTIEQUAL_-1206955111'), (u'INDIRECT_-1206954190', u'MULTIEQUAL_-1206953551'), (u'MULTIEQUAL_-1206954992', u'MULTIEQUAL_-1206954972'), (u'INDIRECT_-1206958998', u'MULTIEQUAL_-1206958825'), (u'INDIRECT_-1206956897', u'MULTIEQUAL_-1206955075'), (u'INDIRECT_-1206957910', u'MULTIEQUAL_-1206957762'), (u'MULTIEQUAL_-1206954326', u'MULTIEQUAL_-1206953799'), (u'INT_SEXT_-1206963853', u'PTRADD_-1206953303'), (u'CALL_-1206962501', u'INDIRECT_-1206955155'), (u'STORE_-1206961697', u'INDIRECT_-1206955022'), (u'INDIRECT_-1206954747', u'COPY_-1206954761'), (u'MULTIEQUAL_-1206954495', u'MULTIEQUAL_-1206953731'), (u'CALL_-1206961525', u'INDIRECT_-1206952286'), ('const-2', u'INT_SLESS_-1206966434'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957189'), ('const-8', u'INT_ADD_-1206964560'), (u'INDIRECT_-1206958522', u'MULTIEQUAL_-1206957773'), (u'MULTIEQUAL_-1206955415', u'MULTIEQUAL_-1206955395'), (u'MULTIEQUAL_-1206954072', u'MULTIEQUAL_-1206953308'), (u'MULTIEQUAL_-1206957538', u'MULTIEQUAL_-1206957375'), (u'CALL_-1206961721', u'INDIRECT_-1206955753'), (u'CALL_-1206961525', u'INDIRECT_-1206954383'), (u'CALL_-1206961461', u'INDIRECT_-1206953359'), (u'COPY_-1206953621', u'CALL_-1206964279'), (u'INDIRECT_-1206956182', u'MULTIEQUAL_-1206956086'), (u'CALL_-1206961156', u'INDIRECT_-1206954443'), (u'STORE_-1206963548', u'INDIRECT_-1206956072'), (u'MULTIEQUAL_-1206953848', u'MULTIEQUAL_-1206955278'), (u'CALL_-1206963359', u'INDIRECT_-1206954805'), (u'CALL_-1206961534', u'INDIRECT_-1206954854'), (u'CALL_-1206963513', u'INDIRECT_-1206957262'), (u'MULTIEQUAL_-1206955704', u'MULTIEQUAL_-1206955680'), (u'INDIRECT_-1206955136', u'MULTIEQUAL_-1206956881'), (u'INDIRECT_-1206956756', u'COPY_-1206956781'), (u'CALL_-1206966157', u'INDIRECT_-1206957957'), (u'INDIRECT_-1206956970', u'MULTIEQUAL_-1206954975'), (u'INDIRECT_-1206956678', u'MULTIEQUAL_-1206956621'), (u'CALL_-1206961629', u'INDIRECT_-1206952815'), (u'CALL_-1206964279', u'INDIRECT_-1206957218'), (u'CALL_-1206962501', u'INDIRECT_-1206955860'), ('tmp_5529', u'CBRANCH_-1206961962'), (u'CALL_-1206963720', u'INDIRECT_-1206957325'), ('const-0', u'INT_EQUAL_-1206961852'), (u'CALL_-1206961728', u'INDIRECT_-1206955501'), (u'CALL_-1206961721', u'INDIRECT_-1206954907'), (u'CALL_-1206961705', u'INDIRECT_-1206956588'), (u'CALL_-1206962729', u'INDIRECT_-1206952632'), (u'CALL_-1206963457', u'INDIRECT_-1206954952'), (u'CALL_-1206963178', u'INDIRECT_-1206954323'), (u'INDIRECT_-1206956238', u'MULTIEQUAL_-1206956240'), (u'INDIRECT_-1206955600', u'MULTIEQUAL_-1206955517'), (u'MULTIEQUAL_-1206956267', u'MULTIEQUAL_-1206955375'), (u'MULTIEQUAL_-1206957645', u'INT_SLESS_-1206964483'), (u'INT_EQUAL_-1206963550', u'CBRANCH_-1206963549'), (u'MULTIEQUAL_-1206953736', u'MULTIEQUAL_-1206953872'), (u'MULTIEQUAL_-1206953128', u'MULTIEQUAL_-1206953084'), (u'INDIRECT_-1206955340', u'MULTIEQUAL_-1206955174'), (u'CALL_-1206963478', u'INDIRECT_-1206954768'), (u'CALL_-1206966157', u'INDIRECT_-1206956970'), (u'INDIRECT_-1206957952', u'INT_NOTEQUAL_-1206963505'), (u'STORE_-1206963275', u'INDIRECT_-1206956101'), (u'MULTIEQUAL_-1206959652', u'MULTIEQUAL_-1206959603'), (u'INDIRECT_-1206959323', u'MULTIEQUAL_-1206959173'), (u'CALL_-1206963564', u'INDIRECT_-1206955834'), (u'INDIRECT_-1206954961', u'MULTIEQUAL_-1206953754'), (u'CALL_-1206961533', u'INDIRECT_-1206954953'), (u'CALL_-1206963376', u'INDIRECT_-1206956707'), (u'INDIRECT_-1206955666', u'MULTIEQUAL_-1206954459'), ('const-0', u'INT_EQUAL_-1206963729'), (u'INDIRECT_-1206958065', u'MULTIEQUAL_-1206957980'), (u'CALL_-1206963314', u'INDIRECT_-1206956333'), (u'CALL_-1206961575', u'INDIRECT_-1206954828'), (u'INDIRECT_-1206954713', u'MULTIEQUAL_-1206956458'), (u'MULTIEQUAL_-1206956275', u'MULTIEQUAL_-1206956411'), (u'INDIRECT_-1206956566', u'MULTIEQUAL_-1206957008'), (u'CALL_-1206965956', u'INDIRECT_-1206958555'), (u'CALL_-1206961575', u'INDIRECT_-1206954405'), (u'INDIRECT_-1206953486', u'MULTIEQUAL_-1206953375'), (u'CALL_-1206961495', u'INDIRECT_-1206955635'), (u'MULTIEQUAL_-1206959511', u'MULTIEQUAL_-1206959492'), (u'MULTIEQUAL_-1206955632', u'MULTIEQUAL_-1206955607'), (u'CALL_-1206961525', u'INDIRECT_-1206955794'), (u'MULTIEQUAL_-1206956772', u'MULTIEQUAL_-1206955798'), (u'INDIRECT_-1206955228', u'MULTIEQUAL_-1206955119'), (u'INDIRECT_-1206954317', u'MULTIEQUAL_-1206954300'), (u'CALL_-1206966480', u'INDIRECT_-1206957882'), (u'INDIRECT_-1206956722', u'COPY_-1206956736'), (u'INT_ADD_-1206963628', u'MULTIEQUAL_-1206959573'), (u'MULTIEQUAL_-1206956833', u'MULTIEQUAL_-1206957372'), (u'STORE_-1206963548', u'INDIRECT_-1206955790'), (u'STORE_-1206961738', u'INDIRECT_-1206954904'), (u'CALL_-1206961544', u'INDIRECT_-1206954582'), (u'INDIRECT_-1206955460', u'MULTIEQUAL_-1206955415'), (u'INDIRECT_-1206954241', u'MULTIEQUAL_-1206954132'), (u'INDIRECT_-1206957023', u'MULTIEQUAL_-1206956850'), (u'CALL_-1206961533', u'INDIRECT_-1206955800'), ('const-1097016', u'PTRSUB_-1206966157'), (u'INDIRECT_-1206955379', u'COPY_-1206955387'), (u'CALL_-1206966480', u'INDIRECT_-1206955620'), (u'MULTIEQUAL_-1206957538', u'MULTIEQUAL_-1206957491'), (u'CALL_-1206962796', u'INDIRECT_-1206954768'), (u'MULTIEQUAL_-1206955115', u'MULTIEQUAL_-1206955106'), (u'CALL_-1206963330', u'INDIRECT_-1206955214'), (u'MULTIEQUAL_-1206954309', u'MULTIEQUAL_-1206954293'), (u'INDIRECT_-1206957642', u'MULTIEQUAL_-1206957537'), (u'COPY_-1206956702', u'MULTIEQUAL_-1206957869'), (u'MULTIEQUAL_-1206956692', u'MULTIEQUAL_-1206957231'), (u'CALL_-1206963478', u'INDIRECT_-1206956955'), (u'CALL_-1206961461', u'INDIRECT_-1206954769'), (u'INDIRECT_-1206959818', u'MULTIEQUAL_-1206957583'), (u'CALL_-1206963356', u'INDIRECT_-1206954724'), (u'INT_SLESS_-1206966244', u'CBRANCH_-1206966251'), (u'CALL_-1206961533', u'INDIRECT_-1206955095'), (u'INT_EQUAL_-1206964137', u'CBRANCH_-1206964135'), (u'MULTIEQUAL_-1206956047', u'MULTIEQUAL_-1206955283'), (u'CALL_-1206965208', u'INDIRECT_-1206956363'), (u'INDIRECT_-1206956447', u'MULTIEQUAL_-1206956364'), (u'STORE_-1206961697', u'INDIRECT_-1206954667'), (u'INDIRECT_-1206956641', u'INT_SLESS_-1206966499'), (u'CALL_-1206963611', u'INT_ADD_-1206963460'), (u'INDIRECT_-1206957127', u'MULTIEQUAL_-1206958043'), (u'CALL_-1206962838', u'INDIRECT_-1206952606'), (u'CALL_-1206966157', u'INDIRECT_-1206958381'), (u'INDIRECT_-1206953537', u'MULTIEQUAL_-1206953445'), (u'INT_SLESS_-1206966434', u'CBRANCH_-1206966441'), (u'INDIRECT_-1206955459', u'MULTIEQUAL_-1206954820'), (u'INDIRECT_-1206955598', u'MULTIEQUAL_-1206955582'), (u'INT_ADD_-1206953086', u'PTRADD_-1206963074'), (u'MULTIEQUAL_-1206960307', u'COPY_-1206952968'), (u'INDIRECT_-1206956360', u'MULTIEQUAL_-1206956345'), ('const-0', u'COPY_-1206963084'), (u'INDIRECT_-1206954433', u'MULTIEQUAL_-1206954408'), (u'INT_NOTEQUAL_-1206962275', u'CBRANCH_-1206962274'), (u'CALL_-1206965188', u'INDIRECT_-1206955932'), (u'MULTIEQUAL_-1206956789', u'MULTIEQUAL_-1206956911'), (u'CALL_-1206963178', u'INDIRECT_-1206955199'), (u'CALL_-1206963575', u'INDIRECT_-1206956427'), (u'CALL_-1206962705', u'INDIRECT_-1206953896'), (u'CALL_-1206960892', u'INDIRECT_-1206953608'), (u'MULTIEQUAL_-1206959090', u'MULTIEQUAL_-1206959045'), (u'INDIRECT_-1206953569', u'MULTIEQUAL_-1206954510'), (u'CALL_-1206961461', u'INDIRECT_-1206953782'), (u'INDIRECT_-1206956301', u'COPY_-1206956351'), (u'MULTIEQUAL_-1206955703', u'MULTIEQUAL_-1206955687'), (u'CALL_-1206961629', u'INDIRECT_-1206955708'), (u'CALL_-1206964092', u'INDIRECT_-1206955161'), (u'INDIRECT_-1206955561', u'MULTIEQUAL_-1206955536'), (u'CALL_-1206962705', u'INDIRECT_-1206955448'), (u'INDIRECT_-1206953922', u'MULTIEQUAL_-1206955106'), (u'CALL_-1206961705', u'INDIRECT_-1206955459'), (u'INDIRECT_-1206952501', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206954563', u'MULTIEQUAL_-1206954421'), (u'CALL_-1206966381', u'INDIRECT_-1206956544'), (u'CALL_-1206963443', u'INDIRECT_-1206956795'), (u'CALL_-1206962838', u'INDIRECT_-1206955832'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957006'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957711'), (u'CALL_-1206961544', u'INDIRECT_-1206953595'), (u'CALL_-1206961533', u'INDIRECT_-1206953966'), ('tmp_6647', u'CBRANCH_-1206961037'), (u'INDIRECT_-1206953944', u'MULTIEQUAL_-1206952759'), (u'INDIRECT_-1206957091', u'MULTIEQUAL_-1206956974'), (u'CALL_-1206965956', u'INDIRECT_-1206955422'), (u'CALL_-1206963443', u'INDIRECT_-1206957461'), (u'MULTIEQUAL_-1206959905', u'PTRADD_-1206953244'), (u'CALL_-1206966560', u'INDIRECT_-1206958504'), (u'INDIRECT_-1206956871', u'MULTIEQUAL_-1206956826'), (u'CALL_-1206960892', u'INDIRECT_-1206952831'), (u'INDIRECT_-1206955457', u'MULTIEQUAL_-1206955441'), (u'CALL_-1206963330', u'INDIRECT_-1206956202'), (u'CALL_-1206963443', u'INDIRECT_-1206957179'), (u'INDIRECT_-1206955607', u'MULTIEQUAL_-1206953372'), (u'MULTIEQUAL_-1206956551', u'MULTIEQUAL_-1206956388'), (u'INDIRECT_-1206954345', u'MULTIEQUAL_-1206955529'), (u'CALL_-1206962650', u'INDIRECT_-1206953712'), (u'MULTIEQUAL_-1206956692', u'MULTIEQUAL_-1206955864'), (u'CALL_-1206962226', u'INDIRECT_-1206956853'), (u'INT_MULT_-1206952528', u'INT_ADD_-1206952540'), (u'INDIRECT_-1206954319', u'COPY_-1206954349'), (u'STORE_-1206961013', u'INDIRECT_-1206955230'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955073'), (u'INDIRECT_-1206956150', u'MULTIEQUAL_-1206957869'), (u'INDIRECT_-1206957809', u'MULTIEQUAL_-1206959735'), (u'INDIRECT_-1206955165', u'COPY_-1206955195'), (u'STORE_-1206961703', u'INDIRECT_-1206955308'), (u'MULTIEQUAL_-1206954018', u'MULTIEQUAL_-1206954154'), (u'MULTIEQUAL_-1206955922', u'MULTIEQUAL_-1206955906'), (u'CALL_-1206963359', u'INDIRECT_-1206954523'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957147'), (u'MULTIEQUAL_-1206956262', u'MULTIEQUAL_-1206956242'), (u'INDIRECT_-1206958980', u'MULTIEQUAL_-1206959016'), (u'CALL_-1206963178', u'INDIRECT_-1206957597'), (u'INDIRECT_-1206955355', u'MULTIEQUAL_-1206955260'), (u'MULTIEQUAL_-1206957114', u'MULTIEQUAL_-1206956222'), (u'CALL_-1206963443', u'INDIRECT_-1206955667'), (u'MULTIEQUAL_-1206955441', u'MULTIEQUAL_-1206954611'), (u'INDIRECT_-1206957219', u'MULTIEQUAL_-1206957114'), (u'MULTIEQUAL_-1206957513', u'MULTIEQUAL_-1206957504'), (u'MULTIEQUAL_-1206956243', u'MULTIEQUAL_-1206956234'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206954851'), (u'MULTIEQUAL_-1206958134', u'LOAD_-1206961906'), ('const-0', u'INT_SLESS_-1206961449'), (u'INDIRECT_-1206955526', u'MULTIEQUAL_-1206955421'), (u'CALL_-1206964092', u'INDIRECT_-1206953463'), (u'INDIRECT_-1206957915', u'MULTIEQUAL_-1206957869'), (u'CALL_-1206966544', u'INDIRECT_-1206956516'), (u'INDIRECT_-1206956318', u'MULTIEQUAL_-1206956272'), (u'MULTIEQUAL_-1206959652', u'MULTIEQUAL_-1206959489'), (u'MULTIEQUAL_-1206953242', u'MULTIEQUAL_-1206952478'), (u'CAST_-1206951135', u'CALL_-1206961461'), (u'MULTIEQUAL_-1206954421', u'MULTIEQUAL_-1206955881'), (u'MULTIEQUAL_-1206954294', u'MULTIEQUAL_-1206954833'), (u'MULTIEQUAL_-1206955252', u'MULTIEQUAL_-1206955208'), (u'MULTIEQUAL_-1206955847', u'MULTIEQUAL_-1206955817'), (u'MULTIEQUAL_-1206954928', u'MULTIEQUAL_-1206954245'), (u'CALL_-1206962650', u'INDIRECT_-1206955875'), ('const-1096688', u'COPY_-1206963456'), (u'CALL_-1206960892', u'INDIRECT_-1206955724'), (u'INDIRECT_-1206958804', u'CAST_-1206953558'), (u'CAST_-1206951146', u'CALL_-1206961477'), ('const-1094009', u'COPY_-1206952403'), (u'CALL_-1206966576', u'INDIRECT_-1206957670'), (u'INDIRECT_-1206955962', u'MULTIEQUAL_-1206955845'), (u'CALL_-1206961669', u'INDIRECT_-1206952992'), (u'MULTIEQUAL_-1206956504', u'MULTIEQUAL_-1206956477'), (u'MULTIEQUAL_-1206956329', u'MULTIEQUAL_-1206955565'), (u'INDIRECT_-1206955751', u'MULTIEQUAL_-1206957869'), (u'INDIRECT_-1206957359', u'MULTIEQUAL_-1206956752'), (u'STORE_-1206961697', u'INDIRECT_-1206955304'), (u'INDIRECT_-1206954488', u'MULTIEQUAL_-1206954494'), (u'INT_SLESS_-1206963642', u'CBRANCH_-1206963642'), ('const-433', u'LOAD_-1206961877'), ('const-0', u'INT_EQUAL_-1206965357'), (u'INT_EQUAL_-1206964595', u'CBRANCH_-1206964593'), (u'CALL_-1206962576', u'INDIRECT_-1206957091'), (u'STORE_-1206961703', u'INDIRECT_-1206954462'), (u'COPY_-1206951440', u'CALL_-1206961156'), (u'CALL_-1206966645', u'INDIRECT_-1206959955'), (u'LOAD_-1206963497', u'INT_OR_-1206963470'), ('const-0', u'PTRSUB_-1206951838'), (u'CALL_-1206966544', u'INDIRECT_-1206958208'), (u'MULTIEQUAL_-1206955046', u'MULTIEQUAL_-1206957115'), (u'MULTIEQUAL_-1206956552', u'MULTIEQUAL_-1206956522'), (u'CALL_-1206961495', u'INDIRECT_-1206954224'), (u'CALL_-1206961810', u'INDIRECT_-1206955689'), (u'COPY_-1206962777', u'MULTIEQUAL_-1206958802'), (u'CALL_-1206963513', u'INDIRECT_-1206955003'), (u'CALL_-1206964279', u'INDIRECT_-1206957501'), ('tmp_249', u'CBRANCH_-1206966499'), (u'INDIRECT_-1206956581', u'COPY_-1206956595'), (u'CALL_-1206962820', u'INDIRECT_-1206954074'), (u'CALL_-1206963720', u'INDIRECT_-1206956478'), (u'INDIRECT_-1206955050', u'MULTIEQUAL_-1206956234'), (u'INDIRECT_-1206956766', u'MULTIEQUAL_-1206956671'), (u'CALL_-1206962838', u'INDIRECT_-1206955973'), (u'INDIRECT_-1206957924', u'MULTIEQUAL_-1206956609'), (u'INDIRECT_-1206955759', u'MULTIEQUAL_-1206955663'), (u'INDIRECT_-1206955667', u'MULTIEQUAL_-1206955582'), (u'MULTIEQUAL_-1206956772', u'INT_EQUAL_-1206964452'), (u'INDIRECT_-1206956571', u'MULTIEQUAL_-1206957869'), (u'PTRSUB_-1206951804', u'STORE_-1206961697'), (u'STORE_-1206963548', u'INDIRECT_-1206954662'), (u'PTRSUB_-1206951838', u'CALL_-1206961568'), (u'CALL_-1206963330', u'INDIRECT_-1206954791'), (u'CALL_-1206965223', u'INDIRECT_-1206956234'), (u'INDIRECT_-1206957816', u'MULTIEQUAL_-1206955821'), (u'INDIRECT_-1206956504', u'MULTIEQUAL_-1206956458'), ('tmp_1700', u'CBRANCH_-1206964285'), (u'CALL_-1206961810', u'INDIRECT_-1206955124'), (u'STORE_-1206961703', u'INDIRECT_-1206955167'), (u'MULTIEQUAL_-1206954245', u'MULTIEQUAL_-1206953682'), (u'INDIRECT_-1206957809', u'MULTIEQUAL_-1206957687'), (u'MULTIEQUAL_-1206953041', u'MULTIEQUAL_-1206952478'), (u'INDIRECT_-1206953692', u'MULTIEQUAL_-1206954633'), (u'MULTIEQUAL_-1206955800', u'MULTIEQUAL_-1206955849'), (u'INDIRECT_-1206958414', u'MULTIEQUAL_-1206958452'), (u'MULTIEQUAL_-1206955986', u'MULTIEQUAL_-1206956525'), (u'CALL_-1206961181', u'INDIRECT_-1206955751'), (u'INDIRECT_-1206954139', u'MULTIEQUAL_-1206956035'), (u'CALL_-1206963720', u'INDIRECT_-1206956337'), (u'STORE_-1206963324', u'INDIRECT_-1206955420'), (u'CALL_-1206962576', u'INDIRECT_-1206956809'), (u'CALL_-1206963513', u'INDIRECT_-1206955990'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206955480'), (u'INDIRECT_-1206955618', u'MULTIEQUAL_-1206955522'), (u'MULTIEQUAL_-1206955961', u'MULTIEQUAL_-1206955398'), (u'CALL_-1206962475', u'INDIRECT_-1206954445'), (u'CALL_-1206961547', u'INDIRECT_-1206954532'), (u'INT_SUB_-1206966295', u'MULTIEQUAL_-1206954326'), (u'INDIRECT_-1206956615', u'COPY_-1206956640'), (u'MULTIEQUAL_-1206954652', u'MULTIEQUAL_-1206954636'), (u'MULTIEQUAL_-1206952129', u'MULTIEQUAL_-1206952120'), (u'CALL_-1206963443', u'INDIRECT_-1206955244'), (u'CALL_-1206960892', u'INDIRECT_-1206953326'), (u'CALL_-1206961544', u'INDIRECT_-1206955288'), (u'INDIRECT_-1206953755', u'COPY_-1206953785'), (u'INDIRECT_-1206957501', u'MULTIEQUAL_-1206957416'), (u'INDIRECT_-1206954598', u'MULTIEQUAL_-1206956317'), (u'CALL_-1206964167', u'INDIRECT_-1206956162'), (u'INDIRECT_-1206954909', u'MULTIEQUAL_-1206956093'), (u'INDIRECT_-1206958273', u'MULTIEQUAL_-1206958311'), (u'CALL_-1206962729', u'INDIRECT_-1206952749'), ('const-71', u'INT_ADD_-1206963528'), (u'INDIRECT_-1206958065', u'MULTIEQUAL_-1206956750'), (u'INDIRECT_-1206956231', u'MULTIEQUAL_-1206956126'), (u'INDIRECT_-1206955791', u'MULTIEQUAL_-1206955681'), (u'INDIRECT_-1206956214', u'COPY_-1206956268'), (u'INDIRECT_-1206955178', u'MULTIEQUAL_-1206955133'), (u'INT_AND_-1206962860', u'INT_NOTEQUAL_-1206962873'), (u'MULTIEQUAL_-1206955780', u'MULTIEQUAL_-1206955764'), (u'INDIRECT_-1206954190', u'MULTIEQUAL_-1206954107'), (u'CALL_-1206965188', u'INDIRECT_-1206957201'), (u'CALL_-1206963443', u'INDIRECT_-1206954568'), (u'STORE_-1206963548', u'INDIRECT_-1206955508'), (u'INDIRECT_-1206957886', u'MULTIEQUAL_-1206956064'), (u'INT_NOTEQUAL_-1206961968', u'CBRANCH_-1206961962'), (u'CALL_-1206961547', u'INDIRECT_-1206955379'), (u'INDIRECT_-1206957012', u'MULTIEQUAL_-1206956967'), (u'INDIRECT_-1206957881', u'MULTIEQUAL_-1206957713'), (u'LOAD_-1206964155', u'INT_EQUAL_-1206964137'), (u'CALL_-1206963457', u'INDIRECT_-1206956221'), (u'CALL_-1206961568', u'INDIRECT_-1206955868'), (u'CALL_-1206961575', u'INDIRECT_-1206952308'), (u'MULTIEQUAL_-1206952905', u'MULTIEQUAL_-1206953041'), (u'MULTIEQUAL_-1206956826', u'MULTIEQUAL_-1206956787'), (u'PTRADD_-1206954386', u'COPY_-1206954324'), (u'CAST_-1206953206', u'INT_SLESS_-1206963866'), (u'CALL_-1206962820', u'INDIRECT_-1206953039'), (u'CALL_-1206964068', u'INDIRECT_-1206953692'), (u'INDIRECT_-1206956978', u'MULTIEQUAL_-1206958055'), (u'INDIRECT_-1206957888', u'MULTIEQUAL_-1206957812'), (u'INDIRECT_-1206955031', u'MULTIEQUAL_-1206954968'), (u'MULTIEQUAL_-1206959191', u'PTRADD_-1206952493'), (u'MULTIEQUAL_-1206958078', u'INT_OR_-1206963384'), (u'INDIRECT_-1206957839', u'MULTIEQUAL_-1206955921'), ('const-0', u'INT_NOTEQUAL_-1206961717'), (u'MULTIEQUAL_-1206954864', u'MULTIEQUAL_-1206955000'), (u'INDIRECT_-1206952963', u'MULTIEQUAL_-1206954881'), (u'INDIRECT_-1206954206', u'MULTIEQUAL_-1206954064'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206956668'), (u'STORE_-1206963453', u'INDIRECT_-1206955883'), (u'CALL_-1206963478', u'INDIRECT_-1206956532'), (u'INDIRECT_-1206959226', u'MULTIEQUAL_-1206959107'), (u'INDIRECT_-1206953335', u'MULTIEQUAL_-1206954276'), (u'COPY_-1206952406', u'MULTIEQUAL_-1206957250'), (u'INT_EQUAL_-1206961852', u'CBRANCH_-1206961851'), (u'PTRADD_-1206953244', u'INT_NOTEQUAL_-1206963544'), ('tmp_5304', u'CBRANCH_-1206963087'), (u'CALL_-1206961866', u'INDIRECT_-1206956496'), (u'CALL_-1206962226', u'INDIRECT_-1206956996'), (u'INT_ADD_-1206966378', u'CAST_-1206954309'), (u'CALL_-1206963575', u'INDIRECT_-1206953858'), (u'CALL_-1206963657', u'INDIRECT_-1206957580'), (u'COPY_-1206953707', u'MULTIEQUAL_-1206953632'), (u'INDIRECT_-1206958558', u'COPY_-1206958608'), (u'INDIRECT_-1206956996', u'MULTIEQUAL_-1206958294'), (u'CALL_-1206963564', u'INDIRECT_-1206956680'), (u'MULTIEQUAL_-1206954992', u'MULTIEQUAL_-1206954953'), ('const-433', u'LOAD_-1206961882'), (u'CALL_-1206961866', u'INDIRECT_-1206953363'), (u'CALL_-1206961790', u'INDIRECT_-1206953345'), (u'INDIRECT_-1206953603', u'MULTIEQUAL_-1206953492'), (u'CALL_-1206963443', u'INDIRECT_-1206955909'), (u'CALL_-1206965208', u'INDIRECT_-1206957068'), (u'INDIRECT_-1206956355', u'MULTIEQUAL_-1206956293'), ('tmp_3417', u'CBRANCH_-1206963300'), (u'CALL_-1206961181', u'INDIRECT_-1206954904'), (u'INDIRECT_-1206955666', u'MULTIEQUAL_-1206954859'), (u'COPY_-1206953194', u'MULTIEQUAL_-1206958078'), (u'CALL_-1206961721', u'INDIRECT_-1206956884'), (u'INDIRECT_-1206957050', u'MULTIEQUAL_-1206956953'), (u'INDIRECT_-1206956555', u'MULTIEQUAL_-1206957631'), (u'LOAD_-1206964155', u'CALL_-1206964010'), (u'CALL_-1206961669', u'CAST_-1206951890'), (u'INDIRECT_-1206957130', u'MULTIEQUAL_-1206959032'), (u'INDIRECT_-1206952384', u'MULTIEQUAL_-1206954524'), (u'INDIRECT_-1206958381', u'INT_NOTEQUAL_-1206966026'), (u'CALL_-1206961810', u'INDIRECT_-1206955265'), (u'MULTIEQUAL_-1206956384', u'MULTIEQUAL_-1206955821'), (u'CALL_-1206966560', u'INDIRECT_-1206957093'), (u'INDIRECT_-1206954037', u'MULTIEQUAL_-1206953559'), (u'MULTIEQUAL_-1206956974', u'MULTIEQUAL_-1206956927'), (u'MULTIEQUAL_-1206952999', u'MULTIEQUAL_-1206954998'), (u'MULTIEQUAL_-1206957208', u'MULTIEQUAL_-1206957798'), (u'INT_EQUAL_-1206964029', u'CBRANCH_-1206964027'), (u'PTRADD_-1206952480', u'MULTIEQUAL_-1206958420'), (u'INDIRECT_-1206955666', u'MULTIEQUAL_-1206955257'), (u'INDIRECT_-1206953197', u'MULTIEQUAL_-1206953135'), (u'MULTIEQUAL_-1206954805', u'MULTIEQUAL_-1206953583'), (u'CALL_-1206966576', u'INDIRECT_-1206958517'), (u'INDIRECT_-1206954732', u'MULTIEQUAL_-1206956634'), (u'INDIRECT_-1206956101', u'MULTIEQUAL_-1206957914'), ('const-0', u'CALL_-1206963356'), (u'COPY_-1206954383', u'CALL_-1206966157'), (u'MULTIEQUAL_-1206956188', u'MULTIEQUAL_-1206955588'), ('const-0', u'CALL_-1206966157'), (u'MULTIEQUAL_-1206957631', u'MULTIEQUAL_-1206956958'), (u'INDIRECT_-1206954316', u'MULTIEQUAL_-1206956035'), (u'INDIRECT_-1206954160', u'MULTIEQUAL_-1206953682'), (u'CALL_-1206961477', u'INDIRECT_-1206952377'), ('const-5', u'INT_EQUAL_-1206963983'), ('tmp_4296', u'CBRANCH_-1206963642'), (u'MULTIEQUAL_-1206956267', u'MULTIEQUAL_-1206956251'), (u'MULTIEQUAL_-1206955961', u'MULTIEQUAL_-1206955952'), (u'INDIRECT_-1206955653', u'MULTIEQUAL_-1206955518'), ('const-216', u'PTRSUB_-1206951844'), (u'CALL_-1206965235', u'INDIRECT_-1206958360'), (u'INT_LESS_-1206963344', u'CBRANCH_-1206963353'), (u'MULTIEQUAL_-1206955422', u'MULTIEQUAL_-1206955398'), ('const-1096640', u'COPY_-1206963154'), (u'INDIRECT_-1206956196', u'MULTIEQUAL_-1206956126'), (u'INDIRECT_-1206955849', u'COPY_-1206955861'), (u'MULTIEQUAL_-1206955623', u'MULTIEQUAL_-1206955023'), (u'CALL_-1206962705', u'INDIRECT_-1206953614'), (u'CALL_-1206966544', u'INDIRECT_-1206956939'), (u'CALL_-1206964092', u'INDIRECT_-1206957138'), (u'CALL_-1206961461', u'INDIRECT_-1206955475'), (u'STORE_-1206961738', u'INDIRECT_-1206955468'), (u'CALL_-1206961525', u'INDIRECT_-1206953396'), ('const-4', u'INT_MULT_-1206965968'), (u'CALL_-1206963611', u'INDIRECT_-1206954664'), (u'CALL_-1206966673', u'INDIRECT_-1206957175'), (u'INDIRECT_-1206955451', u'MULTIEQUAL_-1206955430'), (u'MULTIEQUAL_-1206957869', u'INT_NOTEQUAL_-1206963466'), (u'MULTIEQUAL_-1206957631', u'COPY_-1206952943'), ('const-0', u'CALL_-1206964256'), (u'CALL_-1206966673', u'INDIRECT_-1206956116'), (u'MULTIEQUAL_-1206956577', u'MULTIEQUAL_-1206956510'), (u'CALL_-1206966488', u'INDIRECT_-1206955983'), ('const-0', u'CALL_-1206961669'), (u'STORE_-1206961013', u'INDIRECT_-1206955512'), (u'INT_EQUAL_-1206961750', u'CBRANCH_-1206961732'), (u'INDIRECT_-1206958067', u'MULTIEQUAL_-1206957962'), (u'INDIRECT_-1206957711', u'COPY_-1206957761'), (u'INDIRECT_-1206956417', u'MULTIEQUAL_-1206956316'), (u'COPY_-1206962678', u'MULTIEQUAL_-1206958802'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206956243'), (u'CALL_-1206963575', u'INDIRECT_-1206955439'), (u'INDIRECT_-1206955204', u'MULTIEQUAL_-1206955280'), (u'CALL_-1206962820', u'INDIRECT_-1206954497'), ('const-0', u'COPY_-1206951690'), (u'CALL_-1206961532', u'INDIRECT_-1206952335'), (u'INDIRECT_-1206954550', u'MULTIEQUAL_-1206956363'), (u'INDIRECT_-1206955191', u'MULTIEQUAL_-1206956375'), (u'CALL_-1206963314', u'INDIRECT_-1206955063'), (u'CALL_-1206966480', u'INDIRECT_-1206958306'), (u'CALL_-1206964068', u'INDIRECT_-1206954445'), (u'MULTIEQUAL_-1206954326', u'MULTIEQUAL_-1206954415'), (u'INDIRECT_-1206955547', u'MULTIEQUAL_-1206955490'), (u'CALL_-1206961477', u'INDIRECT_-1206953934'), (u'MULTIEQUAL_-1206959511', u'INT_ADD_-1206964573'), (u'CALL_-1206962796', u'INDIRECT_-1206955756'), (u'CALL_-1206961544', u'INDIRECT_-1206955570'), (u'PTRSUB_-1206952572', u'CALL_-1206963457'), (u'CALL_-1206966544', u'INDIRECT_-1206959875'), (u'STORE_-1206963548', u'INDIRECT_-1206956496'), (u'INDIRECT_-1206952357', u'MULTIEQUAL_-1206952463'), (u'INDIRECT_-1206955014', u'MULTIEQUAL_-1206956916'), ('const-0', u'PTRSUB_-1206952098'), (u'INDIRECT_-1206954199', u'MULTIEQUAL_-1206956317'), (u'MULTIEQUAL_-1206957962', u'MULTIEQUAL_-1206957946'), (u'MULTIEQUAL_-1206954717', u'MULTIEQUAL_-1206954693'), ('const-433', u'STORE_-1206961697'), (u'INDIRECT_-1206954647', u'COPY_-1206954652'), (u'COPY_-1206952314', u'MULTIEQUAL_-1206952222'), (u'CALL_-1206966480', u'INDIRECT_-1206957318'), ('const-1', u'PTRADD_-1206952599'), (u'INDIRECT_-1206956219', u'MULTIEQUAL_-1206956911'), (u'MULTIEQUAL_-1206953612', u'MULTIEQUAL_-1206955681'), (u'INT_SLESS_-1206963334', u'CBRANCH_-1206963341'), (u'CALL_-1206963611', u'INDIRECT_-1206956851'), (u'MULTIEQUAL_-1206953256', u'MULTIEQUAL_-1206953242'), ('const-1', u'PTRADD_-1206952148'), (u'INT_ADD_-1206954433', u'PTRADD_-1206954386'), ('const-1', u'RETURN_-1206963309'), (u'MULTIEQUAL_-1206956611', u'MULTIEQUAL_-1206955847'), (u'CALL_-1206966488', u'INDIRECT_-1206957042'), (u'INDIRECT_-1206954737', u'MULTIEQUAL_-1206956035'), ('const-433', u'LOAD_-1206961773'), (u'INDIRECT_-1206958280', u'MULTIEQUAL_-1206958264'), (u'LOAD_-1206963465', u'CALLIND_-1206963455'), (u'MULTIEQUAL_-1206953482', u'MULTIEQUAL_-1206952882'), (u'CALL_-1206962475', u'INDIRECT_-1206956138'), (u'CALL_-1206966157', u'INDIRECT_-1206957252'), ('const-1094016', u'COPY_-1206953621'), (u'INDIRECT_-1206955116', u'MULTIEQUAL_-1206954999'), (u'INDIRECT_-1206953689', u'MULTIEQUAL_-1206953612'), (u'CALL_-1206966157', u'INDIRECT_-1206958804'), (u'INT_ADD_-1206963596', u'INT_ADD_-1206957630'), (u'INDIRECT_-1206954820', u'MULTIEQUAL_-1206954411'), (u'INDIRECT_-1206954297', u'COPY_-1206954309'), (u'INDIRECT_-1206956707', u'MULTIEQUAL_-1206957149'), (u'CALL_-1206965188', u'INDIRECT_-1206956214'), (u'INDIRECT_-1206956707', u'MULTIEQUAL_-1206958609'), (u'CALL_-1206960892', u'INDIRECT_-1206954172'), (u'CALL_-1206961532', u'INDIRECT_-1206952809'), (u'CALL_-1206965235', u'INDIRECT_-1206956947'), (u'CALL_-1206962501', u'INDIRECT_-1206953481'), (u'CALL_-1206961547', u'INDIRECT_-1206953968'), (u'INDIRECT_-1206955653', u'MULTIEQUAL_-1206954928'), (u'MULTIEQUAL_-1206960981', u'PTRSUB_-1206954188'), (u'MULTIEQUAL_-1206957914', u'MULTIEQUAL_-1206956692'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206953325'), (u'INDIRECT_-1206955494', u'COPY_-1206955499'), (u'CALL_-1206966544', u'INDIRECT_-1206957362'), ('const-0', u'INT_NOTEQUAL_-1206963965'), (u'INDIRECT_-1206957943', u'MULTIEQUAL_-1206957819'), (u'MULTIEQUAL_-1206957396', u'MULTIEQUAL_-1206957380'), (u'PTRSUB_-1206954188', u'CAST_-1206954118'), (u'INDIRECT_-1206956444', u'MULTIEQUAL_-1206956428'), ('const-1096736', u'COPY_-1206962777'), (u'MULTIEQUAL_-1206959090', u'MULTIEQUAL_-1206958264'), ('tmp_3743', u'BRANCH_-1206964091'), ('tmp_6234', u'BRANCH_-1206961831'), (u'CALL_-1206964010', u'INDIRECT_-1206955525'), (u'INDIRECT_-1206953782', u'MULTIEQUAL_-1206953727'), (u'INDIRECT_-1206955231', u'MULTIEQUAL_-1206955216'), (u'INDIRECT_-1206959282', u'MULTIEQUAL_-1206957021'), (u'STORE_-1206961013', u'INDIRECT_-1206955794'), (u'CALL_-1206966544', u'INDIRECT_-1206958491'), (u'CALL_-1206963611', u'INDIRECT_-1206957698'), ('const-0', u'SUBPIECE_-1206957479'), ('const-0', u'INT_SLESS_-1206963695'), (u'CALL_-1206966381', u'INDIRECT_-1206958378'), (u'CALL_-1206963178', u'INDIRECT_-1206957174'), (u'CALL_-1206965956', u'INDIRECT_-1206956157'), (u'CALL_-1206964092', u'INDIRECT_-1206954879'), ('const-0', u'INT_SLESS_-1206962853'), (u'INDIRECT_-1206954409', u'MULTIEQUAL_-1206956222'), (u'MULTIEQUAL_-1206956695', u'MULTIEQUAL_-1206956131'), (u'MULTIEQUAL_-1206958620', u'MULTIEQUAL_-1206958593'), ('const-1094009', u'COPY_-1206952541'), (u'COPY_-1206952403', u'CALL_-1206962475'), (u'CALL_-1206965208', u'INDIRECT_-1206955799'), (u'CALL_-1206963513', u'INDIRECT_-1206955144'), (u'COPY_-1206952943', u'MULTIEQUAL_-1206957250'), (u'INT_EQUAL_-1206963493', u'CBRANCH_-1206963491'), (u'MULTIEQUAL_-1206953842', u'MULTIEQUAL_-1206953798'), (u'MULTIEQUAL_-1206955324', u'MULTIEQUAL_-1206955275'), (u'STORE_-1206961697', u'INDIRECT_-1206954599'), (u'INDIRECT_-1206956579', u'MULTIEQUAL_-1206956558'), (u'CALL_-1206961544', u'INDIRECT_-1206952701'), (u'CALL_-1206961461', u'INDIRECT_-1206952483'), (u'MULTIEQUAL_-1206956020', u'MULTIEQUAL_-1206957480'), (u'INDIRECT_-1206957111', u'MULTIEQUAL_-1206956362'), (u'INDIRECT_-1206956231', u'MULTIEQUAL_-1206956146'), (u'CALL_-1206961728', u'INDIRECT_-1206954514'), (u'MULTIEQUAL_-1206953706', u'MULTIEQUAL_-1206954245'), (u'INDIRECT_-1206955350', u'MULTIEQUAL_-1206955280'), (u'CALL_-1206962650', u'INDIRECT_-1206954324'), (u'CALL_-1206961477', u'INDIRECT_-1206953370'), (u'INDIRECT_-1206953494', u'MULTIEQUAL_-1206955612'), (u'CALL_-1206963657', u'INDIRECT_-1206957862'), (u'CALL_-1206962475', u'INDIRECT_-1206955291'), ('const-433', u'LOAD_-1206961404'), (u'MULTIEQUAL_-1206955925', u'MULTIEQUAL_-1206955804'), (u'MULTIEQUAL_-1206956522', u'MULTIEQUAL_-1206956478'), (u'INDIRECT_-1206954486', u'MULTIEQUAL_-1206955670'), (u'MULTIEQUAL_-1206955441', u'MULTIEQUAL_-1206955278'), (u'CALL_-1206966621', u'INDIRECT_-1206959399'), ('const-0', u'CALL_-1206962729'), (u'MULTIEQUAL_-1206954676', u'MULTIEQUAL_-1206956106'), (u'INDIRECT_-1206954888', u'COPY_-1206954902'), (u'MULTIEQUAL_-1206954088', u'MULTIEQUAL_-1206954072'), ('const-433', u'LOAD_-1206961710'), (u'CALL_-1206966560', u'INDIRECT_-1206958221'), (u'INDIRECT_-1206956972', u'MULTIEQUAL_-1206956928'), (u'INDIRECT_-1206956871', u'MULTIEQUAL_-1206956857'), (u'INDIRECT_-1206953838', u'MULTIEQUAL_-1206954304'), (u'CALL_-1206962729', u'INDIRECT_-1206955176'), (u'STORE_-1206961738', u'INDIRECT_-1206955045'), (u'INDIRECT_-1206954997', u'MULTIEQUAL_-1206954972'), (u'INDIRECT_-1206955883', u'MULTIEQUAL_-1206955838'), (u'INDIRECT_-1206953298', u'COPY_-1206953325'), (u'CALL_-1206964167', u'INDIRECT_-1206956726'), (u'MULTIEQUAL_-1206958196', u'MULTIEQUAL_-1206958786'), (u'MULTIEQUAL_-1206957654', u'MULTIEQUAL_-1206957618'), ('const-1096928', u'COPY_-1206962678'), (u'CALL_-1206961575', u'INDIRECT_-1206955675'), ('const-0', u'INT_NOTEQUAL_-1206963622'), (u'STORE_-1206961703', u'INDIRECT_-1206956155'), (u'CALL_-1206963457', u'INDIRECT_-1206956080'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956483'), (u'INDIRECT_-1206955984', u'MULTIEQUAL_-1206955940'), (u'MULTIEQUAL_-1206958949', u'MULTIEQUAL_-1206958121'), (u'CALL_-1206966645', u'INDIRECT_-1206958006'), (u'INDIRECT_-1206955714', u'COPY_-1206955771'), (u'CALL_-1206965188', u'INDIRECT_-1206957625'), (u'LOAD_-1206961194', u'CALL_-1206961124'), (u'COPY_-1206952257', u'MULTIEQUAL_-1206952120'), ('tmp_1450', u'CBRANCH_-1206964502'), (u'CALL_-1206966522', u'INDIRECT_-1206957910'), (u'CALL_-1206961669', u'INDIRECT_-1206955936'), ('const-216', u'PTRSUB_-1206951452'), (u'INDIRECT_-1206953575', u'MULTIEQUAL_-1206955471'), (u'CALL_-1206963178', u'INDIRECT_-1206957738'), (u'CALL_-1206961641', u'INDIRECT_-1206955216'), (u'INDIRECT_-1206954720', u'COPY_-1206954732'), (u'STORE_-1206963453', u'INDIRECT_-1206955178'), (u'COPY_-1206964105', u'MULTIEQUAL_-1206956428'), (u'CALL_-1206966560', u'INDIRECT_-1206958645'), (u'MULTIEQUAL_-1206956349', u'MULTIEQUAL_-1206956251'), (u'INDIRECT_-1206955452', u'COPY_-1206955466'), (u'LOAD_-1206963544', u'INT_SLESS_-1206963528'), ('const-1', u'COPY_-1206962482'), (u'INDIRECT_-1206957033', u'MULTIEQUAL_-1206956867'), (u'INDIRECT_-1206957628', u'MULTIEQUAL_-1206957480'), (u'CALL_-1206961575', u'INDIRECT_-1206952542'), (u'CALL_-1206963314', u'INDIRECT_-1206954358'), (u'INDIRECT_-1206954862', u'MULTIEQUAL_-1206955939'), (u'MULTIEQUAL_-1206955906', u'MULTIEQUAL_-1206955306'), (u'INDIRECT_-1206956078', u'MULTIEQUAL_-1206956063'), ('tmp_2331', u'BRANCH_-1206962667'), (u'CALL_-1206966522', u'INDIRECT_-1206957487'), (u'CALL_-1206963457', u'INDIRECT_-1206956504'), (u'INDIRECT_-1206957234', u'MULTIEQUAL_-1206957115'), (u'INDIRECT_-1206955442', u'MULTIEQUAL_-1206955526'), (u'PTRADD_-1206952599', u'MULTIEQUAL_-1206958460'), (u'INT_MULT_-1206957637', u'INT_ADD_-1206952687'), ('const-433', u'STORE_-1206963324'), (u'INDIRECT_-1206954094', u'MULTIEQUAL_-1206954192'), (u'INDIRECT_-1206953608', u'MULTIEQUAL_-1206953692'), (u'CALL_-1206964010', u'INDIRECT_-1206955243'), (u'MULTIEQUAL_-1206956489', u'MULTIEQUAL_-1206955962'), (u'CALL_-1206964010', u'INDIRECT_-1206955384'), (u'CALL_-1206966560', u'INDIRECT_-1206959209'), (u'CALL_-1206963575', u'INDIRECT_-1206955298'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206955588'), ('const-0', u'COPY_-1206952257'), (u'INDIRECT_-1206952884', u'MULTIEQUAL_-1206953145'), (u'INDIRECT_-1206953942', u'COPY_-1206953947'), (u'INDIRECT_-1206956182', u'MULTIEQUAL_-1206955680'), (u'CALL_-1206965208', u'INDIRECT_-1206956081'), (u'CALL_-1206963314', u'INDIRECT_-1206955768'), (u'CALL_-1206961568', u'INDIRECT_-1206954598'), (u'INDIRECT_-1206953092', u'MULTIEQUAL_-1206953067'), (u'STORE_-1206961697', u'INDIRECT_-1206955231'), (u'CALL_-1206962838', u'INDIRECT_-1206955691'), (u'STORE_-1206963324', u'INDIRECT_-1206956267'), (u'MULTIEQUAL_-1206952894', u'MULTIEQUAL_-1206952850'), (u'INDIRECT_-1206954404', u'MULTIEQUAL_-1206954406'), ('tmp_2334', u'BRANCH_-1206962805'), (u'INDIRECT_-1206952840', u'MULTIEQUAL_-1206954758'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956129'), (u'MULTIEQUAL_-1206955421', u'MULTIEQUAL_-1206954529'), (u'MULTIEQUAL_-1206954750', u'MULTIEQUAL_-1206954650'), (u'INDIRECT_-1206955384', u'MULTIEQUAL_-1206954777'), (u'INDIRECT_-1206956970', u'MULTIEQUAL_-1206956221'), (u'MULTIEQUAL_-1206956080', u'MULTIEQUAL_-1206956670'), (u'CALL_-1206963330', u'INDIRECT_-1206955919'), (u'MULTIEQUAL_-1206954666', u'MULTIEQUAL_-1206953774'), (u'INDIRECT_-1206954532', u'COPY_-1206954540'), (u'INDIRECT_-1206956747', u'MULTIEQUAL_-1206956245'), (u'CALL_-1206962729', u'INDIRECT_-1206954753'), (u'INDIRECT_-1206956690', u'MULTIEQUAL_-1206956665'), (u'CALL_-1206964167', u'INDIRECT_-1206958137'), (u'STORE_-1206961013', u'INDIRECT_-1206953678'), (u'CALL_-1206963457', u'INDIRECT_-1206953917'), (u'CALL_-1206962820', u'INDIRECT_-1206953933'), (u'INDIRECT_-1206958716', u'MULTIEQUAL_-1206956457'), (u'MULTIEQUAL_-1206956525', u'MULTIEQUAL_-1206955962'), (u'CALL_-1206965223', u'INDIRECT_-1206956939'), (u'INDIRECT_-1206957038', u'MULTIEQUAL_-1206957114'), (u'INDIRECT_-1206956109', u'MULTIEQUAL_-1206955985'), (u'CALL_-1206961124', u'INDIRECT_-1206954003'), (u'STORE_-1206963494', u'INDIRECT_-1206957144'), (u'INDIRECT_-1206954063', u'MULTIEQUAL_-1206955247'), (u'CALL_-1206963359', u'INDIRECT_-1206954382'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206953466'), (u'INDIRECT_-1206954703', u'MULTIEQUAL_-1206956599'), ('const-1114912', u'PTRSUB_-1206953544'), (u'INDIRECT_-1206957429', u'COPY_-1206957479'), (u'INDIRECT_-1206955948', u'MULTIEQUAL_-1206955539'), (u'CALL_-1206963611', u'INDIRECT_-1206956005'), (u'MULTIEQUAL_-1206955939', u'MULTIEQUAL_-1206954717'), (u'CALL_-1206965208', u'INDIRECT_-1206956786'), (u'INDIRECT_-1206957344', u'MULTIEQUAL_-1206957282'), (u'CALL_-1206961371', u'INDIRECT_-1206955753'), (u'CALL_-1206961181', u'INDIRECT_-1206952501'), (u'CALL_-1206963657', u'INDIRECT_-1206956592'), (u'LOAD_-1206961629', u'MULTIEQUAL_-1206952104'), (u'STORE_-1206961738', u'INDIRECT_-1206956456'), (u'CALL_-1206962820', u'CAST_-1206951564'), (u'INDIRECT_-1206958475', u'MULTIEQUAL_-1206958327'), (u'INDIRECT_-1206957714', u'MULTIEQUAL_-1206957698'), (u'CALL_-1206961181', u'INDIRECT_-1206955328'), (u'COPY_-1206959590', u'MULTIEQUAL_-1206959511'), (u'MULTIEQUAL_-1206957336', u'MULTIEQUAL_-1206957239'), (u'CALL_-1206962820', u'INDIRECT_-1206955908'), (u'MULTIEQUAL_-1206958679', u'CALL_-1206961568'), (u'INDIRECT_-1206956843', u'COPY_-1206956900'), (u'CALL_-1206961532', u'INDIRECT_-1206954855'), (u'CALL_-1206962576', u'INDIRECT_-1206954411'), (u'MULTIEQUAL_-1206955221', u'MULTIEQUAL_-1206955123'), (u'LOAD_-1206963449', u'MULTIEQUAL_-1206957517'), (u'CALL_-1206961629', u'INDIRECT_-1206952341'), (u'CALL_-1206965235', u'INDIRECT_-1206954802'), (u'INDIRECT_-1206955437', u'MULTIEQUAL_-1206957339'), (u'INDIRECT_-1206958660', u'MULTIEQUAL_-1206958543'), (u'INDIRECT_-1206954805', u'MULTIEQUAL_-1206954696'), (u'STORE_-1206961013', u'INDIRECT_-1206954383'), (u'MULTIEQUAL_-1206955764', u'MULTIEQUAL_-1206955164'), (u'MULTIEQUAL_-1206955751', u'MULTIEQUAL_-1206957820'), (u'CALL_-1206961532', u'INDIRECT_-1206953868'), (u'COPY_-1206963674', u'MULTIEQUAL_-1206959576'), (u'INDIRECT_-1206953710', u'MULTIEQUAL_-1206952924'), (u'INDIRECT_-1206955610', u'MULTIEQUAL_-1206957728'), (u'INDIRECT_-1206954763', u'MULTIEQUAL_-1206956881'), (u'INDIRECT_-1206954455', u'MULTIEQUAL_-1206955753'), (u'STORE_-1206963324', u'INDIRECT_-1206956831'), (u'INDIRECT_-1206955724', u'MULTIEQUAL_-1206955575'), (u'MULTIEQUAL_-1206954181', u'MULTIEQUAL_-1206955641'), (u'CALL_-1206965223', u'INDIRECT_-1206955811'), (u'CALL_-1206965956', u'INDIRECT_-1206956580'), (u'CALL_-1206963356', u'INDIRECT_-1206954301'), (u'CALL_-1206961705', u'INDIRECT_-1206955177'), (u'PTRSUB_-1206952188', u'LOAD_-1206961753'), (u'CALL_-1206964256', u'INDIRECT_-1206953920'), (u'STORE_-1206961697', u'INDIRECT_-1206954458'), (u'CALL_-1206966645', u'INDIRECT_-1206958147'), (u'MULTIEQUAL_-1206956243', u'MULTIEQUAL_-1206955680'), (u'CALL_-1206963356', u'INDIRECT_-1206953449'), (u'CALL_-1206965208', u'INDIRECT_-1206954548'), (u'CALL_-1206965235', u'INDIRECT_-1206957512'), (u'CALL_-1206961534', u'INDIRECT_-1206954431'), (u'CALL_-1206963457', u'INDIRECT_-1206954529'), (u'INDIRECT_-1206956265', u'MULTIEQUAL_-1206954270'), (u'INT_SUB_-1206966295', u'INT_SEXT_-1206952537'), (u'CALL_-1206962820', u'INDIRECT_-1206955343'), ('const-8', u'PTRADD_-1206952148'), (u'INDIRECT_-1206953353', u'MULTIEQUAL_-1206955471'), ('const-1', u'COPY_-1206964435'), ('tmp_1388', u'CBRANCH_-1206964547'), (u'CALL_-1206963359', u'INDIRECT_-1206956639'), (u'INDIRECT_-1206955949', u'MULTIEQUAL_-1206955644'), (u'MULTIEQUAL_-1206955247', u'MULTIEQUAL_-1206955220'), (u'INT_EQUAL_-1206963508', u'CBRANCH_-1206963506'), (u'CALL_-1206962501', u'INDIRECT_-1206956566'), (u'MULTIEQUAL_-1206955516', u'MULTIEQUAL_-1206954833'), (u'CALL_-1206961705', u'INDIRECT_-1206954049'), (u'CALL_-1206962729', u'INDIRECT_-1206955741'), (u'MULTIEQUAL_-1206954107', u'MULTIEQUAL_-1206954156'), (u'INDIRECT_-1206956045', u'MULTIEQUAL_-1206955879'), ('tmp_3557', u'CBRANCH_-1206964262'), (u'MULTIEQUAL_-1206956410', u'MULTIEQUAL_-1206955582'), (u'CALL_-1206961532', u'INDIRECT_-1206955984'), (u'MULTIEQUAL_-1206957222', u'MULTIEQUAL_-1206957195'), (u'CALL_-1206961532', u'INDIRECT_-1206953445'), (u'INDIRECT_-1206955757', u'MULTIEQUAL_-1206955702'), (u'CALL_-1206963720', u'INDIRECT_-1206957889'), (u'INDIRECT_-1206956165', u'MULTIEQUAL_-1206956082'), (u'INDIRECT_-1206954487', u'MULTIEQUAL_-1206954432'), (u'INDIRECT_-1206956588', u'MULTIEQUAL_-1206956505'), ('const-8', u'PTRADD_-1206951791'), (u'MULTIEQUAL_-1206954750', u'MULTIEQUAL_-1206953774'), (u'INT_EQUAL_-1206964287', u'CBRANCH_-1206964285'), (u'CALL_-1206961728', u'INDIRECT_-1206952957'), (u'CALL_-1206963513', u'INDIRECT_-1206955567'), (u'MULTIEQUAL_-1206954671', u'MULTIEQUAL_-1206954720'), (u'INDIRECT_-1206954454', u'MULTIEQUAL_-1206954538'), (u'INDIRECT_-1206955398', u'MULTIEQUAL_-1206955281'), (u'CALL_-1206966381', u'INDIRECT_-1206958801'), (u'MULTIEQUAL_-1206957208', u'MULTIEQUAL_-1206955986'), (u'INDIRECT_-1206957320', u'MULTIEQUAL_-1206955498'), (u'CALL_-1206962705', u'INDIRECT_-1206956012'), (u'PTRADD_-1206952493', u'INT_LESS_-1206963292'), (u'INDIRECT_-1206956527', u'MULTIEQUAL_-1206956409'), (u'INDIRECT_-1206956448', u'MULTIEQUAL_-1206956434'), ('const-1', u'INT_SUB_-1206963094'), (u'INDIRECT_-1206954650', u'MULTIEQUAL_-1206954555'), (u'INDIRECT_-1206955126', u'MULTIEQUAL_-1206957022'), (u'MULTIEQUAL_-1206956080', u'MULTIEQUAL_-1206955397'), (u'INDIRECT_-1206955973', u'MULTIEQUAL_-1206957869'), (u'INDIRECT_-1206956950', u'MULTIEQUAL_-1206956833'), (u'INDIRECT_-1206956204', u'MULTIEQUAL_-1206956345'), (u'MULTIEQUAL_-1206955482', u'MULTIEQUAL_-1206954882'), (u'INDIRECT_-1206953378', u'COPY_-1206953383'), (u'CALL_-1206963657', u'INDIRECT_-1206956451'), (u'INDIRECT_-1206953917', u'MULTIEQUAL_-1206953841'), ('tmp_1362', u'CBRANCH_-1206964565'), (u'INDIRECT_-1206954324', u'COPY_-1206954338'), (u'CALL_-1206965188', u'INDIRECT_-1206958189'), ('const-0', u'INT_NOTEQUAL_-1206965316'), ('tmp_38856', u'PIECE_-1206952516'), (u'CALL_-1206964010', u'CALL_-1206961810'), (u'CALL_-1206961641', u'INDIRECT_-1206956486'), (u'CALL_-1206963443', u'INDIRECT_-1206956513'), (u'CALL_-1206962729', u'INDIRECT_-1206954471'), (u'INDIRECT_-1206953001', u'MULTIEQUAL_-1206953262'), (u'CALL_-1206961477', u'INDIRECT_-1206954921'), (u'CALL_-1206962838', u'INDIRECT_-1206955409'), (u'INDIRECT_-1206955734', u'COPY_-1206955748'), (u'INDIRECT_-1206953467', u'MULTIEQUAL_-1206953551'), (u'CALL_-1206963356', u'INDIRECT_-1206955147'), (u'INDIRECT_-1206954328', u'MULTIEQUAL_-1206952528'), (u'CALL_-1206964279', u'INDIRECT_-1206956231'), ('const-433', u'LOAD_-1206961924'), (u'INDIRECT_-1206954037', u'MULTIEQUAL_-1206953965'), (u'CALL_-1206962475', u'INDIRECT_-1206955996'), (u'INDIRECT_-1206956724', u'COPY_-1206956774'), (u'INDIRECT_-1206955667', u'MULTIEQUAL_-1206955562'), (u'INDIRECT_-1206956821', u'MULTIEQUAL_-1206956699'), (u'MULTIEQUAL_-1206957396', u'MULTIEQUAL_-1206956504'), (u'INDIRECT_-1206953858', u'MULTIEQUAL_-1206953749'), (u'CALL_-1206966673', u'INDIRECT_-1206955759'), (u'CALL_-1206963376', u'INDIRECT_-1206953697'), (u'INDIRECT_-1206954791', u'MULTIEQUAL_-1206954696'), (u'INDIRECT_-1206956484', u'MULTIEQUAL_-1206956389'), (u'MULTIEQUAL_-1206954415', u'COPY_-1206952930'), (u'INDIRECT_-1206954613', u'INT_EQUAL_-1206961638'), (u'CALL_-1206961641', u'INDIRECT_-1206954511'), (u'MULTIEQUAL_-1206954851', u'MULTIEQUAL_-1206954831'), (u'MULTIEQUAL_-1206955985', u'MULTIEQUAL_-1206955969'), (u'CALL_-1206962576', u'INDIRECT_-1206953916'), (u'INDIRECT_-1206955144', u'MULTIEQUAL_-1206956221'), (u'MULTIEQUAL_-1206955106', u'MULTIEQUAL_-1206955079'), (u'MULTIEQUAL_-1206956403', u'MULTIEQUAL_-1206956364'), (u'INDIRECT_-1206953917', u'MULTIEQUAL_-1206956035'), (u'CALL_-1206964279', u'INDIRECT_-1206956795'), ('const-262144', u'INT_OR_-1206963470'), (u'MULTIEQUAL_-1206956646', u'MULTIEQUAL_-1206956768'), (u'MULTIEQUAL_-1206956349', u'MULTIEQUAL_-1206955375'), ('tmp_848', u'CBRANCH_-1206966048'), (u'STORE_-1206963494', u'INDIRECT_-1206955874'), (u'MULTIEQUAL_-1206953372', u'MULTIEQUAL_-1206955441'), (u'CALL_-1206964256', u'INDIRECT_-1206957311'), (u'STORE_-1206963275', u'INDIRECT_-1206956666'), (u'INDIRECT_-1206954652', u'MULTIEQUAL_-1206954793'), (u'CALL_-1206963356', u'INDIRECT_-1206955993'), (u'MULTIEQUAL_-1206955558', u'MULTIEQUAL_-1206954728'), (u'INDIRECT_-1206956394', u'MULTIEQUAL_-1206956337'), (u'MULTIEQUAL_-1206956490', u'MULTIEQUAL_-1206955516'), (u'INDIRECT_-1206956408', u'MULTIEQUAL_-1206956383'), (u'CALL_-1206962796', u'INDIRECT_-1206954627'), (u'CALL_-1206962226', u'INDIRECT_-1206955442'), (u'MULTIEQUAL_-1206956082', u'MULTIEQUAL_-1206956131'), (u'INDIRECT_-1206954907', u'MULTIEQUAL_-1206954861'), (u'MULTIEQUAL_-1206956066', u'MULTIEQUAL_-1206955539'), (u'INDIRECT_-1206958293', u'MULTIEQUAL_-1206956033'), (u'INDIRECT_-1206953637', u'MULTIEQUAL_-1206953877'), (u'PTRADD_-1206953671', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206955653', u'MULTIEQUAL_-1206956345'), (u'MULTIEQUAL_-1206955287', u'MULTIEQUAL_-1206955423'), (u'STORE_-1206961703', u'INDIRECT_-1206955591'), ('const-1', u'CALL_-1206963376'), (u'CALL_-1206961568', u'INDIRECT_-1206954316'), (u'CALL_-1206966673', u'INDIRECT_-1206955999'), (u'INDIRECT_-1206956955', u'MULTIEQUAL_-1206956831'), (u'PTRADD_-1206952493', u'COPY_-1206952513'), (u'CALL_-1206961544', u'INDIRECT_-1206954864'), (u'CALL_-1206966673', u'INDIRECT_-1206957316'), (u'LOAD_-1206964414', u'MULTIEQUAL_-1206956577'), (u'INT_ADD_-1206952544', u'PTRADD_-1206952497'), (u'MULTIEQUAL_-1206953252', u'MULTIEQUAL_-1206953373'), (u'COPY_-1206965949', u'MULTIEQUAL_-1206958170'), (u'CALL_-1206961629', u'INDIRECT_-1206952698'), ('const-1', u'PTRADD_-1206952554'), (u'INDIRECT_-1206953862', u'COPY_-1206953889'), (u'MULTIEQUAL_-1206954245', u'MULTIEQUAL_-1206954209'), (u'CALL_-1206962226', u'INDIRECT_-1206956148'), (u'CALL_-1206966621', u'INDIRECT_-1206957422'), (u'CALL_-1206962501', u'INDIRECT_-1206955437'), (u'CALL_-1206961641', u'INDIRECT_-1206955498'), (u'CALL_-1206966621', u'INDIRECT_-1206957563'), (u'CALL_-1206962475', u'INDIRECT_-1206956702'), (u'LOAD_-1206963327', u'STORE_-1206963324'), (u'CALL_-1206966673', u'INDIRECT_-1206958021'), (u'INDIRECT_-1206957426', u'MULTIEQUAL_-1206957464'), (u'INDIRECT_-1206954160', u'MULTIEQUAL_-1206954088'), (u'MULTIEQUAL_-1206954113', u'MULTIEQUAL_-1206954086'), (u'CALL_-1206961810', u'INDIRECT_-1206952886'), (u'CALL_-1206963611', u'INDIRECT_-1206957839'), (u'INDIRECT_-1206954732', u'MULTIEQUAL_-1206954634'), (u'INDIRECT_-1206955345', u'COPY_-1206955370'), (u'INDIRECT_-1206956500', u'CALL_-1206963178'), (u'CALL_-1206961810', u'INDIRECT_-1206953243'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206954644'), (u'MULTIEQUAL_-1206956410', u'MULTIEQUAL_-1206956363'), (u'CALL_-1206961705', u'INDIRECT_-1206953314'), ('const-4294967295', u'INT_ADD_-1206963598'), (u'CALL_-1206961790', u'INDIRECT_-1206956520'), ('const-0', u'INT_EQUAL_-1206965292'), (u'MULTIEQUAL_-1206955498', u'MULTIEQUAL_-1206955482'), (u'MULTIEQUAL_-1206957773', u'MULTIEQUAL_-1206956551'), (u'CALL_-1206964092', u'INDIRECT_-1206953820'), (u'MULTIEQUAL_-1206953729', u'MULTIEQUAL_-1206955798'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206955198'), (u'CALL_-1206962796', u'INDIRECT_-1206955191'), (u'CALL_-1206962576', u'INDIRECT_-1206956527'), (u'INDIRECT_-1206956291', u'MULTIEQUAL_-1206958010'), (u'MULTIEQUAL_-1206955315', u'MULTIEQUAL_-1206956775'), (u'MULTIEQUAL_-1206953599', u'MULTIEQUAL_-1206952999'), (u'CALL_-1206961532', u'INDIRECT_-1206954714'), (u'CALL_-1206961156', u'INDIRECT_-1206954866'), (u'INDIRECT_-1206959226', u'MULTIEQUAL_-1206959090'), (u'CALL_-1206961810', u'INDIRECT_-1206956394'), (u'CALL_-1206963564', u'INDIRECT_-1206955552'), (u'INDIRECT_-1206953920', u'MULTIEQUAL_-1206953848'), (u'INDIRECT_-1206957006', u'COPY_-1206957056'), ('const-0', u'PTRSUB_-1206951652'), (u'MULTIEQUAL_-1206954764', u'MULTIEQUAL_-1206956833'), (u'MULTIEQUAL_-1206956443', u'MULTIEQUAL_-1206957903'), ('tmp_3633', u'CBRANCH_-1206964216'), (u'INDIRECT_-1206954094', u'MULTIEQUAL_-1206952294'), (u'CALL_-1206966381', u'INDIRECT_-1206957390'), (u'INDIRECT_-1206955667', u'MULTIEQUAL_-1206955362'), (u'COPY_-1206954651', u'CALL_-1206966605'), (u'CALL_-1206966621', u'INDIRECT_-1206957140'), (u'CAST_-1206951189', u'CALL_-1206961547'), (u'MULTIEQUAL_-1206952463', u'MULTIEQUAL_-1206953139'), (u'CALL_-1206963330', u'INDIRECT_-1206956907'), (u'CALL_-1206966157', u'INDIRECT_-1206957816'), (u'INDIRECT_-1206953129', u'MULTIEQUAL_-1206953139'), ('const-433', u'LOAD_-1206963476'), (u'INDIRECT_-1206958663', u'MULTIEQUAL_-1206956668'), (u'INDIRECT_-1206956135', u'MULTIEQUAL_-1206956033'), (u'INDIRECT_-1206956219', u'MULTIEQUAL_-1206956204'), (u'CALL_-1206962820', u'INDIRECT_-1206956049'), (u'INDIRECT_-1206955791', u'COPY_-1206955845'), (u'INDIRECT_-1206954521', u'MULTIEQUAL_-1206954428'), (u'INDIRECT_-1206955063', u'COPY_-1206955088'), ('const-0', u'INT_EQUAL_-1206964388'), (u'MULTIEQUAL_-1206956525', u'MULTIEQUAL_-1206956489'), (u'MULTIEQUAL_-1206957513', u'MULTIEQUAL_-1206957477'), ('const-0', u'INT_EQUAL_-1206966367'), (u'CALL_-1206961533', u'INDIRECT_-1206953825'), (u'INDIRECT_-1206954628', u'MULTIEQUAL_-1206954573'), ('const-0', u'INT_EQUAL_-1206961662'), (u'CALL_-1206963478', u'INDIRECT_-1206957802'), (u'CALL_-1206963443', u'INDIRECT_-1206955768'), (u'INT_OR_-1206963384', u'MULTIEQUAL_-1206958246'), (u'CALL_-1206963513', u'INDIRECT_-1206955285'), (u'CALL_-1206961181', u'INDIRECT_-1206955610'), (u'MULTIEQUAL_-1206956410', u'INT_EQUAL_-1206966275'), (u'CALL_-1206962820', u'INDIRECT_-1206953651'), (u'CALL_-1206963513', u'INDIRECT_-1206955708'), (u'CALL_-1206962838', u'INDIRECT_-1206955550'), (u'CALL_-1206961156', u'INDIRECT_-1206954020'), (u'MULTIEQUAL_-1206955986', u'INT_EQUAL_-1206963508'), (u'CALL_-1206961181', u'INDIRECT_-1206956033'), (u'MULTIEQUAL_-1206953877', u'MULTIEQUAL_-1206954013'), (u'MULTIEQUAL_-1206957654', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206954724', u'MULTIEQUAL_-1206954623'), (u'CALL_-1206964256', u'INDIRECT_-1206958131'), (u'CALL_-1206962729', u'INDIRECT_-1206954330'), (u'CALL_-1206963359', u'INDIRECT_-1206955933'), (u'INDIRECT_-1206956747', u'MULTIEQUAL_-1206956651'), (u'CALL_-1206963564', u'INDIRECT_-1206954160'), (u'INDIRECT_-1206956561', u'MULTIEQUAL_-1206957478'), (u'CALL_-1206961532', u'INDIRECT_-1206953304'), (u'CALL_-1206961371', u'INDIRECT_-1206955330'), (u'INDIRECT_-1206956035', u'MULTIEQUAL_-1206956275'), (u'CALL_-1206963720', u'INDIRECT_-1206957466'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206955621'), (u'INDIRECT_-1206956685', u'MULTIEQUAL_-1206956568'), (u'INDIRECT_-1206954331', u'MULTIEQUAL_-1206954248'), (u'CALL_-1206966576', u'INDIRECT_-1206958940'), (u'MULTIEQUAL_-1206958102', u'MULTIEQUAL_-1206957275'), (u'INDIRECT_-1206956549', u'MULTIEQUAL_-1206956524'), (u'INDIRECT_-1206953944', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206955530', u'MULTIEQUAL_-1206954805'), (u'INDIRECT_-1206955477', u'MULTIEQUAL_-1206954975'), (u'MULTIEQUAL_-1206956409', u'MULTIEQUAL_-1206956386'), (u'INDIRECT_-1206954368', u'MULTIEQUAL_-1206954273'), (u'CALL_-1206966157', u'INDIRECT_-1206955530'), (u'INDIRECT_-1206957249', u'MULTIEQUAL_-1206957115'), (u'MULTIEQUAL_-1206955979', u'MULTIEQUAL_-1206955959'), (u'MULTIEQUAL_-1206956470', u'MULTIEQUAL_-1206955706'), (u'CALL_-1206961728', u'INDIRECT_-1206954091'), (u'MULTIEQUAL_-1206955079', u'MULTIEQUAL_-1206954552'), (u'MULTIEQUAL_-1206955328', u'MULTIEQUAL_-1206957397'), (u'INDIRECT_-1206955525', u'MULTIEQUAL_-1206954918'), (u'STORE_-1206963548', u'INDIRECT_-1206955226'), (u'CALL_-1206965223', u'INDIRECT_-1206955952'), (u'MULTIEQUAL_-1206954295', u'MULTIEQUAL_-1206954265'), (u'MULTIEQUAL_-1206953242', u'MULTIEQUAL_-1206952642'), (u'CALL_-1206963359', u'INDIRECT_-1206955651'), (u'INDIRECT_-1206954665', u'MULTIEQUAL_-1206955357'), (u'CALL_-1206961568', u'INDIRECT_-1206952900'), (u'INDIRECT_-1206955768', u'MULTIEQUAL_-1206953946'), (u'INT_ADD_-1206952780', u'PTRADD_-1206952733'), (u'CALL_-1206961728', u'INDIRECT_-1206953314'), (u'INDIRECT_-1206956637', u'MULTIEQUAL_-1206956543'), (u'INDIRECT_-1206955018', u'MULTIEQUAL_-1206955102'), (u'INT_SUB_-1206966325', u'INT_ZEXT_-1206961120'), (u'MULTIEQUAL_-1206955562', u'MULTIEQUAL_-1206954670'), (u'MULTIEQUAL_-1206954072', u'MULTIEQUAL_-1206953472'), (u'MULTIEQUAL_-1206954236', u'MULTIEQUAL_-1206954209'), (u'INDIRECT_-1206955367', u'MULTIEQUAL_-1206955305'), (u'SUBPIECE_-1206959455', u'CALL_-1206962838'), (u'CALL_-1206963178', u'INDIRECT_-1206955904'), (u'CALL_-1206961181', u'INDIRECT_-1206953353'), (u'CALL_-1206964167', u'INDIRECT_-1206955739'), (u'INT_ADD_-1206952687', u'PTRADD_-1206963577'), (u'MULTIEQUAL_-1206956584', u'MULTIEQUAL_-1206958044'), (u'INT_ADD_-1206964096', u'PTRADD_-1206952752'), (u'COPY_-1206952512', u'MULTIEQUAL_-1206958718'), (u'CALL_-1206962226', u'INDIRECT_-1206954878'), (u'INDIRECT_-1206956078', u'MULTIEQUAL_-1206955986'), (u'CALL_-1206961461', u'INDIRECT_-1206954910'), (u'CALL_-1206961810', u'MULTIEQUAL_-1206957894'), (u'INDIRECT_-1206955243', u'MULTIEQUAL_-1206954636'), (u'CALL_-1206966605', u'INDIRECT_-1206955711'), (u'MULTIEQUAL_-1206958244', u'MULTIEQUAL_-1206958197'), (u'CALL_-1206962226', u'INDIRECT_-1206955019'), (u'INDIRECT_-1206958206', u'MULTIEQUAL_-1206956891'), ('const-2', u'COPY_-1206956702'), (u'INDIRECT_-1206956243', u'MULTIEQUAL_-1206958056'), (u'MULTIEQUAL_-1206958420', u'STORE_-1206963275'), (u'INDIRECT_-1206955649', u'MULTIEQUAL_-1206955587'), (u'MULTIEQUAL_-1206956552', u'MULTIEQUAL_-1206955988'), (u'INDIRECT_-1206956778', u'MULTIEQUAL_-1206956646'), (u'CALL_-1206962838', u'INDIRECT_-1206956114'), (u'INDIRECT_-1206953263', u'COPY_-1206953271'), (u'MULTIEQUAL_-1206955381', u'MULTIEQUAL_-1206956811'), (u'STORE_-1206963324', u'INDIRECT_-1206955984'), (u'CALL_-1206965235', u'INDIRECT_-1206954925'), (u'CALL_-1206966157', u'INDIRECT_-1206959088'), (u'INDIRECT_-1206956919', u'COPY_-1206956973'), (u'CALL_-1206962576', u'INDIRECT_-1206956668'), (u'MULTIEQUAL_-1206954415', u'CALL_-1206966157'), (u'INDIRECT_-1206955701', u'MULTIEQUAL_-1206957446'), (u'MULTIEQUAL_-1206954928', u'MULTIEQUAL_-1206953706'), (u'INDIRECT_-1206955047', u'MULTIEQUAL_-1206955287'), (u'CALL_-1206965956', u'INDIRECT_-1206957708'), (u'CALL_-1206962705', u'INDIRECT_-1206955589'), (u'CALL_-1206964010', u'INDIRECT_-1206954067'), ('tmp_5360', u'BRANCH_-1206962468'), (u'CALL_-1206963443', u'INDIRECT_-1206956090'), (u'INDIRECT_-1206955029', u'COPY_-1206955043'), (u'CALL_-1206961181', u'INDIRECT_-1206954622'), ('tmp_323', u'BRANCH_-1206966423'), (u'MULTIEQUAL_-1206954318', u'MULTIEQUAL_-1206956317'), (u'INDIRECT_-1206955471', u'MULTIEQUAL_-1206955425'), (u'CALL_-1206963657', u'INDIRECT_-1206954213'), (u'COPY_-1206958412', u'MULTIEQUAL_-1206959533'), (u'CALL_-1206963178', u'INDIRECT_-1206957881'), (u'COPY_-1206951609', u'CALL_-1206962729'), (u'CALL_-1206966464', u'INDIRECT_-1206955847'), (u'LOAD_-1206961877', u'MULTIEQUAL_-1206957894'), (u'INDIRECT_-1206955009', u'MULTIEQUAL_-1206955926'), ('tmp_6296', u'CBRANCH_-1206961712'), (u'CALL_-1206961461', u'INDIRECT_-1206954064'), (u'CALL_-1206961728', u'INDIRECT_-1206954232'), (u'INDIRECT_-1206954067', u'MULTIEQUAL_-1206952882'), (u'INDIRECT_-1206954521', u'MULTIEQUAL_-1206954389'), (u'INDIRECT_-1206955520', u'COPY_-1206955528'), (u'INDIRECT_-1206958051', u'MULTIEQUAL_-1206957903'), (u'INDIRECT_-1206956741', u'MULTIEQUAL_-1206956568'), (u'LOAD_-1206963476', u'INT_ADD_-1206963449'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955308'), (u'INDIRECT_-1206958434', u'MULTIEQUAL_-1206956175'), (u'CALL_-1206966480', u'INDIRECT_-1206957741'), (u'CALL_-1206966621', u'INDIRECT_-1206957281'), (u'CALL_-1206966488', u'INDIRECT_-1206957606'), (u'CALL_-1206961866', u'INDIRECT_-1206954521'), (u'INDIRECT_-1206954385', u'MULTIEQUAL_-1206954370'), (u'MULTIEQUAL_-1206955397', u'MULTIEQUAL_-1206955388'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964123'), (u'MULTIEQUAL_-1206960967', u'INT_ADD_-1206964560'), (u'CALL_-1206961124', u'INDIRECT_-1206955837'), (u'INDIRECT_-1206955639', u'MULTIEQUAL_-1206955780'), ('const-117', u'INT_SLESS_-1206964209'), (u'LOAD_-1206966250', u'COPY_-1206952658'), (u'INDIRECT_-1206953197', u'MULTIEQUAL_-1206953145'), (u'INDIRECT_-1206955612', u'MULTIEQUAL_-1206955852'), (u'MULTIEQUAL_-1206956134', u'MULTIEQUAL_-1206956270'), (u'CALL_-1206961547', u'INDIRECT_-1206954673'), (u'INDIRECT_-1206954411', u'MULTIEQUAL_-1206954294'), ('const-63', u'INT_AND_-1206966081'), (u'INT_ZEXT_-1206963315', u'INT_MULT_-1206952528'), (u'INDIRECT_-1206953944', u'MULTIEQUAL_-1206953158'), (u'INDIRECT_-1206956927', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206962796', u'INDIRECT_-1206952671'), ('const-1', u'INT_ADD_-1206952780'), (u'INDIRECT_-1206953955', u'MULTIEQUAL_-1206955881'), (u'STORE_-1206963275', u'INDIRECT_-1206954832'), (u'INDIRECT_-1206955693', u'MULTIEQUAL_-1206955571'), (u'LOAD_-1206963751', u'CALL_-1206961533'), (u'CALL_-1206965188', u'INDIRECT_-1206954774'), (u'MULTIEQUAL_-1206955045', u'LOAD_-1206964613'), ('tmp_5498', u'BRANCH_-1206961549'), (u'CALL_-1206966522', u'INDIRECT_-1206958475'), (u'INDIRECT_-1206955442', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206965188', u'INDIRECT_-1206956778'), (u'CALL_-1206961532', u'INDIRECT_-1206954009'), (u'INDIRECT_-1206954701', u'MULTIEQUAL_-1206954644'), (u'CALL_-1206965188', u'INDIRECT_-1206955014'), ('const-1', u'INT_ADD_-1206952544'), (u'INDIRECT_-1206957245', u'MULTIEQUAL_-1206957123'), (u'CALL_-1206963575', u'INDIRECT_-1206956144'), (u'CALL_-1206966544', u'INDIRECT_-1206957926'), (u'CALL_-1206964092', u'INDIRECT_-1206956713'), (u'MULTIEQUAL_-1206956102', u'MULTIEQUAL_-1206956066'), (u'CALL_-1206961728', u'INDIRECT_-1206955784'), (u'INDIRECT_-1206956848', u'MULTIEQUAL_-1206958750'), (u'INT_NOTEQUAL_-1206963505', u'CBRANCH_-1206963500'), (u'CALL_-1206966157', u'INDIRECT_-1206958663'), (u'CALL_-1206963657', u'INT_SLESS_-1206963642'), (u'STORE_-1206963548', u'INDIRECT_-1206955649'), (u'INDIRECT_-1206956549', u'MULTIEQUAL_-1206958294'), (u'COPY_-1206952930', u'MULTIEQUAL_-1206953054'), (u'MULTIEQUAL_-1206957067', u'MULTIEQUAL_-1206955845'), (u'CALL_-1206965208', u'INDIRECT_-1206955517'), (u'MULTIEQUAL_-1206953359', u'MULTIEQUAL_-1206952759'), (u'CAST_-1206951890', u'CALL_-1206961641'), (u'CALL_-1206966381', u'INDIRECT_-1206958519'), (u'CALL_-1206962576', u'INDIRECT_-1206953676'), (u'CALL_-1206961124', u'INDIRECT_-1206956121'), (u'MULTIEQUAL_-1206957961', u'MULTIEQUAL_-1206957133'), ('tmp_3775', u'CBRANCH_-1206964121'), (u'MULTIEQUAL_-1206955174', u'MULTIEQUAL_-1206956634'), (u'INDIRECT_-1206956222', u'MULTIEQUAL_-1206956176'), (u'CALL_-1206963720', u'INDIRECT_-1206956901'), (u'CALL_-1206964279', u'INDIRECT_-1206955526'), (u'CALL_-1206964010', u'INDIRECT_-1206957218'), (u'CALL_-1206965235', u'INDIRECT_-1206957653'), (u'INDIRECT_-1206956287', u'MULTIEQUAL_-1206954369'), ('const-1', u'INT_AND_-1206962860'), (u'MULTIEQUAL_-1206955892', u'MULTIEQUAL_-1206957961'), (u'INDIRECT_-1206957111', u'MULTIEQUAL_-1206956952'), (u'CALL_-1206963478', u'INDIRECT_-1206958086'), (u'CALL_-1206961547', u'INDIRECT_-1206955943'), (u'INDIRECT_-1206956840', u'MULTIEQUAL_-1206956739'), (u'INDIRECT_-1206954765', u'MULTIEQUAL_-1206955005'), (u'INDIRECT_-1206954331', u'MULTIEQUAL_-1206953692'), (u'INDIRECT_-1206955618', u'MULTIEQUAL_-1206955116'), (u'CALL_-1206965956', u'INDIRECT_-1206956298'), (u'MULTIEQUAL_-1206955986', u'MULTIEQUAL_-1206955962'), (u'CALL_-1206961534', u'INDIRECT_-1206956549'), (u'INDIRECT_-1206955551', u'MULTIEQUAL_-1206955441'), (u'MULTIEQUAL_-1206953375', u'MULTIEQUAL_-1206953496'), (u'STORE_-1206963494', u'INDIRECT_-1206956438'), (u'LOAD_-1206963556', u'STORE_-1206963548'), (u'CALL_-1206963443', u'INDIRECT_-1206956897'), (u'INDIRECT_-1206956872', u'MULTIEQUAL_-1206956233'), ('const-433', u'LOAD_-1206962886'), (u'MULTIEQUAL_-1206955704', u'MULTIEQUAL_-1206956243'), (u'CALL_-1206966544', u'INDIRECT_-1206957644'), (u'INDIRECT_-1206954242', u'MULTIEQUAL_-1206954934'), (u'INT_NOTEQUAL_-1206966052', u'CBRANCH_-1206966048'), (u'CALL_-1206963564', u'INT_EQUAL_-1206963550'), (u'PTRADD_-1206963577', u'COPY_-1206952652'), (u'INDIRECT_-1206955756', u'MULTIEQUAL_-1206956939'), (u'CALL_-1206961629', u'INDIRECT_-1206952575'), (u'CALL_-1206961533', u'INDIRECT_-1206954812'), ('const-0', u'INT_EQUAL_-1206964509'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956342'), (u'LOAD_-1206963132', u'INT_NOTEQUAL_-1206963119'), (u'CALL_-1206963513', u'INDIRECT_-1206954439'), (u'CALL_-1206963443', u'INDIRECT_-1206956231'), (u'INDIRECT_-1206956038', u'MULTIEQUAL_-1206957222'), (u'CALL_-1206961477', u'INDIRECT_-1206954216'), (u'CALL_-1206961532', u'INDIRECT_-1206956127'), (u'CALL_-1206964010', u'INDIRECT_-1206953944'), (u'MULTIEQUAL_-1206956362', u'MULTIEQUAL_-1206955679'), (u'CALL_-1206961532', u'INDIRECT_-1206954291'), (u'CALL_-1206962576', u'INDIRECT_-1206956103'), (u'CALL_-1206961533', u'INDIRECT_-1206954107'), (u'CALL_-1206965208', u'INDIRECT_-1206956504'), (u'INDIRECT_-1206958192', u'MULTIEQUAL_-1206958044'), (u'INDIRECT_-1206956464', u'MULTIEQUAL_-1206956368'), (u'MULTIEQUAL_-1206956510', u'MULTIEQUAL_-1206957940'), (u'PTRADD_-1206951791', u'MULTIEQUAL_-1206957926'), (u'MULTIEQUAL_-1206955423', u'MULTIEQUAL_-1206954859'), (u'INDIRECT_-1206956529', u'CALL_-1206966544'), (u'INDIRECT_-1206955353', u'COPY_-1206955358'), (u'CALL_-1206966381', u'INDIRECT_-1206956967'), (u'INDIRECT_-1206957179', u'MULTIEQUAL_-1206955357'), (u'INDIRECT_-1206953641', u'MULTIEQUAL_-1206953586'), (u'STORE_-1206961697', u'INDIRECT_-1206955728'), (u'COPY_-1206964035', u'MULTIEQUAL_-1206958264'), (u'INDIRECT_-1206957311', u'MULTIEQUAL_-1206957215'), (u'CALL_-1206961477', u'INDIRECT_-1206954639'), (u'CALL_-1206961156', u'INDIRECT_-1206955007'), (u'CAST_-1206952992', u'LOAD_-1206963476'), (u'INDIRECT_-1206955990', u'MULTIEQUAL_-1206957067'), (u'CALL_-1206963513', u'INDIRECT_-1206953587'), (u'CALL_-1206965235', u'INDIRECT_-1206955537'), (u'CALL_-1206963178', u'INDIRECT_-1206955481'), (u'INDIRECT_-1206954309', u'MULTIEQUAL_-1206954211'), ('const-0', u'INT_NOTEQUAL_-1206961933'), (u'CALL_-1206961866', u'INDIRECT_-1206954380'), (u'STORE_-1206963324', u'INDIRECT_-1206956408'), (u'COPY_-1206963084', u'MULTIEQUAL_-1206956495'), (u'CALL_-1206962226', u'INDIRECT_-1206953204'), (u'CALL_-1206962729', u'INDIRECT_-1206953907'), (u'CALL_-1206965956', u'INDIRECT_-1206955188'), (u'CALL_-1206962501', u'INDIRECT_-1206954873'), (u'MULTIEQUAL_-1206953018', u'MULTIEQUAL_-1206953067'), (u'INDIRECT_-1206955909', u'COPY_-1206955934'), (u'CALL_-1206965188', u'INDIRECT_-1206954657'), (u'INDIRECT_-1206954961', u'MULTIEQUAL_-1206954154'), (u'INDIRECT_-1206955155', u'MULTIEQUAL_-1206955057'), (u'INDIRECT_-1206957256', u'MULTIEQUAL_-1206957212'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956160'), (u'INDIRECT_-1206955733', u'MULTIEQUAL_-1206955712'), (u'CALL_-1206961641', u'INDIRECT_-1206954652'), (u'CALL_-1206963443', u'INDIRECT_-1206957783'), (u'CALL_-1206963314', u'INDIRECT_-1206956474'), ('tmp_5863', u'BRANCH_-1206961667'), (u'INDIRECT_-1206957957', u'MULTIEQUAL_-1206955962'), (u'CALL_-1206961495', u'INDIRECT_-1206953660'), (u'COPY_-1206963010', u'MULTIEQUAL_-1206958802'), (u'COPY_-1206962656', u'MULTIEQUAL_-1206958802'), (u'MULTIEQUAL_-1206958679', u'CALL_-1206962226'), (u'MULTIEQUAL_-1206957255', u'MULTIEQUAL_-1206957239'), (u'CALL_-1206966381', u'INDIRECT_-1206955908'), (u'MULTIEQUAL_-1206957208', u'INT_NOTEQUAL_-1206962798'), (u'INDIRECT_-1206953676', u'MULTIEQUAL_-1206953583'), ('const-1096968', u'COPY_-1206963010'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206955198'), (u'INDIRECT_-1206956124', u'MULTIEQUAL_-1206957869'), (u'INDIRECT_-1206956755', u'MULTIEQUAL_-1206954933'), (u'INDIRECT_-1206955742', u'MULTIEQUAL_-1206955697'), (u'STORE_-1206961013', u'INDIRECT_-1206956076'), (u'INDIRECT_-1206957813', u'MULTIEQUAL_-1206957696'), (u'CALL_-1206965235', u'INDIRECT_-1206955819'), (u'MULTIEQUAL_-1206953888', u'MULTIEQUAL_-1206953325'), (u'INDIRECT_-1206956127', u'COPY_-1206956124'), (u'INDIRECT_-1206956760', u'MULTIEQUAL_-1206956690'), (u'MULTIEQUAL_-1206957115', u'MULTIEQUAL_-1206957068'), (u'INDIRECT_-1206953457', u'MULTIEQUAL_-1206953383'), (u'CALL_-1206965188', u'INDIRECT_-1206958332'), (u'INDIRECT_-1206954905', u'MULTIEQUAL_-1206954881'), (u'INDIRECT_-1206953145', u'MULTIEQUAL_-1206954353'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206955962'), (u'INDIRECT_-1206957291', u'MULTIEQUAL_-1206957275'), (u'CALL_-1206966621', u'INDIRECT_-1206956858'), (u'INDIRECT_-1206956641', u'MULTIEQUAL_-1206956495'), (u'MULTIEQUAL_-1206954428', u'MULTIEQUAL_-1206954389'), (u'INDIRECT_-1206956089', u'MULTIEQUAL_-1206955680'), (u'INDIRECT_-1206955770', u'MULTIEQUAL_-1206953799'), (u'CALL_-1206961477', u'INDIRECT_-1206954357'), (u'INDIRECT_-1206954472', u'INT_EQUAL_-1206961662'), (u'CALL_-1206964010', u'INDIRECT_-1206956936'), (u'INDIRECT_-1206957675', u'MULTIEQUAL_-1206956926'), (u'INDIRECT_-1206954913', u'MULTIEQUAL_-1206954411'), (u'INDIRECT_-1206959282', u'MULTIEQUAL_-1206959107'), (u'CALL_-1206966464', u'INDIRECT_-1206957869'), (u'MULTIEQUAL_-1206956667', u'MULTIEQUAL_-1206956658'), (u'MULTIEQUAL_-1206957054', u'MULTIEQUAL_-1206956527'), (u'CALL_-1206961629', u'INDIRECT_-1206955990'), (u'MULTIEQUAL_-1206960307', u'PTRADD_-1206953671'), (u'STORE_-1206963453', u'INDIRECT_-1206956165'), (u'MULTIEQUAL_-1206958679', u'INT_NOTEQUAL_-1206962275'), (u'CALL_-1206963457', u'INDIRECT_-1206956363'), (u'INDIRECT_-1206953396', u'MULTIEQUAL_-1206954088'), (u'INDIRECT_-1206953321', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206957256', u'MULTIEQUAL_-1206957231'), (u'INDIRECT_-1206954280', u'MULTIEQUAL_-1206956176'), (u'CALL_-1206963376', u'INDIRECT_-1206956566'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206954571'), (u'INDIRECT_-1206955212', u'COPY_-1206955217'), (u'CALL_-1206961371', u'INDIRECT_-1206953001'), (u'INT_SLESS_-1206964209', u'CBRANCH_-1206964216'), (u'MULTIEQUAL_-1206953255', u'MULTIEQUAL_-1206955324'), (u'CALL_-1206966464', u'INDIRECT_-1206958857'), (u'MULTIEQUAL_-1206958899', u'MULTIEQUAL_-1206958216'), (u'CALL_-1206961181', u'INDIRECT_-1206956176'), (u'INDIRECT_-1206954323', u'MULTIEQUAL_-1206954181'), (u'INDIRECT_-1206952783', u'MULTIEQUAL_-1206954524'), (u'INDIRECT_-1206953733', u'COPY_-1206953745'), (u'MULTIEQUAL_-1206957679', u'MULTIEQUAL_-1206957516'), ('tmp_4407', u'CBRANCH_-1206963549'), (u'MULTIEQUAL_-1206956120', u'MULTIEQUAL_-1206956081'), (u'CALL_-1206963178', u'INDIRECT_-1206955058'), (u'INDIRECT_-1206954545', u'MULTIEQUAL_-1206954547'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206957198'), (u'MULTIEQUAL_-1206954718', u'MULTIEQUAL_-1206954154'), (u'MULTIEQUAL_-1206955558', u'MULTIEQUAL_-1206955395'), (u'MULTIEQUAL_-1206956067', u'MULTIEQUAL_-1206955093'), (u'INDIRECT_-1206955917', u'COPY_-1206955922'), (u'MULTIEQUAL_-1206958102', u'MULTIEQUAL_-1206957940'), (u'INDIRECT_-1206957446', u'MULTIEQUAL_-1206955187'), ('const-433', u'LOAD_-1206961835'), (u'INDIRECT_-1206955481', u'MULTIEQUAL_-1206955315'), (u'MULTIEQUAL_-1206952882', u'MULTIEQUAL_-1206954881'), (u'INDIRECT_-1206954229', u'MULTIEQUAL_-1206954370'), (u'INDIRECT_-1206955843', u'MULTIEQUAL_-1206955818'), (u'CALL_-1206961181', u'INDIRECT_-1206953635'), (u'CALL_-1206964256', u'INDIRECT_-1206957452'), (u'INDIRECT_-1206956755', u'MULTIEQUAL_-1206956831'), (u'INDIRECT_-1206954880', u'MULTIEQUAL_-1206956599'), (u'INDIRECT_-1206955860', u'MULTIEQUAL_-1206956302'), (u'PTRSUB_-1206964273', u'MULTIEQUAL_-1206959078'), (u'MULTIEQUAL_-1206955639', u'MULTIEQUAL_-1206955623'), (u'INDIRECT_-1206953624', u'MULTIEQUAL_-1206953484'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956329'), (u'CALL_-1206963575', u'INDIRECT_-1206957273'), (u'MULTIEQUAL_-1206955706', u'MULTIEQUAL_-1206955142'), (u'INDIRECT_-1206956089', u'MULTIEQUAL_-1206955482'), (u'INDIRECT_-1206958240', u'MULTIEQUAL_-1206957491'), (u'MULTIEQUAL_-1206954851', u'MULTIEQUAL_-1206954812'), ('tmp_4687', u'CBRANCH_-1206963543'), (u'INDIRECT_-1206953028', u'MULTIEQUAL_-1206954236'), (u'INDIRECT_-1206955525', u'MULTIEQUAL_-1206954718'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956583'), (u'INDIRECT_-1206954523', u'MULTIEQUAL_-1206954414'), (u'CALL_-1206961495', u'INDIRECT_-1206954506'), (u'INDIRECT_-1206958206', u'MULTIEQUAL_-1206957901'), (u'CALL_-1206963356', u'INDIRECT_-1206957660'), (u'MULTIEQUAL_-1206957760', u'MULTIEQUAL_-1206957662'), (u'CALL_-1206962820', u'INDIRECT_-1206955061'), (u'MULTIEQUAL_-1206955256', u'MULTIEQUAL_-1206955247'), (u'MULTIEQUAL_-1206955729', u'MULTIEQUAL_-1206957728'), (u'INDIRECT_-1206954290', u'MULTIEQUAL_-1206956035'), (u'COPY_-1206954345', u'MULTIEQUAL_-1206960325'), (u'LOAD_-1206963537', u'INT_NOTEQUAL_-1206963516'), (u'CALL_-1206965188', u'INDIRECT_-1206957766'), (u'INDIRECT_-1206955869', u'MULTIEQUAL_-1206955852'), (u'MULTIEQUAL_-1206957819', u'MULTIEQUAL_-1206957803'), (u'MULTIEQUAL_-1206958337', u'MULTIEQUAL_-1206957115'), (u'CALL_-1206961477', u'INDIRECT_-1206953511'), ('tmp_1219', u'CBRANCH_-1206965261'), (u'CALL_-1206964068', u'INDIRECT_-1206954727'), (u'MULTIEQUAL_-1206955392', u'MULTIEQUAL_-1206955367'), (u'MULTIEQUAL_-1206956549', u'MULTIEQUAL_-1206956533'), (u'CALL_-1206966464', u'INDIRECT_-1206957587'), (u'INDIRECT_-1206955815', u'MULTIEQUAL_-1206955817'), (u'MULTIEQUAL_-1206953583', u'MULTIEQUAL_-1206953559'), (u'CALL_-1206961575', u'INDIRECT_-1206953982'), (u'CALL_-1206963575', u'CAST_-1206952508'), (u'PTRADD_-1206954386', u'PTRADD_-1206953293'), (u'INDIRECT_-1206957119', u'MULTIEQUAL_-1206958196'), (u'CALL_-1206966605', u'INDIRECT_-1206957832'), (u'MULTIEQUAL_-1206958808', u'MULTIEQUAL_-1206958761'), (u'PTRADD_-1206954386', u'PTRADD_-1206953303'), (u'CALL_-1206963611', u'INT_EQUAL_-1206963593'), (u'MULTIEQUAL_-1206953489', u'MULTIEQUAL_-1206955558'), (u'MULTIEQUAL_-1206956086', u'MULTIEQUAL_-1206957516'), (u'INDIRECT_-1206954975', u'MULTIEQUAL_-1206954858'), (u'CALL_-1206965235', u'INDIRECT_-1206958076'), (u'CALL_-1206961371', u'INDIRECT_-1206953637'), (u'INDIRECT_-1206956741', u'MULTIEQUAL_-1206954482'), (u'INDIRECT_-1206954008', u'MULTIEQUAL_-1206955753'), (u'INDIRECT_-1206955895', u'MULTIEQUAL_-1206955849'), (u'CALL_-1206966560', u'INDIRECT_-1206957516'), (u'INDIRECT_-1206954173', u'MULTIEQUAL_-1206955471'), (u'INDIRECT_-1206954509', u'MULTIEQUAL_-1206954414'), (u'MULTIEQUAL_-1206956833', u'MULTIEQUAL_-1206956809'), (u'INT_SEXT_-1206964296', u'PTRADD_-1206952832'), (u'INDIRECT_-1206957153', u'MULTIEQUAL_-1206957108'), (u'CALL_-1206961728', u'INDIRECT_-1206955643'), (u'INDIRECT_-1206953442', u'MULTIEQUAL_-1206953349'), (u'CALL_-1206962226', u'INDIRECT_-1206956712'), (u'MULTIEQUAL_-1206956631', u'MULTIEQUAL_-1206955657'), ('tmp_4017', u'CBRANCH_-1206963873'), (u'INDIRECT_-1206955843', u'MULTIEQUAL_-1206955799'), (u'CALL_-1206962501', u'INDIRECT_-1206955578'), (u'CALL_-1206966560', u'INDIRECT_-1206959068'), (u'CALL_-1206961156', u'INDIRECT_-1206954161'), (u'CALL_-1206963657', u'INDIRECT_-1206956169'), (u'CALL_-1206963657', u'INDIRECT_-1206954330'), (u'MULTIEQUAL_-1206954428', u'MULTIEQUAL_-1206954408'), (u'CALL_-1206963720', u'INT_SLESS_-1206963695'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206955847'), (u'INT_SLESS_-1206964483', u'CBRANCH_-1206964477'), (u'CALL_-1206966645', u'INDIRECT_-1206957301'), (u'CALL_-1206964167', u'INDIRECT_-1206955457'), (u'INDIRECT_-1206955573', u'MULTIEQUAL_-1206956490'), (u'CALL_-1206960892', u'INDIRECT_-1206956006'), (u'CALL_-1206963478', u'INDIRECT_-1206957379'), (u'CALL_-1206961533', u'INDIRECT_-1206955236'), (u'CALL_-1206961124', u'INDIRECT_-1206952329'), (u'CALL_-1206961371', u'INDIRECT_-1206953496'), (u'INDIRECT_-1206954172', u'MULTIEQUAL_-1206954256'), (u'CALL_-1206963457', u'INDIRECT_-1206953794'), (u'CALL_-1206963330', u'INDIRECT_-1206957050'), (u'INDIRECT_-1206957501', u'MULTIEQUAL_-1206957396'), (u'CALL_-1206963564', u'INDIRECT_-1206954394'), (u'INDIRECT_-1206955332', u'MULTIEQUAL_-1206956516'), (u'CALL_-1206961477', u'INDIRECT_-1206952734'), (u'CALL_-1206962820', u'INDIRECT_-1206954920'), (u'CALL_-1206963443', u'INDIRECT_-1206954451'), (u'INT_NOTEQUAL_-1206961712', u'CBRANCH_-1206961686'), (u'CALL_-1206963478', u'INDIRECT_-1206957097'), (u'INDIRECT_-1206954521', u'MULTIEQUAL_-1206954459'), (u'MULTIEQUAL_-1206958246', u'INT_OR_-1206963384'), (u'MULTIEQUAL_-1206954718', u'MULTIEQUAL_-1206954688'), (u'CALL_-1206966488', u'INDIRECT_-1206959301'), (u'CALL_-1206966673', u'INDIRECT_-1206958586'), (u'CALL_-1206961575', u'INDIRECT_-1206952782'), (u'MULTIEQUAL_-1206954341', u'MULTIEQUAL_-1206956410'), (u'STORE_-1206963494', u'INDIRECT_-1206955028'), (u'INT_SLESS_-1206961449', u'CBRANCH_-1206961456'), ('tmp_21427', u'PTRSUB_-1206953286'), (u'INDIRECT_-1206952840', u'MULTIEQUAL_-1206952788'), (u'CALL_-1206963564', u'INDIRECT_-1206955411'), (u'MULTIEQUAL_-1206954436', u'COPY_-1206954295'), (u'STORE_-1206961703', u'INDIRECT_-1206953898'), (u'INDIRECT_-1206955144', u'COPY_-1206955156'), (u'CALL_-1206961477', u'INDIRECT_-1206954780'), (u'INDIRECT_-1206955964', u'MULTIEQUAL_-1206955815'), (u'INT_SEXT_-1206952537', u'INT_ADD_-1206952527'), ('const-1094000', u'COPY_-1206954662'), (u'CALL_-1206966464', u'INDIRECT_-1206957164'), (u'CALL_-1206963359', u'INT_SLESS_-1206963334'), (u'MULTIEQUAL_-1206953496', u'MULTIEQUAL_-1206953482'), ('const-201', u'INT_EQUAL_-1206964187'), (u'CALL_-1206963443', u'INT_EQUAL_-1206963429'), (u'MULTIEQUAL_-1206959515', u'COPY_-1206952771'), (u'INDIRECT_-1206955587', u'MULTIEQUAL_-1206955570'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206958043'), ('const-1', u'INT_ADD_-1206952540'), (u'INDIRECT_-1206956001', u'MULTIEQUAL_-1206956443'), (u'CALL_-1206964279', u'INDIRECT_-1206957077'), (u'CALL_-1206961721', u'INDIRECT_-1206954484'), (u'INDIRECT_-1206953624', u'MULTIEQUAL_-1206953515'), (u'MULTIEQUAL_-1206956516', u'MULTIEQUAL_-1206956489'), (u'INDIRECT_-1206956265', u'MULTIEQUAL_-1206956106'), (u'INDIRECT_-1206957124', u'MULTIEQUAL_-1206957021'), (u'CALL_-1206961525', u'INDIRECT_-1206953537'), (u'INDIRECT_-1206956114', u'MULTIEQUAL_-1206958010'), (u'INDIRECT_-1206954591', u'MULTIEQUAL_-1206954493'), (u'INDIRECT_-1206955909', u'MULTIEQUAL_-1206955985'), (u'MULTIEQUAL_-1206959140', u'CALL_-1206964010'), (u'CALL_-1206963443', u'INDIRECT_-1206954632'), (u'CAST_-1206954117', u'LOAD_-1206965996'), (u'INDIRECT_-1206955019', u'MULTIEQUAL_-1206956317'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954578'), (u'INDIRECT_-1206954736', u'MULTIEQUAL_-1206954820'), ('tmp_4445', u'CBRANCH_-1206963524'), ('const-1', u'COPY_-1206963910'), (u'CALL_-1206964068', u'INDIRECT_-1206953569'), (u'INDIRECT_-1206955724', u'MULTIEQUAL_-1206953489'), (u'PTRADD_-1206962460', u'CALL_-1206962501'), ('const-1', u'INT_NOTEQUAL_-1206964326'), (u'SUBPIECE_-1206959455', u'INT_NOTEQUAL_-1206964051'), (u'MULTIEQUAL_-1206955094', u'MULTIEQUAL_-1206955143'), (u'CALL_-1206966488', u'INDIRECT_-1206956901'), (u'PTRADD_-1206953244', u'MULTIEQUAL_-1206959905'), (u'LOAD_-1206961710', u'STORE_-1206961697'), (u'INDIRECT_-1206953894', u'MULTIEQUAL_-1206953877'), (u'MULTIEQUAL_-1206958385', u'MULTIEQUAL_-1206958337'), ('const-0', u'INT_NOTEQUAL_-1206963119'), (u'PTRSUB_-1206954514', u'CALL_-1206966522'), ('const-8', u'PTRADD_-1206952832'), (u'CALL_-1206963330', u'INDIRECT_-1206953258'), (u'CALL_-1206965223', u'INDIRECT_-1206954677'), (u'CALL_-1206961721', u'INDIRECT_-1206954343'), (u'INDIRECT_-1206955434', u'MULTIEQUAL_-1206955341'), (u'INDIRECT_-1206956440', u'COPY_-1206956454'), (u'SUBPIECE_-1206960167', u'MULTIEQUAL_-1206954834'), (u'CALL_-1206962501', u'INDIRECT_-1206957809'), ('const-71', u'PTRSUB_-1206952163'), (u'CALL_-1206963657', u'INDIRECT_-1206957298'), (u'CALL_-1206966576', u'INDIRECT_-1206959081'), ('const-7', u'INT_EQUAL_-1206962244'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206956913'), (u'STORE_-1206963453', u'INDIRECT_-1206956024'), (u'INDIRECT_-1206953500', u'MULTIEQUAL_-1206953445'), (u'INDIRECT_-1206957567', u'MULTIEQUAL_-1206957605'), (u'CALL_-1206966576', u'INDIRECT_-1206957529'), (u'INDIRECT_-1206958945', u'MULTIEQUAL_-1206956950'), (u'INDIRECT_-1206954451', u'MULTIEQUAL_-1206954549'), ('const-5', u'CALL_-1206962820'), (u'INDIRECT_-1206955983', u'MULTIEQUAL_-1206957728'), (u'PTRSUB_-1206952188', u'STORE_-1206961013'), (u'INDIRECT_-1206958099', u'MULTIEQUAL_-1206957350'), (u'CALL_-1206963720', u'INDIRECT_-1206957607'), (u'MULTIEQUAL_-1206956958', u'MULTIEQUAL_-1206956939'), (u'INDIRECT_-1206957602', u'MULTIEQUAL_-1206955780'), (u'MULTIEQUAL_-1206956913', u'MULTIEQUAL_-1206955939'), (u'INDIRECT_-1206955567', u'COPY_-1206955579'), (u'MULTIEQUAL_-1206954965', u'MULTIEQUAL_-1206954937'), (u'INDIRECT_-1206954217', u'COPY_-1206954242'), (u'CAST_-1206954283', u'MULTIEQUAL_-1206960893'), (u'CALL_-1206961533', u'INDIRECT_-1206954671'), (u'INT_ADD_-1206964573', u'MULTIEQUAL_-1206959492'), (u'INDIRECT_-1206955526', u'MULTIEQUAL_-1206955441'), (u'CALL_-1206966544', u'INDIRECT_-1206956798'), (u'INDIRECT_-1206955474', u'MULTIEQUAL_-1206956658'), (u'INT_ZEXT_-1206963124', u'INT_MULT_-1206958057'), (u'CALL_-1206964092', u'INDIRECT_-1206953346'), (u'CALL_-1206963611', u'INDIRECT_-1206956146'), (u'CALL_-1206961461', u'INDIRECT_-1206952249'), (u'MULTIEQUAL_-1206959576', u'INT_ADD_-1206963628'), ('const-0', u'CALL_-1206965956'), (u'INDIRECT_-1206954526', u'MULTIEQUAL_-1206954511'), (u'INDIRECT_-1206957487', u'MULTIEQUAL_-1206957339'), (u'CALL_-1206963611', u'INDIRECT_-1206956428'), (u'CALL_-1206963443', u'INDIRECT_-1206956936'), (u'CALL_-1206963356', u'INDIRECT_-1206953332'), (u'INDIRECT_-1206956005', u'MULTIEQUAL_-1206954087'), (u'CALL_-1206964068', u'INDIRECT_-1206956138'), (u'MULTIEQUAL_-1206955164', u'MULTIEQUAL_-1206957163'), (u'INDIRECT_-1206954944', u'MULTIEQUAL_-1206954851'), (u'CALL_-1206964167', u'INDIRECT_-1206954722'), (u'INDIRECT_-1206956214', u'MULTIEQUAL_-1206956082'), (u'MULTIEQUAL_-1206955133', u'MULTIEQUAL_-1206955113'), (u'COPY_-1206954324', u'MULTIEQUAL_-1206955635'), (u'INDIRECT_-1206953554', u'MULTIEQUAL_-1206952937'), (u'MULTIEQUAL_-1206955556', u'MULTIEQUAL_-1206955517'), (u'CALL_-1206966157', u'INDIRECT_-1206958099'), (u'MULTIEQUAL_-1206959905', u'LOAD_-1206963751'), (u'INT_OR_-1206963384', u'MULTIEQUAL_-1206957368'), (u'INDIRECT_-1206955022', u'MULTIEQUAL_-1206955005'), (u'INDIRECT_-1206953120', u'MULTIEQUAL_-1206953084'), (u'MULTIEQUAL_-1206954435', u'MULTIEQUAL_-1206954974'), (u'MULTIEQUAL_-1206956207', u'MULTIEQUAL_-1206956086'), ('const-85', u'INT_EQUAL_-1206964107'), (u'INDIRECT_-1206956265', u'MULTIEQUAL_-1206955516'), (u'INDIRECT_-1206956333', u'COPY_-1206956358'), (u'CALL_-1206966576', u'INDIRECT_-1206956047'), (u'MULTIEQUAL_-1206956551', u'MULTIEQUAL_-1206957090'), (u'CALL_-1206966673', u'INDIRECT_-1206955876'), (u'STORE_-1206961703', u'INDIRECT_-1206955026'), (u'INDIRECT_-1206956097', u'MULTIEQUAL_-1206956099'), (u'INDIRECT_-1206957708', u'MULTIEQUAL_-1206957687'), (u'CALL_-1206965223', u'INDIRECT_-1206955034'), (u'INDIRECT_-1206957625', u'COPY_-1206957679'), (u'INDIRECT_-1206954722', u'MULTIEQUAL_-1206954728'), (u'INDIRECT_-1206955138', u'COPY_-1206955135'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206955762'), (u'INDIRECT_-1206955471', u'MULTIEQUAL_-1206955711'), (u'CALL_-1206962820', u'INDIRECT_-1206955767'), (u'CALL_-1206965235', u'INDIRECT_-1206954685'), (u'INDIRECT_-1206955790', u'MULTIEQUAL_-1206955728'), (u'CALL_-1206963443', u'INDIRECT_-1206956191'), (u'CALL_-1206966645', u'INDIRECT_-1206957865'), (u'INDIRECT_-1206958065', u'MULTIEQUAL_-1206957760'), (u'CALL_-1206961575', u'INDIRECT_-1206954969'), (u'INDIRECT_-1206955426', u'MULTIEQUAL_-1206956503'), (u'CALL_-1206963575', u'INDIRECT_-1206955862'), (u'INT_NOTEQUAL_-1206966227', u'CBRANCH_-1206966225'), (u'STORE_-1206963453', u'INDIRECT_-1206955319'), (u'MULTIEQUAL_-1206954205', u'PTRADD_-1206952777'), (u'MULTIEQUAL_-1206953632', u'COPY_-1206953194'), (u'CALL_-1206963314', u'INDIRECT_-1206953248'), (u'MULTIEQUAL_-1206955516', u'MULTIEQUAL_-1206956106'), (u'STORE_-1206961738', u'INDIRECT_-1206956599'), (u'INDIRECT_-1206957924', u'MULTIEQUAL_-1206957819'), (u'MULTIEQUAL_-1206953158', u'MULTIEQUAL_-1206953128'), (u'MULTIEQUAL_-1206955564', u'MULTIEQUAL_-1206955000'), (u'CALL_-1206963611', u'CALLIND_-1206963455'), (u'MULTIEQUAL_-1206958056', u'MULTIEQUAL_-1206958029'), (u'CALL_-1206963575', u'INDIRECT_-1206955016'), (u'MULTIEQUAL_-1206954571', u'MULTIEQUAL_-1206953349'), ('const-0', u'PTRSUB_-1206954495'), (u'CALL_-1206963359', u'INDIRECT_-1206955087'), (u'CALL_-1206961568', u'INDIRECT_-1206954739'), (u'MULTIEQUAL_-1206956974', u'MULTIEQUAL_-1206956811'), (u'STORE_-1206961703', u'INDIRECT_-1206956437'), (u'CALL_-1206961156', u'INDIRECT_-1206952703'), (u'INDIRECT_-1206956569', u'MULTIEQUAL_-1206954651'), ('const-100', u'INT_SUB_-1206966118'), (u'CALL_-1206961156', u'INDIRECT_-1206955290'), (u'CALL_-1206961575', u'INDIRECT_-1206954264'), (u'MULTIEQUAL_-1206955926', u'MULTIEQUAL_-1206954952'), (u'CALL_-1206965188', u'INDIRECT_-1206956496'), (u'MULTIEQUAL_-1206955679', u'MULTIEQUAL_-1206955670'), (u'INDIRECT_-1206955512', u'MULTIEQUAL_-1206955420'), (u'MULTIEQUAL_-1206954229', u'MULTIEQUAL_-1206954213'), ('const-1', u'PTRADD_-1206963412'), (u'INDIRECT_-1206959762', u'MULTIEQUAL_-1206959652'), (u'CALL_-1206963376', u'INDIRECT_-1206956001'), (u'CALL_-1206961477', u'INDIRECT_-1206955627'), (u'INDIRECT_-1206956730', u'MULTIEQUAL_-1206956685'), (u'CALL_-1206962796', u'INDIRECT_-1206955050'), (u'LOAD_-1206964414', u'MULTIEQUAL_-1206956104'), (u'CALL_-1206963564', u'INDIRECT_-1206956539'), (u'MULTIEQUAL_-1206953482', u'MULTIEQUAL_-1206952718'), (u'INDIRECT_-1206955369', u'MULTIEQUAL_-1206955260'), (u'INDIRECT_-1206954625', u'MULTIEQUAL_-1206954579'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206956428'), ('const-433', u'STORE_-1206961013'), (u'INDIRECT_-1206955371', u'MULTIEQUAL_-1206955279'), (u'PTRSUB_-1206951844', u'LOAD_-1206961773'), (u'INDIRECT_-1206955265', u'MULTIEQUAL_-1206955208'), (u'CALL_-1206961866', u'INDIRECT_-1206954803'), (u'CALL_-1206961533', u'INDIRECT_-1206955941'), (u'MULTIEQUAL_-1206955798', u'MULTIEQUAL_-1206955115'), (u'INDIRECT_-1206956230', u'MULTIEQUAL_-1206955821'), (u'MULTIEQUAL_-1206955000', u'MULTIEQUAL_-1206954970'), (u'CALL_-1206962475', u'INDIRECT_-1206954586'), (u'CALL_-1206966464', u'INDIRECT_-1206957728'), (u'INDIRECT_-1206957869', u'MULTIEQUAL_-1206957696'), (u'CALL_-1206963575', u'INDIRECT_-1206956709'), (u'CALL_-1206963356', u'INDIRECT_-1206955429'), (u'MULTIEQUAL_-1206954192', u'MULTIEQUAL_-1206954176'), (u'MULTIEQUAL_-1206954245', u'MULTIEQUAL_-1206954236'), (u'MULTIEQUAL_-1206954859', u'MULTIEQUAL_-1206954829'), (u'MULTIEQUAL_-1206956559', u'MULTIEQUAL_-1206956695'), (u'CALL_-1206961547', u'INDIRECT_-1206953263'), (u'MULTIEQUAL_-1206955099', u'MULTIEQUAL_-1206956529'), (u'MULTIEQUAL_-1206955362', u'MULTIEQUAL_-1206954388'), (u'MULTIEQUAL_-1206956223', u'MULTIEQUAL_-1206956345'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957994'), (u'CALL_-1206963443', u'INDIRECT_-1206955808'), (u'CALL_-1206962475', u'INDIRECT_-1206954304'), (u'CALL_-1206961790', u'INDIRECT_-1206952871'), ('const-8', u'PTRADD_-1206952599'), (u'MULTIEQUAL_-1206958043', u'MULTIEQUAL_-1206958026'), (u'CALL_-1206966673', u'INDIRECT_-1206959434'), (u'INDIRECT_-1206954878', u'MULTIEQUAL_-1206956176'), (u'PTRADD_-1206952587', u'LOAD_-1206963544'), (u'STORE_-1206961697', u'INDIRECT_-1206955090'), (u'CALL_-1206961629', u'INDIRECT_-1206955567'), (u'INDIRECT_-1206956710', u'MULTIEQUAL_-1206954792'), (u'PTRADD_-1206952733', u'MULTIEQUAL_-1206958679'), ('const-72', u'PTRSUB_-1206951607'), (u'MULTIEQUAL_-1206957678', u'MULTIEQUAL_-1206957662'), (u'INDIRECT_-1206953592', u'COPY_-1206953604'), (u'CALL_-1206963314', u'INDIRECT_-1206955345'), (u'INDIRECT_-1206955226', u'MULTIEQUAL_-1206955164'), (u'CALL_-1206965208', u'INDIRECT_-1206957774'), (u'CALL_-1206961532', u'INDIRECT_-1206952692'), (u'INT_NEGATE_-1206963093', u'INT_SUB_-1206952482'), (u'CALL_-1206961532', u'INDIRECT_-1206954432'), (u'PTRADD_-1206954386', u'LOAD_-1206963556'), ('tmp_377', u'CBRANCH_-1206966365'), (u'CALL_-1206966522', u'INDIRECT_-1206957769'), (u'CALL_-1206963720', u'INDIRECT_-1206955350'), (u'CALL_-1206966522', u'INDIRECT_-1206957205'), (u'CALL_-1206966621', u'INDIRECT_-1206957704'), (u'INDIRECT_-1206954895', u'MULTIEQUAL_-1206954256'), (u'COPY_-1206953058', u'MULTIEQUAL_-1206958078'), (u'MULTIEQUAL_-1206955958', u'MULTIEQUAL_-1206955914'), (u'CALL_-1206961568', u'INDIRECT_-1206953257'), (u'INDIRECT_-1206954727', u'MULTIEQUAL_-1206955644'), (u'CALL_-1206964010', u'CALL_-1206961534'), (u'INDIRECT_-1206955311', u'COPY_-1206955325'), (u'INDIRECT_-1206955160', u'MULTIEQUAL_-1206955244'), (u'INT_EQUAL_-1206964548', u'CBRANCH_-1206964547'), (u'STORE_-1206963548', u'INDIRECT_-1206956778'), (u'CALL_-1206961810', u'INDIRECT_-1206954419'), (u'CALL_-1206963178', u'CAST_-1206952957'), (u'CALL_-1206966480', u'INDIRECT_-1206956613'), (u'CALL_-1206966645', u'INDIRECT_-1206957442'), (u'INDIRECT_-1206954586', u'MULTIEQUAL_-1206955503'), (u'INDIRECT_-1206955300', u'MULTIEQUAL_-1206953382'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206956386'), (u'MULTIEQUAL_-1206955838', u'MULTIEQUAL_-1206955799'), (u'INDIRECT_-1206954772', u'MULTIEQUAL_-1206954270'), (u'INDIRECT_-1206956837', u'MULTIEQUAL_-1206957914'), (u'INDIRECT_-1206954749', u'MULTIEQUAL_-1206954666'), (u'CALL_-1206961790', u'INDIRECT_-1206955815'), (u'INT_ADD_-1206961670', u'INT_EQUAL_-1206961638'), (u'MULTIEQUAL_-1206956831', u'MULTIEQUAL_-1206956815'), (u'INDIRECT_-1206955949', u'MULTIEQUAL_-1206955864'), (u'CALL_-1206963575', u'INDIRECT_-1206956003'), (u'CALL_-1206961728', u'INDIRECT_-1206956066'), (u'PIECE_-1206952516', u'CAST_-1206951135'), (u'CALL_-1206961371', u'INDIRECT_-1206956035'), (u'INDIRECT_-1206957484', u'COPY_-1206957538'), (u'INT_NOTEQUAL_-1206963516', u'CBRANCH_-1206963516'), (u'CALL_-1206966522', u'INDIRECT_-1206959039'), ('const-8', u'PTRADD_-1206954386'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964223'), (u'INDIRECT_-1206953947', u'MULTIEQUAL_-1206954088'), (u'INDIRECT_-1206956060', u'COPY_-1206956065'), (u'MULTIEQUAL_-1206956973', u'MULTIEQUAL_-1206956957'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206957133'), (u'MULTIEQUAL_-1206953888', u'MULTIEQUAL_-1206953879'), (u'CALL_-1206961461', u'INDIRECT_-1206952606'), (u'LOAD_-1206966250', u'LOAD_-1206966243'), (u'CALL_-1206961544', u'INDIRECT_-1206954300'), (u'MULTIEQUAL_-1206955220', u'MULTIEQUAL_-1206955099'), (u'INDIRECT_-1206954997', u'MULTIEQUAL_-1206954953'), (u'CALL_-1206961547', u'INDIRECT_-1206955661'), (u'CALL_-1206962729', u'INDIRECT_-1206954894'), (u'MULTIEQUAL_-1206952525', u'MULTIEQUAL_-1206954524'), (u'INDIRECT_-1206954868', u'MULTIEQUAL_-1206955786'), (u'CALL_-1206965956', u'INDIRECT_-1206957991'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206955164'), (u'INDIRECT_-1206956921', u'MULTIEQUAL_-1206956789'), (u'MULTIEQUAL_-1206957090', u'MULTIEQUAL_-1206957081'), (u'INDIRECT_-1206956024', u'MULTIEQUAL_-1206955979'), (u'CALL_-1206963376', u'INDIRECT_-1206955578'), (u'INDIRECT_-1206956420', u'MULTIEQUAL_-1206957336'), (u'INDIRECT_-1206954088', u'MULTIEQUAL_-1206954229'), (u'INDIRECT_-1206956041', u'MULTIEQUAL_-1206955986'), (u'STORE_-1206963494', u'INDIRECT_-1206955169'), (u'INDIRECT_-1206953704', u'MULTIEQUAL_-1206954805'), ('const--2', u'INT_MULT_-1206952532'), (u'CALL_-1206966673', u'INDIRECT_-1206956611'), (u'INDIRECT_-1206952905', u'MULTIEQUAL_-1206954113'), (u'LOAD_-1206963544', u'LOAD_-1206963537'), (u'INDIRECT_-1206952991', u'MULTIEQUAL_-1206954758'), (u'CALL_-1206963356', u'INDIRECT_-1206957124'), (u'MULTIEQUAL_-1206955146', u'MULTIEQUAL_-1206955282'), (u'CALL_-1206961641', u'INDIRECT_-1206954229'), (u'INDIRECT_-1206953732', u'MULTIEQUAL_-1206953661'), (u'INDIRECT_-1206956323', u'MULTIEQUAL_-1206955821'), (u'INDIRECT_-1206955491', u'MULTIEQUAL_-1206955421'), (u'INDIRECT_-1206956332', u'MULTIEQUAL_-1206956408'), (u'INDIRECT_-1206956363', u'MULTIEQUAL_-1206956317'), (u'MULTIEQUAL_-1206960981', u'MULTIEQUAL_-1206960893'), (u'CALL_-1206961705', u'INDIRECT_-1206956447'), (u'CALL_-1206963478', u'INDIRECT_-1206956673'), (u'STORE_-1206961703', u'INDIRECT_-1206954180'), (u'CALL_-1206961532', u'INDIRECT_-1206955420'), (u'CALL_-1206961705', u'INDIRECT_-1206953197'), (u'MULTIEQUAL_-1206955988', u'MULTIEQUAL_-1206955424'), (u'CALL_-1206962650', u'INDIRECT_-1206953472'), (u'INDIRECT_-1206954715', u'MULTIEQUAL_-1206954671'), (u'CALL_-1206963575', u'INDIRECT_-1206957132'), (u'CALL_-1206961544', u'INDIRECT_-1206955993'), (u'MULTIEQUAL_-1206954934', u'MULTIEQUAL_-1206954918'), (u'MULTIEQUAL_-1206958385', u'MULTIEQUAL_-1206957557'), (u'MULTIEQUAL_-1206958620', u'LOAD_-1206961882'), (u'MULTIEQUAL_-1206954159', u'MULTIEQUAL_-1206954295'), (u'INDIRECT_-1206953452', u'MULTIEQUAL_-1206953613'), (u'CALL_-1206966488', u'INDIRECT_-1206957747'), (u'MULTIEQUAL_-1206954213', u'MULTIEQUAL_-1206953449'), (u'COPY_-1206958346', u'COPY_-1206953244'), (u'INDIRECT_-1206954990', u'COPY_-1206955017'), (u'CALL_-1206961547', u'INDIRECT_-1206954109'), (u'INT_SEXT_-1206963853', u'INT_ADD_-1206963823'), (u'CALL_-1206961721', u'INDIRECT_-1206955048'), (u'CALL_-1206961544', u'INDIRECT_-1206954018'), (u'CALL_-1206963314', u'INDIRECT_-1206954781'), (u'CALL_-1206961156', u'INDIRECT_-1206954584'), (u'CALL_-1206963720', u'INDIRECT_-1206955491'), (u'CALL_-1206961721', u'INDIRECT_-1206956600'), (u'INT_SLESS_-1206964538', u'CBRANCH_-1206964545'), (u'INDIRECT_-1206957311', u'MULTIEQUAL_-1206956809'), (u'INDIRECT_-1206955892', u'MULTIEQUAL_-1206958010'), (u'INDIRECT_-1206954035', u'MULTIEQUAL_-1206954018'), (u'CALL_-1206963443', u'INDIRECT_-1206957038'), (u'CAST_-1206952957', u'PTRADD_-1206962460'), ('const-0', u'INT_EQUAL_-1206964137'), (u'CALL_-1206961728', u'INDIRECT_-1206953809'), (u'INDIRECT_-1206956076', u'MULTIEQUAL_-1206956768'), (u'INDIRECT_-1206955860', u'MULTIEQUAL_-1206957762'), (u'CALL_-1206963178', u'INDIRECT_-1206958417'), ('const-1094166', u'COPY_-1206952102'), (u'MULTIEQUAL_-1206956690', u'MULTIEQUAL_-1206955798'), (u'CALL_-1206963314', u'INDIRECT_-1206953722'), (u'CALL_-1206962576', u'INDIRECT_-1206955821'), (u'CALL_-1206966645', u'INDIRECT_-1206956101'), (u'CALL_-1206963443', u'INDIRECT_-1206957360'), (u'CALL_-1206961721', u'INDIRECT_-1206953449'), (u'INDIRECT_-1206954742', u'COPY_-1206954772'), (u'CALL_-1206963443', u'INDIRECT_-1206957219'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954104'), (u'CALL_-1206963356', u'INDIRECT_-1206956558'), ('const-0', u'INT_EQUAL_-1206966275'), (u'CALL_-1206966605', u'INDIRECT_-1206957127'), (u'CALL_-1206961575', u'INDIRECT_-1206953559'), (u'MULTIEQUAL_-1206953879', u'MULTIEQUAL_-1206953852'), (u'CALL_-1206966605', u'INDIRECT_-1206959386'), (u'CALL_-1206961790', u'INDIRECT_-1206952988'), (u'CALL_-1206966480', u'INDIRECT_-1206955860'), (u'CALL_-1206961641', u'INDIRECT_-1206954934'), (u'CALL_-1206963314', u'INDIRECT_-1206956615'), (u'CALL_-1206963330', u'INDIRECT_-1206956343'), (u'MULTIEQUAL_-1206958337', u'MULTIEQUAL_-1206958927'), (u'INDIRECT_-1206954472', u'MULTIEQUAL_-1206954389'), (u'CALL_-1206961371', u'INDIRECT_-1206955188'), ('const-1114912', u'PTRSUB_-1206964273'), (u'CALL_-1206963513', u'INDIRECT_-1206954721'), (u'CALL_-1206965223', u'INDIRECT_-1206957645'), (u'INDIRECT_-1206955285', u'COPY_-1206955297'), ('const-1', u'COPY_-1206964089'), (u'CALL_-1206961156', u'INDIRECT_-1206952346'), (u'INDIRECT_-1206956255', u'MULTIEQUAL_-1206958151'), (u'CALL_-1206961124', u'INDIRECT_-1206953580'), (u'CALL_-1206966645', u'INDIRECT_-1206957019'), (u'MULTIEQUAL_-1206957336', u'MULTIEQUAL_-1206956363'), (u'CALL_-1206966381', u'INDIRECT_-1206956685'), (u'INDIRECT_-1206956750', u'MULTIEQUAL_-1206956584'), (u'MULTIEQUAL_-1206955045', u'MULTIEQUAL_-1206953823'), (u'INDIRECT_-1206954754', u'MULTIEQUAL_-1206954671'), (u'INT_SLESS_-1206963447', u'CBRANCH_-1206963454'), ('tmp_2747', u'BRANCH_-1206962770'), (u'CALL_-1206964010', u'INDIRECT_-1206956230'), (u'MULTIEQUAL_-1206957209', u'MULTIEQUAL_-1206957182'), (u'CALL_-1206961532', u'INDIRECT_-1206955843'), (u'CALL_-1206965235', u'INDIRECT_-1206957088'), (u'MULTIEQUAL_-1206955220', u'MULTIEQUAL_-1206954693'), (u'MULTIEQUAL_-1206958337', u'MULTIEQUAL_-1206958309'), (u'CALL_-1206963443', u'INDIRECT_-1206954211'), (u'CALL_-1206961544', u'INDIRECT_-1206954159'), (u'MULTIEQUAL_-1206956345', u'MULTIEQUAL_-1206956329'), (u'CALL_-1206962501', u'INDIRECT_-1206956001'), ('const-0', u'INT_NOTEQUAL_-1206963428'), (u'INDIRECT_-1206956780', u'MULTIEQUAL_-1206956671'), (u'INDIRECT_-1206958522', u'MULTIEQUAL_-1206956527'), (u'CALL_-1206966157', u'INDIRECT_-1206955770'), (u'CALL_-1206964092', u'INDIRECT_-1206955443'), ('tmp_1157', u'CBRANCH_-1206965310'), (u'MULTIEQUAL_-1206954436', u'MULTIEQUAL_-1206953872'), (u'CALL_-1206961495', u'INDIRECT_-1206954788'), (u'INDIRECT_-1206955728', u'MULTIEQUAL_-1206955711'), (u'STORE_-1206963324', u'INDIRECT_-1206956125'), (u'INDIRECT_-1206955372', u'MULTIEQUAL_-1206955357'), (u'MULTIEQUAL_-1206954999', u'MULTIEQUAL_-1206954975'), (u'INDIRECT_-1206955243', u'MULTIEQUAL_-1206954036'), (u'INDIRECT_-1206955943', u'COPY_-1206955951'), (u'CALL_-1206966645', u'INDIRECT_-1206955744'), (u'CAST_-1206954118', u'INT_ADD_-1206954234'), (u'CALL_-1206965235', u'INDIRECT_-1206958217'), (u'INDIRECT_-1206952858', u'MULTIEQUAL_-1206954998'), (u'CALL_-1206961495', u'INDIRECT_-1206955212'), (u'CALL_-1206966673', u'INDIRECT_-1206956893'), (u'MULTIEQUAL_-1206956409', u'MULTIEQUAL_-1206956958'), (u'CALL_-1206961461', u'INDIRECT_-1206955052'), (u'INDIRECT_-1206957346', u'MULTIEQUAL_-1206957198'), (u'INT_SUB_-1206963124', u'MULTIEQUAL_-1206959953'), (u'INDIRECT_-1206954294', u'MULTIEQUAL_-1206954192'), (u'CALL_-1206964010', u'INDIRECT_-1206955807'), (u'INT_LESS_-1206963292', u'CBRANCH_-1206963300'), (u'CALL_-1206966464', u'INDIRECT_-1206958575'), (u'CALL_-1206961181', u'INDIRECT_-1206955045'), ('const-1094000', u'COPY_-1206954651'), (u'CALL_-1206965208', u'INDIRECT_-1206956222'), (u'MULTIEQUAL_-1206956880', u'MULTIEQUAL_-1206958949'), (u'CALL_-1206965223', u'INDIRECT_-1206957786'), (u'INDIRECT_-1206959624', u'MULTIEQUAL_-1206958899'), (u'INDIRECT_-1206954560', u'MULTIEQUAL_-1206954503'), (u'MULTIEQUAL_-1206956221', u'MULTIEQUAL_-1206956811'), (u'CALL_-1206963478', u'INDIRECT_-1206954411'), (u'INT_EQUAL_-1206964567', u'CBRANCH_-1206964565'), (u'INDIRECT_-1206956513', u'INT_NOTEQUAL_-1206963965'), (u'INDIRECT_-1206956989', u'MULTIEQUAL_-1206956891'), (u'CALL_-1206963178', u'INDIRECT_-1206956750'), (u'INDIRECT_-1206954601', u'COPY_-1206954631'), (u'INDIRECT_-1206955273', u'COPY_-1206955300'), (u'CALL_-1206964279', u'INDIRECT_-1206956654'), (u'INDIRECT_-1206956296', u'COPY_-1206956326'), (u'INDIRECT_-1206955420', u'MULTIEQUAL_-1206955376'), (u'STORE_-1206963275', u'INDIRECT_-1206956384'), (u'CALL_-1206966605', u'INDIRECT_-1206957691'), (u'CALL_-1206963443', u'INDIRECT_-1206956614'), (u'CALL_-1206961124', u'INDIRECT_-1206952446'), (u'STORE_-1206961738', u'INDIRECT_-1206954481'), (u'CALL_-1206962820', u'INDIRECT_-1206956190'), (u'INDIRECT_-1206957520', u'MULTIEQUAL_-1206957396'), (u'INDIRECT_-1206954947', u'MULTIEQUAL_-1206954855'), (u'INDIRECT_-1206958663', u'MULTIEQUAL_-1206958504'), (u'CALL_-1206963575', u'INDIRECT_-1206954098'), (u'CALL_-1206963564', u'INDIRECT_-1206955693'), (u'INDIRECT_-1206954524', u'MULTIEQUAL_-1206955216'), (u'INT_EQUAL_-1206961638', u'CBRANCH_-1206961633'), (u'INDIRECT_-1206954421', u'MULTIEQUAL_-1206956317'), (u'INDIRECT_-1206953212', u'MULTIEQUAL_-1206953373'), ('tmp_2758', u'BRANCH_-1206963510'), (u'MULTIEQUAL_-1206956967', u'MULTIEQUAL_-1206956928'), (u'INDIRECT_-1206954343', u'MULTIEQUAL_-1206954297'), (u'CALL_-1206963356', u'INDIRECT_-1206956981'), (u'MULTIEQUAL_-1206955558', u'MULTIEQUAL_-1206955509'), ('tmp_6379', u'BRANCH_-1206961638'), (u'CALL_-1206961534', u'INDIRECT_-1206952757'), (u'CALL_-1206963443', u'INDIRECT_-1206956372'), (u'CALL_-1206960892', u'INDIRECT_-1206953467'), (u'INDIRECT_-1206956921', u'MULTIEQUAL_-1206956812'), (u'MULTIEQUAL_-1206955941', u'MULTIEQUAL_-1206955990'), (u'MULTIEQUAL_-1206957812', u'MULTIEQUAL_-1206959603'), (u'CALL_-1206962729', u'INDIRECT_-1206954612'), (u'INDIRECT_-1206953923', u'MULTIEQUAL_-1206953868'), (u'MULTIEQUAL_-1206957368', u'CALL_-1206962650'), (u'INDIRECT_-1206957003', u'MULTIEQUAL_-1206957041'), (u'CALL_-1206961790', u'INDIRECT_-1206955674'), (u'CALL_-1206966464', u'INDIRECT_-1206958998'), (u'MULTIEQUAL_-1206959492', u'INT_SEXT_-1206966333'), (u'CALL_-1206961495', u'INDIRECT_-1206952268'), (u'CALL_-1206963457', u'INDIRECT_-1206955939'), (u'INDIRECT_-1206955615', u'MULTIEQUAL_-1206956799'), (u'INDIRECT_-1206954755', u'MULTIEQUAL_-1206954710'), (u'PTRADD_-1206954386', u'PTRADD_-1206952587'), ('const-433', u'LOAD_-1206966394'), (u'MULTIEQUAL_-1206956967', u'MULTIEQUAL_-1206956947'), (u'MULTIEQUAL_-1206956692', u'MULTIEQUAL_-1206956529'), (u'CALL_-1206966480', u'INDIRECT_-1206957036'), (u'INDIRECT_-1206957097', u'MULTIEQUAL_-1206956973'), (u'INDIRECT_-1206957851', u'MULTIEQUAL_-1206957830'), (u'INDIRECT_-1206953715', u'MULTIEQUAL_-1206955641'), (u'INDIRECT_-1206955948', u'MULTIEQUAL_-1206954741'), (u'CALL_-1206961525', u'INDIRECT_-1206954947'), (u'CALL_-1206963443', u'INDIRECT_-1206955204'), (u'STORE_-1206961703', u'INDIRECT_-1206954744'), (u'INDIRECT_-1206955385', u'MULTIEQUAL_-1206955280'), (u'MULTIEQUAL_-1206956974', u'MULTIEQUAL_-1206956146'), (u'CALL_-1206962226', u'INDIRECT_-1206953321'), (u'MULTIEQUAL_-1206955280', u'MULTIEQUAL_-1206954388'), (u'MULTIEQUAL_-1206957021', u'MULTIEQUAL_-1206959090'), (u'INDIRECT_-1206957343', u'COPY_-1206957397'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955665'), (u'CALL_-1206962796', u'INDIRECT_-1206954345'), (u'INDIRECT_-1206954714', u'COPY_-1206954711'), (u'INDIRECT_-1206956535', u'MULTIEQUAL_-1206956478'), ('const--1', u'INT_ADD_-1206954433'), (u'CALL_-1206965956', u'INDIRECT_-1206956862'), (u'MULTIEQUAL_-1206957654', u'MULTIEQUAL_-1206957645'), (u'MULTIEQUAL_-1206954918', u'MULTIEQUAL_-1206954154'), (u'MULTIEQUAL_-1206956505', u'MULTIEQUAL_-1206956554'), (u'MULTIEQUAL_-1206957215', u'MULTIEQUAL_-1206958645'), (u'CALL_-1206960892', u'INDIRECT_-1206952714'), (u'MULTIEQUAL_-1206954882', u'MULTIEQUAL_-1206956881'), (u'STORE_-1206961697', u'INDIRECT_-1206955513'), (u'CALL_-1206961866', u'INT_EQUAL_-1206961852'), (u'MULTIEQUAL_-1206956362', u'MULTIEQUAL_-1206955140'), (u'CALL_-1206962838', u'INDIRECT_-1206953716'), (u'CALL_-1206963178', u'INDIRECT_-1206956468'), (u'INDIRECT_-1206956619', u'MULTIEQUAL_-1206956549'), (u'CALL_-1206966480', u'INDIRECT_-1206955737'), (u'INDIRECT_-1206956279', u'MULTIEQUAL_-1206957196'), (u'CALL_-1206964068', u'INDIRECT_-1206954586'), (u'MULTIEQUAL_-1206954569', u'MULTIEQUAL_-1206954549'), (u'INDIRECT_-1206957174', u'MULTIEQUAL_-1206957008'), (u'CALL_-1206961721', u'INDIRECT_-1206953326'), (u'CALL_-1206961495', u'INDIRECT_-1206952385'), (u'STORE_-1206963494', u'INDIRECT_-1206956015'), (u'CALL_-1206963376', u'INDIRECT_-1206955296'), (u'CALL_-1206966544', u'INDIRECT_-1206955904'), (u'CALL_-1206962838', u'INDIRECT_-1206954139'), (u'INDIRECT_-1206958898', u'MULTIEQUAL_-1206958750'), (u'CALL_-1206966544', u'INDIRECT_-1206955547'), (u'INDIRECT_-1206955330', u'MULTIEQUAL_-1206955284'), (u'CALL_-1206961641', u'INDIRECT_-1206953947'), (u'INDIRECT_-1206954083', u'COPY_-1206954088'), (u'COPY_-1206964435', u'MULTIEQUAL_-1206959533'), (u'CALL_-1206963564', u'INDIRECT_-1206957104'), (u'INDIRECT_-1206954664', u'MULTIEQUAL_-1206954555'), (u'PTRSUB_-1206951652', u'CALL_-1206962838'), (u'INDIRECT_-1206955002', u'COPY_-1206955014'), (u'MULTIEQUAL_-1206959221', u'LOAD_-1206963132'), (u'CALL_-1206961544', u'INDIRECT_-1206952344'), (u'MULTIEQUAL_-1206954276', u'MULTIEQUAL_-1206954176'), (u'INDIRECT_-1206956498', u'MULTIEQUAL_-1206956389'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956724'), ('const-0', u'COPY_-1206963654'), (u'INT_SLESS_-1206965267', u'CBRANCH_-1206965261'), (u'COPY_-1206954699', u'CALL_-1206966673'), (u'CALL_-1206964092', u'INDIRECT_-1206953703'), (u'INDIRECT_-1206955404', u'MULTIEQUAL_-1206955280'), (u'INDIRECT_-1206956089', u'MULTIEQUAL_-1206955282'), (u'INDIRECT_-1206956012', u'COPY_-1206956042'), (u'MULTIEQUAL_-1206957477', u'MULTIEQUAL_-1206957356'), (u'INDIRECT_-1206954622', u'MULTIEQUAL_-1206956740'), (u'MULTIEQUAL_-1206955441', u'MULTIEQUAL_-1206955392'), (u'MULTIEQUAL_-1206954192', u'MULTIEQUAL_-1206953300'), (u'CALL_-1206963330', u'INDIRECT_-1206955778'), (u'INDIRECT_-1206956496', u'MULTIEQUAL_-1206956403'), (u'INDIRECT_-1206956865', u'COPY_-1206956915'), (u'CAST_-1206953199', u'INT_SEXT_-1206963853'), (u'INDIRECT_-1206955702', u'MULTIEQUAL_-1206955658'), (u'CALL_-1206966157', u'INDIRECT_-1206955296'), (u'INT_SLESS_-1206963915', u'CBRANCH_-1206963909'), (u'CALL_-1206962501', u'INDIRECT_-1206955014'), (u'INDIRECT_-1206954605', u'MULTIEQUAL_-1206954611'), ('tmp_3171', u'CBRANCH_-1206963427'), (u'CALL_-1206960892', u'INDIRECT_-1206955583'), (u'MULTIEQUAL_-1206953011', u'MULTIEQUAL_-1206952967'), (u'CALL_-1206961156', u'INDIRECT_-1206955149'), (u'CALL_-1206963443', u'INDIRECT_-1206957078'), (u'MULTIEQUAL_-1206955397', u'MULTIEQUAL_-1206955361'), (u'INDIRECT_-1206955150', u'MULTIEQUAL_-1206956067'), (u'INDIRECT_-1206956213', u'MULTIEQUAL_-1206956120'), (u'CALL_-1206961525', u'INDIRECT_-1206954665'), (u'MULTIEQUAL_-1206958102', u'MULTIEQUAL_-1206958056'), (u'COPY_-1206951952', u'MULTIEQUAL_-1206958620'), (u'INDIRECT_-1206956010', u'MULTIEQUAL_-1206955993'), (u'MULTIEQUAL_-1206957583', u'MULTIEQUAL_-1206959652'), (u'STORE_-1206961697', u'INDIRECT_-1206956783'), (u'MULTIEQUAL_-1206955447', u'MULTIEQUAL_-1206957446'), (u'CALL_-1206961156', u'INDIRECT_-1206955854'), (u'CALL_-1206966522', u'INDIRECT_-1206958616'), (u'INDIRECT_-1206953715', u'MULTIEQUAL_-1206954181'), (u'INT_EQUAL_-1206964107', u'CBRANCH_-1206964104'), (u'INDIRECT_-1206955948', u'INT_NOTEQUAL_-1206961968'), (u'CALL_-1206963443', u'INDIRECT_-1206955486'), (u'INDIRECT_-1206954662', u'MULTIEQUAL_-1206954530'), (u'MULTIEQUAL_-1206954086', u'MULTIEQUAL_-1206953965'), (u'INDIRECT_-1206956245', u'MULTIEQUAL_-1206956128'), (u'CALL_-1206963657', u'INDIRECT_-1206954447'), (u'CALL_-1206962820', u'INDIRECT_-1206953792'), (u'CALL_-1206961371', u'INDIRECT_-1206954765'), (u'MULTIEQUAL_-1206959950', u'INT_NEGATE_-1206963093'), (u'SUBPIECE_-1206960167', u'INT_SLESS_-1206964225'), (u'CALL_-1206961866', u'INDIRECT_-1206954944'), (u'MULTIEQUAL_-1206956658', u'MULTIEQUAL_-1206956630'), (u'INDIRECT_-1206955114', u'MULTIEQUAL_-1206956927'), (u'CALL_-1206966576', u'INDIRECT_-1206959901'), (u'CALL_-1206960892', u'INDIRECT_-1206954736'), (u'INDIRECT_-1206955545', u'MULTIEQUAL_-1206955421'), (u'INDIRECT_-1206956041', u'MULTIEQUAL_-1206955945'), (u'CALL_-1206966480', u'INDIRECT_-1206959295'), (u'CALL_-1206966381', u'INDIRECT_-1206955551'), ('tmp_2741', u'CBRANCH_-1206962793'), (u'MULTIEQUAL_-1206956128', u'MULTIEQUAL_-1206956667'), (u'COPY_-1206952390', u'MULTIEQUAL_-1206957869'), (u'INDIRECT_-1206957273', u'MULTIEQUAL_-1206957713'), (u'STORE_-1206963548', u'INDIRECT_-1206956919'), (u'INDIRECT_-1206955307', u'COPY_-1206955337'), ('const-0', u'PTRSUB_-1206954188'), (u'STORE_-1206963275', u'INDIRECT_-1206957232'), (u'CALL_-1206963359', u'INDIRECT_-1206953389'), (u'INDIRECT_-1206953561', u'MULTIEQUAL_-1206954881'), (u'INT_MULT_-1206952532', u'INT_ADD_-1206952544'), (u'INT_NOTEQUAL_-1206964367', u'CBRANCH_-1206964362'), (u'CALL_-1206961156', u'INDIRECT_-1206956138'), (u'STORE_-1206961738', u'INDIRECT_-1206954622'), (u'INDIRECT_-1206954613', u'MULTIEQUAL_-1206954530'), (u'INDIRECT_-1206956177', u'MULTIEQUAL_-1206956131'), (u'CALL_-1206961533', u'INDIRECT_-1206953402'), (u'CALL_-1206966560', u'INDIRECT_-1206959352'), (u'INDIRECT_-1206958522', u'MULTIEQUAL_-1206958363'), (u'MULTIEQUAL_-1206956364', u'MULTIEQUAL_-1206956413'), (u'INDIRECT_-1206957531', u'MULTIEQUAL_-1206957397'), (u'INDIRECT_-1206955539', u'MULTIEQUAL_-1206955422'), (u'CALL_-1206961629', u'INDIRECT_-1206956133'), (u'MULTIEQUAL_-1206954576', u'MULTIEQUAL_-1206954552'), (u'SUBPIECE_-1206957479', u'INT_NEGATE_-1206963596'), (u'INDIRECT_-1206953827', u'MULTIEQUAL_-1206954928'), (u'INDIRECT_-1206953340', u'MULTIEQUAL_-1206953266'), (u'INDIRECT_-1206955865', u'MULTIEQUAL_-1206955949'), (u'INDIRECT_-1206957064', u'MULTIEQUAL_-1206956953'), (u'COPY_-1206962797', u'MULTIEQUAL_-1206958802'), (u'INDIRECT_-1206955794', u'MULTIEQUAL_-1206955702'), (u'INDIRECT_-1206958276', u'COPY_-1206958326'), (u'MULTIEQUAL_-1206957067', u'MULTIEQUAL_-1206956384'), ('const-0', u'CALL_-1206961728'), (u'CALL_-1206963178', u'INDIRECT_-1206955763'), (u'INDIRECT_-1206958197', u'MULTIEQUAL_-1206958151'), (u'INDIRECT_-1206953473', u'COPY_-1206953503'), (u'INT_EQUAL_-1206961776', u'CBRANCH_-1206961774'), (u'MULTIEQUAL_-1206955274', u'MULTIEQUAL_-1206955235'), (u'CAST_-1206954112', u'INT_ADD_-1206954228'), ('const--2', u'INT_MULT_-1206957637'), (u'INDIRECT_-1206956907', u'MULTIEQUAL_-1206956812'), ('const-433', u'STORE_-1206961703'), ('const-1094188', u'COPY_-1206951627'), (u'MULTIEQUAL_-1206956577', u'MULTIEQUAL_-1206956104'), (u'INDIRECT_-1206956730', u'MULTIEQUAL_-1206956716'), (u'INDIRECT_-1206952527', u'MULTIEQUAL_-1206952788'), (u'CALL_-1206966673', u'INDIRECT_-1206957739'), (u'CALL_-1206961534', u'INDIRECT_-1206953867'), (u'MULTIEQUAL_-1206954805', u'MULTIEQUAL_-1206955395'), (u'COPY_-1206966438', u'MULTIEQUAL_-1206960967'), (u'CALL_-1206963443', u'INDIRECT_-1206954392'), ('tmp_3841', u'BRANCH_-1206964075'), (u'CALL_-1206962475', u'INDIRECT_-1206956279'), (u'CALL_-1206963356', u'INDIRECT_-1206954442'), (u'CALL_-1206964010', u'INDIRECT_-1206956371'), ('const-0', u'COPY_-1206953707'), (u'CALL_-1206961568', u'INDIRECT_-1206956575'), (u'INDIRECT_-1206956547', u'MULTIEQUAL_-1206956388'), (u'INDIRECT_-1206954009', u'COPY_-1206954006'), (u'MULTIEQUAL_-1206956269', u'MULTIEQUAL_-1206956808'), (u'INT_EQUAL_-1206964388', u'CBRANCH_-1206964386'), (u'INDIRECT_-1206957252', u'MULTIEQUAL_-1206955257'), (u'INDIRECT_-1206953803', u'MULTIEQUAL_-1206953731'), (u'CALL_-1206962838', u'INDIRECT_-1206953080'), (u'INT_SUB_-1206963124', u'MULTIEQUAL_-1206959950'), (u'CALL_-1206961810', u'INDIRECT_-1206955971'), (u'MULTIEQUAL_-1206956384', u'INT_EQUAL_-1206964509'), (u'CALL_-1206963611', u'INDIRECT_-1206956993'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206956895'), (u'INDIRECT_-1206954391', u'COPY_-1206954399'), (u'MULTIEQUAL_-1206953251', u'MULTIEQUAL_-1206953207'), (u'MULTIEQUAL_-1206956222', u'MULTIEQUAL_-1206956195'), (u'MULTIEQUAL_-1206957350', u'MULTIEQUAL_-1206957323'), (u'CALL_-1206961181', u'INDIRECT_-1206954340'), (u'MULTIEQUAL_-1206959462', u'MULTIEQUAL_-1206960893'), (u'INT_NOTEQUAL_-1206963940', u'CBRANCH_-1206963934'), (u'INDIRECT_-1206956009', u'MULTIEQUAL_-1206957728'), (u'MULTIEQUAL_-1206956913', u'MULTIEQUAL_-1206956386'), (u'COPY_-1206963154', u'MULTIEQUAL_-1206958802'), (u'CALL_-1206963314', u'INDIRECT_-1206953605'), (u'CALL_-1206962796', u'INDIRECT_-1206956320'), (u'CALL_-1206966576', u'INDIRECT_-1206955573'), (u'CALL_-1206966544', u'INDIRECT_-1206959339'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956527'), (u'CALL_-1206963359', u'INDIRECT_-1206956498'), (u'INDIRECT_-1206956345', u'MULTIEQUAL_-1206956486'), (u'MULTIEQUAL_-1206957081', u'MULTIEQUAL_-1206957054'), (u'INDIRECT_-1206955530', u'MULTIEQUAL_-1206955395'), (u'CALL_-1206966605', u'INDIRECT_-1206959243'), (u'INDIRECT_-1206955170', u'COPY_-1206955184'), (u'PTRSUB_-1206954520', u'CALL_-1206966522'), (u'INDIRECT_-1206953314', u'MULTIEQUAL_-1206953262'), (u'CALL_-1206962576', u'INDIRECT_-1206954834'), (u'INT_NOTEQUAL_-1206964080', u'CBRANCH_-1206964078'), (u'CALL_-1206966605', u'INDIRECT_-1206957973'), (u'CALL_-1206965208', u'INDIRECT_-1206955940'), (u'INDIRECT_-1206955753', u'MULTIEQUAL_-1206955707'), (u'INDIRECT_-1206955975', u'MULTIEQUAL_-1206955853'), (u'CALL_-1206962650', u'INDIRECT_-1206957004'), (u'MULTIEQUAL_-1206954633', u'MULTIEQUAL_-1206954533'), (u'CALL_-1206966488', u'INDIRECT_-1206959837'), (u'INDIRECT_-1206957040', u'COPY_-1206957065'), ('const-0', u'COPY_-1206964123'), (u'INDIRECT_-1206955526', u'MULTIEQUAL_-1206955221'), (u'CALL_-1206965223', u'INDIRECT_-1206956093'), (u'MULTIEQUAL_-1206955658', u'MULTIEQUAL_-1206955707'), (u'MULTIEQUAL_-1206959953', u'INT_SUB_-1206963124'), (u'INDIRECT_-1206956386', u'MULTIEQUAL_-1206956269'), (u'INDIRECT_-1206955517', u'MULTIEQUAL_-1206955471'), (u'MULTIEQUAL_-1206955376', u'INT_NOTEQUAL_-1206961717'), (u'CALL_-1206961532', u'INDIRECT_-1206955702'), (u'INT_NOTEQUAL_-1206963544', u'CBRANCH_-1206963543'), (u'INDIRECT_-1206957089', u'MULTIEQUAL_-1206958902'), (u'INDIRECT_-1206957743', u'MULTIEQUAL_-1206957819'), (u'INDIRECT_-1206958135', u'COPY_-1206958185'), (u'STORE_-1206963324', u'INDIRECT_-1206957256'), (u'CALL_-1206961525', u'INDIRECT_-1206954806'), (u'INDIRECT_-1206954808', u'MULTIEQUAL_-1206954793'), ('const-0', u'INT_EQUAL_-1206964029'), (u'INDIRECT_-1206953799', u'MULTIEQUAL_-1206953706'), (u'CALL_-1206964256', u'SUBPIECE_-1206960167'), (u'INDIRECT_-1206954474', u'MULTIEQUAL_-1206954426'), (u'INDIRECT_-1206955160', u'MULTIEQUAL_-1206956458'), (u'INDIRECT_-1206954552', u'MULTIEQUAL_-1206954435'), (u'INDIRECT_-1206955768', u'MULTIEQUAL_-1206955844'), (u'MULTIEQUAL_-1206954999', u'MULTIEQUAL_-1206955538'), (u'INDIRECT_-1206958885', u'MULTIEQUAL_-1206958822'), (u'LOAD_-1206961742', u'MULTIEQUAL_-1206958323'), (u'INDIRECT_-1206955978', u'COPY_-1206956005'), (u'INDIRECT_-1206954101', u'MULTIEQUAL_-1206954009'), (u'CALL_-1206965235', u'INDIRECT_-1206956806'), (u'STORE_-1206961697', u'INDIRECT_-1206955937'), (u'INDIRECT_-1206957012', u'MULTIEQUAL_-1206956998'), (u'MULTIEQUAL_-1206953718', u'MULTIEQUAL_-1206955509'), (u'CALL_-1206962729', u'INDIRECT_-1206952515'), (u'CALL_-1206961124', u'INDIRECT_-1206955273'), (u'MULTIEQUAL_-1206957679', u'MULTIEQUAL_-1206957632'), (u'CALL_-1206961575', u'INDIRECT_-1206955534'), (u'CALL_-1206964010', u'COPY_-1206952104'), (u'MULTIEQUAL_-1206953872', u'MULTIEQUAL_-1206953308'), (u'MULTIEQUAL_-1206954777', u'MULTIEQUAL_-1206954177'), (u'MULTIEQUAL_-1206956739', u'MULTIEQUAL_-1206958808'), (u'INDIRECT_-1206958151', u'MULTIEQUAL_-1206957978'), (u'STORE_-1206963275', u'INDIRECT_-1206954973'), ('const-0', u'PTRSUB_-1206966157'), (u'INDIRECT_-1206957816', u'MULTIEQUAL_-1206957067'), (u'INDIRECT_-1206954548', u'MULTIEQUAL_-1206954524'), (u'STORE_-1206961697', u'INDIRECT_-1206955587'), (u'MULTIEQUAL_-1206954953', u'MULTIEQUAL_-1206955075'), (u'MULTIEQUAL_-1206957498', u'MULTIEQUAL_-1206958927'), (u'INDIRECT_-1206957595', u'MULTIEQUAL_-1206957498'), (u'CALL_-1206962501', u'INDIRECT_-1206954591'), (u'CALL_-1206964167', u'INDIRECT_-1206957149'), (u'CALL_-1206962576', u'INDIRECT_-1206953442'), (u'LOAD_-1206961753', u'PTRSUB_-1206952098'), (u'INDIRECT_-1206956157', u'MULTIEQUAL_-1206956195'), (u'INDIRECT_-1206956688', u'MULTIEQUAL_-1206954693'), (u'CALL_-1206963513', u'INDIRECT_-1206954580'), (u'MULTIEQUAL_-1206955522', u'MULTIEQUAL_-1206956952'), ('tmp_7018', u'COPY_-1206954579'), (u'MULTIEQUAL_-1206954710', u'MULTIEQUAL_-1206954671'), (u'INDIRECT_-1206955894', u'MULTIEQUAL_-1206956134'), (u'MULTIEQUAL_-1206954547', u'INT_EQUAL_-1206961838'), (u'MULTIEQUAL_-1206957914', u'MULTIEQUAL_-1206957231'), (u'MULTIEQUAL_-1206957537', u'MULTIEQUAL_-1206956645'), (u'INDIRECT_-1206956372', u'MULTIEQUAL_-1206956067'), (u'MULTIEQUAL_-1206956269', u'MULTIEQUAL_-1206956222'), (u'INDIRECT_-1206954277', u'MULTIEQUAL_-1206954205'), ('tmp_2326', u'BRANCH_-1206962835'), (u'INDIRECT_-1206953580', u'COPY_-1206953607'), (u'CALL_-1206966576', u'INDIRECT_-1206955807'), (u'PTRSUB_-1206951452', u'LOAD_-1206961024'), (u'MULTIEQUAL_-1206955939', u'MULTIEQUAL_-1206955256'), (u'CALL_-1206962475', u'INDIRECT_-1206955009'), (u'CALL_-1206961525', u'INDIRECT_-1206952403'), (u'INDIRECT_-1206955948', u'MULTIEQUAL_-1206955141'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206957093'), (u'MULTIEQUAL_-1206953492', u'MULTIEQUAL_-1206953613'), (u'MULTIEQUAL_-1206953823', u'MULTIEQUAL_-1206954362'), (u'MULTIEQUAL_-1206954005', u'MULTIEQUAL_-1206953442'), (u'MULTIEQUAL_-1206960211', u'MULTIEQUAL_-1206960307'), (u'INDIRECT_-1206955159', u'MULTIEQUAL_-1206953241'), (u'INDIRECT_-1206952260', u'PIECE_-1206952517'), ('tmp_5835', u'CBRANCH_-1206961686'), (u'CALL_-1206961705', u'INDIRECT_-1206955600'), (u'CALL_-1206962796', u'INDIRECT_-1206953640'), (u'COPY_-1206951768', u'CALL_-1206962820'), (u'STORE_-1206961013', u'INDIRECT_-1206956219'), (u'STORE_-1206963324', u'INDIRECT_-1206954856'), (u'CALL_-1206966464', u'INDIRECT_-1206956600'), (u'CALL_-1206963611', u'INDIRECT_-1206955864'), (u'STORE_-1206961697', u'INDIRECT_-1206954740'), (u'CALL_-1206961810', u'INDIRECT_-1206954983'), (u'CALL_-1206963359', u'INDIRECT_-1206953506'), (u'MULTIEQUAL_-1206956939', u'MULTIEQUAL_-1206956913'), (u'CALL_-1206963356', u'INDIRECT_-1206953689'), (u'CALL_-1206961181', u'INDIRECT_-1206953494'), ('const-0', u'STORE_-1206963275'), (u'CALL_-1206961124', u'INDIRECT_-1206953439'), (u'MULTIEQUAL_-1206956080', u'MULTIEQUAL_-1206954858'), (u'CALL_-1206962501', u'INDIRECT_-1206955719'), (u'MULTIEQUAL_-1206957760', u'CAST_-1206953199'), (u'CALL_-1206961721', u'INDIRECT_-1206956741'), (u'PTRADD_-1206954386', u'COPY_-1206954345'), (u'INDIRECT_-1206955724', u'MULTIEQUAL_-1206957022'), (u'CALL_-1206962796', u'INDIRECT_-1206953922'), (u'MULTIEQUAL_-1206957115', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206954574', u'MULTIEQUAL_-1206954530'), (u'CALL_-1206963513', u'INDIRECT_-1206956273'), (u'MULTIEQUAL_-1206958949', u'MULTIEQUAL_-1206958902'), (u'COPY_-1206952368', u'MULTIEQUAL_-1206953054'), (u'INDIRECT_-1206953438', u'MULTIEQUAL_-1206954758'), (u'COPY_-1206952658', u'MULTIEQUAL_-1206958842'), (u'CALL_-1206961575', u'INDIRECT_-1206953277'), (u'CALL_-1206961705', u'INDIRECT_-1206956306'), (u'MULTIEQUAL_-1206956667', u'MULTIEQUAL_-1206956104'), (u'CALL_-1206961534', u'INDIRECT_-1206954149'), (u'MULTIEQUAL_-1206956933', u'MULTIEQUAL_-1206958363'), (u'INDIRECT_-1206955155', u'MULTIEQUAL_-1206957057'), (u'CALL_-1206961156', u'INDIRECT_-1206953738'), (u'STORE_-1206963453', u'INDIRECT_-1206955460'), (u'INDIRECT_-1206957201', u'MULTIEQUAL_-1206957108'), (u'STORE_-1206961703', u'INDIRECT_-1206955732'), (u'CALL_-1206966488', u'INDIRECT_-1206958594'), (u'INDIRECT_-1206954856', u'MULTIEQUAL_-1206954831'), (u'CALL_-1206966544', u'INDIRECT_-1206958914'), (u'CALL_-1206961156', u'INDIRECT_-1206953315'), (u'CALL_-1206961866', u'INDIRECT_-1206955649'), (u'MULTIEQUAL_-1206953947', u'MULTIEQUAL_-1206955407'), (u'CALL_-1206966522', u'INDIRECT_-1206958757'), (u'CALL_-1206965223', u'INDIRECT_-1206956798'), ('const-1', u'COPY_-1206964478'), (u'CALL_-1206961547', u'INDIRECT_-1206952411'), (u'CALL_-1206963457', u'INDIRECT_-1206957352'), ('const-0', u'INT_NOTEQUAL_-1206961929'), (u'STORE_-1206963324', u'INDIRECT_-1206954997'), (u'MULTIEQUAL_-1206954547', u'MULTIEQUAL_-1206954503'), (u'MULTIEQUAL_-1206957901', u'MULTIEQUAL_-1206957803'), (u'INDIRECT_-1206955827', u'MULTIEQUAL_-1206955703'), (u'INDIRECT_-1206958857', u'MULTIEQUAL_-1206956598'), (u'CALL_-1206966522', u'INDIRECT_-1206956005'), (u'CALL_-1206962796', u'INDIRECT_-1206954063'), (u'CALL_-1206963376', u'INDIRECT_-1206955437'), (u'INDIRECT_-1206952377', u'PIECE_-1206952518'), (u'INDIRECT_-1206957672', u'MULTIEQUAL_-1206957555'), (u'PIECE_-1206952530', u'PIECE_-1206952529'), (u'INDIRECT_-1206954873', u'MULTIEQUAL_-1206954775'), (u'LOAD_-1206961882', u'PTRSUB_-1206951804'), (u'INDIRECT_-1206954883', u'COPY_-1206954913'), (u'CALL_-1206964010', u'INDIRECT_-1206956513'), (u'MULTIEQUAL_-1206957195', u'MULTIEQUAL_-1206956668'), (u'CALL_-1206962226', u'INDIRECT_-1206955160'), (u'INDIRECT_-1206952988', u'MULTIEQUAL_-1206953011'), (u'CALL_-1206965223', u'INDIRECT_-1206957080'), ('const--76', u'PTRSUB_-1206954514'), (u'INDIRECT_-1206958032', u'MULTIEQUAL_-1206957962'), (u'INDIRECT_-1206955537', u'MULTIEQUAL_-1206957350'), (u'CALL_-1206962820', u'INDIRECT_-1206952682'), ('const-433', u'LOAD_-1206963327'), (u'INT_SUB_-1206966295', u'COPY_-1206954323'), (u'INDIRECT_-1206954433', u'MULTIEQUAL_-1206954389'), (u'INDIRECT_-1206953114', u'MULTIEQUAL_-1206954881'), (u'CALL_-1206961575', u'INDIRECT_-1206955816'), ('const-0', u'INT_NOTEQUAL_-1206961886'), (u'CALL_-1206966645', u'INDIRECT_-1206958571'), (u'CALL_-1206965208', u'INDIRECT_-1206957209'), (u'LOAD_-1206961700', u'INT_AND_-1206961674'), ('const-433', u'LOAD_-1206961194'), ('tmp_2576', u'BRANCH_-1206962766'), (u'INDIRECT_-1206953310', u'COPY_-1206953322'), (u'INDIRECT_-1206955345', u'MULTIEQUAL_-1206955421'), (u'INDIRECT_-1206954572', u'MULTIEQUAL_-1206956317'), ('const-0', u'INT_NOTEQUAL_-1206962486'), ('const-433', u'LOAD_-1206963465'), (u'CALL_-1206966522', u'INDIRECT_-1206955765'), (u'INDIRECT_-1206957320', u'MULTIEQUAL_-1206957396'), (u'CALL_-1206962838', u'INDIRECT_-1206954562'), (u'INDIRECT_-1206955984', u'MULTIEQUAL_-1206955959'), (u'MULTIEQUAL_-1206955534', u'MULTIEQUAL_-1206955490'), (u'MULTIEQUAL_-1206957926', u'PTRADD_-1206951791'), (u'INDIRECT_-1206954820', u'MULTIEQUAL_-1206953613'), (u'CALL_-1206963611', u'CALL_-1206963443'), (u'MULTIEQUAL_-1206956644', u'MULTIEQUAL_-1206957234'), (u'COPY_-1206954323', u'MULTIEQUAL_-1206955518'), ('const-0', u'INT_EQUAL_-1206963593'), (u'INDIRECT_-1206956926', u'MULTIEQUAL_-1206956911'), (u'INDIRECT_-1206954275', u'MULTIEQUAL_-1206954192'), (u'INDIRECT_-1206957305', u'MULTIEQUAL_-1206955046'), (u'STORE_-1206961013', u'INDIRECT_-1206954524'), (u'CALL_-1206966576', u'INDIRECT_-1206956683'), (u'MULTIEQUAL_-1206954265', u'MULTIEQUAL_-1206954221'), ('tmp_2184', u'CBRANCH_-1206963981'), (u'CALL_-1206966645', u'INDIRECT_-1206958288'), (u'CALL_-1206961728', u'INDIRECT_-1206954937'), (u'PTRADD_-1206952752', u'LOAD_-1206964100'), ('const-1', u'INT_EQUAL_-1206963508'), (u'CALL_-1206966488', u'INDIRECT_-1206959158'), (u'INDIRECT_-1206955367', u'MULTIEQUAL_-1206955235'), (u'INDIRECT_-1206956549', u'MULTIEQUAL_-1206956505'), (u'CALL_-1206961181', u'INDIRECT_-1206955469'), (u'INDIRECT_-1206954224', u'COPY_-1206954229'), (u'MULTIEQUAL_-1206957255', u'MULTIEQUAL_-1206956363'), (u'INDIRECT_-1206954842', u'MULTIEQUAL_-1206954785'), (u'CAST_-1206952668', u'MULTIEQUAL_-1206959462'), (u'CALL_-1206962650', u'INDIRECT_-1206956440'), (u'INDIRECT_-1206956848', u'MULTIEQUAL_-1206956750'), (u'LOAD_-1206963635', u'INT_NOTEQUAL_-1206963622'), (u'INDIRECT_-1206955819', u'MULTIEQUAL_-1206957632'), (u'MULTIEQUAL_-1206956913', u'MULTIEQUAL_-1206956815'), (u'CALL_-1206966560', u'INDIRECT_-1206955560'), (u'INDIRECT_-1206956116', u'MULTIEQUAL_-1206955994'), (u'INDIRECT_-1206957816', u'MULTIEQUAL_-1206957657'), (u'INDIRECT_-1206956589', u'MULTIEQUAL_-1206956543'), (u'MULTIEQUAL_-1206954441', u'MULTIEQUAL_-1206954577'), ('const-1', u'PTRADD_-1206963577'), (u'MULTIEQUAL_-1206953996', u'MULTIEQUAL_-1206953969'), (u'MULTIEQUAL_-1206953281', u'MULTIEQUAL_-1206953251'), (u'CALL_-1206964167', u'INDIRECT_-1206954962'), (u'CALL_-1206966157', u'INDIRECT_-1206956688'), (u'CALL_-1206962576', u'INDIRECT_-1206954693'), (u'STORE_-1206963453', u'INDIRECT_-1206955601'), (u'CALL_-1206965956', u'INDIRECT_-1206957144'), (u'INDIRECT_-1206956398', u'MULTIEQUAL_-1206956276'), (u'INDIRECT_-1206956609', u'MULTIEQUAL_-1206956443'), ('const-433', u'LOAD_-1206961775'), (u'INDIRECT_-1206954662', u'MULTIEQUAL_-1206954600'), (u'CALL_-1206965235', u'INDIRECT_-1206957794'), (u'INT_AND_-1206966081', u'INT_LEFT_-1206966077'), (u'MULTIEQUAL_-1206958180', u'MULTIEQUAL_-1206958059'), (u'INDIRECT_-1206953809', u'MULTIEQUAL_-1206954750'), (u'CALL_-1206964256', u'INDIRECT_-1206954772'), (u'STORE_-1206963275', u'INDIRECT_-1206956525'), (u'CALL_-1206963330', u'INDIRECT_-1206954509'), (u'CALL_-1206966605', u'INDIRECT_-1206957550'), (u'CALL_-1206964256', u'INDIRECT_-1206955054'), (u'INT_LESS_-1206965994', u'CBRANCH_-1206966002'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206955564'), (u'INDIRECT_-1206956372', u'INT_NOTEQUAL_-1206963940'), (u'STORE_-1206961738', u'INDIRECT_-1206954199'), (u'MULTIEQUAL_-1206957350', u'MULTIEQUAL_-1206956128'), (u'INDIRECT_-1206953452', u'MULTIEQUAL_-1206954393'), (u'CALL_-1206962475', u'INDIRECT_-1206954868'), (u'INDIRECT_-1206954450', u'MULTIEQUAL_-1206956352'), (u'INDIRECT_-1206955085', u'MULTIEQUAL_-1206955023'), (u'INDIRECT_-1206954721', u'MULTIEQUAL_-1206955798'), (u'CALL_-1206961575', u'INDIRECT_-1206953841'), (u'MULTIEQUAL_-1206954205', u'PTRADD_-1206952733'), (u'INT_ZEXT_-1206959526', u'CAST_-1206952668'), (u'CALL_-1206961810', u'INDIRECT_-1206956253'), (u'COPY_-1206951627', u'CALL_-1206961371'), (u'CALL_-1206961629', u'INDIRECT_-1206953874'), (u'CALL_-1206961721', u'INDIRECT_-1206953092'), (u'MULTIEQUAL_-1206954892', u'MULTIEQUAL_-1206956352'), (u'CALL_-1206965235', u'INDIRECT_-1206956383'), (u'CALL_-1206961371', u'INDIRECT_-1206953919'), ('const-433', u'LOAD_-1206961708'), (u'STORE_-1206961697', u'INDIRECT_-1206955445'), ('const-203', u'INT_LESS_-1206965994'), (u'MULTIEQUAL_-1206955538', u'MULTIEQUAL_-1206955502'), ('const-1094024', u'COPY_-1206951387'), (u'COPY_-1206963176', u'MULTIEQUAL_-1206959953'), (u'INDIRECT_-1206958942', u'MULTIEQUAL_-1206958825'), (u'CALL_-1206963359', u'INDIRECT_-1206953746'), (u'CALLIND_-1206965972', u'COPY_-1206961524'), (u'INDIRECT_-1206957003', u'MULTIEQUAL_-1206956982'), (u'INDIRECT_-1206955384', u'MULTIEQUAL_-1206954975'), (u'CALL_-1206964279', u'INDIRECT_-1206955031'), (u'CALL_-1206966673', u'INDIRECT_-1206959150'), (u'INDIRECT_-1206957164', u'MULTIEQUAL_-1206954905'), (u'INDIRECT_-1206956862', u'MULTIEQUAL_-1206956841'), ('tmp_4166', u'CBRANCH_-1206963727'), (u'INDIRECT_-1206954674', u'MULTIEQUAL_-1206954393'), (u'CALL_-1206963457', u'INDIRECT_-1206954034'), (u'COPY_-1206965262', u'MULTIEQUAL_-1206958309'), (u'STORE_-1206963275', u'INDIRECT_-1206956948'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206955306'), (u'INDIRECT_-1206955883', u'MULTIEQUAL_-1206955869'), (u'INT_EQUAL_-1206962244', u'INT_ZEXT_-1206959144'), (u'CALL_-1206961181', u'INDIRECT_-1206954481'), (u'CALL_-1206965208', u'INDIRECT_-1206954782'), (u'INDIRECT_-1206954357', u'MULTIEQUAL_-1206954309'), (u'INT_EQUAL_-1206966367', u'CBRANCH_-1206966365'), (u'CALL_-1206961728', u'INDIRECT_-1206955078'), (u'CALL_-1206963564', u'INDIRECT_-1206954277'), (u'INDIRECT_-1206956090', u'MULTIEQUAL_-1206954775'), (u'INDIRECT_-1206955411', u'MULTIEQUAL_-1206955289'), (u'MULTIEQUAL_-1206955220', u'INT_NOTEQUAL_-1206964367'), (u'INDIRECT_-1206954895', u'MULTIEQUAL_-1206954812'), (u'INDIRECT_-1206955914', u'MULTIEQUAL_-1206955844'), (u'CALL_-1206963330', u'INDIRECT_-1206954650'), (u'INDIRECT_-1206956231', u'MULTIEQUAL_-1206955926'), (u'CALL_-1206966488', u'INDIRECT_-1206958312'), (u'COPY_-1206964478', u'MULTIEQUAL_-1206957618'), (u'CALL_-1206961544', u'INDIRECT_-1206952578'), (u'CALL_-1206964279', u'INDIRECT_-1206958349'), (u'INDIRECT_-1206954996', u'COPY_-1206954993'), (u'INDIRECT_-1206957390', u'MULTIEQUAL_-1206957273'), (u'INDIRECT_-1206955279', u'MULTIEQUAL_-1206955254'), (u'INDIRECT_-1206955195', u'MULTIEQUAL_-1206954693'), (u'MULTIEQUAL_-1206957491', u'MULTIEQUAL_-1206958081'), (u'CALL_-1206961371', u'INDIRECT_-1206952884'), (u'MULTIEQUAL_-1206955703', u'MULTIEQUAL_-1206954811'), (u'COPY_-1206952541', u'CALL_-1206962501'), (u'INDIRECT_-1206955150', u'COPY_-1206955207'), (u'MULTIEQUAL_-1206952937', u'MULTIEQUAL_-1206953613'), (u'INDIRECT_-1206954506', u'COPY_-1206954511'), (u'INDIRECT_-1206954184', u'MULTIEQUAL_-1206953799'), (u'MULTIEQUAL_-1206954309', u'MULTIEQUAL_-1206953417'), ('const-0', u'INT_EQUAL_-1206963638'), (u'INDIRECT_-1206954049', u'MULTIEQUAL_-1206953966'), (u'CALL_-1206961568', u'INDIRECT_-1206955586'), (u'INDIRECT_-1206957004', u'COPY_-1206957018'), (u'INDIRECT_-1206955956', u'MULTIEQUAL_-1206955958'), (u'INDIRECT_-1206956712', u'MULTIEQUAL_-1206958010'), (u'CALL_-1206961790', u'INDIRECT_-1206954263'), (u'MULTIEQUAL_-1206956958', u'MULTIEQUAL_-1206956386'), (u'CALL_-1206962705', u'INDIRECT_-1206952621'), (u'INDIRECT_-1206953470', u'MULTIEQUAL_-1206954571'), (u'INT_SEXT_-1206966333', u'INT_ADD_-1206954433'), (u'CALL_-1206966560', u'INDIRECT_-1206957234'), (u'MULTIEQUAL_-1206956645', u'MULTIEQUAL_-1206956618'), (u'INDIRECT_-1206955949', u'MULTIEQUAL_-1206954634'), (u'CALL_-1206961721', u'INDIRECT_-1206956459'), (u'STORE_-1206961013', u'INDIRECT_-1206955088'), (u'INDIRECT_-1206956284', u'MULTIEQUAL_-1206956186'), (u'CALL_-1206963513', u'INDIRECT_-1206953827'), (u'CALL_-1206962650', u'INDIRECT_-1206956581'), (u'INDIRECT_-1206956668', u'MULTIEQUAL_-1206956551'), (u'CALL_-1206966673', u'INDIRECT_-1206956752'), (u'CALL_-1206965956', u'INDIRECT_-1206956721'), (u'INDIRECT_-1206955711', u'MULTIEQUAL_-1206955610'), (u'INDIRECT_-1206958206', u'MULTIEQUAL_-1206958121'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206957516'), (u'CALL_-1206962501', u'INDIRECT_-1206955296'), (u'CALL_-1206961721', u'INDIRECT_-1206955895'), (u'INDIRECT_-1206959516', u'MULTIEQUAL_-1206959578'), (u'INDIRECT_-1206954934', u'MULTIEQUAL_-1206955075'), (u'MULTIEQUAL_-1206955393', u'MULTIEQUAL_-1206955349'), (u'STORE_-1206963275', u'INDIRECT_-1206954550'), (u'MULTIEQUAL_-1206958679', u'CALL_-1206962838'), (u'INDIRECT_-1206952831', u'MULTIEQUAL_-1206952937'), (u'MULTIEQUAL_-1206954510', u'MULTIEQUAL_-1206954410'), (u'CALL_-1206966157', u'INDIRECT_-1206956406'), (u'INDIRECT_-1206956090', u'MULTIEQUAL_-1206955786'), (u'INT_SUB_-1206966325', u'INT_SUB_-1206966295'), (u'CALL_-1206963720', u'INDIRECT_-1206958032'), (u'INDIRECT_-1206957570', u'COPY_-1206957620'), (u'INT_SEXT_-1206952538', u'PTRADD_-1206952521'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954221'), (u'INDIRECT_-1206957954', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206961705', u'INDIRECT_-1206955741'), (u'CALL_-1206966480', u'INDIRECT_-1206956472'), (u'INDIRECT_-1206957802', u'MULTIEQUAL_-1206957678'), (u'INDIRECT_-1206957232', u'MULTIEQUAL_-1206959045'), (u'MULTIEQUAL_-1206956692', u'MULTIEQUAL_-1206956668'), (u'INDIRECT_-1206955319', u'MULTIEQUAL_-1206955274'), ('tmp_6496', u'CBRANCH_-1206961689'), (u'INDIRECT_-1206955583', u'MULTIEQUAL_-1206956881'), (u'MULTIEQUAL_-1206956126', u'MULTIEQUAL_-1206956110'), (u'INDIRECT_-1206955807', u'MULTIEQUAL_-1206955000'), (u'INDIRECT_-1206953749', u'MULTIEQUAL_-1206953833'), (u'INDIRECT_-1206955875', u'COPY_-1206955889'), (u'CALL_-1206966605', u'INDIRECT_-1206955951'), (u'PTRSUB_-1206954309', u'CALL_-1206966157'), (u'INDIRECT_-1206954674', u'MULTIEQUAL_-1206953383'), (u'INDIRECT_-1206954906', u'MULTIEQUAL_-1206955146'), (u'CALL_-1206966560', u'INDIRECT_-1206956952'), (u'INDIRECT_-1206953838', u'MULTIEQUAL_-1206955764'), (u'CALL_-1206963575', u'INDIRECT_-1206956991'), (u'CALL_-1206966544', u'INDIRECT_-1206957221'), (u'STORE_-1206961697', u'INDIRECT_-1206954949'), (u'CALL_-1206961124', u'INDIRECT_-1206952803'), (u'INDIRECT_-1206957798', u'MULTIEQUAL_-1206958899'), (u'INDIRECT_-1206957527', u'MULTIEQUAL_-1206957405'), (u'MULTIEQUAL_-1206955079', u'MULTIEQUAL_-1206954958'), (u'CALL_-1206965956', u'INDIRECT_-1206957285'), (u'INDIRECT_-1206955441', u'MULTIEQUAL_-1206953523'), (u'LOAD_-1206962886', u'INT_AND_-1206962860'), (u'INDIRECT_-1206955799', u'MULTIEQUAL_-1206955753'), (u'INDIRECT_-1206955318', u'MULTIEQUAL_-1206954679'), (u'MULTIEQUAL_-1206956644', u'MULTIEQUAL_-1206955422'), (u'MULTIEQUAL_-1206955415', u'MULTIEQUAL_-1206955376'), (u'CALL_-1206966576', u'INDIRECT_-1206957247'), (u'INDIRECT_-1206955949', u'MULTIEQUAL_-1206955844'), (u'INDIRECT_-1206957675', u'MULTIEQUAL_-1206957516'), (u'INDIRECT_-1206957252', u'MULTIEQUAL_-1206957093'), (u'CALL_-1206961495', u'INDIRECT_-1206955494'), (u'INT_ADD_-1206963823', u'INT_ADD_-1206953340'), (u'INDIRECT_-1206956561', u'COPY_-1206956618'), (u'CALL_-1206963478', u'INDIRECT_-1206957943'), (u'MULTIEQUAL_-1206957679', u'MULTIEQUAL_-1206956851'), (u'MULTIEQUAL_-1206957538', u'MULTIEQUAL_-1206956710'), (u'CALL_-1206964279', u'INDIRECT_-1206954557'), (u'COPY_-1206954295', u'MULTIEQUAL_-1206954415'), (u'INDIRECT_-1206953710', u'MULTIEQUAL_-1206952525'), (u'INDIRECT_-1206957147', u'COPY_-1206957197'), (u'MULTIEQUAL_-1206957251', u'MULTIEQUAL_-1206957212'), (u'INDIRECT_-1206956299', u'COPY_-1206956313'), ('const-433', u'LOAD_-1206961700'), (u'MULTIEQUAL_-1206958196', u'MULTIEQUAL_-1206957513'), (u'MULTIEQUAL_-1206958491', u'PTRADD_-1206952554'), (u'CALL_-1206962838', u'INDIRECT_-1206956398'), (u'STORE_-1206961013', u'INDIRECT_-1206955371'), (u'CALL_-1206965235', u'INDIRECT_-1206956242'), (u'CALL_-1206964279', u'INDIRECT_-1206955667'), (u'CALL_-1206961534', u'INDIRECT_-1206955277'), (u'MULTIEQUAL_-1206956503', u'MULTIEQUAL_-1206955820'), (u'COPY_-1206957429', u'MULTIEQUAL_-1206957368'), (u'CALL_-1206963513', u'INDIRECT_-1206956978'), (u'MULTIEQUAL_-1206956243', u'MULTIEQUAL_-1206956207'), (u'INDIRECT_-1206955303', u'MULTIEQUAL_-1206957022'), (u'MULTIEQUAL_-1206956329', u'MULTIEQUAL_-1206955729'), (u'MULTIEQUAL_-1206954824', u'MULTIEQUAL_-1206954797'), (u'INDIRECT_-1206954037', u'COPY_-1206954067'), ('tmp_6266', u'CBRANCH_-1206961732'), (u'CALL_-1206963376', u'INDIRECT_-1206953340'), (u'CALL_-1206961181', u'INDIRECT_-1206954058'), (u'MULTIEQUAL_-1206954294', u'MULTIEQUAL_-1206954270'), (u'INDIRECT_-1206955087', u'MULTIEQUAL_-1206954978'), (u'CALL_-1206964167', u'INDIRECT_-1206956444'), (u'MULTIEQUAL_-1206954426', u'MULTIEQUAL_-1206953534'), (u'CALL_-1206965188', u'INDIRECT_-1206954540'), (u'CALL_-1206964279', u'INDIRECT_-1206957642'), (u'INDIRECT_-1206957675', u'MULTIEQUAL_-1206955680'), (u'INDIRECT_-1206956829', u'MULTIEQUAL_-1206956670'), (u'CALL_-1206961477', u'INDIRECT_-1206955204'), (u'CALL_-1206962838', u'INDIRECT_-1206953575'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957288'), (u'MULTIEQUAL_-1206957618', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206956306', u'MULTIEQUAL_-1206956223'), (u'CALL_-1206961534', u'INDIRECT_-1206955136'), (u'INDIRECT_-1206957446', u'MULTIEQUAL_-1206957273'), (u'MULTIEQUAL_-1206955845', u'MULTIEQUAL_-1206955821'), (u'INDIRECT_-1206956355', u'MULTIEQUAL_-1206956262'), (u'STORE_-1206961697', u'INDIRECT_-1206956292'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206958264'), (u'STORE_-1206963548', u'INDIRECT_-1206954521'), (u'CALL_-1206961790', u'INDIRECT_-1206955956'), (u'INDIRECT_-1206954365', u'COPY_-1206954370'), (u'INDIRECT_-1206953204', u'MULTIEQUAL_-1206954524'), ('const--88', u'PTRSUB_-1206954520'), (u'CALL_-1206962838', u'INDIRECT_-1206954280'), (u'CALL_-1206961477', u'INDIRECT_-1206955063'), (u'CALL_-1206960892', u'INDIRECT_-1206954877'), (u'CALL_-1206962501', u'INDIRECT_-1206954450'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206956411'), (u'CALL_-1206961534', u'INDIRECT_-1206953114'), (u'CALL_-1206963657', u'INDIRECT_-1206955323'), (u'CALL_-1206963564', u'INDIRECT_-1206954517'), (u'CALL_-1206961728', u'INDIRECT_-1206953074'), (u'INDIRECT_-1206956372', u'MULTIEQUAL_-1206955057'), (u'CAST_-1206951398', u'CALL_-1206962705'), (u'CALL_-1206962705', u'INDIRECT_-1206955307'), (u'STORE_-1206963494', u'INDIRECT_-1206956297'), (u'INDIRECT_-1206956566', u'MULTIEQUAL_-1206958468'), (u'CALL_-1206964279', u'INDIRECT_-1206958065'), (u'CALL_-1206961534', u'INDIRECT_-1206956265'), (u'INT_EQUAL_-1206961735', u'CBRANCH_-1206961732'), ('const-0', u'CALL_-1206961156'), (u'PTRSUB_-1206966157', u'CAST_-1206954219'), (u'CALL_-1206966544', u'INDIRECT_-1206958350'), (u'MULTIEQUAL_-1206956630', u'MULTIEQUAL_-1206956577'), (u'MULTIEQUAL_-1206955644', u'MULTIEQUAL_-1206955546'), (u'MULTIEQUAL_-1206955820', u'MULTIEQUAL_-1206955811'), (u'STORE_-1206963275', u'INDIRECT_-1206954691'), (u'INDIRECT_-1206953481', u'MULTIEQUAL_-1206955407'), (u'CALL_-1206966621', u'INDIRECT_-1206956081'), (u'INDIRECT_-1206952606', u'MULTIEQUAL_-1206954524'), (u'CALL_-1206966560', u'INDIRECT_-1206955917'), (u'MULTIEQUAL_-1206955562', u'MULTIEQUAL_-1206955546'), (u'MULTIEQUAL_-1206957350', u'MULTIEQUAL_-1206956667'), (u'INDIRECT_-1206954806', u'MULTIEQUAL_-1206954714'), (u'CALL_-1206963478', u'INDIRECT_-1206955545'), (u'CALL_-1206966673', u'INDIRECT_-1206959291'), (u'INDIRECT_-1206956323', u'MULTIEQUAL_-1206956227'), (u'MULTIEQUAL_-1206953466', u'MULTIEQUAL_-1206954005'), (u'CALL_-1206964010', u'INDIRECT_-1206954184'), (u'CALL_-1206963314', u'INDIRECT_-1206954640'), (u'CALL_-1206961629', u'INDIRECT_-1206953310'), (u'CALL_-1206961547', u'INDIRECT_-1206955238'), (u'INT_EQUAL_-1206963983', u'CBRANCH_-1206963981'), (u'MULTIEQUAL_-1206954013', u'MULTIEQUAL_-1206953983'), (u'CALL_-1206966673', u'INDIRECT_-1206958162'), (u'MULTIEQUAL_-1206954858', u'MULTIEQUAL_-1206955397'), (u'INDIRECT_-1206954865', u'MULTIEQUAL_-1206954764'), (u'PTRADD_-1206952554', u'MULTIEQUAL_-1206958460'), ('const-8', u'PTRADD_-1206952493'), (u'CALL_-1206966480', u'INDIRECT_-1206959831'), (u'CALL_-1206963720', u'INDIRECT_-1206957184'), ('const-0', u'SUBPIECE_-1206960167'), (u'MULTIEQUAL_-1206955764', u'MULTIEQUAL_-1206955000'), (u'CALL_-1206961547', u'INDIRECT_-1206955802'), ('const-433', u'STORE_-1206963548'), (u'CALL_-1206961669', u'INDIRECT_-1206955089'), (u'CALL_-1206961124', u'INDIRECT_-1206955132'), (u'CALL_-1206963330', u'INDIRECT_-1206956484'), (u'MULTIEQUAL_-1206955657', u'MULTIEQUAL_-1206954974'), (u'CALL_-1206962820', u'INDIRECT_-1206956331'), (u'CALL_-1206962838', u'INDIRECT_-1206956255'), (u'STORE_-1206963494', u'INDIRECT_-1206957285'), (u'INDIRECT_-1206958804', u'MULTIEQUAL_-1206958645'), (u'INDIRECT_-1206956138', u'COPY_-1206956195'), (u'INDIRECT_-1206955808', u'MULTIEQUAL_-1206954493'), (u'INT_SLESS_-1206966499', u'CBRANCH_-1206966499'), (u'MULTIEQUAL_-1206957901', u'MULTIEQUAL_-1206956927'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206955447'), (u'CALL_-1206964279', u'INDIRECT_-1206956513'), (u'MULTIEQUAL_-1206957068', u'MULTIEQUAL_-1206957041'), (u'CALL_-1206964279', u'INT_SLESS_-1206964230'), (u'MULTIEQUAL_-1206956525', u'MULTIEQUAL_-1206956516'), (u'INDIRECT_-1206954806', u'MULTIEQUAL_-1206955498'), (u'MULTIEQUAL_-1206956011', u'MULTIEQUAL_-1206958010'), (u'CALL_-1206966157', u'INDIRECT_-1206957675'), (u'INDIRECT_-1206955919', u'MULTIEQUAL_-1206955824'), (u'PIECE_-1206952518', u'PIECE_-1206952517'), (u'SUBPIECE_-1206959558', u'INT_ADD_-1206964209'), (u'CALL_-1206966621', u'INDIRECT_-1206957845'), (u'INDIRECT_-1206954877', u'MULTIEQUAL_-1206954961'), (u'CALL_-1206965188', u'INDIRECT_-1206955509'), (u'INDIRECT_-1206955058', u'MULTIEQUAL_-1206954892'), ('tmp_5356', u'CBRANCH_-1206962485'), ('const--1', u'COPY_-1206963674'), (u'INDIRECT_-1206956882', u'MULTIEQUAL_-1206954623'), (u'INDIRECT_-1206958137', u'MULTIEQUAL_-1206958121'), (u'CALL_-1206966381', u'INDIRECT_-1206957531'), (u'MULTIEQUAL_-1206957372', u'MULTIEQUAL_-1206956809'), (u'INDIRECT_-1206957147', u'COPY_-1206957161'), (u'COPY_-1206953041', u'MULTIEQUAL_-1206959221'), (u'MULTIEQUAL_-1206955564', u'MULTIEQUAL_-1206955534'), (u'MULTIEQUAL_-1206959576', u'MULTIEQUAL_-1206959573'), (u'INDIRECT_-1206953640', u'MULTIEQUAL_-1206954824'), ('const-1', u'COPY_-1206959590'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206957032'), (u'CALL_-1206966621', u'INDIRECT_-1206959935'), (u'MULTIEQUAL_-1206954805', u'MULTIEQUAL_-1206954122'), ('tmp_6669', u'BRANCH_-1206961008'), (u'CALL_-1206962226', u'INDIRECT_-1206955583'), (u'CALL_-1206963376', u'INDIRECT_-1206953457'), (u'PTRADD_-1206952599', u'COPY_-1206952573'), (u'CALL_-1206962838', u'INDIRECT_-1206954703'), (u'MULTIEQUAL_-1206953359', u'MULTIEQUAL_-1206952595'), (u'COPY_-1206959686', u'COPY_-1206952775'), (u'INDIRECT_-1206955318', u'MULTIEQUAL_-1206955235'), (u'MULTIEQUAL_-1206954530', u'MULTIEQUAL_-1206954579'), (u'MULTIEQUAL_-1206956384', u'MULTIEQUAL_-1206956348'), (u'CALL_-1206962650', u'INDIRECT_-1206956299'), (u'INDIRECT_-1206953919', u'MULTIEQUAL_-1206954159'), (u'INDIRECT_-1206956606', u'MULTIEQUAL_-1206956510'), (u'CALL_-1206963575', u'INDIRECT_-1206956285'), (u'MULTIEQUAL_-1206954571', u'MULTIEQUAL_-1206953888'), (u'INT_ADD_-1206954228', u'CAST_-1206954111'), (u'CALL_-1206961705', u'INDIRECT_-1206954331'), (u'CALL_-1206964068', u'INDIRECT_-1206955009'), (u'COPY_-1206952968', u'MULTIEQUAL_-1206958400'), (u'MULTIEQUAL_-1206956208', u'MULTIEQUAL_-1206955234'), ('tmp_2683', u'CBRANCH_-1206963341'), (u'INDIRECT_-1206953981', u'MULTIEQUAL_-1206953841'), (u'INDIRECT_-1206955883', u'MULTIEQUAL_-1206955800'), (u'CALL_-1206966645', u'INDIRECT_-1206956878'), (u'INDIRECT_-1206958840', u'COPY_-1206958890'), (u'CALL_-1206966576', u'INDIRECT_-1206955930'), (u'MULTIEQUAL_-1206957820', u'MULTIEQUAL_-1206956992'), (u'MULTIEQUAL_-1206958055', u'MULTIEQUAL_-1206958645'), (u'INDIRECT_-1206955054', u'MULTIEQUAL_-1206954552'), (u'INDIRECT_-1206954772', u'MULTIEQUAL_-1206954676'), (u'MULTIEQUAL_-1206956486', u'MULTIEQUAL_-1206956470'), (u'INDIRECT_-1206954667', u'MULTIEQUAL_-1206954652'), (u'CALL_-1206966464', u'INDIRECT_-1206955607'), (u'CALL_-1206963564', u'INDIRECT_-1206955975'), (u'CALL_-1206964092', u'INDIRECT_-1206956995'), (u'INDIRECT_-1206954227', u'MULTIEQUAL_-1206954132'), (u'STORE_-1206963453', u'INDIRECT_-1206955037'), (u'MULTIEQUAL_-1206956410', u'MULTIEQUAL_-1206956247'), (u'CALL_-1206961547', u'INDIRECT_-1206953686'), ('tmp_2609', u'CBRANCH_-1206963506'), (u'CALL_-1206962705', u'INDIRECT_-1206952738'), (u'INDIRECT_-1206956061', u'MULTIEQUAL_-1206955966'), (u'CALL_-1206961669', u'INDIRECT_-1206953349'), ('const-1', u'COPY_-1206964105'), (u'MULTIEQUAL_-1206954937', u'MULTIEQUAL_-1206954411'), (u'CALL_-1206961495', u'INDIRECT_-1206954083'), (u'INDIRECT_-1206956307', u'MULTIEQUAL_-1206956293'), (u'INDIRECT_-1206953587', u'MULTIEQUAL_-1206954688'), (u'STORE_-1206961697', u'INDIRECT_-1206955372'), (u'CALL_-1206961790', u'INDIRECT_-1206954545'), ('const-433', u'LOAD_-1206961906'), (u'CALL_-1206961461', u'INDIRECT_-1206955193'), (u'CALL_-1206962796', u'INDIRECT_-1206953028'), (u'INDIRECT_-1206954854', u'MULTIEQUAL_-1206956599'), (u'MULTIEQUAL_-1206954974', u'MULTIEQUAL_-1206954965'), ('const-2', u'INT_SLESS_-1206966244'), (u'CAST_-1206953558', u'INT_SEXT_-1206965363'), (u'CALL_-1206963720', u'INDIRECT_-1206954597'), (u'MULTIEQUAL_-1206957054', u'MULTIEQUAL_-1206956933'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206956208'), (u'INDIRECT_-1206954640', u'COPY_-1206954665'), (u'MULTIEQUAL_-1206955059', u'MULTIEQUAL_-1206954459'), (u'INDIRECT_-1206955090', u'MULTIEQUAL_-1206955075'), (u'INDIRECT_-1206956583', u'COPY_-1206956633'), (u'COPY_-1206952775', u'MULTIEQUAL_-1206959515'), (u'CALL_-1206962820', u'INDIRECT_-1206953156'), (u'INDIRECT_-1206958095', u'MULTIEQUAL_-1206957978'), (u'INDIRECT_-1206957238', u'MULTIEQUAL_-1206957114'), (u'MULTIEQUAL_-1206955623', u'MULTIEQUAL_-1206954859'), (u'INDIRECT_-1206954277', u'MULTIEQUAL_-1206953799'), (u'MULTIEQUAL_-1206954436', u'MULTIEQUAL_-1206954406'), (u'INDIRECT_-1206955138', u'MULTIEQUAL_-1206955094'), (u'CALL_-1206963611', u'INDIRECT_-1206956710'), (u'INDIRECT_-1206952900', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206955909', u'MULTIEQUAL_-1206954087'), (u'CALL_-1206964092', u'INDIRECT_-1206955020'), (u'MULTIEQUAL_-1206954276', u'MULTIEQUAL_-1206953300'), (u'INDIRECT_-1206953827', u'MULTIEQUAL_-1206953442'), (u'MULTIEQUAL_-1206956505', u'MULTIEQUAL_-1206956627'), (u'MULTIEQUAL_-1206957537', u'MULTIEQUAL_-1206957521'), (u'MULTIEQUAL_-1206958244', u'MULTIEQUAL_-1206958081'), (u'CALL_-1206963359', u'INDIRECT_-1206954946'), (u'INDIRECT_-1206954204', u'MULTIEQUAL_-1206955388'), (u'INT_EQUAL_-1206961838', u'CBRANCH_-1206961825'), (u'CALL_-1206962729', u'INDIRECT_-1206953484'), (u'INDIRECT_-1206955498', u'MULTIEQUAL_-1206955639'), (u'INDIRECT_-1206956343', u'MULTIEQUAL_-1206956248'), (u'INDIRECT_-1206956050', u'MULTIEQUAL_-1206954228'), ('const-1', u'PTRADD_-1206953244'), ('tmp_6133', u'CBRANCH_-1206961931'), (u'CALL_-1206965223', u'INDIRECT_-1206957504'), (u'CALL_-1206962226', u'INDIRECT_-1206955865'), (u'CALL_-1206961866', u'INDIRECT_-1206956073'), (u'CALL_-1206963513', u'INDIRECT_-1206957798'), (u'CALL_-1206961525', u'INDIRECT_-1206954101'), (u'INDIRECT_-1206953506', u'MULTIEQUAL_-1206953421'), (u'CALL_-1206963513', u'INDIRECT_-1206956696'), (u'INDIRECT_-1206956148', u'MULTIEQUAL_-1206957446'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958699'), (u'CAST_-1206953001', u'LOAD_-1206963497'), (u'CALL_-1206961534', u'INDIRECT_-1206955560'), (u'INDIRECT_-1206957113', u'MULTIEQUAL_-1206957088'), (u'INDIRECT_-1206955808', u'MULTIEQUAL_-1206955503'), (u'MULTIEQUAL_-1206957914', u'MULTIEQUAL_-1206957887'), (u'MULTIEQUAL_-1206959953', u'MULTIEQUAL_-1206959950'), (u'INDIRECT_-1206957113', u'MULTIEQUAL_-1206957069'), ('const-0', u'CALL_-1206964092'), (u'CALL_-1206961533', u'INDIRECT_-1206953684'), (u'CALL_-1206963443', u'INDIRECT_-1206957501'), (u'STORE_-1206961697', u'INDIRECT_-1206956576'), (u'INDIRECT_-1206955003', u'MULTIEQUAL_-1206956080'), (u'CALL_-1206965208', u'INDIRECT_-1206958340'), (u'CALL_-1206961371', u'INDIRECT_-1206952644'), (u'MULTIEQUAL_-1206954530', u'MULTIEQUAL_-1206954652'), (u'CALL_-1206961495', u'INDIRECT_-1206952625'), (u'INDIRECT_-1206956267', u'MULTIEQUAL_-1206956242'), (u'MULTIEQUAL_-1206954577', u'MULTIEQUAL_-1206954013'), (u'INDIRECT_-1206954557', u'MULTIEQUAL_-1206953266'), (u'MULTIEQUAL_-1206958667', u'MULTIEQUAL_-1206958620'), (u'INDIRECT_-1206954291', u'COPY_-1206954288'), (u'INDIRECT_-1206956606', u'MULTIEQUAL_-1206956104'), (u'CALL_-1206962576', u'INDIRECT_-1206954552'), (u'MULTIEQUAL_-1206955798', u'MULTIEQUAL_-1206956388'), ('tmp_716', u'CBRANCH_-1206966112'), (u'CALL_-1206961629', u'INDIRECT_-1206954297'), (u'INDIRECT_-1206953614', u'COPY_-1206953644'), (u'CALL_-1206963376', u'INDIRECT_-1206957132'), ('tmp_5598', u'CBRANCH_-1206961905'), (u'CALL_-1206963356', u'INDIRECT_-1206955711'), (u'CALL_-1206962501', u'INT_NOTEQUAL_-1206962486'), (u'MULTIEQUAL_-1206958620', u'LOAD_-1206961775'), (u'CALL_-1206962838', u'INDIRECT_-1206953998'), (u'INDIRECT_-1206957008', u'MULTIEQUAL_-1206956992'), (u'INDIRECT_-1206954814', u'COPY_-1206954822'), ('const-0', u'PTRSUB_-1206964273'), (u'CALL_-1206966522', u'INDIRECT_-1206959323'), ('tmp_6584', u'CBRANCH_-1206961633'), (u'PTRSUB_-1206952163', u'LOAD_-1206961700'), (u'INT_ADD_-1206963598', u'INT_ADD_-1206963596'), ('const-433', u'STORE_-1206961738'), (u'CALL_-1206962650', u'INDIRECT_-1206955734'), (u'MULTIEQUAL_-1206954829', u'MULTIEQUAL_-1206954785'), (u'INDIRECT_-1206955555', u'COPY_-1206955582'), (u'MULTIEQUAL_-1206956786', u'MULTIEQUAL_-1206956759'), (u'INDIRECT_-1206953893', u'MULTIEQUAL_-1206955612'), (u'CALL_-1206966522', u'INDIRECT_-1206957064'), (u'INDIRECT_-1206957360', u'MULTIEQUAL_-1206956045'), (u'CALL_-1206963359', u'INDIRECT_-1206956075'), (u'CALL_-1206962838', u'INDIRECT_-1206954844'), (u'INDIRECT_-1206954567', u'COPY_-1206954594'), (u'CALL_-1206961495', u'INDIRECT_-1206955917'), (u'CALL_-1206966621', u'INDIRECT_-1206956576'), (u'STORE_-1206961013', u'INDIRECT_-1206953819'), (u'MULTIEQUAL_-1206955397', u'MULTIEQUAL_-1206954834'), (u'CALL_-1206961721', u'INDIRECT_-1206953566'), (u'CALL_-1206963376', u'INDIRECT_-1206956848'), (u'STORE_-1206961697', u'INDIRECT_-1206954385'), (u'INDIRECT_-1206953677', u'MULTIEQUAL_-1206953601'), (u'INDIRECT_-1206957038', u'MULTIEQUAL_-1206955216'), (u'CALL_-1206966381', u'INDIRECT_-1206959762'), (u'INDIRECT_-1206956406', u'MULTIEQUAL_-1206954411'), (u'INDIRECT_-1206957305', u'MULTIEQUAL_-1206957132'), (u'INDIRECT_-1206953326', u'MULTIEQUAL_-1206953410'), (u'STORE_-1206961697', u'INDIRECT_-1206956078'), (u'CALL_-1206966157', u'INT_NOTEQUAL_-1206966141'), (u'CALL_-1206964092', u'INDIRECT_-1206954597'), (u'INDIRECT_-1206954596', u'MULTIEQUAL_-1206955894'), (u'LOAD_-1206960925', u'CALL_-1206960892'), (u'CALL_-1206963611', u'INDIRECT_-1206957416'), (u'CALL_-1206961181', u'INDIRECT_-1206954199'), ('const-1', u'CALL_-1206961544'), (u'INDIRECT_-1206953827', u'MULTIEQUAL_-1206953242'), (u'MULTIEQUAL_-1206955282', u'MULTIEQUAL_-1206955252'), (u'CALL_-1206961728', u'INDIRECT_-1206954655'), (u'MULTIEQUAL_-1206955275', u'MULTIEQUAL_-1206955250'), (u'INDIRECT_-1206954673', u'COPY_-1206954681'), (u'CALL_-1206964256', u'INDIRECT_-1206955477'), (u'INDIRECT_-1206955668', u'MULTIEQUAL_-1206955558'), (u'INDIRECT_-1206956919', u'MULTIEQUAL_-1206956826'), (u'INDIRECT_-1206954144', u'COPY_-1206954171'), (u'MULTIEQUAL_-1206955503', u'MULTIEQUAL_-1206954529'), (u'CALL_-1206962501', u'INDIRECT_-1206953715'), ('const-7', u'INT_EQUAL_-1206964567'), (u'CALL_-1206962226', u'INDIRECT_-1206953438'), (u'LOAD_-1206961882', u'PTRSUB_-1206951844'), (u'CALL_-1206961533', u'INDIRECT_-1206952766'), (u'MULTIEQUAL_-1206953492', u'MULTIEQUAL_-1206953541'), (u'INT_EQUAL_-1206963593', u'CBRANCH_-1206963591'), (u'MULTIEQUAL_-1206956799', u'MULTIEQUAL_-1206956772'), (u'MULTIEQUAL_-1206953135', u'MULTIEQUAL_-1206953184'), (u'INDIRECT_-1206955900', u'MULTIEQUAL_-1206955398'), (u'INDIRECT_-1206956901', u'MULTIEQUAL_-1206956831'), (u'INDIRECT_-1206954301', u'MULTIEQUAL_-1206954200'), (u'INDIRECT_-1206954868', u'COPY_-1206954925'), (u'INDIRECT_-1206954946', u'MULTIEQUAL_-1206954837'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206956690'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955191'), (u'INDIRECT_-1206957060', u'COPY_-1206957114'), (u'CALL_-1206963657', u'INDIRECT_-1206955464'), (u'CALL_-1206963359', u'INDIRECT_-1206954664'), (u'CALL_-1206961461', u'INDIRECT_-1206952723'), ('const-255', u'INT_SLESS_-1206963528'), ('const-0', u'INT_NOTEQUAL_-1206966052'), ('const-1071872', u'PTRSUB_-1206954495'), (u'CALL_-1206962501', u'INDIRECT_-1206953838'), ('tmp_3705', u'BRANCH_-1206964164'), (u'STORE_-1206961697', u'INDIRECT_-1206954035'), (u'MULTIEQUAL_-1206955952', u'MULTIEQUAL_-1206955925'), (u'INDIRECT_-1206955627', u'MULTIEQUAL_-1206955703'), (u'MULTIEQUAL_-1206953966', u'MULTIEQUAL_-1206954088'), ('const-8', u'PTRADD_-1206953671'), (u'CALL_-1206966488', u'INDIRECT_-1206958453'), (u'CALL_-1206961532', u'INDIRECT_-1206952452'), (u'INDIRECT_-1206955847', u'INT_SLESS_-1206966434'), (u'CALL_-1206963575', u'INDIRECT_-1206954593'), (u'CALL_-1206961641', u'INDIRECT_-1206956204'), (u'MULTIEQUAL_-1206954937', u'MULTIEQUAL_-1206954817'), ('tmp_2046', u'CBRANCH_-1206964078'), (u'MULTIEQUAL_-1206954569', u'MULTIEQUAL_-1206954530'), (u'MULTIEQUAL_-1206954122', u'MULTIEQUAL_-1206954113'), (u'CALL_-1206962796', u'INDIRECT_-1206954909'), (u'MULTIEQUAL_-1206954213', u'MULTIEQUAL_-1206953613'), (u'INDIRECT_-1206955874', u'MULTIEQUAL_-1206955853'), (u'CALL_-1206961721', u'INDIRECT_-1206954766'), (u'INT_SUB_-1206966295', u'INT_ADD_-1206963842'), (u'CALL_-1206963443', u'INDIRECT_-1206957924'), (u'CALL_-1206964256', u'INDIRECT_-1206954037'), (u'INDIRECT_-1206954432', u'COPY_-1206954429'), (u'CALL_-1206961525', u'INDIRECT_-1206955512'), (u'INT_EQUAL_-1206961510', u'CBRANCH_-1206961508'), (u'PIECE_-1206952529', u'CAST_-1206951146'), (u'CALL_-1206964167', u'INDIRECT_-1206954845'), (u'INT_ADD_-1206963528', u'CAST_-1206953023'), (u'INDIRECT_-1206954342', u'MULTIEQUAL_-1206954582'), (u'CALL_-1206961641', u'INDIRECT_-1206952978'), (u'CALL_-1206963720', u'INDIRECT_-1206955773'), (u'CALL_-1206961728', u'INDIRECT_-1206952840'), (u'MULTIEQUAL_-1206953398', u'MULTIEQUAL_-1206952835'), (u'INDIRECT_-1206955138', u'MULTIEQUAL_-1206955113'), (u'MULTIEQUAL_-1206952642', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206956600', u'MULTIEQUAL_-1206956554'), (u'STORE_-1206963324', u'INDIRECT_-1206955138'), (u'STORE_-1206963453', u'INDIRECT_-1206954614'), (u'INDIRECT_-1206955508', u'MULTIEQUAL_-1206955376'), ('const-8', u'PTRADD_-1206952652'), (u'CALL_-1206966560', u'INDIRECT_-1206955677'), (u'MULTIEQUAL_-1206953983', u'MULTIEQUAL_-1206953939'), (u'INDIRECT_-1206956191', u'MULTIEQUAL_-1206956267'), (u'INDIRECT_-1206955545', u'MULTIEQUAL_-1206955607'), (u'CALL_-1206963457', u'INDIRECT_-1206955798'), ('const-0', u'PTRSUB_-1206951880'), (u'INDIRECT_-1206955216', u'MULTIEQUAL_-1206955357'), (u'INDIRECT_-1206954511', u'MULTIEQUAL_-1206954652'), (u'CALL_-1206961728', u'INDIRECT_-1206956632'), (u'INDIRECT_-1206956547', u'MULTIEQUAL_-1206955798'), (u'INDIRECT_-1206954968', u'MULTIEQUAL_-1206954970'), (u'INDIRECT_-1206954003', u'COPY_-1206954030'), (u'CALL_-1206961124', u'INDIRECT_-1206955555'), (u'INDIRECT_-1206954844', u'MULTIEQUAL_-1206956740'), (u'INDIRECT_-1206956406', u'MULTIEQUAL_-1206958151'), ('const-0', u'SUBPIECE_-1206959455'), (u'INT_ZEXT_-1206959144', u'CALL_-1206962226'), (u'INDIRECT_-1206955592', u'MULTIEQUAL_-1206955571'), (u'CALL_-1206961669', u'INDIRECT_-1206955512'), (u'CALL_-1206966464', u'INDIRECT_-1206955964'), (u'STORE_-1206963324', u'INDIRECT_-1206955702'), (u'INDIRECT_-1206955214', u'MULTIEQUAL_-1206955119'), (u'MULTIEQUAL_-1206954200', u'MULTIEQUAL_-1206956269'), (u'INDIRECT_-1206956371', u'INT_SLESS_-1206961449'), (u'MULTIEQUAL_-1206953632', u'INT_EQUAL_-1206963729'), (u'INT_EQUAL_-1206964123', u'CBRANCH_-1206964121'), (u'INDIRECT_-1206954064', u'MULTIEQUAL_-1206954009'), (u'PTRADD_-1206952733', u'INT_EQUAL_-1206964029'), (u'INT_EQUAL_-1206964244', u'CBRANCH_-1206964242'), (u'MULTIEQUAL_-1206955798', u'MULTIEQUAL_-1206954576'), (u'INDIRECT_-1206956202', u'MULTIEQUAL_-1206956107'), (u'INDIRECT_-1206958381', u'MULTIEQUAL_-1206956386'), (u'CALL_-1206961532', u'INDIRECT_-1206954150'), (u'CALL_-1206961477', u'INDIRECT_-1206952260'), (u'CALL_-1206966464', u'INDIRECT_-1206956741'), (u'CALL_-1206964010', u'PTRSUB_-1206952163'), (u'INDIRECT_-1206954881', u'MULTIEQUAL_-1206954864'), (u'INDIRECT_-1206956149', u'MULTIEQUAL_-1206956233'), (u'INDIRECT_-1206957111', u'MULTIEQUAL_-1206955116'), (u'INDIRECT_-1206954904', u'MULTIEQUAL_-1206957022'), (u'INDIRECT_-1206957855', u'MULTIEQUAL_-1206957839'), (u'CALL_-1206961544', u'INDIRECT_-1206955711'), (u'INDIRECT_-1206954791', u'MULTIEQUAL_-1206953500'), (u'INDIRECT_-1206957952', u'MULTIEQUAL_-1206957812'), (u'CALL_-1206963457', u'INDIRECT_-1206954811'), (u'MULTIEQUAL_-1206956685', u'MULTIEQUAL_-1206956665'), (u'MULTIEQUAL_-1206955563', u'MULTIEQUAL_-1206955539'), (u'INDIRECT_-1206955426', u'COPY_-1206955438'), (u'MULTIEQUAL_-1206955663', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206956829', u'MULTIEQUAL_-1206954834'), (u'INDIRECT_-1206954149', u'MULTIEQUAL_-1206955894'), (u'INDIRECT_-1206956459', u'MULTIEQUAL_-1206956413'), (u'CALL_-1206961461', u'INDIRECT_-1206955616'), (u'PTRADD_-1206952733', u'LOAD_-1206964023'), (u'INDIRECT_-1206956051', u'COPY_-1206956076'), (u'MULTIEQUAL_-1206960967', u'INT_ADD_-1206966378'), (u'CALL_-1206963330', u'INDIRECT_-1206956625'), (u'INDIRECT_-1206953437', u'MULTIEQUAL_-1206953375'), (u'INDIRECT_-1206956851', u'MULTIEQUAL_-1206954933'), (u'STORE_-1206961697', u'INDIRECT_-1206956926'), (u'MULTIEQUAL_-1206955941', u'MULTIEQUAL_-1206956063'), (u'INDIRECT_-1206958801', u'MULTIEQUAL_-1206958684'), (u'CALL_-1206966488', u'INDIRECT_-1206956760'), (u'COPY_-1206952844', u'MULTIEQUAL_-1206959140'), (u'INT_NOTEQUAL_-1206966141', u'CBRANCH_-1206966140'), (u'CALL_-1206966544', u'INDIRECT_-1206959196'), (u'MULTIEQUAL_-1206957677', u'MULTIEQUAL_-1206958216'), (u'INDIRECT_-1206955551', u'MULTIEQUAL_-1206955458'), ('const-0', u'INT_EQUAL_-1206963550'), (u'CALL_-1206961641', u'INDIRECT_-1206955357'), (u'MULTIEQUAL_-1206958196', u'CALL_-1206965235'), (u'CALL_-1206966464', u'INDIRECT_-1206959282'), (u'INDIRECT_-1206954465', u'COPY_-1206954479'), (u'INT_EQUAL_-1206965357', u'CBRANCH_-1206965335'), (u'INDIRECT_-1206958575', u'MULTIEQUAL_-1206956316'), (u'MULTIEQUAL_-1206957478', u'MULTIEQUAL_-1206957380'), ('const-0', u'INT_EQUAL_-1206961750'), (u'CALL_-1206961728', u'STORE_-1206961703'), (u'LOAD_-1206961404', u'CALL_-1206961371'), (u'CALL_-1206966605', u'INDIRECT_-1206958255'), (u'MULTIEQUAL_-1206956375', u'MULTIEQUAL_-1206956348'), (u'MULTIEQUAL_-1206957256', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206955935', u'MULTIEQUAL_-1206955843'), (u'CALL_-1206963443', u'INDIRECT_-1206956050'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206956470'), (u'INDIRECT_-1206953827', u'MULTIEQUAL_-1206952642'), (u'INDIRECT_-1206958417', u'INT_ZEXT_-1206963124'), (u'CALL_-1206961669', u'INDIRECT_-1206954102'), (u'INDIRECT_-1206953710', u'MULTIEQUAL_-1206953125'), (u'MULTIEQUAL_-1206958323', u'CALL_-1206961705'), (u'STORE_-1206963548', u'INDIRECT_-1206954803'), (u'CALL_-1206961525', u'INDIRECT_-1206952520'), (u'INDIRECT_-1206957996', u'MULTIEQUAL_-1206957980'), (u'CALL_-1206966544', u'INDIRECT_-1206957503'), (u'INDIRECT_-1206959624', u'MULTIEQUAL_-1206959489'), (u'CALL_-1206962226', u'INDIRECT_-1206955301'), (u'CALL_-1206966605', u'INDIRECT_-1206956845'), (u'MULTIEQUAL_-1206958460', u'PTRADD_-1206952480'), (u'INDIRECT_-1206955651', u'MULTIEQUAL_-1206955542'), ('tmp_2637', u'CBRANCH_-1206963491'), (u'CALL_-1206961728', u'LOAD_-1206961710'), (u'INDIRECT_-1206955937', u'MULTIEQUAL_-1206955922'), (u'INDIRECT_-1206957783', u'MULTIEQUAL_-1206957698'), (u'MULTIEQUAL_-1206955059', u'MULTIEQUAL_-1206954295'), (u'INDIRECT_-1206954861', u'COPY_-1206954873'), (u'CALL_-1206963457', u'INDIRECT_-1206955234'), (u'INDIRECT_-1206957250', u'COPY_-1206952406'), (u'CALL_-1206966381', u'INDIRECT_-1206959226'), (u'INDIRECT_-1206954201', u'MULTIEQUAL_-1206954441'), ('const-1', u'INT_ADD_-1206953340'), (u'MULTIEQUAL_-1206955456', u'MULTIEQUAL_-1206956916'), (u'INDIRECT_-1206955434', u'MULTIEQUAL_-1206955324'), (u'CALL_-1206963657', u'INDIRECT_-1206956310'), (u'CALL_-1206961810', u'INDIRECT_-1206953360'), (u'INDIRECT_-1206954380', u'MULTIEQUAL_-1206954248'), (u'COPY_-1206963910', u'MULTIEQUAL_-1206958026'), (u'MULTIEQUAL_-1206954326', u'PTRADD_-1206952832'), (u'INDIRECT_-1206955932', u'MULTIEQUAL_-1206955800'), ('tmp_5260', u'CBRANCH_-1206963120'), (u'MULTIEQUAL_-1206954671', u'INT_EQUAL_-1206961750'), (u'INT_ZEXT_-1206961120', u'CAST_-1206954283'), (u'CALL_-1206965188', u'INDIRECT_-1206956637'), (u'CALL_-1206965956', u'INDIRECT_-1206957567'), (u'CALL_-1206966157', u'INDIRECT_-1206956265'), (u'CALL_-1206966673', u'INDIRECT_-1206959970'), (u'CALL_-1206961525', u'INDIRECT_-1206955371'), (u'CALL_-1206966488', u'INDIRECT_-1206955743'), (u'INDIRECT_-1206955088', u'MULTIEQUAL_-1206955780'), (u'MULTIEQUAL_-1206954406', u'MULTIEQUAL_-1206954362'), (u'CALL_-1206961547', u'INDIRECT_-1206954391'), ('const-8', u'PTRADD_-1206954356'), ('const-216', u'PTRSUB_-1206951911'), (u'CALL_-1206961461', u'INDIRECT_-1206953641'), (u'CALL_-1206963376', u'INDIRECT_-1206956989'), (u'INDIRECT_-1206955155', u'MULTIEQUAL_-1206955597'), (u'STORE_-1206961703', u'INDIRECT_-1206954321'), (u'CALL_-1206966645', u'INDIRECT_-1206955627'), (u'INDIRECT_-1206952403', u'MULTIEQUAL_-1206952333'), (u'CALL_-1206961156', u'INDIRECT_-1206952580'), (u'INDIRECT_-1206955837', u'COPY_-1206955864'), ('const-3', u'INT_EQUAL_-1206964529'), (u'CALL_-1206961534', u'INDIRECT_-1206955701'), (u'CALL_-1206961544', u'INDIRECT_-1206953877'), (u'MULTIEQUAL_-1206958275', u'MULTIEQUAL_-1206959735'), (u'INDIRECT_-1206955071', u'COPY_-1206955076'), (u'CALL_-1206961124', u'INDIRECT_-1206955414'), (u'INDIRECT_-1206955632', u'MULTIEQUAL_-1206955562'), (u'INDIRECT_-1206952714', u'MULTIEQUAL_-1206952820'), (u'CALL_-1206961728', u'INDIRECT_-1206953950'), (u'MULTIEQUAL_-1206957196', u'MULTIEQUAL_-1206957098'), (u'CALL_-1206961641', u'INDIRECT_-1206955639'), (u'CALL_-1206963359', u'INDIRECT_-1206953629'), (u'CALL_-1206965188', u'INDIRECT_-1206956919'), (u'CALL_-1206964010', u'INDIRECT_-1206955102'), (u'CALL_-1206962820', u'INDIRECT_-1206955202'), ('tmp_3837', u'CBRANCH_-1206964088'), (u'CALL_-1206961790', u'INDIRECT_-1206954968'), (u'CALL_-1206962796', u'INDIRECT_-1206955897'), (u'MULTIEQUAL_-1206956826', u'MULTIEQUAL_-1206956806'), (u'CALL_-1206966673', u'INDIRECT_-1206958868'), (u'PIECE_-1206952517', u'PIECE_-1206952516'), (u'MULTIEQUAL_-1206953969', u'MULTIEQUAL_-1206953848'), (u'CALL_-1206964256', u'INDIRECT_-1206956041'), ('tmp_6032', u'BRANCH_-1206961178'), (u'MULTIEQUAL_-1206955657', u'MULTIEQUAL_-1206954435'), ('tmp_2456', u'BRANCH_-1206963445'), (u'MULTIEQUAL_-1206958337', u'MULTIEQUAL_-1206957654'), (u'INDIRECT_-1206956090', u'MULTIEQUAL_-1206956005'), (u'INT_NOTEQUAL_-1206962486', u'CBRANCH_-1206962485'), (u'INDIRECT_-1206956690', u'MULTIEQUAL_-1206956646'), (u'CALL_-1206962838', u'INDIRECT_-1206955126'), (u'INDIRECT_-1206957386', u'MULTIEQUAL_-1206957264'), (u'STORE_-1206961703', u'INDIRECT_-1206956296'), (u'CALL_-1206966673', u'INDIRECT_-1206957457'), (u'STORE_-1206961013', u'INDIRECT_-1206953396'), (u'CALL_-1206966605', u'INDIRECT_-1206958961'), (u'CALL_-1206963720', u'INDIRECT_-1206954357'), (u'STORE_-1206963548', u'INDIRECT_-1206956355'), (u'CALL_-1206961705', u'INDIRECT_-1206954895'), (u'CALL_-1206961705', u'INDIRECT_-1206953080'), (u'INDIRECT_-1206955097', u'COPY_-1206955105'), (u'CALL_-1206961705', u'INDIRECT_-1206954472'), (u'INDIRECT_-1206956125', u'MULTIEQUAL_-1206956100'), (u'CAST_-1206952153', u'CALL_-1206963359'), ('tmp_5031', u'BRANCH_-1206962472'), (u'CALL_-1206961124', u'INDIRECT_-1206955978'), (u'MULTIEQUAL_-1206957115', u'MULTIEQUAL_-1206956287'), (u'INDIRECT_-1206954788', u'COPY_-1206954793'), (u'STORE_-1206963494', u'INDIRECT_-1206956156'), (u'INDIRECT_-1206954820', u'MULTIEQUAL_-1206954013'), (u'MULTIEQUAL_-1206957926', u'LOAD_-1206961877'), (u'CALL_-1206961721', u'INDIRECT_-1206955612'), (u'CALL_-1206961534', u'INDIRECT_-1206954008'), (u'INDIRECT_-1206954426', u'COPY_-1206954453'), ('tmp_3450', u'BRANCH_-1206963266'), (u'MULTIEQUAL_-1206958216', u'MULTIEQUAL_-1206958207'), (u'INDIRECT_-1206954961', u'MULTIEQUAL_-1206954354'), (u'STORE_-1206963453', u'INDIRECT_-1206954755'), (u'MULTIEQUAL_-1206954970', u'MULTIEQUAL_-1206954926'), (u'CALL_-1206961156', u'INDIRECT_-1206955572'), (u'CALL_-1206963457', u'INDIRECT_-1206957888'), ('tmp_5905', u'BRANCH_-1206961368'), (u'INT_NOTEQUAL_-1206962868', u'CBRANCH_-1206962857'), (u'INDIRECT_-1206957783', u'MULTIEQUAL_-1206957478'), (u'STORE_-1206961013', u'INDIRECT_-1206955935'), (u'STORE_-1206961697', u'INDIRECT_-1206956642'), (u'CALL_-1206964010', u'PTRSUB_-1206951607'), (u'INDIRECT_-1206956967', u'MULTIEQUAL_-1206956850'), (u'MULTIEQUAL_-1206956791', u'MULTIEQUAL_-1206958221'), (u'INT_EQUAL_-1206964223', u'CBRANCH_-1206964221'), (u'INDIRECT_-1206954450', u'MULTIEQUAL_-1206954892'), ('tmp_1653', u'CBRANCH_-1206964324'), (u'CALL_-1206963443', u'INDIRECT_-1206957602'), (u'MULTIEQUAL_-1206956227', u'MULTIEQUAL_-1206957657'), (u'CALL_-1206964010', u'CALL_-1206961568'), (u'INDIRECT_-1206957770', u'MULTIEQUAL_-1206957677'), (u'CALL_-1206961721', u'INDIRECT_-1206954202'), (u'INDIRECT_-1206955054', u'MULTIEQUAL_-1206954958'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206955339'), (u'INDIRECT_-1206954460', u'COPY_-1206954490'), (u'INDIRECT_-1206957672', u'MULTIEQUAL_-1206957538'), (u'INDIRECT_-1206955996', u'MULTIEQUAL_-1206956913'), (u'MULTIEQUAL_-1206953349', u'MULTIEQUAL_-1206953888'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206955903'), (u'INDIRECT_-1206955036', u'MULTIEQUAL_-1206954953'), (u'INDIRECT_-1206954263', u'MULTIEQUAL_-1206954265'), (u'INDIRECT_-1206956337', u'MULTIEQUAL_-1206956267'), (u'INDIRECT_-1206957359', u'MULTIEQUAL_-1206956552'), ('tmp_3805', u'CBRANCH_-1206964105'), (u'CALL_-1206966480', u'INDIRECT_-1206958164'), (u'INDIRECT_-1206957393', u'MULTIEQUAL_-1206956644'), (u'MULTIEQUAL_-1206957631', u'INT_EQUAL_-1206964548'), (u'MULTIEQUAL_-1206954362', u'MULTIEQUAL_-1206953799'), (u'CALL_-1206963564', u'INDIRECT_-1206954634'), (u'CALL_-1206966576', u'INDIRECT_-1206957811'), ('const--2', u'INT_ADD_-1206952527'), (u'PTRSUB_-1206952188', u'LOAD_-1206961037'), (u'INDIRECT_-1206952286', u'PIECE_-1206952530'), (u'INDIRECT_-1206956627', u'MULTIEQUAL_-1206956768'), (u'MULTIEQUAL_-1206954953', u'MULTIEQUAL_-1206955002'), (u'CALL_-1206966621', u'INDIRECT_-1206958974'), (u'INT_EQUAL_-1206964509', u'CBRANCH_-1206964502'), (u'CALL_-1206961669', u'INDIRECT_-1206954384'), (u'CALL_-1206962650', u'INDIRECT_-1206956863'), (u'MULTIEQUAL_-1206954859', u'MULTIEQUAL_-1206954295'), (u'COPY_-1206954345', u'MULTIEQUAL_-1206960211'), (u'INDIRECT_-1206954439', u'MULTIEQUAL_-1206955516'), (u'CALL_-1206961461', u'INDIRECT_-1206952366'), (u'CALL_-1206966381', u'INDIRECT_-1206957672'), (u'INDIRECT_-1206956033', u'MULTIEQUAL_-1206958151'), (u'MULTIEQUAL_-1206958526', u'MULTIEQUAL_-1206958363'), (u'MULTIEQUAL_-1206958491', u'STORE_-1206963453'), (u'STORE_-1206963548', u'INDIRECT_-1206957344'), (u'CALL_-1206963356', u'INDIRECT_-1206953566'), (u'INDIRECT_-1206955124', u'MULTIEQUAL_-1206955067'), (u'CALL_-1206965223', u'INDIRECT_-1206957363'), ('const-433', u'LOAD_-1206964100'), (u'INDIRECT_-1206956702', u'MULTIEQUAL_-1206957619'), (u'COPY_-1206952771', u'INT_ADD_-1206964096'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206963866'), (u'INDIRECT_-1206955508', u'MULTIEQUAL_-1206955446'), (u'INDIRECT_-1206953486', u'MULTIEQUAL_-1206953496'), (u'MULTIEQUAL_-1206957504', u'MULTIEQUAL_-1206957477'), (u'INDIRECT_-1206956496', u'MULTIEQUAL_-1206956364'), (u'MULTIEQUAL_-1206955879', u'MULTIEQUAL_-1206957339'), (u'CALL_-1206961544', u'INDIRECT_-1206954723'), (u'LOAD_-1206961882', u'INT_EQUAL_-1206961858'), (u'INDIRECT_-1206955448', u'COPY_-1206955478'), (u'INDIRECT_-1206955188', u'MULTIEQUAL_-1206955428'), (u'MULTIEQUAL_-1206958808', u'MULTIEQUAL_-1206957980'), (u'INDIRECT_-1206957064', u'MULTIEQUAL_-1206956916'), ('const-433', u'LOAD_-1206963537'), (u'MULTIEQUAL_-1206957491', u'MULTIEQUAL_-1206956269'), (u'INDIRECT_-1206954239', u'MULTIEQUAL_-1206954107'), (u'INDIRECT_-1206956007', u'MULTIEQUAL_-1206957305'), (u'MULTIEQUAL_-1206956549', u'MULTIEQUAL_-1206955657'), (u'INDIRECT_-1206953396', u'MULTIEQUAL_-1206953304'), (u'INDIRECT_-1206955847', u'MULTIEQUAL_-1206955698'), (u'COPY_-1206954662', u'CALL_-1206966621'), (u'INDIRECT_-1206953258', u'MULTIEQUAL_-1206953187'), (u'INDIRECT_-1206957452', u'MULTIEQUAL_-1206956950'), (u'MULTIEQUAL_-1206955817', u'MULTIEQUAL_-1206955773'), (u'INDIRECT_-1206958519', u'MULTIEQUAL_-1206958385'), (u'CALL_-1206961568', u'INDIRECT_-1206955021'), (u'CALL_-1206962729', u'INDIRECT_-1206955600'), ('const-0', u'COPY_-1206959686'), (u'INDIRECT_-1206958378', u'MULTIEQUAL_-1206958244'), (u'INDIRECT_-1206955654', u'MULTIEQUAL_-1206955639'), (u'INDIRECT_-1206956384', u'MULTIEQUAL_-1206958197'), (u'INDIRECT_-1206954624', u'MULTIEQUAL_-1206954864'), (u'CALL_-1206961156', u'INDIRECT_-1206952820'), (u'STORE_-1206963324', u'INDIRECT_-1206954433'), (u'INDIRECT_-1206953721', u'COPY_-1206953748'), (u'CALL_-1206966522', u'INDIRECT_-1206959180'), (u'MULTIEQUAL_-1206956551', u'MULTIEQUAL_-1206955723'), (u'CALL_-1206961790', u'INDIRECT_-1206956663'), (u'CALL_-1206966480', u'INDIRECT_-1206959152'), (u'MULTIEQUAL_-1206956102', u'MULTIEQUAL_-1206955539'), (u'INDIRECT_-1206954528', u'MULTIEQUAL_-1206954426'), (u'CALL_-1206962501', u'INDIRECT_-1206956989'), (u'MULTIEQUAL_-1206955570', u'MULTIEQUAL_-1206955706'), (u'PTRADD_-1206963074', u'COPY_-1206953041'), (u'MULTIEQUAL_-1206957074', u'MULTIEQUAL_-1206958504'), (u'INDIRECT_-1206955834', u'MULTIEQUAL_-1206955712'), (u'INDIRECT_-1206954896', u'MULTIEQUAL_-1206954882'), (u'CALL_-1206964068', u'INDIRECT_-1206956279'), (u'INDIRECT_-1206955990', u'COPY_-1206956002'), (u'MULTIEQUAL_-1206958026', u'MULTIEQUAL_-1206957946'), (u'CALL_-1206963720', u'INDIRECT_-1206954474'), (u'INDIRECT_-1206957108', u'MULTIEQUAL_-1206956991'), (u'CALL_-1206964092', u'INDIRECT_-1206956431'), (u'CALL_-1206961371', u'INDIRECT_-1206953778'), (u'INDIRECT_-1206955486', u'MULTIEQUAL_-1206953664'), (u'CALL_-1206963356', u'INDIRECT_-1206954865'), (u'INDIRECT_-1206957130', u'MULTIEQUAL_-1206957572'), (u'INDIRECT_-1206954445', u'MULTIEQUAL_-1206955362'), (u'CALL_-1206963720', u'INDIRECT_-1206956619'), (u'CALL_-1206961547', u'INDIRECT_-1206953545'), (u'STORE_-1206961738', u'INDIRECT_-1206955892'), (u'INDIRECT_-1206955432', u'MULTIEQUAL_-1206956349'), (u'INDIRECT_-1206954627', u'MULTIEQUAL_-1206955811'), (u'INDIRECT_-1206958945', u'MULTIEQUAL_-1206958786'), (u'PTRADD_-1206952521', u'INT_LESS_-1206963292'), (u'CALL_-1206966480', u'INDIRECT_-1206955977'), (u'MULTIEQUAL_-1206956063', u'MULTIEQUAL_-1206956047'), (u'MULTIEQUAL_-1206953852', u'MULTIEQUAL_-1206953325'), (u'CALL_-1206961810', u'INDIRECT_-1206955406'), (u'MULTIEQUAL_-1206956033', u'MULTIEQUAL_-1206958102'), (u'INDIRECT_-1206958804', u'MULTIEQUAL_-1206956809'), (u'INDIRECT_-1206959859', u'MULTIEQUAL_-1206959735'), (u'CALL_-1206963314', u'INDIRECT_-1206955486'), (u'CALL_-1206961669', u'INDIRECT_-1206954243'), (u'CALL_-1206961534', u'INDIRECT_-1206955983'), (u'CALL_-1206962729', u'INDIRECT_-1206953766'), (u'INDIRECT_-1206959039', u'MULTIEQUAL_-1206958891'), (u'CALL_-1206961866', u'INDIRECT_-1206955085'), ('const-0', u'CALL_-1206963611'), (u'CALL_-1206961669', u'INDIRECT_-1206954807'), (u'INT_LESS_-1206966104', u'CBRANCH_-1206966112'), (u'MULTIEQUAL_-1206953262', u'MULTIEQUAL_-1206953398'), (u'CALL_-1206961866', u'INDIRECT_-1206953129'), (u'INDIRECT_-1206952286', u'MULTIEQUAL_-1206952216'), (u'MULTIEQUAL_-1206955376', u'MULTIEQUAL_-1206955498'), (u'CALL_-1206961124', u'INDIRECT_-1206954849'), (u'CALL_-1206964167', u'INDIRECT_-1206957573'), (u'MULTIEQUAL_-1206957256', u'MULTIEQUAL_-1206957209'), (u'CALL_-1206965188', u'INDIRECT_-1206957343'), (u'CALL_-1206962475', u'INDIRECT_-1206953452'), (u'CALL_-1206962705', u'INDIRECT_-1206954460'), (u'CALL_-1206962705', u'INDIRECT_-1206952504'), (u'INDIRECT_-1206956863', u'COPY_-1206956877'), (u'INT_SUB_-1206966295', u'CALL_-1206964279'), (u'CALL_-1206962226', u'INDIRECT_-1206954455'), (u'MULTIEQUAL_-1206953466', u'MULTIEQUAL_-1206953442'), (u'CALL_-1206961156', u'INDIRECT_-1206955713'), (u'INT_EQUAL_-1206963429', u'CBRANCH_-1206963428'), (u'CALL_-1206960892', u'INDIRECT_-1206954031'), (u'INT_ADD_-1206963596', u'INT_SEXT_-1206963584'), (u'MULTIEQUAL_-1206953852', u'MULTIEQUAL_-1206953731'), ('const-433', u'LOAD_-1206963497'), (u'CALL_-1206964256', u'INDIRECT_-1206955900'), (u'CALL_-1206963443', u'INDIRECT_-1206958067'), (u'INDIRECT_-1206958095', u'MULTIEQUAL_-1206957961'), (u'CALL_-1206965956', u'INDIRECT_-1206955545'), (u'MULTIEQUAL_-1206954812', u'MULTIEQUAL_-1206954861'), (u'STORE_-1206963324', u'INDIRECT_-1206955279'), (u'LOAD_-1206961747', u'CALL_-1206961705'), (u'MULTIEQUAL_-1206957894', u'CALL_-1206961790'), (u'INDIRECT_-1206955162', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206966464', u'INDIRECT_-1206958010'), (u'MULTIEQUAL_-1206957962', u'MULTIEQUAL_-1206957070'), (u'STORE_-1206963275', u'INDIRECT_-1206955255'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206955729'), (u'CALL_-1206966621', u'INDIRECT_-1206958551'), (u'CALL_-1206962705', u'INDIRECT_-1206956153'), (u'MULTIEQUAL_-1206957231', u'MULTIEQUAL_-1206956668'), (u'CALL_-1206963478', u'INDIRECT_-1206955263'), (u'INDIRECT_-1206955288', u'MULTIEQUAL_-1206955187'), (u'CALL_-1206964256', u'INDIRECT_-1206955759'), (u'INDIRECT_-1206955102', u'MULTIEQUAL_-1206954495'), (u'MULTIEQUAL_-1206954005', u'MULTIEQUAL_-1206953996'), (u'CALL_-1206966621', u'INDIRECT_-1206956717'), (u'CALL_-1206966605', u'INDIRECT_-1206956986'), (u'CALL_-1206965956', u'INDIRECT_-1206957003'), (u'CALL_-1206966157', u'INDIRECT_-1206958240'), ('tmp_2339', u'BRANCH_-1206962645'), (u'INT_LESS_-1206963079', u'CBRANCH_-1206963087'), (u'MULTIEQUAL_-1206953349', u'MULTIEQUAL_-1206953325'), ('tmp_3746', u'BRANCH_-1206964074'), (u'CALL_-1206963443', u'INDIRECT_-1206956654'), (u'CALL_-1206961181', u'INDIRECT_-1206955187'), (u'CALL_-1206963376', u'INDIRECT_-1206957668'), (u'INDIRECT_-1206956500', u'MULTIEQUAL_-1206956352'), (u'CALL_-1206966576', u'INDIRECT_-1206956542'), (u'INDIRECT_-1206956186', u'MULTIEQUAL_-1206956020'), (u'INDIRECT_-1206953917', u'MULTIEQUAL_-1206953872'), (u'CALL_-1206964167', u'INDIRECT_-1206955598'), (u'CALL_-1206961629', u'INDIRECT_-1206953451'), (u'INDIRECT_-1206955578', u'MULTIEQUAL_-1206957480'), (u'MULTIEQUAL_-1206956725', u'MULTIEQUAL_-1206958185'), (u'CALL_-1206961866', u'INDIRECT_-1206954098'), (u'CALL_-1206961669', u'INDIRECT_-1206953109'), (u'CALL_-1206962705', u'INDIRECT_-1206956296'), (u'CALL_-1206961495', u'INDIRECT_-1206953237'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206955738'), (u'CALL_-1206966381', u'INDIRECT_-1206957249'), (u'CALL_-1206961629', u'INDIRECT_-1206954720'), (u'PTRADD_-1206953293', u'INT_NOTEQUAL_-1206963544'), ('const-8', u'PTRADD_-1206953303'), ('const-4294967295', u'COPY_-1206961684'), (u'INDIRECT_-1206955304', u'MULTIEQUAL_-1206955287'), (u'INDIRECT_-1206953710', u'MULTIEQUAL_-1206953325'), (u'CALL_-1206961547', u'INDIRECT_-1206952294'), (u'MULTIEQUAL_-1206954549', u'MULTIEQUAL_-1206954533'), (u'CALL_-1206966576', u'INDIRECT_-1206957952'), (u'CALL_-1206962475', u'INDIRECT_-1206956843'), (u'CALL_-1206966605', u'INDIRECT_-1206958820'), (u'CAST_-1206954219', u'MULTIEQUAL_-1206960981'), (u'INDIRECT_-1206955847', u'MULTIEQUAL_-1206953612'), (u'CALL_-1206966560', u'INDIRECT_-1206957657'), (u'CALL_-1206961547', u'INDIRECT_-1206955097'), ('const-1', u'INT_ADD_-1206964209'), ('const-433', u'STORE_-1206963453'), (u'CALL_-1206961669', u'INDIRECT_-1206953961'), ('tmp_1951', u'CBRANCH_-1206964135'), (u'CALL_-1206962650', u'INDIRECT_-1206956158'), (u'INDIRECT_-1206953375', u'MULTIEQUAL_-1206953304'), (u'MULTIEQUAL_-1206953969', u'MULTIEQUAL_-1206953442'), (u'CALL_-1206963376', u'INDIRECT_-1206954873'), (u'MULTIEQUAL_-1206956348', u'MULTIEQUAL_-1206955821'), (u'INDIRECT_-1206955371', u'MULTIEQUAL_-1206956063'), (u'CALL_-1206964068', u'INDIRECT_-1206953452'), (u'MULTIEQUAL_-1206955738', u'MULTIEQUAL_-1206957198'), (u'CALL_-1206961534', u'INDIRECT_-1206955418'), (u'INDIRECT_-1206957060', u'MULTIEQUAL_-1206956967'), (u'INDIRECT_-1206955792', u'MULTIEQUAL_-1206955683'), (u'INDIRECT_-1206957501', u'MULTIEQUAL_-1206957196'), (u'STORE_-1206961703', u'INDIRECT_-1206956014'), (u'MULTIEQUAL_-1206955820', u'MULTIEQUAL_-1206955257'), (u'MULTIEQUAL_-1206954495', u'MULTIEQUAL_-1206953895'), (u'INDIRECT_-1206956006', u'MULTIEQUAL_-1206956090'), ('tmp_1004', u'BRANCH_-1206963143'), (u'CALL_-1206961810', u'INDIRECT_-1206956535'), (u'INDIRECT_-1206957456', u'MULTIEQUAL_-1206957290'), (u'CALL_-1206961705', u'INDIRECT_-1206954754'), (u'CALL_-1206963564', u'INDIRECT_-1206957668'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956831'), (u'INDIRECT_-1206955437', u'MULTIEQUAL_-1206955339'), (u'MULTIEQUAL_-1206956129', u'MULTIEQUAL_-1206956099'), (u'STORE_-1206961013', u'INDIRECT_-1206954947'), (u'COPY_-1206952573', u'MULTIEQUAL_-1206958491'), (u'CAST_-1206952508', u'PTRADD_-1206952599'), (u'INDIRECT_-1206954278', u'MULTIEQUAL_-1206954221'), (u'CALL_-1206966605', u'INDIRECT_-1206957409'), (u'INDIRECT_-1206958417', u'MULTIEQUAL_-1206958275'), (u'INDIRECT_-1206956809', u'MULTIEQUAL_-1206956692'), (u'MULTIEQUAL_-1206958679', u'MULTIEQUAL_-1206958134'), (u'INDIRECT_-1206954034', u'MULTIEQUAL_-1206953958'), (u'INDIRECT_-1206956439', u'MULTIEQUAL_-1206956477'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206956490'), (u'INDIRECT_-1206955437', u'MULTIEQUAL_-1206955879'), (u'CALL_-1206966645', u'INDIRECT_-1206959276'), (u'STORE_-1206963275', u'INDIRECT_-1206955678'), (u'CALL_-1206961533', u'INDIRECT_-1206954248'), (u'INT_EQUAL_-1206964187', u'CBRANCH_-1206964182'), (u'CALL_-1206965223', u'INDIRECT_-1206955529'), (u'CALL_-1206961547', u'INDIRECT_-1206953404'), (u'INDIRECT_-1206954049', u'MULTIEQUAL_-1206953410'), (u'CALL_-1206962820', u'INDIRECT_-1206955485'), (u'CALL_-1206963178', u'INDIRECT_-1206956045'), (u'INDIRECT_-1206954855', u'COPY_-1206954852'), ('const-0', u'INT_NOTEQUAL_-1206962873'), (u'INDIRECT_-1206955724', u'MULTIEQUAL_-1206955808'), ('tmp_2135', u'CBRANCH_-1206964027'), (u'CALL_-1206962729', u'INDIRECT_-1206952872'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958983'), (u'INT_SEXT_-1206963584', u'INT_MULT_-1206963567'), (u'INDIRECT_-1206954983', u'MULTIEQUAL_-1206954926'), (u'CALL_-1206961568', u'INDIRECT_-1206955303'), (u'INDIRECT_-1206955616', u'MULTIEQUAL_-1206955561'), (u'CALL_-1206966480', u'INDIRECT_-1206958588'), (u'MULTIEQUAL_-1206955529', u'MULTIEQUAL_-1206955502'), (u'CALL_-1206964068', u'INDIRECT_-1206955432'), ('const-433', u'LOAD_-1206960925'), (u'INDIRECT_-1206957452', u'MULTIEQUAL_-1206957356'), (u'MULTIEQUAL_-1206954088', u'MULTIEQUAL_-1206955518'), (u'LOAD_-1206963751', u'CALL_-1206963657'), (u'MULTIEQUAL_-1206952788', u'MULTIEQUAL_-1206952924'), (u'CALL_-1206963478', u'INDIRECT_-1206956250'), (u'MULTIEQUAL_-1206956543', u'MULTIEQUAL_-1206956524'), (u'MULTIEQUAL_-1206956690', u'MULTIEQUAL_-1206956674'), (u'INT_EQUAL_-1206963638', u'CBRANCH_-1206963643'), (u'CALL_-1206961705', u'INT_EQUAL_-1206961691'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958417'), (u'CALL_-1206961532', u'INDIRECT_-1206953727'), (u'MULTIEQUAL_-1206954393', u'MULTIEQUAL_-1206953417'), (u'INDIRECT_-1206955357', u'MULTIEQUAL_-1206955498'), (u'CALL_-1206966621', u'INDIRECT_-1206955607'), (u'INDIRECT_-1206952403', u'PIECE_-1206952531'), (u'INDIRECT_-1206955778', u'MULTIEQUAL_-1206955683'), (u'CALL_-1206961790', u'INDIRECT_-1206953981'), (u'MULTIEQUAL_-1206957478', u'MULTIEQUAL_-1206956504'), (u'CALL_-1206965956', u'INDIRECT_-1206955662'), (u'INDIRECT_-1206958340', u'MULTIEQUAL_-1206958294'), (u'CALL_-1206966381', u'INDIRECT_-1206957813'), (u'CALL_-1206961728', u'INDIRECT_-1206956348'), (u'CALL_-1206961629', u'INDIRECT_-1206952458'), (u'CALL_-1206961568', u'INDIRECT_-1206954457'), (u'INDIRECT_-1206957144', u'MULTIEQUAL_-1206957123'), ('const-0', u'CALL_-1206966645'), (u'CALL_-1206965956', u'INDIRECT_-1206957426'), (u'CALL_-1206963330', u'INDIRECT_-1206956061'), (u'CALL_-1206964167', u'INDIRECT_-1206958816'), (u'LOAD_-1206963544', u'MULTIEQUAL_-1206958515'), (u'INDIRECT_-1206955680', u'MULTIEQUAL_-1206955563'), (u'CALL_-1206966560', u'INDIRECT_-1206956529'), (u'CALL_-1206963178', u'INDIRECT_-1206955340'), (u'INDIRECT_-1206953660', u'COPY_-1206953665'), (u'INDIRECT_-1206955612', u'MULTIEQUAL_-1206955566'), (u'INDIRECT_-1206954067', u'MULTIEQUAL_-1206953482'), (u'MULTIEQUAL_-1206956651', u'MULTIEQUAL_-1206958081'), (u'CALL_-1206962501', u'INDIRECT_-1206956284'), (u'INDIRECT_-1206954313', u'MULTIEQUAL_-1206954397'), (u'INDIRECT_-1206954614', u'MULTIEQUAL_-1206954600'), ('const-1096840', u'COPY_-1206962797'), (u'CALL_-1206963457', u'INDIRECT_-1206956645'), (u'INDIRECT_-1206954827', u'MULTIEQUAL_-1206954829'), ('const-433', u'LOAD_-1206963544'), (u'INDIRECT_-1206957952', u'MULTIEQUAL_-1206957843'), (u'INDIRECT_-1206956192', u'COPY_-1206956217'), (u'MULTIEQUAL_-1206955361', u'MULTIEQUAL_-1206955239'), (u'MULTIEQUAL_-1206954426', u'MULTIEQUAL_-1206954410'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206954633'), ('const-216', u'PTRSUB_-1206951804'), (u'INDIRECT_-1206956073', u'COPY_-1206956127'), (u'INDIRECT_-1206953814', u'MULTIEQUAL_-1206953740'), (u'MULTIEQUAL_-1206957256', u'MULTIEQUAL_-1206956428'), ('tmp_591', u'CBRANCH_-1206966225'), (u'INDIRECT_-1206957023', u'MULTIEQUAL_-1206954764'), (u'CALL_-1206963330', u'INDIRECT_-1206953375'), (u'CALL_-1206963657', u'INDIRECT_-1206956874'), (u'MULTIEQUAL_-1206955509', u'MULTIEQUAL_-1206955484'), (u'INDIRECT_-1206954803', u'MULTIEQUAL_-1206954741'), (u'CALL_-1206961544', u'INDIRECT_-1206952461'), (u'INDIRECT_-1206955301', u'MULTIEQUAL_-1206955385'), (u'PTRSUB_-1206951911', u'COPY_-1206951952'), (u'MULTIEQUAL_-1206956503', u'MULTIEQUAL_-1206955281'), ('const-0', u'INT_SLESS_-1206963915'), (u'PTRSUB_-1206951952', u'COPY_-1206951966'), (u'CALL_-1206964279', u'INDIRECT_-1206954914'), (u'INT_NOTEQUAL_-1206963428', u'CBRANCH_-1206963427'), (u'CALL_-1206966157', u'INDIRECT_-1206955653'), (u'CALL_-1206965188', u'INDIRECT_-1206956355'), (u'INDIRECT_-1206956778', u'COPY_-1206956832'), (u'CALL_-1206961156', u'INDIRECT_-1206953597'), (u'INDIRECT_-1206954597', u'MULTIEQUAL_-1206954549'), (u'INDIRECT_-1206954450', u'MULTIEQUAL_-1206954352'), (u'INDIRECT_-1206953197', u'MULTIEQUAL_-1206952580'), (u'CALL_-1206963720', u'INDIRECT_-1206955632'), (u'CALL_-1206966560', u'INDIRECT_-1206956811'), (u'CALL_-1206961495', u'INDIRECT_-1206955353'), (u'INDIRECT_-1206956391', u'MULTIEQUAL_-1206956267'), (u'MULTIEQUAL_-1206956785', u'MULTIEQUAL_-1206955563'), (u'MULTIEQUAL_-1206957631', u'MULTIEQUAL_-1206958221'), (u'INT_EQUAL_-1206964091', u'CBRANCH_-1206964088'), (u'INDIRECT_-1206954768', u'MULTIEQUAL_-1206954666'), (u'CALL_-1206961866', u'INDIRECT_-1206956355'), (u'CALL_-1206963178', u'INDIRECT_-1206954563'), (u'INDIRECT_-1206958099', u'MULTIEQUAL_-1206957940'), (u'MULTIEQUAL_-1206954209', u'MULTIEQUAL_-1206954088'), ('const-8', u'COPY_-1206966438'), (u'STORE_-1206963324', u'INDIRECT_-1206955561'), (u'CALL_-1206963314', u'INDIRECT_-1206957040'), (u'CALL_-1206965208', u'INDIRECT_-1206957633'), (u'INDIRECT_-1206953753', u'MULTIEQUAL_-1206953736'), (u'CALL_-1206961641', u'INDIRECT_-1206954370'), (u'CALL_-1206961461', u'INDIRECT_-1206955757'), ('const-1', u'RETURN_-1206962700'), (u'INDIRECT_-1206954015', u'COPY_-1206954027'), (u'INDIRECT_-1206957531', u'MULTIEQUAL_-1206957414'), (u'LOAD_-1206961877', u'CALL_-1206961124'), ('const-3', u'CALL_-1206961728'), (u'MULTIEQUAL_-1206955563', u'MULTIEQUAL_-1206956102'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955355'), (u'INDIRECT_-1206955791', u'MULTIEQUAL_-1206955698'), (u'CALL_-1206963443', u'INDIRECT_-1206954749'), ('const-0', u'INT_NOTEQUAL_-1206962798'), (u'MULTIEQUAL_-1206955870', u'MULTIEQUAL_-1206957869'), ('const-0', u'COPY_-1206964035'), (u'CALL_-1206961641', u'INDIRECT_-1206954088'), (u'CALL_-1206962729', u'INDIRECT_-1206956307'), (u'INDIRECT_-1206956072', u'MULTIEQUAL_-1206956010'), (u'MULTIEQUAL_-1206956974', u'MULTIEQUAL_-1206957513'), (u'INDIRECT_-1206957201', u'COPY_-1206957255'), (u'INDIRECT_-1206954910', u'MULTIEQUAL_-1206954855'), ('const-8', u'PTRADD_-1206952480'), (u'INDIRECT_-1206953554', u'MULTIEQUAL_-1206953492'), (u'MULTIEQUAL_-1206957356', u'MULTIEQUAL_-1206958786'), ('tmp_3844', u'BRANCH_-1206964021'), (u'MULTIEQUAL_-1206956911', u'MULTIEQUAL_-1206956895'), (u'MULTIEQUAL_-1206960307', u'COPY_-1206952957'), (u'INDIRECT_-1206956637', u'MULTIEQUAL_-1206956505'), (u'CALL_-1206963564', u'INDIRECT_-1206956963'), (u'INDIRECT_-1206956265', u'MULTIEQUAL_-1206958010'), (u'INT_MULT_-1206963567', u'CALL_-1206963575'), (u'COPY_-1206962482', u'MULTIEQUAL_-1206956495'), (u'CALL_-1206965188', u'INDIRECT_-1206956073'), (u'MULTIEQUAL_-1206955503', u'MULTIEQUAL_-1206955405'), (u'INDIRECT_-1206955667', u'MULTIEQUAL_-1206954352'), (u'CALL_-1206961669', u'INDIRECT_-1206956359'), (u'INDIRECT_-1206954304', u'COPY_-1206954361'), (u'MULTIEQUAL_-1206958667', u'MULTIEQUAL_-1206958504'), (u'INDIRECT_-1206957924', u'MULTIEQUAL_-1206957619'), (u'CALL_-1206964167', u'INDIRECT_-1206957432'), (u'CALL_-1206961477', u'INDIRECT_-1206955768'), (u'COPY_-1206963482', u'MULTIEQUAL_-1206958802'), (u'INDIRECT_-1206958056', u'MULTIEQUAL_-1206958010'), (u'STORE_-1206961013', u'INDIRECT_-1206954242'), (u'PTRADD_-1206952148', u'MULTIEQUAL_-1206958134'), (u'INDIRECT_-1206952788', u'MULTIEQUAL_-1206953996'), (u'MULTIEQUAL_-1206959573', u'SUBPIECE_-1206957479'), (u'INT_ADD_-1206953340', u'PTRADD_-1206953293'), (u'MULTIEQUAL_-1206958134', u'LOAD_-1206960925'), ('const-1094158', u'COPY_-1206951467'), (u'MULTIEQUAL_-1206957208', u'MULTIEQUAL_-1206956525'), (u'CALL_-1206963457', u'INDIRECT_-1206955375'), (u'MULTIEQUAL_-1206955658', u'MULTIEQUAL_-1206955780'), (u'MULTIEQUAL_-1206954974', u'MULTIEQUAL_-1206954411'), ('const-45', u'COPY_-1206963694'), (u'INDIRECT_-1206956142', u'MULTIEQUAL_-1206956584'), (u'CALL_-1206964068', u'INDIRECT_-1206955855'), (u'CALL_-1206963178', u'INDIRECT_-1206954206'), (u'MULTIEQUAL_-1206952924', u'MULTIEQUAL_-1206952894'), (u'CALL_-1206961568', u'INDIRECT_-1206956432'), (u'INDIRECT_-1206956438', u'MULTIEQUAL_-1206956417'), (u'CALL_-1206963575', u'INDIRECT_-1206956568'), (u'CALL_-1206961371', u'INDIRECT_-1206954906'), (u'CALL_-1206966522', u'INDIRECT_-1206958051'), (u'CALL_-1206961641', u'INDIRECT_-1206956770'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956624'), (u'CALL_-1206966381', u'INT_EQUAL_-1206966367'), (u'PTRSUB_-1206951952', u'CALL_-1206961728'), (u'STORE_-1206963494', u'INDIRECT_-1206957426'), (u'INDIRECT_-1206955014', u'MULTIEQUAL_-1206955456'), (u'INDIRECT_-1206954944', u'MULTIEQUAL_-1206954882'), (u'CALL_-1206964279', u'INDIRECT_-1206954791'), (u'MULTIEQUAL_-1206952820', u'MULTIEQUAL_-1206953496'), ('tmp_5565', u'CBRANCH_-1206961928'), (u'MULTIEQUAL_-1206955945', u'MULTIEQUAL_-1206957375'), (u'INDIRECT_-1206954768', u'MULTIEQUAL_-1206955952'), (u'CALL_-1206961568', u'INDIRECT_-1206955444'), (u'PTRADD_-1206952652', u'MULTIEQUAL_-1206959191'), (u'INDIRECT_-1206958998', u'MULTIEQUAL_-1206956739'), (u'CALL_-1206961790', u'INDIRECT_-1206954122'), (u'CALL_-1206964279', u'INDIRECT_-1206954674'), (u'CALL_-1206965223', u'INDIRECT_-1206957927'), (u'LOAD_-1206963751', u'CALL_-1206961629'), (u'INDIRECT_-1206955560', u'MULTIEQUAL_-1206957305'), ('const-0', u'INT_EQUAL_-1206963135'), (u'INDIRECT_-1206952874', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206955870'), (u'INDIRECT_-1206955279', u'COPY_-1206955276'), (u'CALL_-1206961705', u'INDIRECT_-1206955318'), (u'INT_AND_-1206959369', u'INT_NOTEQUAL_-1206966052'), (u'STORE_-1206963275', u'INDIRECT_-1206955114'), (u'INDIRECT_-1206956473', u'MULTIEQUAL_-1206956549'), (u'INDIRECT_-1206954574', u'MULTIEQUAL_-1206954549'), (u'INDIRECT_-1206954483', u'MULTIEQUAL_-1206954723'), (u'MULTIEQUAL_-1206954393', u'MULTIEQUAL_-1206954293'), (u'CALL_-1206961495', u'INDIRECT_-1206954647'), (u'INDIRECT_-1206954473', u'MULTIEQUAL_-1206954428'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206953623'), (u'CALL_-1206962475', u'INDIRECT_-1206953692'), (u'CALL_-1206966605', u'INDIRECT_-1206956068'), (u'CALL_-1206961547', u'INDIRECT_-1206952651'), ('tmp_2394', u'BRANCH_-1206962786'), (u'CALL_-1206961533', u'INDIRECT_-1206952409'), (u'INDIRECT_-1206956230', u'MULTIEQUAL_-1206955023'), (u'MULTIEQUAL_-1206952759', u'MULTIEQUAL_-1206954758'), (u'PTRSUB_-1206954182', u'CAST_-1206954112'), (u'CALL_-1206961575', u'INDIRECT_-1206955957'), (u'CALL_-1206962705', u'INDIRECT_-1206954178'), (u'CALL_-1206963513', u'INDIRECT_-1206957119'), (u'COPY_-1206963456', u'MULTIEQUAL_-1206958802'), (u'CALL_-1206965956', u'INDIRECT_-1206958837'), (u'MULTIEQUAL_-1206956207', u'MULTIEQUAL_-1206955680'), (u'CALL_-1206963359', u'INDIRECT_-1206955510'), (u'MULTIEQUAL_-1206958134', u'LOAD_-1206961742'), (u'CALL_-1206966464', u'INDIRECT_-1206955724'), (u'PTRADD_-1206954386', u'MULTIEQUAL_-1206958400'), (u'MULTIEQUAL_-1206957336', u'MULTIEQUAL_-1206957215'), (u'INDIRECT_-1206955328', u'MULTIEQUAL_-1206957446'), (u'CALL_-1206961124', u'INDIRECT_-1206954708'), (u'CALL_-1206962475', u'INDIRECT_-1206955714'), (u'CALL_-1206961575', u'INDIRECT_-1206953700'), (u'PTRSUB_-1206952098', u'LOAD_-1206961747'), (u'INDIRECT_-1206953778', u'MULTIEQUAL_-1206954018'), (u'CALL_-1206965208', u'INDIRECT_-1206957351'), (u'MULTIEQUAL_-1206953472', u'MULTIEQUAL_-1206955471'), (u'INDIRECT_-1206953439', u'COPY_-1206953466'), ('const-433', u'LOAD_-1206966250'), (u'INDIRECT_-1206956320', u'MULTIEQUAL_-1206957504'), (u'INDIRECT_-1206956355', u'MULTIEQUAL_-1206956223'), ('const-0', u'COPY_-1206952314'), (u'MULTIEQUAL_-1206956408', u'MULTIEQUAL_-1206956392'), ('const-5', u'CALL_-1206964092'), (u'MULTIEQUAL_-1206956543', u'MULTIEQUAL_-1206956505'), ('const-0', u'SUBPIECE_-1206959500'), (u'INDIRECT_-1206955948', u'MULTIEQUAL_-1206955341'), (u'CALL_-1206962650', u'INDIRECT_-1206956722'), (u'COPY_-1206961564', u'MULTIEQUAL_-1206956599'), (u'MULTIEQUAL_-1206955784', u'MULTIEQUAL_-1206955663'), (u'INDIRECT_-1206954686', u'MULTIEQUAL_-1206954688'), (u'CALL_-1206961705', u'INDIRECT_-1206953437'), (u'INDIRECT_-1206955391', u'MULTIEQUAL_-1206955393'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206955988'), (u'CALL_-1206966522', u'INDIRECT_-1206957346'), (u'CALL_-1206961866', u'INDIRECT_-1206955226'), (u'MULTIEQUAL_-1206954205', u'MULTIEQUAL_-1206955635'), (u'MULTIEQUAL_-1206955111', u'MULTIEQUAL_-1206955067'), (u'MULTIEQUAL_-1206956411', u'MULTIEQUAL_-1206955847'), (u'INDIRECT_-1206954662', u'MULTIEQUAL_-1206954569'), (u'INDIRECT_-1206955014', u'MULTIEQUAL_-1206954916'), (u'MULTIEQUAL_-1206955676', u'MULTIEQUAL_-1206955632'), ('tmp_3943', u'CBRANCH_-1206963934'), (u'INDIRECT_-1206957573', u'MULTIEQUAL_-1206957557'), (u'MULTIEQUAL_-1206954370', u'MULTIEQUAL_-1206954354'), (u'INDIRECT_-1206954679', u'MULTIEQUAL_-1206954270'), (u'INDIRECT_-1206958293', u'MULTIEQUAL_-1206958119'), ('const-4294967295', u'INT_NOTEQUAL_-1206966141'), ('const--64', u'PTRSUB_-1206953286'), (u'INDIRECT_-1206957466', u'MULTIEQUAL_-1206957396'), (u'MULTIEQUAL_-1206955706', u'MULTIEQUAL_-1206955676'), (u'MULTIEQUAL_-1206954636', u'MULTIEQUAL_-1206954036'), (u'CALL_-1206961575', u'INDIRECT_-1206954123'), (u'CALL_-1206961641', u'INDIRECT_-1206953335'), ('tmp_512', u'CBRANCH_-1206966273'), (u'MULTIEQUAL_-1206954415', u'MULTIEQUAL_-1206953054'), (u'INDIRECT_-1206954579', u'COPY_-1206954591'), ('const-5', u'CALL_-1206961575'), (u'INDIRECT_-1206957432', u'MULTIEQUAL_-1206957416'), (u'CALL_-1206961866', u'INDIRECT_-1206953486'), (u'INDIRECT_-1206956024', u'MULTIEQUAL_-1206955385'), (u'CALL_-1206962838', u'INDIRECT_-1206954985'), (u'INDIRECT_-1206958086', u'MULTIEQUAL_-1206957962'), (u'MULTIEQUAL_-1206957149', u'MULTIEQUAL_-1206958609'), (u'MULTIEQUAL_-1206953583', u'MULTIEQUAL_-1206954122'), (u'INDIRECT_-1206954791', u'MULTIEQUAL_-1206954728'), (u'CALL_-1206961534', u'INDIRECT_-1206954713'), (u'INT_OR_-1206963470', u'STORE_-1206963494'), ('const-45', u'INT_NOTEQUAL_-1206966227'), (u'CALL_-1206962226', u'INDIRECT_-1206956571'), (u'INDIRECT_-1206957179', u'MULTIEQUAL_-1206957255'), (u'INDIRECT_-1206955031', u'MULTIEQUAL_-1206954750'), (u'CALL_-1206963457', u'INDIRECT_-1206956927'), (u'INDIRECT_-1206957957', u'MULTIEQUAL_-1206957208'), (u'INDIRECT_-1206957127', u'COPY_-1206957184'), (u'CALL_-1206962729', u'CAST_-1206951398'), (u'CALL_-1206961461', u'INDIRECT_-1206954628'), (u'MULTIEQUAL_-1206957820', u'MULTIEQUAL_-1206957657'), (u'CALL_-1206966157', u'INDIRECT_-1206959624'), (u'CALL_-1206961544', u'INDIRECT_-1206955429'), (u'CALL_-1206961810', u'INDIRECT_-1206954560'), (u'MULTIEQUAL_-1206955045', u'MULTIEQUAL_-1206954362'), (u'INDIRECT_-1206953960', u'MULTIEQUAL_-1206954652'), (u'CALL_-1206962226', u'INDIRECT_-1206954173'), (u'INDIRECT_-1206958048', u'COPY_-1206958102'), (u'CALL_-1206963611', u'INDIRECT_-1206957982'), (u'MULTIEQUAL_-1206959492', u'INT_SUB_-1206966325'), (u'CALL_-1206965223', u'INDIRECT_-1206957221'), (u'COPY_-1206951387', u'CALL_-1206961575'), ('tmp_2880', u'CBRANCH_-1206963643'), (u'CALL_-1206962576', u'INDIRECT_-1206956950'), (u'INDIRECT_-1206957766', u'COPY_-1206957820'), (u'MULTIEQUAL_-1206954005', u'MULTIEQUAL_-1206953969'), (u'LOAD_-1206961708', u'CALL_-1206961641'), (u'CALL_-1206962576', u'INDIRECT_-1206957770'), ('const-8', u'PTRADD_-1206952497'), (u'CALL_-1206963564', u'INDIRECT_-1206956116'), (u'INDIRECT_-1206954034', u'MULTIEQUAL_-1206953989'), (u'LOAD_-1206963751', u'CALL_-1206961532'), (u'INDIRECT_-1206956544', u'MULTIEQUAL_-1206956410'), (u'CALL_-1206961181', u'INDIRECT_-1206952618'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957570'), (u'CALL_-1206966645', u'INDIRECT_-1206956596'), (u'INDIRECT_-1206955085', u'MULTIEQUAL_-1206954992'), (u'INDIRECT_-1206955277', u'MULTIEQUAL_-1206957022'), ('tmp_5308', u'BRANCH_-1206963070'), ('const-1094129', u'COPY_-1206951609'), (u'INDIRECT_-1206953560', u'MULTIEQUAL_-1206953515'), (u'INDIRECT_-1206953781', u'MULTIEQUAL_-1206954965'), (u'CALL_-1206962705', u'INDIRECT_-1206955730'), (u'CALL_-1206962650', u'INDIRECT_-1206955170'), (u'MULTIEQUAL_-1206958761', u'MULTIEQUAL_-1206958734'), (u'INDIRECT_-1206957144', u'MULTIEQUAL_-1206957182'), (u'INDIRECT_-1206952591', u'MULTIEQUAL_-1206952697'), (u'MULTIEQUAL_-1206954817', u'MULTIEQUAL_-1206956247'), (u'CALL_-1206964279', u'INDIRECT_-1206956936'), (u'MULTIEQUAL_-1206953601', u'MULTIEQUAL_-1206955392'), (u'INDIRECT_-1206955255', u'MULTIEQUAL_-1206957068'), (u'CALL_-1206962729', u'INDIRECT_-1206954048'), (u'MULTIEQUAL_-1206955538', u'MULTIEQUAL_-1206955529'), (u'MULTIEQUAL_-1206956833', u'MULTIEQUAL_-1206956786'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206956549'), ('tmp_7019', u'COPY_-1206954584'), (u'INDIRECT_-1206955883', u'MULTIEQUAL_-1206955244'), (u'CALL_-1206965956', u'INDIRECT_-1206958132'), (u'INDIRECT_-1206954457', u'MULTIEQUAL_-1206956176'), (u'MULTIEQUAL_-1206955423', u'MULTIEQUAL_-1206955393'), (u'COPY_-1206954684', u'CALL_-1206966645'), ('tmp_317', u'CBRANCH_-1206966441'), (u'CALL_-1206961568', u'INDIRECT_-1206952783'), (u'MULTIEQUAL_-1206954122', u'MULTIEQUAL_-1206953559'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206955704'), ('const-0', u'INT_EQUAL_-1206961735'), (u'INDIRECT_-1206954458', u'MULTIEQUAL_-1206954441'), ('const-0', u'COPY_-1206958412'), (u'INDIRECT_-1206955413', u'MULTIEQUAL_-1206954688'), (u'STORE_-1206963494', u'INDIRECT_-1206956720'), (u'MULTIEQUAL_-1206954107', u'MULTIEQUAL_-1206954229'), (u'MULTIEQUAL_-1206955362', u'MULTIEQUAL_-1206955264'), (u'MULTIEQUAL_-1206959576', u'INT_EQUAL_-1206963638'), (u'MULTIEQUAL_-1206957372', u'MULTIEQUAL_-1206957363'), (u'INDIRECT_-1206954896', u'MULTIEQUAL_-1206954851'), (u'INDIRECT_-1206956420', u'COPY_-1206956477'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206956349'), (u'PTRADD_-1206952777', u'PTRADD_-1206952752'), (u'MULTIEQUAL_-1206956913', u'MULTIEQUAL_-1206956791'), (u'INDIRECT_-1206957043', u'MULTIEQUAL_-1206956973'), (u'CALL_-1206962501', u'INDIRECT_-1206957273'), (u'MULTIEQUAL_-1206955139', u'MULTIEQUAL_-1206955123'), (u'INDIRECT_-1206956795', u'BRANCHIND_-1206963917'), (u'MULTIEQUAL_-1206957477', u'MULTIEQUAL_-1206956950'), (u'MULTIEQUAL_-1206953054', u'MULTIEQUAL_-1206954326'), (u'INT_SEXT_-1206965363', u'PTRADD_-1206953671'), ('const-0', u'INT_EQUAL_-1206961776'), (u'INDIRECT_-1206956355', u'COPY_-1206956409'), (u'MULTIEQUAL_-1206955644', u'MULTIEQUAL_-1206954670'), (u'INDIRECT_-1206955250', u'MULTIEQUAL_-1206955252'), (u'INDIRECT_-1206957134', u'MULTIEQUAL_-1206955216'), (u'INDIRECT_-1206957869', u'MULTIEQUAL_-1206955610'), (u'INDIRECT_-1206956892', u'MULTIEQUAL_-1206956725'), (u'INDIRECT_-1206957132', u'MULTIEQUAL_-1206957032'), (u'INDIRECT_-1206957273', u'MULTIEQUAL_-1206959173'), (u'MULTIEQUAL_-1206958385', u'MULTIEQUAL_-1206958221'), (u'INT_ZEXT_-1206963627', u'INT_MULT_-1206957637'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956201'), (u'MULTIEQUAL_-1206956270', u'MULTIEQUAL_-1206955706'), (u'INDIRECT_-1206953678', u'MULTIEQUAL_-1206954998'), (u'INDIRECT_-1206954664', u'MULTIEQUAL_-1206952768'), (u'CALL_-1206962650', u'INDIRECT_-1206955029'), (u'INDIRECT_-1206952760', u'MULTIEQUAL_-1206952690'), (u'CALL_-1206966488', u'INDIRECT_-1206957183'), (u'COPY_-1206954324', u'MULTIEQUAL_-1206954968'), (u'CALL_-1206966621', u'INDIRECT_-1206957986'), (u'INDIRECT_-1206956276', u'MULTIEQUAL_-1206956175'), (u'INDIRECT_-1206956831', u'MULTIEQUAL_-1206956787'), (u'INDIRECT_-1206955526', u'MULTIEQUAL_-1206954211'), (u'CALL_-1206961461', u'INDIRECT_-1206954346'), (u'CALL_-1206966621', u'INDIRECT_-1206958833'), (u'INDIRECT_-1206957698', u'MULTIEQUAL_-1206955780'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206955706'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206956611'), (u'INDIRECT_-1206958237', u'MULTIEQUAL_-1206958119'), (u'INDIRECT_-1206955301', u'MULTIEQUAL_-1206956599'), (u'INDIRECT_-1206957783', u'MULTIEQUAL_-1206957678'), (u'CALL_-1206961641', u'INDIRECT_-1206954793'), (u'CALL_-1206963611', u'INDIRECT_-1206955300'), (u'CALL_-1206963513', u'INDIRECT_-1206956131'), (u'STORE_-1206961013', u'INDIRECT_-1206954665'), (u'CALL_-1206961544', u'INDIRECT_-1206954441'), (u'CALL_-1206961533', u'INDIRECT_-1206952526'), (u'CALL_-1206965188', u'INDIRECT_-1206958048'), (u'INDIRECT_-1206954766', u'MULTIEQUAL_-1206954720'), (u'INDIRECT_-1206956688', u'MULTIEQUAL_-1206955939'), (u'INDIRECT_-1206955932', u'COPY_-1206955986'), (u'INDIRECT_-1206954691', u'MULTIEQUAL_-1206956504'), (u'CALL_-1206964256', u'INDIRECT_-1206956182'), (u'MULTIEQUAL_-1206956470', u'MULTIEQUAL_-1206955870'), (u'LOAD_-1206961835', u'CALL_-1206961790'), (u'INDIRECT_-1206957184', u'MULTIEQUAL_-1206957114'), ('tmp_2805', u'BRANCH_-1206963347'), (u'INDIRECT_-1206956888', u'MULTIEQUAL_-1206956386'), (u'MULTIEQUAL_-1206953281', u'MULTIEQUAL_-1206952718'), (u'CALL_-1206961728', u'INDIRECT_-1206955219'), (u'STORE_-1206961738', u'INDIRECT_-1206955327'), (u'CALL_-1206963513', u'INDIRECT_-1206955849'), (u'COPY_-1206954324', u'MULTIEQUAL_-1206955749'), (u'MULTIEQUAL_-1206953125', u'MULTIEQUAL_-1206952361'), (u'CALL_-1206961810', u'INDIRECT_-1206954701'), (u'CALL_-1206963376', u'INDIRECT_-1206954732'), (u'MULTIEQUAL_-1206954510', u'MULTIEQUAL_-1206953534'), (u'CALL_-1206961866', u'INDIRECT_-1206956637'), (u'CALL_-1206962820', u'INDIRECT_-1206955626'), (u'MULTIEQUAL_-1206953754', u'MULTIEQUAL_-1206955753'), (u'INDIRECT_-1206955730', u'COPY_-1206955760'), (u'INT_NOTEQUAL_-1206964051', u'CBRANCH_-1206964051'), (u'INDIRECT_-1206955753', u'MULTIEQUAL_-1206955993'), (u'PTRSUB_-1206953286', u'CALL_-1206963564'), (u'INDIRECT_-1206956073', u'MULTIEQUAL_-1206955941'), (u'STORE_-1206963275', u'INDIRECT_-1206955819'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206956695'), (u'LOAD_-1206961773', u'STORE_-1206961738'), (u'CALL_-1206961495', u'INDIRECT_-1206953519'), (u'MULTIEQUAL_-1206956384', u'MULTIEQUAL_-1206956375'), (u'INDIRECT_-1206955807', u'MULTIEQUAL_-1206955200'), (u'INDIRECT_-1206955102', u'MULTIEQUAL_-1206954693'), (u'MULTIEQUAL_-1206959045', u'MULTIEQUAL_-1206959016'), (u'INDIRECT_-1206957252', u'MULTIEQUAL_-1206956503'), (u'INDIRECT_-1206954211', u'MULTIEQUAL_-1206954309'), (u'MULTIEQUAL_-1206955256', u'MULTIEQUAL_-1206955220'), (u'INDIRECT_-1206958519', u'MULTIEQUAL_-1206958402'), (u'CALL_-1206961124', u'INDIRECT_-1206954144'), (u'INDIRECT_-1206955226', u'MULTIEQUAL_-1206955133'), (u'INDIRECT_-1206953996', u'MULTIEQUAL_-1206953939'), (u'INDIRECT_-1206956614', u'MULTIEQUAL_-1206954792'), (u'INDIRECT_-1206955310', u'MULTIEQUAL_-1206955289'), (u'CALL_-1206963356', u'INDIRECT_-1206956276'), (u'CALL_-1206963478', u'INDIRECT_-1206955827'), (u'CALL_-1206963657', u'INDIRECT_-1206954570'), ('const-1', u'PTRADD_-1206954356'), (u'CALL_-1206963443', u'INDIRECT_-1206956755'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955548'), (u'MULTIEQUAL_-1206957397', u'MULTIEQUAL_-1206956569'), (u'MULTIEQUAL_-1206954777', u'MULTIEQUAL_-1206954013'), (u'INT_SLESS_-1206963528', u'CBRANCH_-1206963524'), (u'INT_LEFT_-1206966077', u'INT_AND_-1206959369'), (u'CALL_-1206966381', u'INDIRECT_-1206956826'), ('const-8', u'PTRADD_-1206953244'), (u'CALL_-1206963178', u'INDIRECT_-1206954446'), (u'STORE_-1206961738', u'INDIRECT_-1206955186'), (u'MULTIEQUAL_-1206956368', u'MULTIEQUAL_-1206957798'), (u'INDIRECT_-1206955627', u'MULTIEQUAL_-1206953805'), (u'INDIRECT_-1206957393', u'MULTIEQUAL_-1206957234'), (u'CALL_-1206961547', u'INDIRECT_-1206952528'), (u'COPY_-1206958351', u'MULTIEQUAL_-1206958246'), (u'INDIRECT_-1206954509', u'MULTIEQUAL_-1206954426'), (u'CALL_-1206964256', u'INDIRECT_-1206956747'), (u'CALL_-1206966464', u'INDIRECT_-1206957446'), (u'STORE_-1206963453', u'INDIRECT_-1206956448'), (u'MULTIEQUAL_-1206955239', u'MULTIEQUAL_-1206956670'), (u'CALL_-1206964167', u'INDIRECT_-1206954488'), (u'COPY_-1206954323', u'MULTIEQUAL_-1206955632'), (u'CALL_-1206962576', u'INDIRECT_-1206955257'), (u'CALL_-1206963657', u'INDIRECT_-1206957721'), (u'INDIRECT_-1206952957', u'MULTIEQUAL_-1206952905'), (u'CALL_-1206961575', u'INDIRECT_-1206955252'), (u'CALL_-1206963443', u'INDIRECT_-1206957743'), (u'INDIRECT_-1206954205', u'MULTIEQUAL_-1206954150'), (u'INDIRECT_-1206955073', u'MULTIEQUAL_-1206954978'), (u'CALL_-1206961371', u'INDIRECT_-1206955894'), ('const-1', u'COPY_-1206952371'), (u'MULTIEQUAL_-1206956126', u'MULTIEQUAL_-1206955234'), (u'CALL_-1206964167', u'INDIRECT_-1206956585'), (u'CALL_-1206961810', u'INDIRECT_-1206953855'), (u'INDIRECT_-1206956279', u'COPY_-1206956336'), (u'CALL_-1206961629', u'INDIRECT_-1206953733'), ('const-8', u'INT_ADD_-1206963460'), ('const-1', u'RETURN_-1206964063'), (u'INDIRECT_-1206956848', u'MULTIEQUAL_-1206957290'), (u'CALL_-1206963330', u'INDIRECT_-1206953492'), (u'MULTIEQUAL_-1206954435', u'MULTIEQUAL_-1206954411'), (u'INDIRECT_-1206954793', u'MULTIEQUAL_-1206954934'), (u'PTRSUB_-1206951337', u'LOAD_-1206961194'), (u'MULTIEQUAL_-1206954576', u'MULTIEQUAL_-1206955115'), (u'INDIRECT_-1206956786', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206962576', u'INDIRECT_-1206955962'), (u'CALL_-1206966621', u'INDIRECT_-1206956999'), (u'INDIRECT_-1206954562', u'MULTIEQUAL_-1206956458'), ('const-1', u'INT_ADD_-1206952687'), (u'MULTIEQUAL_-1206952222', u'MULTIEQUAL_-1206952225'), (u'INDIRECT_-1206955285', u'MULTIEQUAL_-1206956362'), (u'CALL_-1206963575', u'INDIRECT_-1206954875'), (u'INDIRECT_-1206956298', u'MULTIEQUAL_-1206956336'), (u'INDIRECT_-1206955475', u'MULTIEQUAL_-1206955420'), (u'CALL_-1206961721', u'INDIRECT_-1206955189'), (u'MULTIEQUAL_-1206954354', u'MULTIEQUAL_-1206953754'), (u'STORE_-1206961697', u'INDIRECT_-1206954526'), (u'LOAD_-1206963751', u'CALL_-1206963720'), (u'COPY_-1206953233', u'MULTIEQUAL_-1206958078'), (u'MULTIEQUAL_-1206956188', u'MULTIEQUAL_-1206955424'), (u'CALL_-1206961181', u'INDIRECT_-1206953917'), (u'INDIRECT_-1206956021', u'MULTIEQUAL_-1206956005'), (u'INDIRECT_-1206955600', u'MULTIEQUAL_-1206954961'), (u'CALL_-1206962650', u'INDIRECT_-1206953355'), ('const-1', u'COPY_-1206957480'), (u'CALL_-1206966480', u'INDIRECT_-1206955503'), (u'INDIRECT_-1206954715', u'MULTIEQUAL_-1206954690'), (u'INDIRECT_-1206957360', u'MULTIEQUAL_-1206957255'), (u'INDIRECT_-1206956532', u'MULTIEQUAL_-1206956408'), (u'INDIRECT_-1206956741', u'MULTIEQUAL_-1206956695'), (u'CALL_-1206965956', u'INDIRECT_-1206959516'), (u'INDIRECT_-1206953246', u'MULTIEQUAL_-1206953135'), (u'INDIRECT_-1206954820', u'MULTIEQUAL_-1206954213'), (u'CALL_-1206961495', u'INDIRECT_-1206953942'), (u'INDIRECT_-1206957708', u'MULTIEQUAL_-1206957746'), (u'CALL_-1206963564', u'INDIRECT_-1206957809'), ('const--2', u'INT_MULT_-1206952528'), (u'INT_NEGATE_-1206963093', u'INT_SUB_-1206963094'), (u'INDIRECT_-1206955649', u'MULTIEQUAL_-1206955556'), (u'MULTIEQUAL_-1206955811', u'MULTIEQUAL_-1206955784'), (u'STORE_-1206963494', u'INDIRECT_-1206955592'), (u'INDIRECT_-1206956478', u'MULTIEQUAL_-1206956408'), (u'INDIRECT_-1206955420', u'MULTIEQUAL_-1206955395'), (u'CALL_-1206965208', u'INDIRECT_-1206955658'), (u'CALL_-1206962796', u'INDIRECT_-1206955474'), (u'INDIRECT_-1206955648', u'MULTIEQUAL_-1206955524'), (u'INDIRECT_-1206958240', u'MULTIEQUAL_-1206956245'), (u'CALL_-1206966544', u'INDIRECT_-1206959055'), (u'CALL_-1206961669', u'INDIRECT_-1206955653'), (u'MULTIEQUAL_-1206956489', u'MULTIEQUAL_-1206956368'), (u'INDIRECT_-1206953080', u'MULTIEQUAL_-1206953018'), (u'MULTIEQUAL_-1206955000', u'MULTIEQUAL_-1206954436'), (u'CALL_-1206964010', u'INDIRECT_-1206957502'), (u'INDIRECT_-1206953237', u'COPY_-1206953242'), ('const-0', u'INT_NOTEQUAL_-1206961968'), ('const-1096784', u'COPY_-1206951768'), (u'INDIRECT_-1206957952', u'MULTIEQUAL_-1206957830'), (u'MULTIEQUAL_-1206955115', u'MULTIEQUAL_-1206955079'), (u'INDIRECT_-1206956673', u'MULTIEQUAL_-1206956549'), (u'CALL_-1206963330', u'INDIRECT_-1206953732'), (u'LOAD_-1206963449', u'INT_NOTEQUAL_-1206963428'), ('tmp_3587', u'CBRANCH_-1206964242'), (u'INDIRECT_-1206954755', u'MULTIEQUAL_-1206954741'), ('tmp_3336', u'CBRANCH_-1206963353'), (u'INDIRECT_-1206956165', u'MULTIEQUAL_-1206956151'), (u'INDIRECT_-1206956867', u'MULTIEQUAL_-1206956851'), (u'CALL_-1206966645', u'INDIRECT_-1206958994'), (u'INDIRECT_-1206954109', u'COPY_-1206954117'), (u'INT_EQUAL_-1206964107', u'CBRANCH_-1206964105'), (u'INT_ADD_-1206964573', u'INT_SLESS_-1206964538'), (u'INDIRECT_-1206957104', u'MULTIEQUAL_-1206956982'), (u'CALL_-1206961629', u'INDIRECT_-1206955285'), (u'COPY_-1206952771', u'SUBPIECE_-1206959455'), (u'MULTIEQUAL_-1206957108', u'MULTIEQUAL_-1206957088'), (u'MULTIEQUAL_-1206953041', u'MULTIEQUAL_-1206953011'), (u'MULTIEQUAL_-1206954326', u'MULTIEQUAL_-1206954205'), ('tmp_1482', u'CBRANCH_-1206964477'), (u'MULTIEQUAL_-1206955502', u'MULTIEQUAL_-1206954975'), (u'CALL_-1206964010', u'INDIRECT_-1206953710'), (u'INDIRECT_-1206955530', u'MULTIEQUAL_-1206953559'), (u'INDIRECT_-1206957587', u'MULTIEQUAL_-1206955328'), (u'CALL_-1206966522', u'INDIRECT_-1206958334'), (u'INDIRECT_-1206956090', u'MULTIEQUAL_-1206955985'), (u'MULTIEQUAL_-1206958337', u'MULTIEQUAL_-1206958311'), (u'INDIRECT_-1206956372', u'MULTIEQUAL_-1206956267'), (u'CALL_-1206965208', u'INDIRECT_-1206957915'), ('tmp_880', u'CBRANCH_-1206966025'), (u'MULTIEQUAL_-1206955847', u'MULTIEQUAL_-1206955283'), (u'CAST_-1206952251', u'CALL_-1206964068'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958135'), (u'MULTIEQUAL_-1206957363', u'MULTIEQUAL_-1206957336'), (u'CALL_-1206963330', u'INDIRECT_-1206955355'), (u'INDIRECT_-1206954451', u'MULTIEQUAL_-1206952651'), (u'MULTIEQUAL_-1206955023', u'MULTIEQUAL_-1206957022'), (u'MULTIEQUAL_-1206954353', u'MULTIEQUAL_-1206954326'), (u'STORE_-1206963548', u'INDIRECT_-1206956637'), (u'INDIRECT_-1206955508', u'MULTIEQUAL_-1206955415'), (u'CALL_-1206961790', u'INDIRECT_-1206955391'), (u'INDIRECT_-1206954791', u'MULTIEQUAL_-1206954510'), (u'CALL_-1206966645', u'INDIRECT_-1206958853'), (u'CALL_-1206963356', u'INDIRECT_-1206954583'), (u'CALL_-1206965208', u'INDIRECT_-1206958197'), (u'INDIRECT_-1206954340', u'MULTIEQUAL_-1206956458'), ('const-0', u'INT_NOTEQUAL_-1206962868'), (u'CALL_-1206962838', u'INDIRECT_-1206955267'), (u'INDIRECT_-1206955708', u'MULTIEQUAL_-1206956785'), (u'PTRSUB_-1206951880', u'LOAD_-1206961835'), (u'INDIRECT_-1206956547', u'MULTIEQUAL_-1206954552'), (u'STORE_-1206963324', u'INDIRECT_-1206954574'), (u'MULTIEQUAL_-1206957812', u'INT_ZEXT_-1206963320'), ('const-8', u'INT_MULT_-1206963567'), (u'STORE_-1206963275', u'INDIRECT_-1206955537'), (u'CALL_-1206963611', u'INDIRECT_-1206955582'), (u'INDIRECT_-1206954985', u'MULTIEQUAL_-1206956881'), (u'MULTIEQUAL_-1206953375', u'MULTIEQUAL_-1206953424'), (u'CALL_-1206964010', u'INDIRECT_-1206955948'), (u'INT_ADD_-1206963483', u'CAST_-1206953001'), (u'CALL_-1206961641', u'INDIRECT_-1206956345'), (u'MULTIEQUAL_-1206957231', u'MULTIEQUAL_-1206957195'), (u'STORE_-1206961013', u'INDIRECT_-1206953960'), (u'INDIRECT_-1206956406', u'MULTIEQUAL_-1206956247'), (u'MULTIEQUAL_-1206955844', u'MULTIEQUAL_-1206955828'), ('const-0', u'INT_NOTEQUAL_-1206961712'), (u'INDIRECT_-1206956001', u'MULTIEQUAL_-1206957903'), (u'CALL_-1206966464', u'INDIRECT_-1206959818'), (u'STORE_-1206963324', u'INDIRECT_-1206956972'), (u'INDIRECT_-1206956843', u'MULTIEQUAL_-1206957760'), (u'MULTIEQUAL_-1206955852', u'MULTIEQUAL_-1206955988'), (u'CALL_-1206964092', u'INDIRECT_-1206956149'), (u'MULTIEQUAL_-1206956240', u'MULTIEQUAL_-1206956196'), (u'CALL_-1206963178', u'INDIRECT_-1206956609'), (u'INT_SUB_-1206966295', u'INT_ADD_-1206963598'), (u'MULTIEQUAL_-1206955139', u'MULTIEQUAL_-1206954247'), (u'INDIRECT_-1206956055', u'MULTIEQUAL_-1206955985'), (u'MULTIEQUAL_-1206954974', u'MULTIEQUAL_-1206954937'), (u'INDIRECT_-1206958801', u'MULTIEQUAL_-1206958667'), (u'PTRADD_-1206954386', u'PTRADD_-1206952521'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206956809'), (u'INDIRECT_-1206955177', u'MULTIEQUAL_-1206955094'), (u'STORE_-1206961697', u'INDIRECT_-1206956219'), (u'INT_SUB_-1206952482', u'PTRADD_-1206962460'), (u'INDIRECT_-1206959088', u'MULTIEQUAL_-1206957093'), (u'INDIRECT_-1206956468', u'MULTIEQUAL_-1206956302'), (u'MULTIEQUAL_-1206956644', u'MULTIEQUAL_-1206955961'), (u'MULTIEQUAL_-1206956808', u'MULTIEQUAL_-1206956799'), (u'CALL_-1206966522', u'INDIRECT_-1206955531'), ('const-0', u'CALL_-1206965188'), (u'INDIRECT_-1206953586', u'COPY_-1206953583'), (u'INDIRECT_-1206953105', u'MULTIEQUAL_-1206953128'), (u'MULTIEQUAL_-1206957654', u'INT_NOTEQUAL_-1206962868'), (u'CALL_-1206965223', u'INDIRECT_-1206954917'), (u'INDIRECT_-1206954547', u'MULTIEQUAL_-1206952651'), (u'INDIRECT_-1206954665', u'MULTIEQUAL_-1206954641'), (u'MULTIEQUAL_-1206956234', u'MULTIEQUAL_-1206956207'), (u'PTRADD_-1206952521', u'INT_LESS_-1206963344'), (u'CALL_-1206961568', u'INDIRECT_-1206954880'), (u'MULTIEQUAL_-1206952120', u'MULTIEQUAL_-1206952129'), (u'CALL_-1206964010', u'CALL_-1206961721'), (u'INDIRECT_-1206956688', u'MULTIEQUAL_-1206956529'), (u'INDIRECT_-1206958804', u'MULTIEQUAL_-1206958055'), (u'INDIRECT_-1206952761', u'MULTIEQUAL_-1206953022'), (u'CALL_-1206963564', u'INDIRECT_-1206957245'), (u'MULTIEQUAL_-1206955697', u'MULTIEQUAL_-1206955658'), (u'CALL_-1206966464', u'INDIRECT_-1206958293'), (u'INDIRECT_-1206955413', u'MULTIEQUAL_-1206955278'), (u'MULTIEQUAL_-1206956120', u'MULTIEQUAL_-1206956100'), (u'CALL_-1206964010', u'INDIRECT_-1206954820'), (u'CAST_-1206953001', u'STORE_-1206963494'), (u'CALL_-1206966381', u'INDIRECT_-1206958237'), (u'CALL_-1206961721', u'MULTIEQUAL_-1206958323'), (u'INDIRECT_-1206958575', u'MULTIEQUAL_-1206958402'), (u'STORE_-1206961703', u'INDIRECT_-1206954603'), (u'STORE_-1206963548', u'INDIRECT_-1206956213'), (u'INDIRECT_-1206956142', u'MULTIEQUAL_-1206958044'), (u'SUBPIECE_-1206960167', u'MULTIEQUAL_-1206955239'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206955906'), (u'MULTIEQUAL_-1206955141', u'MULTIEQUAL_-1206955111'), (u'CALL_-1206962226', u'INDIRECT_-1206956430'), (u'CALL_-1206965235', u'INDIRECT_-1206956665'), (u'INDIRECT_-1206956257', u'MULTIEQUAL_-1206956135'), (u'MULTIEQUAL_-1206954571', u'MULTIEQUAL_-1206955161'), (u'INDIRECT_-1206955582', u'MULTIEQUAL_-1206953664'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957753'), (u'STORE_-1206963324', u'INDIRECT_-1206955843'), (u'CALL_-1206961705', u'INDIRECT_-1206954613'), (u'CALL_-1206963611', u'INDIRECT_-1206954547'), (u'CALL_-1206961866', u'INDIRECT_-1206955790'), (u'CALL_-1206961575', u'INDIRECT_-1206955393'), (u'CALL_-1206961181', u'INDIRECT_-1206952741'), (u'CALL_-1206963376', u'INDIRECT_-1206956284'), (u'INDIRECT_-1206958716', u'MULTIEQUAL_-1206958543'), (u'INT_NOTEQUAL_-1206962798', u'CBRANCH_-1206962793'), ('const-1', u'CALL_-1206961495'), (u'CALL_-1206966645', u'INDIRECT_-1206959135'), (u'CALL_-1206964279', u'INDIRECT_-1206956090'), (u'CALL_-1206961477', u'INDIRECT_-1206955909'), (u'MULTIEQUAL_-1206958059', u'MULTIEQUAL_-1206959489'), (u'MULTIEQUAL_-1206955657', u'MULTIEQUAL_-1206956247'), (u'INDIRECT_-1206958381', u'MULTIEQUAL_-1206957631'), (u'CALL_-1206965188', u'INDIRECT_-1206955650'), (u'CALL_-1206963657', u'INDIRECT_-1206954687'), (u'CALL_-1206961705', u'INDIRECT_-1206954190'), (u'INDIRECT_-1206955868', u'MULTIEQUAL_-1206957587'), (u'CALL_-1206962705', u'INDIRECT_-1206954319'), (u'CALL_-1206962226', u'INDIRECT_-1206953561'), (u'CALL_-1206961525', u'INDIRECT_-1206955089'), (u'COPY_-1206952371', u'MULTIEQUAL_-1206957164'), (u'MULTIEQUAL_-1206956457', u'MULTIEQUAL_-1206958526'), (u'MULTIEQUAL_-1206957350', u'MULTIEQUAL_-1206957940'), (u'CALL_-1206961866', u'INDIRECT_-1206955367'), (u'MULTIEQUAL_-1206958902', u'MULTIEQUAL_-1206958875'), (u'CALL_-1206966522', u'INDIRECT_-1206958898'), (u'INDIRECT_-1206956103', u'MULTIEQUAL_-1206955986'), (u'INDIRECT_-1206952366', u'MULTIEQUAL_-1206952333'), (u'INDIRECT_-1206958189', u'COPY_-1206958243'), (u'INDIRECT_-1206956637', u'MULTIEQUAL_-1206956574'), (u'STORE_-1206963453', u'INDIRECT_-1206956730'), (u'PTRSUB_-1206951607', u'LOAD_-1206962886'), (u'INDIRECT_-1206954058', u'MULTIEQUAL_-1206956176'), (u'CALL_-1206961728', u'INDIRECT_-1206954796'), ('const-1', u'COPY_-1206964074'), (u'MULTIEQUAL_-1206956066', u'MULTIEQUAL_-1206955945'), (u'COPY_-1206952237', u'CALL_-1206961866'), (u'STORE_-1206961738', u'INDIRECT_-1206955751'), (u'CALL_-1206965956', u'INDIRECT_-1206955305'), (u'CALL_-1206963443', u'INDIRECT_-1206954275'), (u'CALL_-1206961669', u'INDIRECT_-1206956641'), (u'STORE_-1206963548', u'INDIRECT_-1206957060'), (u'INDIRECT_-1206955586', u'MULTIEQUAL_-1206957305'), (u'CALL_-1206962475', u'INDIRECT_-1206956984'), ('tmp_5456', u'BRANCH_-1206962223'), (u'INDIRECT_-1206956068', u'LOAD_-1206966596'), (u'CALL_-1206964256', u'INDIRECT_-1206954160'), (u'CALL_-1206963575', u'INDIRECT_-1206953981'), (u'CALL_-1206964092', u'INDIRECT_-1206954315'), (u'CALL_-1206961477', u'INDIRECT_-1206953229'), (u'INDIRECT_-1206956430', u'MULTIEQUAL_-1206957728'), (u'CALL_-1206964256', u'INDIRECT_-1206957170'), (u'CALL_-1206962729', u'INDIRECT_-1206952989'), (u'INDIRECT_-1206954573', u'COPY_-1206954570'), (u'CALL_-1206961533', u'INDIRECT_-1206952292'), (u'CALL_-1206964279', u'INDIRECT_-1206958885'), (u'MULTIEQUAL_-1206954858', u'MULTIEQUAL_-1206954834'), (u'INT_AND_-1206964327', u'INT_NOTEQUAL_-1206964326'), (u'MULTIEQUAL_-1206958842', u'PTRADD_-1206963577'), (u'MULTIEQUAL_-1206958479', u'MULTIEQUAL_-1206958452'), (u'MULTIEQUAL_-1206958526', u'MULTIEQUAL_-1206958479'), (u'CALL_-1206965188', u'INDIRECT_-1206955791'), (u'INDIRECT_-1206954932', u'MULTIEQUAL_-1206954837'), (u'MULTIEQUAL_-1206954666', u'MULTIEQUAL_-1206954650'), (u'CALL_-1206966157', u'INDIRECT_-1206957393'), (u'CALL_-1206961790', u'INDIRECT_-1206954404'), (u'CALL_-1206961534', u'INDIRECT_-1206954290'), (u'MULTIEQUAL_-1206955786', u'MULTIEQUAL_-1206955687'), (u'CALL_-1206964068', u'INDIRECT_-1206956420'), (u'INDIRECT_-1206956086', u'COPY_-1206956094'), (u'INDIRECT_-1206955243', u'MULTIEQUAL_-1206954436'), (u'CALL_-1206963457', u'INDIRECT_-1206957209'), (u'CALL_-1206964092', u'INDIRECT_-1206955584'), (u'CALL_-1206962705', u'INDIRECT_-1206955871'), (u'INDIRECT_-1206957567', u'MULTIEQUAL_-1206957546'), (u'INDIRECT_-1206955589', u'COPY_-1206955619'), (u'INDIRECT_-1206956230', u'MULTIEQUAL_-1206955623'), (u'INDIRECT_-1206952886', u'MULTIEQUAL_-1206952850'), (u'CALL_-1206962705', u'INDIRECT_-1206952978'), (u'INDIRECT_-1206955702', u'COPY_-1206955699'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957852'), (u'COPY_-1206961524', u'RETURN_-1206964261'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956301'), (u'INDIRECT_-1206955257', u'MULTIEQUAL_-1206955140'), (u'INT_SUB_-1206966118', u'SUBPIECE_-1206961320'), (u'INDIRECT_-1206958983', u'COPY_-1206959033'), (u'INDIRECT_-1206956398', u'MULTIEQUAL_-1206958294'), ('tmp_6201', u'CBRANCH_-1206961851'), (u'MULTIEQUAL_-1206956692', u'MULTIEQUAL_-1206956645'), (u'MULTIEQUAL_-1206955517', u'MULTIEQUAL_-1206955639'), (u'CALL_-1206966560', u'INDIRECT_-1206956670'), (u'COPY_-1206951966', u'MULTIEQUAL_-1206958620'), (u'CALL_-1206961544', u'INDIRECT_-1206955005'), (u'CALL_-1206962475', u'INDIRECT_-1206954727'), (u'CALL_-1206963564', u'INDIRECT_-1206956821'), (u'INDIRECT_-1206956829', u'MULTIEQUAL_-1206956080'), (u'CALL_-1206964010', u'INDIRECT_-1206955666'), (u'MULTIEQUAL_-1206955588', u'MULTIEQUAL_-1206957587'), (u'MULTIEQUAL_-1206954459', u'MULTIEQUAL_-1206956458'), (u'MULTIEQUAL_-1206957250', u'INT_EQUAL_-1206963493'), (u'MULTIEQUAL_-1206954633', u'MULTIEQUAL_-1206953657'), (u'MULTIEQUAL_-1206954577', u'MULTIEQUAL_-1206954547'), (u'INDIRECT_-1206957924', u'CALL_-1206964167'), (u'MULTIEQUAL_-1206955282', u'MULTIEQUAL_-1206954718'), (u'CALL_-1206961534', u'INDIRECT_-1206953231'), (u'INDIRECT_-1206953560', u'MULTIEQUAL_-1206953484'), ('const-0', u'INT_SLESS_-1206963334'), (u'MULTIEQUAL_-1206955516', u'MULTIEQUAL_-1206954294'), (u'SUBPIECE_-1206959500', u'INT_SEXT_-1206964191'), (u'MULTIEQUAL_-1206957231', u'MULTIEQUAL_-1206957222'), (u'CALL_-1206961525', u'INDIRECT_-1206955653'), (u'INDIRECT_-1206954769', u'MULTIEQUAL_-1206954714'), (u'CALL_-1206961790', u'INDIRECT_-1206955250'), (u'CALL_-1206963657', u'INDIRECT_-1206957016'), (u'MULTIEQUAL_-1206956927', u'MULTIEQUAL_-1206956900'), (u'INDIRECT_-1206954060', u'MULTIEQUAL_-1206954300'), (u'INDIRECT_-1206956663', u'MULTIEQUAL_-1206956665'), (u'INDIRECT_-1206955204', u'MULTIEQUAL_-1206953382'), (u'MULTIEQUAL_-1206957517', u'COPY_-1206952530'), (u'CALL_-1206963376', u'INDIRECT_-1206953814'), (u'MULTIEQUAL_-1206956152', u'MULTIEQUAL_-1206958151'), (u'CALL_-1206963314', u'INDIRECT_-1206956051'), (u'INDIRECT_-1206955444', u'MULTIEQUAL_-1206957163'), (u'CALL_-1206963457', u'INDIRECT_-1206957068'), (u'MULTIEQUAL_-1206958244', u'MULTIEQUAL_-1206957416'), (u'CALL_-1206966464', u'INDIRECT_-1206959139'), (u'INDIRECT_-1206952494', u'PIECE_-1206952518'), (u'CALL_-1206961866', u'INDIRECT_-1206954239'), (u'INDIRECT_-1206956112', u'MULTIEQUAL_-1206956055'), (u'MULTIEQUAL_-1206955815', u'CAST_-1206954310'), (u'CALL_-1206964092', u'INDIRECT_-1206953580'), (u'INDIRECT_-1206957852', u'COPY_-1206957902'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955214'), (u'CALL_-1206965208', u'INDIRECT_-1206958056'), (u'INDIRECT_-1206956807', u'MULTIEQUAL_-1206958620'), (u'INDIRECT_-1206956729', u'MULTIEQUAL_-1206956090'), (u'CALL_-1206960892', u'INDIRECT_-1206955301'), (u'CALL_-1206963575', u'INDIRECT_-1206956850'), (u'INDIRECT_-1206956327', u'MULTIEQUAL_-1206956161'), (u'INDIRECT_-1206956284', u'MULTIEQUAL_-1206956725'), (u'CALL_-1206966544', u'INDIRECT_-1206955664'), (u'CALL_-1206963720', u'INDIRECT_-1206954714'), (u'CALL_-1206966673', u'INDIRECT_-1206957598'), (u'MULTIEQUAL_-1206956416', u'MULTIEQUAL_-1206956552'), ('const-1', u'INT_LEFT_-1206966077'), (u'MULTIEQUAL_-1206954248', u'MULTIEQUAL_-1206954297'), (u'MULTIEQUAL_-1206958941', u'MULTIEQUAL_-1206960211'), (u'CALL_-1206966576', u'INDIRECT_-1206959365'), (u'INT_ADD_-1206964560', u'MULTIEQUAL_-1206960967'), (u'MULTIEQUAL_-1206954549', u'MULTIEQUAL_-1206953657'), (u'INDIRECT_-1206955513', u'MULTIEQUAL_-1206955498'), (u'CALL_-1206964068', u'INDIRECT_-1206956702'), (u'CALL_-1206963314', u'INDIRECT_-1206953482'), (u'INDIRECT_-1206955085', u'MULTIEQUAL_-1206954953'), (u'CALL_-1206960892', u'INDIRECT_-1206954595'), (u'CALL_-1206963457', u'INDIRECT_-1206953560'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964091'), (u'CALL_-1206966522', u'INDIRECT_-1206956641'), (u'INT_ADD_-1206963842', u'INT_ZEXT_-1206960562'), ('const-1', u'RETURN_-1206964261'), (u'CALL_-1206963314', u'INDIRECT_-1206953365'), (u'CALL_-1206966480', u'INDIRECT_-1206957459'), (u'INT_SLESS_-1206964230', u'CBRANCH_-1206964237'), (u'CALL_-1206963657', u'INDIRECT_-1206955746'), (u'STORE_-1206961738', u'INDIRECT_-1206956174'), (u'CALL_-1206963657', u'INDIRECT_-1206955887'), (u'CALL_-1206961371', u'INDIRECT_-1206955047'), (u'MULTIEQUAL_-1206955324', u'MULTIEQUAL_-1206955161'), (u'CALL_-1206963443', u'INDIRECT_-1206957642'), (u'INDIRECT_-1206956231', u'MULTIEQUAL_-1206954916'), (u'CALL_-1206961629', u'INDIRECT_-1206955849'), (u'MULTIEQUAL_-1206957631', u'INT_EQUAL_-1206964529'), (u'MULTIEQUAL_-1206956204', u'MULTIEQUAL_-1206956188'), (u'CALL_-1206963330', u'INDIRECT_-1206955637'), ('const-433', u'LOAD_-1206964306'), (u'INDIRECT_-1206957774', u'MULTIEQUAL_-1206957728'), (u'INDIRECT_-1206953496', u'MULTIEQUAL_-1206953736'), (u'INDIRECT_-1206956176', u'MULTIEQUAL_-1206956416'), (u'CALL_-1206961641', u'INDIRECT_-1206953095'), (u'INT_ZEXT_-1206960562', u'INT_ADD_-1206963823'), (u'INDIRECT_-1206953629', u'MULTIEQUAL_-1206953544'), (u'INDIRECT_-1206957275', u'MULTIEQUAL_-1206955357'), (u'INDIRECT_-1206954961', u'MULTIEQUAL_-1206954552'), (u'INDIRECT_-1206953615', u'MULTIEQUAL_-1206953544'), (u'MULTIEQUAL_-1206960307', u'MULTIEQUAL_-1206960211'), (u'CALL_-1206963330', u'INDIRECT_-1206954227'), (u'INDIRECT_-1206958240', u'MULTIEQUAL_-1206958081'), (u'INDIRECT_-1206955637', u'MULTIEQUAL_-1206955542'), (u'CALL_-1206965223', u'INDIRECT_-1206958209'), (u'COPY_-1206957480', u'MULTIEQUAL_-1206959492'), (u'INDIRECT_-1206956448', u'MULTIEQUAL_-1206956403'), (u'MULTIEQUAL_-1206955221', u'MULTIEQUAL_-1206954247'), (u'CALL_-1206963478', u'INDIRECT_-1206957661'), (u'CALL_-1206963359', u'INDIRECT_-1206955792'), (u'MULTIEQUAL_-1206958808', u'MULTIEQUAL_-1206958645'), (u'INDIRECT_-1206956585', u'MULTIEQUAL_-1206956569'), (u'CALL_-1206966488', u'INDIRECT_-1206956478'), (u'INDIRECT_-1206956176', u'MULTIEQUAL_-1206958294'), (u'INDIRECT_-1206955790', u'MULTIEQUAL_-1206955658'), (u'CALL_-1206965208', u'INDIRECT_-1206955022'), (u'STORE_-1206963453', u'INDIRECT_-1206956589'), ('const-7', u'INT_SUB_-1206952482'), (u'CALL_-1206961525', u'INDIRECT_-1206953255'), (u'CALL_-1206963457', u'CAST_-1206952444'), (u'INT_NOTEQUAL_-1206965316', u'CBRANCH_-1206965310'), (u'MULTIEQUAL_-1206955679', u'MULTIEQUAL_-1206955643'), ('const--1', u'COPY_-1206963176'), (u'CALL_-1206963178', u'INDIRECT_-1206954089'), (u'CALL_-1206966480', u'INDIRECT_-1206957177'), (u'MULTIEQUAL_-1206955517', u'MULTIEQUAL_-1206955566'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206956992'), (u'STORE_-1206963275', u'INDIRECT_-1206957089'), (u'CALL_-1206961705', u'INDIRECT_-1206956872'), (u'INDIRECT_-1206957668', u'MULTIEQUAL_-1206957594'), (u'CALL_-1206966480', u'INDIRECT_-1206956754'), (u'INDIRECT_-1206953389', u'MULTIEQUAL_-1206953304'), (u'CALL_-1206963478', u'INDIRECT_-1206956814'), (u'INDIRECT_-1206956428', u'MULTIEQUAL_-1206954510'), (u'INDIRECT_-1206954446', u'MULTIEQUAL_-1206954304'), (u'CALL_-1206966560', u'INDIRECT_-1206957939'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956060'), (u'CAST_-1206953023', u'LOAD_-1206963544'), (u'CALL_-1206961728', u'INDIRECT_-1206955925'), (u'MULTIEQUAL_-1206955926', u'MULTIEQUAL_-1206955828'), (u'INDIRECT_-1206954431', u'MULTIEQUAL_-1206956176'), (u'INDIRECT_-1206955509', u'COPY_-1206955563'), (u'INDIRECT_-1206958555', u'MULTIEQUAL_-1206958593'), (u'INDIRECT_-1206955006', u'MULTIEQUAL_-1206954905'), (u'INDIRECT_-1206957351', u'MULTIEQUAL_-1206957305'), ('const-1094081', u'COPY_-1206952559'), (u'INDIRECT_-1206956125', u'MULTIEQUAL_-1206956081'), (u'CALL_-1206963314', u'INDIRECT_-1206954499'), (u'INDIRECT_-1206955578', u'MULTIEQUAL_-1206956020'), (u'CALL_-1206965208', u'INDIRECT_-1206956927'), (u'CALL_-1206964010', u'PTRSUB_-1206951952'), ('const-0', u'CALL_-1206961575'), (u'INT_NOTEQUAL_-1206961717', u'CBRANCH_-1206961712'), (u'INDIRECT_-1206953920', u'MULTIEQUAL_-1206953442'), (u'CALL_-1206961534', u'INDIRECT_-1206956406'), (u'INDIRECT_-1206957060', u'MULTIEQUAL_-1206956998'), ('tmp_2098', u'CBRANCH_-1206964051'), (u'CALL_-1206961477', u'INDIRECT_-1206954498'), (u'CALL_-1206963443', u'INDIRECT_-1206955345'), (u'INDIRECT_-1206957886', u'MULTIEQUAL_-1206957962'), (u'INDIRECT_-1206954955', u'COPY_-1206954963'), (u'MULTIEQUAL_-1206956831', u'MULTIEQUAL_-1206955939'), (u'CALL_-1206966464', u'INDIRECT_-1206958434'), (u'INDIRECT_-1206958099', u'MULTIEQUAL_-1206956104'), (u'MULTIEQUAL_-1206959090', u'MULTIEQUAL_-1206958927'), (u'MULTIEQUAL_-1206954793', u'MULTIEQUAL_-1206954777'), (u'INDIRECT_-1206953827', u'COPY_-1206953835'), (u'MULTIEQUAL_-1206955939', u'MULTIEQUAL_-1206956529'), (u'MULTIEQUAL_-1206959221', u'PTRADD_-1206963074'), (u'INDIRECT_-1206956447', u'MULTIEQUAL_-1206955808'), (u'INDIRECT_-1206953794', u'MULTIEQUAL_-1206953749'), (u'COPY_-1206952536', u'MULTIEQUAL_-1206958491'), (u'INDIRECT_-1206953404', u'COPY_-1206953412'), (u'INDIRECT_-1206953566', u'MULTIEQUAL_-1206953541'), (u'INDIRECT_-1206957813', u'MULTIEQUAL_-1206957679'), (u'CALL_-1206963314', u'INDIRECT_-1206954922'), (u'MULTIEQUAL_-1206954741', u'MULTIEQUAL_-1206956740'), (u'MULTIEQUAL_-1206955469', u'MULTIEQUAL_-1206957538'), (u'INDIRECT_-1206956160', u'COPY_-1206956210'), (u'MULTIEQUAL_-1206956974', u'MULTIEQUAL_-1206956950'), (u'MULTIEQUAL_-1206957631', u'MULTIEQUAL_-1206956409'), (u'INDIRECT_-1206953359', u'MULTIEQUAL_-1206953304'), (u'INDIRECT_-1206953752', u'MULTIEQUAL_-1206955471'), (u'INDIRECT_-1206956230', u'MULTIEQUAL_-1206955423'), (u'INDIRECT_-1206956882', u'MULTIEQUAL_-1206956709'), (u'CALL_-1206962501', u'INDIRECT_-1206956142'), (u'CALL_-1206961669', u'INDIRECT_-1206953466'), (u'MULTIEQUAL_-1206955679', u'MULTIEQUAL_-1206955116'), (u'STORE_-1206961697', u'INDIRECT_-1206955869'), (u'INDIRECT_-1206956919', u'MULTIEQUAL_-1206956857'), (u'INDIRECT_-1206956016', u'COPY_-1206956030'), (u'MULTIEQUAL_-1206958134', u'PTRADD_-1206952148'), ('const-1', u'INT_ADD_-1206953086'), (u'CALL_-1206961866', u'INDIRECT_-1206955932'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957471'), ('tmp_3625', u'CBRANCH_-1206964221'), (u'INT_SUB_-1206963094', u'INT_LESS_-1206963079'), (u'CALL_-1206962796', u'INDIRECT_-1206956999'), (u'MULTIEQUAL_-1206957090', u'MULTIEQUAL_-1206957054'), (u'MULTIEQUAL_-1206956785', u'MULTIEQUAL_-1206957375'), (u'CALL_-1206961705', u'INDIRECT_-1206956729'), (u'COPY_-1206951467', u'CALL_-1206960892'), (u'INDIRECT_-1206956525', u'MULTIEQUAL_-1206958337'), (u'INDIRECT_-1206955490', u'MULTIEQUAL_-1206955341'), (u'CALL_-1206961669', u'INDIRECT_-1206955371'), (u'CALL_-1206966381', u'INDIRECT_-1206955434'), (u'INDIRECT_-1206956332', u'MULTIEQUAL_-1206954510'), ('tmp_5386', u'CBRANCH_-1206962274'), (u'MULTIEQUAL_-1206960981', u'PTRSUB_-1206954182'), ('tmp_2450', u'CBRANCH_-1206963465'), (u'CALL_-1206961721', u'INDIRECT_-1206954061'), (u'INDIRECT_-1206956520', u'MULTIEQUAL_-1206956522'), (u'LOAD_-1206963537', u'MULTIEQUAL_-1206957517'), (u'CALL_-1206961790', u'INDIRECT_-1206955109'), (u'MULTIEQUAL_-1206954833', u'MULTIEQUAL_-1206954797'), (u'MULTIEQUAL_-1206953373', u'MULTIEQUAL_-1206953359'), ('tmp_3911', u'CBRANCH_-1206963959'), ('tmp_6051', u'BRANCH_-1206961565'), (u'INDIRECT_-1206957849', u'MULTIEQUAL_-1206957887'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206956408'), (u'CALL_-1206962820', u'INDIRECT_-1206952799'), (u'CALL_-1206963330', u'INDIRECT_-1206954368'), (u'CALL_-1206964068', u'INDIRECT_-1206953335'), (u'INDIRECT_-1206957201', u'MULTIEQUAL_-1206957139'), ('const-0', u'INT_NOTEQUAL_-1206963505'), (u'INDIRECT_-1206958010', u'MULTIEQUAL_-1206955751'), (u'CALL_-1206961705', u'INDIRECT_-1206955883'), (u'INDIRECT_-1206953678', u'MULTIEQUAL_-1206953586'), (u'CALL_-1206963443', u'INDIRECT_-1206955385'), (u'INDIRECT_-1206955931', u'MULTIEQUAL_-1206955838'), (u'INDIRECT_-1206956699', u'MULTIEQUAL_-1206956598'), (u'INDIRECT_-1206957285', u'MULTIEQUAL_-1206957323'), (u'CALL_-1206961669', u'INDIRECT_-1206955795'), (u'CALL_-1206961533', u'INDIRECT_-1206952649'), (u'CALL_-1206963178', u'INDIRECT_-1206956186'), (u'LOAD_-1206964414', u'INT_EQUAL_-1206964388'), (u'CALL_-1206966522', u'INDIRECT_-1206956500'), (u'INDIRECT_-1206956639', u'MULTIEQUAL_-1206956530'), (u'LOAD_-1206961037', u'PTRSUB_-1206951452'), (u'CALL_-1206965235', u'INDIRECT_-1206955960'), (u'CALL_-1206960892', u'INDIRECT_-1206952357'), (u'MULTIEQUAL_-1206956411', u'MULTIEQUAL_-1206956381'), (u'CAST_-1206952877', u'INT_EQUAL_-1206964595'), (u'CALL_-1206963356', u'INDIRECT_-1206953806'), (u'STORE_-1206963494', u'INDIRECT_-1206956862'), (u'CALL_-1206964279', u'INDIRECT_-1206955949'), (u'INDIRECT_-1206955525', u'MULTIEQUAL_-1206954318'), (u'CALL_-1206964167', u'INDIRECT_-1206957996'), (u'CALL_-1206961810', u'INDIRECT_-1206953003'), (u'CALL_-1206961532', u'INDIRECT_-1206955279'), (u'CALL_-1206963178', u'INDIRECT_-1206957315'), (u'CALL_-1206966560', u'INDIRECT_-1206957798'), (u'CALL_-1206963564', u'INDIRECT_-1206955129'), (u'INDIRECT_-1206955226', u'MULTIEQUAL_-1206955094'), (u'INDIRECT_-1206953741', u'MULTIEQUAL_-1206953601'), (u'MULTIEQUAL_-1206953158', u'MULTIEQUAL_-1206952595'), (u'INDIRECT_-1206955036', u'MULTIEQUAL_-1206954397'), (u'INDIRECT_-1206957809', u'MULTIEQUAL_-1206958275'), (u'CALL_-1206963376', u'INDIRECT_-1206955014'), ('tmp_1591', u'CBRANCH_-1206964362'), ('tmp_1125', u'CBRANCH_-1206965335'), ('const-0', u'PTRSUB_-1206951337'), (u'MULTIEQUAL_-1206953706', u'MULTIEQUAL_-1206953682'), (u'PTRADD_-1206963412', u'LOAD_-1206963449'), (u'MULTIEQUAL_-1206954636', u'MULTIEQUAL_-1206953872'), (u'INDIRECT_-1206955802', u'COPY_-1206955810'), (u'CALL_-1206964167', u'INDIRECT_-1206957291'), (u'MULTIEQUAL_-1206957164', u'CALL_-1206963314'), (u'MULTIEQUAL_-1206955428', u'MULTIEQUAL_-1206955564'), (u'CALL_-1206961533', u'INDIRECT_-1206955377'), (u'INDIRECT_-1206954242', u'MULTIEQUAL_-1206954150'), (u'MULTIEQUAL_-1206957055', u'MULTIEQUAL_-1206956081'), (u'CALL_-1206962501', u'INDIRECT_-1206954732'), (u'MULTIEQUAL_-1206956270', u'MULTIEQUAL_-1206956240'), (u'CALL_-1206966381', u'INDIRECT_-1206958660'), (u'CALL_-1206966381', u'INDIRECT_-1206957954'), (u'MULTIEQUAL_-1206955845', u'MULTIEQUAL_-1206956384'), (u'INDIRECT_-1206955855', u'COPY_-1206955912'), (u'CALL_-1206963611', u'INDIRECT_-1206955159'), (u'CALL_-1206962650', u'INDIRECT_-1206954747'), (u'CAST_-1206954309', u'LOAD_-1206966394'), ('const-0', u'SUBPIECE_-1206961320'), (u'INDIRECT_-1206953858', u'MULTIEQUAL_-1206953718'), (u'CALL_-1206966560', u'INDIRECT_-1206958363'), ('const-1', u'INT_ADD_-1206964573'), (u'CALL_-1206963575', u'INDIRECT_-1206953624'), (u'INT_MULT_-1206958057', u'INT_ADD_-1206953086'), (u'MULTIEQUAL_-1206955643', u'MULTIEQUAL_-1206955522'), (u'CALL_-1206961810', u'INDIRECT_-1206956112'), ('tmp_2495', u'CBRANCH_-1206962857'), (u'INDIRECT_-1206956795', u'INT_EQUAL_-1206962244'), (u'CALL_-1206963359', u'INDIRECT_-1206955369'), (u'CALL_-1206961568', u'INDIRECT_-1206954034'), (u'INDIRECT_-1206955898', u'MULTIEQUAL_-1206955843'), (u'INDIRECT_-1206954586', u'COPY_-1206954643'), (u'INDIRECT_-1206953080', u'MULTIEQUAL_-1206952463'), (u'MULTIEQUAL_-1206957820', u'MULTIEQUAL_-1206957773'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957330'), (u'CALL_-1206963478', u'INT_SLESS_-1206963447'), (u'INDIRECT_-1206957954', u'MULTIEQUAL_-1206957820'), ('tmp_3708', u'BRANCH_-1206964060'), (u'CALL_-1206965235', u'INDIRECT_-1206956524'), ('const-1093982', u'COPY_-1206954664'), ('tmp_2571', u'BRANCH_-1206962793'), (u'CALL_-1206961525', u'INDIRECT_-1206953819'), (u'INDIRECT_-1206957534', u'MULTIEQUAL_-1206956785'), (u'CALL_-1206961669', u'INDIRECT_-1206956077'), (u'INDIRECT_-1206952606', u'MULTIEQUAL_-1206952573'), (u'CALL_-1206961495', u'INDIRECT_-1206954365'), ('tmp_21427', u'PTRSUB_-1206954514'), (u'MULTIEQUAL_-1206953632', u'MULTIEQUAL_-1206953632'), (u'INDIRECT_-1206953304', u'COPY_-1206953301'), (u'INDIRECT_-1206956372', u'MULTIEQUAL_-1206956287'), (u'INDIRECT_-1206954184', u'MULTIEQUAL_-1206953398'), (u'CALL_-1206963478', u'INDIRECT_-1206957520'), (u'INDIRECT_-1206953896', u'COPY_-1206953926'), (u'MULTIEQUAL_-1206957250', u'COPY_-1206952390'), (u'INDIRECT_-1206954714', u'MULTIEQUAL_-1206954666'), (u'INDIRECT_-1206957534', u'MULTIEQUAL_-1206955539'), (u'INDIRECT_-1206956024', u'MULTIEQUAL_-1206955941'), (u'CALL_-1206961705', u'INDIRECT_-1206953554'), (u'CALL_-1206961568', u'INDIRECT_-1206955162'), (u'LOAD_-1206961024', u'STORE_-1206961013'), (u'INDIRECT_-1206952871', u'MULTIEQUAL_-1206952894'), (u'STORE_-1206961738', u'INDIRECT_-1206954763'), ('const-433', u'STORE_-1206963275'), (u'CALL_-1206965223', u'INDIRECT_-1206956375'), (u'INDIRECT_-1206956403', u'MULTIEQUAL_-1206956286'), (u'MULTIEQUAL_-1206954797', u'MULTIEQUAL_-1206954676'), ('tmp_1770', u'CBRANCH_-1206964232'), (u'MULTIEQUAL_-1206957812', u'INT_ZEXT_-1206963315'), (u'INDIRECT_-1206954929', u'COPY_-1206954934'), (u'CALL_-1206962820', u'INDIRECT_-1206954638'), (u'INDIRECT_-1206958010', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206962475', u'INDIRECT_-1206955855'), (u'CALL_-1206964092', u'INDIRECT_-1206956572'), (u'CALL_-1206961575', u'INDIRECT_-1206954546'), (u'CALL_-1206966576', u'INDIRECT_-1206957106'), ('const-216', u'PTRSUB_-1206952188'), (u'MULTIEQUAL_-1206956295', u'MULTIEQUAL_-1206958294'), (u'INDIRECT_-1206953209', u'MULTIEQUAL_-1206953184'), (u'INDIRECT_-1206955345', u'MULTIEQUAL_-1206953523'), (u'CALL_-1206961477', u'INDIRECT_-1206955345'), (u'INDIRECT_-1206954103', u'MULTIEQUAL_-1206954088'), (u'INT_ZEXT_-1206961511', u'INT_MULT_-1206965968'), ('const-0', u'INT_SLESS_-1206966499'), (u'INDIRECT_-1206955668', u'MULTIEQUAL_-1206955575'), (u'CALL_-1206961866', u'INDIRECT_-1206956778'), (u'CALL_-1206966488', u'INDIRECT_-1206957324'), (u'COPY_-1206953244', u'MULTIEQUAL_-1206958078'), (u'INDIRECT_-1206956414', u'MULTIEQUAL_-1206957491'), (u'CALL_-1206963443', u'INDIRECT_-1206957886'), (u'CALL_-1206962475', u'INDIRECT_-1206956561'), (u'INDIRECT_-1206957783', u'MULTIEQUAL_-1206956468'), ('const-1', u'COPY_-1206965262'), (u'INDIRECT_-1206956513', u'MULTIEQUAL_-1206956104'), (u'INDIRECT_-1206956897', u'MULTIEQUAL_-1206956973'), (u'INT_NOTEQUAL_-1206966026', u'CBRANCH_-1206966025'), (u'INDIRECT_-1206953981', u'MULTIEQUAL_-1206953983'), (u'INDIRECT_-1206953363', u'MULTIEQUAL_-1206953252'), (u'MULTIEQUAL_-1206954154', u'MULTIEQUAL_-1206954124'), (u'CALL_-1206966645', u'INDIRECT_-1206957583'), (u'CALL_-1206962729', u'INDIRECT_-1206955318'), (u'MULTIEQUAL_-1206958337', u'INT_SLESS_-1206965267'), (u'CALL_-1206964010', u'INDIRECT_-1206954679'), (u'CALL_-1206963359', u'INDIRECT_-1206956357'), (u'INDIRECT_-1206955525', u'MULTIEQUAL_-1206955116'), ('const-1094107', u'COPY_-1206964423'), (u'PTRADD_-1206954386', u'PTRADD_-1206954356'), (u'INDIRECT_-1206955413', u'MULTIEQUAL_-1206953442'), (u'CALL_-1206963359', u'INDIRECT_-1206956216'), (u'CALL_-1206961532', u'INDIRECT_-1206955138'), ('const-0', u'COPY_-1206957429'), (u'CALL_-1206962501', u'INDIRECT_-1206956707'), (u'MULTIEQUAL_-1206955133', u'MULTIEQUAL_-1206955094'), (u'CALL_-1206964256', u'INDIRECT_-1206957595'), (u'CALL_-1206964167', u'INDIRECT_-1206957855'), (u'CALL_-1206961669', u'INDIRECT_-1206953226'), (u'CALL_-1206966480', u'INDIRECT_-1206958447'), (u'CALL_-1206961544', u'INDIRECT_-1206953736'), (u'CALL_-1206963513', u'INDIRECT_-1206956837'), (u'CALL_-1206961181', u'INDIRECT_-1206953776'), (u'MULTIEQUAL_-1206953125', u'MULTIEQUAL_-1206952525'), (u'INDIRECT_-1206953776', u'MULTIEQUAL_-1206955894'), (u'CALL_-1206961532', u'INDIRECT_-1206952569'), (u'CALL_-1206966673', u'INDIRECT_-1206957880'), ('const-433', u'LOAD_-1206961742'), (u'CALL_-1206961721', u'INDIRECT_-1206955471'), (u'CALL_-1206966480', u'INDIRECT_-1206959011'), (u'INDIRECT_-1206953332', u'MULTIEQUAL_-1206953255'), (u'CALL_-1206962226', u'INDIRECT_-1206954314'), (u'INDIRECT_-1206955900', u'MULTIEQUAL_-1206955804'), ('tmp_3663', u'CBRANCH_-1206964200'), (u'CALL_-1206964092', u'INDIRECT_-1206954456'), (u'INDIRECT_-1206954595', u'MULTIEQUAL_-1206954679'), (u'INDIRECT_-1206956680', u'MULTIEQUAL_-1206956558'), ('tmp_5640', u'CBRANCH_-1206961856'), (u'INT_NOTEQUAL_-1206961929', u'CBRANCH_-1206961928'), ('const-21', u'INT_LESS_-1206966104'), (u'CALL_-1206966157', u'INDIRECT_-1206957534'), (u'CALL_-1206966544', u'INDIRECT_-1206957785'), (u'CALL_-1206963356', u'INDIRECT_-1206955852'), (u'MULTIEQUAL_-1206957773', u'MULTIEQUAL_-1206957746'), (u'MULTIEQUAL_-1206956490', u'MULTIEQUAL_-1206956392'), (u'INDIRECT_-1206953840', u'MULTIEQUAL_-1206953842'), (u'CALL_-1206961790', u'INDIRECT_-1206956379'), (u'MULTIEQUAL_-1206958679', u'INT_NOTEQUAL_-1206961933'), (u'STORE_-1206961703', u'INDIRECT_-1206956580'), (u'INDIRECT_-1206955367', u'MULTIEQUAL_-1206955274'), (u'MULTIEQUAL_-1206953252', u'MULTIEQUAL_-1206953301'), ('const-216', u'PTRSUB_-1206951952'), (u'CALL_-1206965956', u'INDIRECT_-1206958273'), (u'INT_NOTEQUAL_-1206964263', u'CBRANCH_-1206964262'), (u'STORE_-1206961697', u'INDIRECT_-1206956501'), (u'INDIRECT_-1206954845', u'MULTIEQUAL_-1206954851'), (u'STORE_-1206961738', u'INDIRECT_-1206956315'), (u'CALL_-1206962576', u'INDIRECT_-1206955398'), (u'MULTIEQUAL_-1206954710', u'MULTIEQUAL_-1206954690'), (u'INT_SLESS_-1206963695', u'CBRANCH_-1206963702'), (u'LOAD_-1206964023', u'MULTIEQUAL_-1206959140'), (u'INDIRECT_-1206954613', u'MULTIEQUAL_-1206953974'), (u'CALL_-1206962796', u'INDIRECT_-1206956179'), (u'INT_NOTEQUAL_-1206963965', u'CBRANCH_-1206963959'), (u'INDIRECT_-1206958699', u'COPY_-1206958749'), (u'INDIRECT_-1206955209', u'MULTIEQUAL_-1206955139'), (u'INDIRECT_-1206956685', u'MULTIEQUAL_-1206956551'), (u'INT_ADD_-1206961670', u'MULTIEQUAL_-1206952129'), (u'MULTIEQUAL_-1206958526', u'MULTIEQUAL_-1206957698'), (u'STORE_-1206963453', u'INDIRECT_-1206954896'), (u'CALL_-1206965208', u'INDIRECT_-1206956645'), (u'INT_EQUAL_-1206964202', u'CBRANCH_-1206964200'), ('const-1069152', u'PTRSUB_-1206951812'), (u'INT_NOTEQUAL_-1206961933', u'CBRANCH_-1206961931'), ('tmp_1328', u'CBRANCH_-1206964593'), (u'MULTIEQUAL_-1206956223', u'MULTIEQUAL_-1206956272'), (u'CALL_-1206961641', u'INDIRECT_-1206956627'), (u'CALL_-1206960892', u'INDIRECT_-1206954454'), (u'INDIRECT_-1206955880', u'MULTIEQUAL_-1206955864'), ('const-1', u'CALL_-1206962576'), (u'INDIRECT_-1206955189', u'MULTIEQUAL_-1206955143'), (u'MULTIEQUAL_-1206953484', u'MULTIEQUAL_-1206955275'), (u'CALL_-1206961477', u'INDIRECT_-1206954075'), ('const-0', u'INT_EQUAL_-1206961858'), ('const-1', u'INT_ADD_-1206964096'), (u'CALL_-1206966157', u'INDIRECT_-1206956547'), (u'INDIRECT_-1206957170', u'MULTIEQUAL_-1206957074'), (u'STORE_-1206961738', u'INDIRECT_-1206954340'), (u'INDIRECT_-1206955414', u'COPY_-1206955441'), ('tmp_2421', u'BRANCH_-1206962845'), (u'CALL_-1206962838', u'INDIRECT_-1206952723'), (u'MULTIEQUAL_-1206952924', u'MULTIEQUAL_-1206952361'), (u'CALL_-1206961495', u'INDIRECT_-1206954929'), (u'INDIRECT_-1206955993', u'MULTIEQUAL_-1206955892'), ('const-1', u'PTRADD_-1206951791'), ('const-433', u'LOAD_-1206961037'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955425'), (u'INDIRECT_-1206956121', u'COPY_-1206956148'), ('tmp_2935', u'CBRANCH_-1206963623'), (u'CALL_-1206962650', u'INDIRECT_-1206955311'), (u'INDIRECT_-1206955662', u'MULTIEQUAL_-1206955724'), ('const-1', u'RETURN_-1206962645'), (u'INDIRECT_-1206953257', u'MULTIEQUAL_-1206954998'), (u'PTRADD_-1206952497', u'COPY_-1206952512'), (u'CALL_-1206966381', u'INDIRECT_-1206958942'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956442'), (u'CALL_-1206961575', u'INDIRECT_-1206952665'), (u'CALL_-1206964256', u'INDIRECT_-1206955195'), (u'CALL_-1206961629', u'INDIRECT_-1206954438'), (u'INDIRECT_-1206955330', u'MULTIEQUAL_-1206955570'), (u'STORE_-1206961013', u'INDIRECT_-1206954101'), (u'INDIRECT_-1206957738', u'MULTIEQUAL_-1206957572'), (u'MULTIEQUAL_-1206958667', u'MULTIEQUAL_-1206957839'), (u'CALL_-1206964279', u'INDIRECT_-1206957783'), (u'INDIRECT_-1206956284', u'MULTIEQUAL_-1206958185'), (u'CALL_-1206962729', u'INDIRECT_-1206956023'), (u'CALL_-1206966157', u'INDIRECT_-1206955413'), (u'INDIRECT_-1206955459', u'INT_NOTEQUAL_-1206961043'), (u'STORE_-1206961013', u'INDIRECT_-1206955653'), (u'INDIRECT_-1206956459', u'MULTIEQUAL_-1206954200'), (u'MULTIEQUAL_-1206955187', u'MULTIEQUAL_-1206957256'), (u'MULTIEQUAL_-1206955216', u'MULTIEQUAL_-1206955200'), (u'INDIRECT_-1206953716', u'MULTIEQUAL_-1206955612'), (u'INDIRECT_-1206955842', u'MULTIEQUAL_-1206957587'), (u'INDIRECT_-1206956464', u'MULTIEQUAL_-1206955962'), (u'INDIRECT_-1206956463', u'MULTIEQUAL_-1206957645'), (u'MULTIEQUAL_-1206957819', u'MULTIEQUAL_-1206956927'), (u'STORE_-1206963453', u'INDIRECT_-1206956307'), (u'CALL_-1206963720', u'INDIRECT_-1206956055'), (u'INDIRECT_-1206953868', u'COPY_-1206953865'), (u'INDIRECT_-1206956981', u'MULTIEQUAL_-1206956880'), (u'STORE_-1206961697', u'INDIRECT_-1206956151'), (u'INDIRECT_-1206955567', u'MULTIEQUAL_-1206956644'), (u'INDIRECT_-1206956726', u'MULTIEQUAL_-1206956710'), (u'MULTIEQUAL_-1206958400', u'COPY_-1206952395'), (u'INDIRECT_-1206954473', u'MULTIEQUAL_-1206954459'), (u'INDIRECT_-1206956063', u'MULTIEQUAL_-1206956204'), (u'INDIRECT_-1206958417', u'COPY_-1206958467'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206956772'), (u'COPY_-1206951603', u'MULTIEQUAL_-1206952225'), (u'CALL_-1206962820', u'INDIRECT_-1206957010'), ('const-1', u'PTRADD_-1206963074'), ('const-433', u'LOAD_-1206964155'), (u'MULTIEQUAL_-1206956503', u'MULTIEQUAL_-1206957093'), (u'CALL_-1206966480', u'INDIRECT_-1206956895'), (u'CALL_-1206966621', u'INDIRECT_-1206958268'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958276'), (u'INDIRECT_-1206953095', u'MULTIEQUAL_-1206953256'), (u'MULTIEQUAL_-1206954582', u'MULTIEQUAL_-1206954718'), (u'INDIRECT_-1206955964', u'MULTIEQUAL_-1206953729'), (u'INDIRECT_-1206952644', u'MULTIEQUAL_-1206952905'), (u'INDIRECT_-1206957661', u'MULTIEQUAL_-1206957537'), (u'CALL_-1206965956', u'INDIRECT_-1206957849'), (u'INDIRECT_-1206955188', u'MULTIEQUAL_-1206955250'), (u'INT_SLESS_-1206962853', u'CBRANCH_-1206962860'), (u'MULTIEQUAL_-1206955140', u'MULTIEQUAL_-1206955116'), (u'MULTIEQUAL_-1206954362', u'MULTIEQUAL_-1206954353'), (u'INDIRECT_-1206953819', u'MULTIEQUAL_-1206954511'), (u'MULTIEQUAL_-1206955798', u'PTRADD_-1206954386'), (u'CALL_-1206966488', u'INDIRECT_-1206955626'), (u'CALL_-1206963376', u'INDIRECT_-1206954591'), ('const-13', u'INT_EQUAL_-1206961510'), ('const-72', u'INT_EQUAL_-1206964123'), (u'CALL_-1206962226', u'INDIRECT_-1206954596'), (u'INDIRECT_-1206955552', u'MULTIEQUAL_-1206955430'), (u'CALL_-1206961124', u'INDIRECT_-1206953721'), (u'CALL_-1206963611', u'INDIRECT_-1206957557'), (u'INDIRECT_-1206957325', u'MULTIEQUAL_-1206957255'), (u'CALL_-1206964092', u'INDIRECT_-1206956290'), (u'CALL_-1206961532', u'INDIRECT_-1206954996'), ('tmp_5205', u'CBRANCH_-1206963140'), (u'MULTIEQUAL_-1206955256', u'MULTIEQUAL_-1206954693'), (u'INDIRECT_-1206955163', u'MULTIEQUAL_-1206955146'), (u'INDIRECT_-1206955024', u'COPY_-1206955054'), (u'CALL_-1206961525', u'INDIRECT_-1206956078'), (u'MULTIEQUAL_-1206955556', u'MULTIEQUAL_-1206955536'), ('const-0', u'INT_NOTEQUAL_-1206964367'), (u'INDIRECT_-1206956770', u'MULTIEQUAL_-1206956911'), (u'CALL_-1206961461', u'INDIRECT_-1206954487'), (u'INDIRECT_-1206954632', u'MULTIEQUAL_-1206954549'), (u'INT_AND_-1206961674', u'STORE_-1206961697'), (u'INDIRECT_-1206956357', u'MULTIEQUAL_-1206956248'), ('const-0', u'COPY_-1206958128'), (u'INDIRECT_-1206958885', u'MULTIEQUAL_-1206957594'), (u'MULTIEQUAL_-1206953895', u'MULTIEQUAL_-1206955894'), (u'INDIRECT_-1206953255', u'MULTIEQUAL_-1206953163'), (u'CALL_-1206962796', u'INDIRECT_-1206952905'), (u'INDIRECT_-1206956146', u'MULTIEQUAL_-1206954228'), ('const-1', u'INT_SUB_-1206963124'), (u'CALL_-1206962705', u'INDIRECT_-1206955024'), (u'INDIRECT_-1206957557', u'MULTIEQUAL_-1206955639'), (u'INDIRECT_-1206955849', u'MULTIEQUAL_-1206956926'), (u'INDIRECT_-1206955719', u'MULTIEQUAL_-1206956161'), (u'MULTIEQUAL_-1206955306', u'MULTIEQUAL_-1206957305'), ('const-2', u'INT_NOTEQUAL_-1206963466'), (u'INDIRECT_-1206955727', u'MULTIEQUAL_-1206957446'), ('const-68', u'INT_EQUAL_-1206964091'), (u'INDIRECT_-1206958334', u'MULTIEQUAL_-1206958185'), (u'CALL_-1206962838', u'INDIRECT_-1206952963'), (u'CALL_-1206963356', u'INDIRECT_-1206955570'), (u'CALL_-1206966522', u'INDIRECT_-1206955888'), (u'INT_EQUAL_-1206964452', u'CBRANCH_-1206964446'), ('const--1', u'INT_ADD_-1206963628'), (u'MULTIEQUAL_-1206957572', u'MULTIEQUAL_-1206959032'), (u'LOAD_-1206961882', u'STORE_-1206961703'), (u'COPY_-1206952102', u'CALL_-1206961669'), (u'INDIRECT_-1206955741', u'MULTIEQUAL_-1206955102'), (u'INT_EQUAL_-1206965292', u'CBRANCH_-1206965286'), (u'STORE_-1206963548', u'INDIRECT_-1206955931'), ('const-8', u'PTRADD_-1206953293'), (u'INDIRECT_-1206955052', u'MULTIEQUAL_-1206954997'), (u'INDIRECT_-1206959180', u'MULTIEQUAL_-1206959032'), (u'INDIRECT_-1206954732', u'MULTIEQUAL_-1206955174'), (u'CALL_-1206966464', u'INDIRECT_-1206956459'), (u'STORE_-1206961703', u'INDIRECT_-1206955449'), (u'INDIRECT_-1206953867', u'MULTIEQUAL_-1206955612'), (u'INDIRECT_-1206954061', u'MULTIEQUAL_-1206954015'), (u'INDIRECT_-1206952723', u'MULTIEQUAL_-1206952690'), (u'MULTIEQUAL_-1206955421', u'MULTIEQUAL_-1206955405'), (u'CALL_-1206963513', u'INDIRECT_-1206954862'), (u'MULTIEQUAL_-1206956128', u'MULTIEQUAL_-1206956104'), ('tmp_21427', u'PTRSUB_-1206952572'), (u'INDIRECT_-1206958696', u'MULTIEQUAL_-1206958734'), (u'INDIRECT_-1206953916', u'MULTIEQUAL_-1206953823'), (u'INDIRECT_-1206956131', u'MULTIEQUAL_-1206957208'), (u'CALL_-1206964010', u'CALL_-1206961181'), (u'CALL_-1206963478', u'INDIRECT_-1206956109'), (u'CALL_-1206962705', u'INDIRECT_-1206953473'), (u'INDIRECT_-1206955794', u'MULTIEQUAL_-1206956486'), (u'INDIRECT_-1206954651', u'MULTIEQUAL_-1206954549'), ('tmp_913', u'CBRANCH_-1206966002'), (u'INDIRECT_-1206955132', u'COPY_-1206955159'), (u'LOAD_-1206963751', u'CALL_-1206961547'), (u'CALL_-1206961866', u'INDIRECT_-1206956214'), (u'INDIRECT_-1206956267', u'MULTIEQUAL_-1206956223'), ('const-1', u'INT_SLESS_-1206964225'), (u'STORE_-1206961697', u'INDIRECT_-1206953753'), (u'INDIRECT_-1206956558', u'MULTIEQUAL_-1206956457'), (u'MULTIEQUAL_-1206957713', u'MULTIEQUAL_-1206959173'), (u'STORE_-1206961013', u'INDIRECT_-1206954806'), (u'CALL_-1206961641', u'INDIRECT_-1206955075'), (u'CALL_-1206961156', u'CAST_-1206951232'), (u'CALL_-1206963359', u'INDIRECT_-1206953272'), (u'CALL_-1206964279', u'INDIRECT_-1206957360'), (u'CALL_-1206966464', u'INDIRECT_-1206958151'), (u'INDIRECT_-1206955855', u'MULTIEQUAL_-1206956772'), (u'CALL_-1206964279', u'INDIRECT_-1206958206'), (u'CALL_-1206964092', u'INDIRECT_-1206956854'), (u'MULTIEQUAL_-1206955324', u'MULTIEQUAL_-1206954494'), (u'INDIRECT_-1206954947', u'MULTIEQUAL_-1206955639'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206956710'), (u'MULTIEQUAL_-1206956785', u'MULTIEQUAL_-1206956102'), (u'INDIRECT_-1206955790', u'MULTIEQUAL_-1206955697'), (u'INDIRECT_-1206952249', u'MULTIEQUAL_-1206952216'), ('const-0', u'INT_EQUAL_-1206963493'), (u'CALL_-1206963359', u'INDIRECT_-1206955228'), (u'CALL_-1206966464', u'INDIRECT_-1206958716'), (u'INDIRECT_-1206958151', u'MULTIEQUAL_-1206955892'), (u'CALL_-1206962729', u'INDIRECT_-1206954189'), (u'INT_ADD_-1206964209', u'INT_ZEXT_-1206959526'), (u'INDIRECT_-1206953003', u'MULTIEQUAL_-1206952967'), ('const-0', u'CALL_-1206963657'), (u'CALL_-1206963720', u'INDIRECT_-1206956760'), (u'MULTIEQUAL_-1206958679', u'MULTIEQUAL_-1206957926'), (u'CALL_-1206964167', u'INDIRECT_-1206956021'), (u'MULTIEQUAL_-1206956551', u'MULTIEQUAL_-1206956527'), (u'CALL_-1206964092', u'CAST_-1206952251'), (u'CALL_-1206961669', u'INDIRECT_-1206955230'), (u'INDIRECT_-1206953857', u'MULTIEQUAL_-1206955753'), (u'MULTIEQUAL_-1206957008', u'MULTIEQUAL_-1206958468'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964244'), (u'CALL_-1206962838', u'INDIRECT_-1206954421'), (u'CALL_-1206962838', u'INDIRECT_-1206953857'), (u'INDIRECT_-1206955888', u'MULTIEQUAL_-1206955764'), (u'INDIRECT_-1206952618', u'MULTIEQUAL_-1206954758'), (u'INDIRECT_-1206954285', u'COPY_-1206954312'), (u'MULTIEQUAL_-1206960325', u'MULTIEQUAL_-1206960307'), (u'INDIRECT_-1206955852', u'MULTIEQUAL_-1206955751'), (u'STORE_-1206961703', u'INDIRECT_-1206953757'), (u'LOAD_-1206964306', u'INT_EQUAL_-1206964287'), (u'CALL_-1206963720', u'INDIRECT_-1206955914'), (u'INT_SUB_-1206966118', u'INT_LESS_-1206966104'), (u'CALL_-1206963611', u'INDIRECT_-1206955723'), (u'INDIRECT_-1206955561', u'MULTIEQUAL_-1206955517'), (u'CALL_-1206961629', u'INDIRECT_-1206954015'), (u'INDIRECT_-1206955702', u'MULTIEQUAL_-1206955677'), (u'INDIRECT_-1206955037', u'MULTIEQUAL_-1206955023'), (u'COPY_-1206962790', u'MULTIEQUAL_-1206956958'), (u'CALL_-1206963376', u'INDIRECT_-1206956143'), (u'MULTIEQUAL_-1206957431', u'MULTIEQUAL_-1206958891'), (u'INDIRECT_-1206955739', u'MULTIEQUAL_-1206955723'), (u'CALL_-1206961533', u'INDIRECT_-1206955659'), (u'CALL_-1206965188', u'INDIRECT_-1206957060'), (u'INDIRECT_-1206955187', u'MULTIEQUAL_-1206957305'), (u'CALL_-1206966480', u'INDIRECT_-1206958023'), (u'INDIRECT_-1206956795', u'INT_EQUAL_-1206963983'), (u'CALL_-1206962729', u'INDIRECT_-1206955882'), (u'CALL_-1206966576', u'INDIRECT_-1206959222'), (u'INDIRECT_-1206953960', u'MULTIEQUAL_-1206953868'), ('const-1', u'INT_ADD_-1206961670'), ('tmp_38856', u'PIECE_-1206952529'), (u'INDIRECT_-1206955773', u'MULTIEQUAL_-1206955703'), (u'CALL_-1206963720', u'INDIRECT_-1206957748'), (u'MULTIEQUAL_-1206955610', u'MULTIEQUAL_-1206957679'), (u'MULTIEQUAL_-1206953398', u'MULTIEQUAL_-1206953368'), (u'INDIRECT_-1206955933', u'MULTIEQUAL_-1206955824'), (u'INDIRECT_-1206959088', u'MULTIEQUAL_-1206958337'), (u'MULTIEQUAL_-1206957372', u'MULTIEQUAL_-1206957336'), (u'MULTIEQUAL_-1206954415', u'MULTIEQUAL_-1206954326'), (u'CALL_-1206960892', u'INDIRECT_-1206955160'), ('const-1094148', u'COPY_-1206952237'), (u'INDIRECT_-1206953246', u'MULTIEQUAL_-1206953256'), (u'CALL_-1206966480', u'INDIRECT_-1206958729'), (u'CALL_-1206964256', u'INDIRECT_-1206956323'), (u'COPY_-1206952652', u'MULTIEQUAL_-1206958842'), (u'INDIRECT_-1206955270', u'MULTIEQUAL_-1206955148'), (u'CALL_-1206961810', u'INDIRECT_-1206954137'), (u'CALL_-1206963314', u'INDIRECT_-1206955204'), (u'INDIRECT_-1206954382', u'MULTIEQUAL_-1206954273'), (u'CALL_-1206963657', u'INDIRECT_-1206958005'), (u'CALL_-1206966605', u'INDIRECT_-1206958679'), (u'MULTIEQUAL_-1206955141', u'MULTIEQUAL_-1206954577'), (u'CALL_-1206961532', u'INDIRECT_-1206954573'), (u'INDIRECT_-1206955460', u'MULTIEQUAL_-1206955446'), (u'INDIRECT_-1206957748', u'MULTIEQUAL_-1206957678'), (u'MULTIEQUAL_-1206957491', u'MULTIEQUAL_-1206957464'), (u'CALL_-1206961544', u'INDIRECT_-1206953454'), (u'CALL_-1206964256', u'INDIRECT_-1206956888'), ('const-0', u'PTRSUB_-1206954182'), (u'CALL_-1206963178', u'INDIRECT_-1206957456'), ('const-0', u'INT_NOTEQUAL_-1206964051'), (u'MULTIEQUAL_-1206956895', u'MULTIEQUAL_-1206956131'), (u'INDIRECT_-1206952643', u'MULTIEQUAL_-1206952573'), (u'INDIRECT_-1206955742', u'MULTIEQUAL_-1206955728'), (u'INDIRECT_-1206953697', u'MULTIEQUAL_-1206953623'), (u'CALL_-1206963443', u'INDIRECT_-1206955526'), (u'INDIRECT_-1206954307', u'MULTIEQUAL_-1206952411'), (u'CALL_-1206961495', u'INDIRECT_-1206953801'), (u'INDIRECT_-1206955807', u'MULTIEQUAL_-1206955398'), (u'CALL_-1206966576', u'INDIRECT_-1206958093'), (u'CALL_-1206961790', u'INDIRECT_-1206953105'), (u'MULTIEQUAL_-1206956913', u'INT_AND_-1206964327'), (u'MULTIEQUAL_-1206955749', u'MULTIEQUAL_-1206955724'), (u'CALL_-1206961669', u'INDIRECT_-1206954666'), (u'INDIRECT_-1206954781', u'COPY_-1206954806'), (u'INT_EQUAL_-1206961858', u'CBRANCH_-1206961856'), (u'CALL_-1206961568', u'INDIRECT_-1206956291'), (u'CALL_-1206961156', u'INDIRECT_-1206953456'), (u'INDIRECT_-1206957642', u'MULTIEQUAL_-1206956327'), (u'MULTIEQUAL_-1206956665', u'MULTIEQUAL_-1206956621'), (u'INDIRECT_-1206955763', u'MULTIEQUAL_-1206955597'), (u'CALL_-1206961721', u'INDIRECT_-1206954625'), (u'INDIRECT_-1206953449', u'MULTIEQUAL_-1206953424'), (u'INDIRECT_-1206955532', u'MULTIEQUAL_-1206955534'), (u'INDIRECT_-1206953080', u'MULTIEQUAL_-1206954998'), (u'INDIRECT_-1206955045', u'MULTIEQUAL_-1206957163'), (u'CALL_-1206966645', u'INDIRECT_-1206958712'), (u'CALL_-1206963478', u'INDIRECT_-1206957238'), (u'CALL_-1206966605', u'INDIRECT_-1206958114'), (u'INDIRECT_-1206956948', u'MULTIEQUAL_-1206958761'), (u'LOAD_-1206961906', u'INT_NOTEQUAL_-1206961886'), (u'COPY_-1206952513', u'MULTIEQUAL_-1206959191'), (u'INDIRECT_-1206955770', u'MULTIEQUAL_-1206955635'), (u'INDIRECT_-1206954346', u'MULTIEQUAL_-1206954291'), (u'INDIRECT_-1206956984', u'COPY_-1206957041'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206966244'), (u'MULTIEQUAL_-1206958679', u'INT_NOTEQUAL_-1206961929'), (u'INDIRECT_-1206956539', u'MULTIEQUAL_-1206956417'), (u'INDIRECT_-1206956729', u'MULTIEQUAL_-1206956646'), (u'INDIRECT_-1206953794', u'MULTIEQUAL_-1206953718'), (u'CALL_-1206966560', u'INDIRECT_-1206955794'), (u'CALL_-1206966464', u'INDIRECT_-1206957305'), ('tmp_4578', u'CBRANCH_-1206963428'), (u'INDIRECT_-1206956425', u'MULTIEQUAL_-1206956867'), (u'MULTIEQUAL_-1206958679', u'CALL_-1206961534'), (u'INDIRECT_-1206955512', u'MULTIEQUAL_-1206956204'), (u'MULTIEQUAL_-1206954036', u'MULTIEQUAL_-1206956035'), (u'CALL_-1206965188', u'INDIRECT_-1206954897'), (u'MULTIEQUAL_-1206957491', u'MULTIEQUAL_-1206956808'), (u'CALL_-1206963356', u'INDIRECT_-1206956699'), (u'MULTIEQUAL_-1206952104', u'PTRSUB_-1206952188'), (u'MULTIEQUAL_-1206955597', u'MULTIEQUAL_-1206957057'), (u'INDIRECT_-1206952978', u'MULTIEQUAL_-1206953139'), ('tmp_3047', u'CBRANCH_-1206963516'), (u'INT_EQUAL_-1206966275', u'CBRANCH_-1206966273'), (u'MULTIEQUAL_-1206954086', u'MULTIEQUAL_-1206953559'), (u'CALL_-1206961534', u'INDIRECT_-1206954572'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964107'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964107'), (u'PTRSUB_-1206953544', u'CALL_-1206964279'), (u'INDIRECT_-1206956588', u'MULTIEQUAL_-1206955949'), (u'MULTIEQUAL_-1206953613', u'MULTIEQUAL_-1206953599'), (u'CALL_-1206966621', u'INDIRECT_-1206958127'), (u'MULTIEQUAL_-1206954833', u'MULTIEQUAL_-1206954270'), (u'CALL_-1206962226', u'INDIRECT_-1206956007'), ('const-1068832', u'PTRSUB_-1206951838'), (u'INDIRECT_-1206955573', u'COPY_-1206955630'), ('const-433', u'LOAD_-1206963635'), ('const-1096896', u'COPY_-1206962656'), (u'MULTIEQUAL_-1206958842', u'LOAD_-1206963635'), (u'CALL_-1206961156', u'INDIRECT_-1206955431'), (u'INDIRECT_-1206954782', u'MULTIEQUAL_-1206954758'), (u'MULTIEQUAL_-1206955281', u'MULTIEQUAL_-1206955820'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957612'), (u'CALL_-1206961532', u'INDIRECT_-1206953586'), (u'INDIRECT_-1206954803', u'MULTIEQUAL_-1206954710'), ('const-0', u'SUBPIECE_-1206959558'), (u'INDIRECT_-1206955496', u'MULTIEQUAL_-1206955401'), (u'CALL_-1206964068', u'INDIRECT_-1206955714'), (u'INDIRECT_-1206953545', u'COPY_-1206953553'), ('const-4294967295', u'INT_ADD_-1206957630'), (u'CALL_-1206966576', u'INDIRECT_-1206956965'), (u'CALL_-1206961181', u'INDIRECT_-1206954763'), (u'CALL_-1206963513', u'INDIRECT_-1206953704'), (u'CALL_-1206961669', u'INDIRECT_-1206956784'), (u'STORE_-1206963453', u'INDIRECT_-1206957296'), (u'CALL_-1206961547', u'INDIRECT_-1206955520'), (u'CALL_-1206962576', u'INDIRECT_-1206954975'), (u'MULTIEQUAL_-1206956752', u'MULTIEQUAL_-1206955988'), (u'INDIRECT_-1206954995', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206961371', u'INDIRECT_-1206956319'), (u'INDIRECT_-1206955445', u'MULTIEQUAL_-1206955428'), (u'CALL_-1206963575', u'INDIRECT_-1206955580'), (u'STORE_-1206961703', u'INDIRECT_-1206954039'), (u'COPY_-1206964089', u'MULTIEQUAL_-1206958264'), (u'INDIRECT_-1206954175', u'MULTIEQUAL_-1206955894'), ('const-0', u'CALL_-1206964279'), (u'INDIRECT_-1206956005', u'MULTIEQUAL_-1206955881'), (u'INDIRECT_-1206954739', u'MULTIEQUAL_-1206956458'), (u'CALL_-1206963513', u'INDIRECT_-1206953470'), ('const-116', u'INT_EQUAL_-1206964223'), ('const-5', u'CALL_-1206961669'), (u'INDIRECT_-1206954803', u'MULTIEQUAL_-1206954671'), ('const-1', u'INT_SLESS_-1206963977'), (u'INDIRECT_-1206956036', u'MULTIEQUAL_-1206955990'), (u'CALL_-1206966522', u'INDIRECT_-1206959859'), (u'CALL_-1206961721', u'INDIRECT_-1206956177'), (u'CALL_-1206962796', u'INDIRECT_-1206956463'), ('tmp_2493', u'CBRANCH_-1206962860'), (u'MULTIEQUAL_-1206953599', u'MULTIEQUAL_-1206952835'), (u'INDIRECT_-1206957249', u'MULTIEQUAL_-1206957132'), (u'INDIRECT_-1206958237', u'MULTIEQUAL_-1206958102'), (u'CALL_-1206963314', u'INDIRECT_-1206954217'), (u'INDIRECT_-1206953855', u'MULTIEQUAL_-1206953798'), (u'CALL_-1206963359', u'INDIRECT_-1206954241'), (u'LOAD_-1206966243', u'INT_NOTEQUAL_-1206966227'), (u'INDIRECT_-1206954383', u'MULTIEQUAL_-1206954291'), (u'CALL_-1206963611', u'INDIRECT_-1206954424'), (u'INDIRECT_-1206953726', u'MULTIEQUAL_-1206955471'), (u'CALL_-1206963314', u'INDIRECT_-1206956897'), (u'INDIRECT_-1206955230', u'MULTIEQUAL_-1206955138'), (u'INDIRECT_-1206956637', u'COPY_-1206956691'), (u'INDIRECT_-1206956406', u'MULTIEQUAL_-1206955657'), (u'INDIRECT_-1206956075', u'MULTIEQUAL_-1206955966'), (u'INDIRECT_-1206954568', u'MULTIEQUAL_-1206954666'), (u'INDIRECT_-1206954484', u'MULTIEQUAL_-1206954438'), (u'INDIRECT_-1206955031', u'MULTIEQUAL_-1206953740'), (u'INDIRECT_-1206954679', u'MULTIEQUAL_-1206953872'), ('const-5', u'CALL_-1206962729'), ('const-0', u'COPY_-1206958769'), (u'CALL_-1206961705', u'INDIRECT_-1206955036'), (u'INDIRECT_-1206954240', u'MULTIEQUAL_-1206954192'), (u'CALL_-1206962501', u'INDIRECT_-1206953955'), (u'CALL_-1206962475', u'INDIRECT_-1206953335'), (u'INDIRECT_-1206954392', u'MULTIEQUAL_-1206954309'), (u'MULTIEQUAL_-1206952697', u'MULTIEQUAL_-1206953373'), (u'STORE_-1206961697', u'INDIRECT_-1206954317'), (u'CALL_-1206962501', u'INDIRECT_-1206957130'), (u'INDIRECT_-1206955719', u'MULTIEQUAL_-1206957621'), (u'CALL_-1206961547', u'INDIRECT_-1206956086'), (u'INDIRECT_-1206952671', u'MULTIEQUAL_-1206953879'), (u'CALL_-1206966157', u'INDIRECT_-1206958522'), (u'STORE_-1206961703', u'INDIRECT_-1206955873'), ('const-1143297', u'INT_AND_-1206959369'), (u'INDIRECT_-1206954499', u'COPY_-1206954524'), (u'MULTIEQUAL_-1206954671', u'MULTIEQUAL_-1206954793'), ('const-0', u'PTRSUB_-1206954309'), (u'CALL_-1206966576', u'INDIRECT_-1206958376'), (u'CALL_-1206963356', u'INDIRECT_-1206955006'), (u'MULTIEQUAL_-1206954623', u'MULTIEQUAL_-1206956692'), (u'INDIRECT_-1206956474', u'COPY_-1206956499'), (u'INDIRECT_-1206957296', u'MULTIEQUAL_-1206957282'), (u'INDIRECT_-1206955193', u'MULTIEQUAL_-1206955138'), (u'CALL_-1206966621', u'INDIRECT_-1206955724'), (u'INDIRECT_-1206959139', u'MULTIEQUAL_-1206956880'), (u'INDIRECT_-1206953998', u'MULTIEQUAL_-1206955894'), (u'INDIRECT_-1206959083', u'MULTIEQUAL_-1206958949'), (u'INDIRECT_-1206955832', u'MULTIEQUAL_-1206957728'), (u'MULTIEQUAL_-1206955094', u'MULTIEQUAL_-1206955216'), (u'CALL_-1206961810', u'INDIRECT_-1206956678'), (u'MULTIEQUAL_-1206956364', u'MULTIEQUAL_-1206956486'), (u'CALL_-1206966605', u'INDIRECT_-1206956704'), (u'PTRSUB_-1206954495', u'CALL_-1206966464'), (u'CAST_-1206952508', u'STORE_-1206963548'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206955161'), (u'CALL_-1206966480', u'INDIRECT_-1206958870'), (u'MULTIEQUAL_-1206956958', u'MULTIEQUAL_-1206956913'), ('const-8', u'PTRADD_-1206952587'), (u'MULTIEQUAL_-1206955681', u'INT_SUB_-1206966295'), (u'INDIRECT_-1206955808', u'MULTIEQUAL_-1206955703'), (u'INDIRECT_-1206955178', u'MULTIEQUAL_-1206955164'), (u'CALL_-1206964256', u'INDIRECT_-1206953803'), (u'INT_SUB_-1206966295', u'INT_SEXT_-1206952538'), (u'CALL_-1206963356', u'INDIRECT_-1206956417'), (u'STORE_-1206961697', u'INDIRECT_-1206954808'), (u'MULTIEQUAL_-1206956221', u'MULTIEQUAL_-1206955538'), (u'INDIRECT_-1206956989', u'MULTIEQUAL_-1206958891'), (u'CALL_-1206966488', u'INDIRECT_-1206957888'), (u'MULTIEQUAL_-1206958055', u'MULTIEQUAL_-1206957372'), (u'CALL_-1206964256', u'INDIRECT_-1206955336'), ('tmp_5136', u'CBRANCH_-1206964545'), (u'INDIRECT_-1206956967', u'MULTIEQUAL_-1206956833'), (u'CALL_-1206966560', u'INDIRECT_-1206956034'), (u'INDIRECT_-1206955048', u'MULTIEQUAL_-1206955002'), (u'INDIRECT_-1206953574', u'MULTIEQUAL_-1206953500'), ('const-433', u'LOAD_-1206964023'), (u'STORE_-1206963453', u'INDIRECT_-1206956871'), (u'MULTIEQUAL_-1206953872', u'MULTIEQUAL_-1206953842'), (u'MULTIEQUAL_-1206954717', u'MULTIEQUAL_-1206955256'), (u'MULTIEQUAL_-1206954362', u'MULTIEQUAL_-1206954326'), (u'INT_NOTEQUAL_-1206963622', u'CBRANCH_-1206963623'), (u'CALL_-1206963443', u'INDIRECT_-1206954094'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956851'), (u'INDIRECT_-1206957889', u'MULTIEQUAL_-1206957819'), (u'MULTIEQUAL_-1206955341', u'MULTIEQUAL_-1206954741'), (u'CALL_-1206962650', u'INDIRECT_-1206954606'), (u'MULTIEQUAL_-1206958949', u'MULTIEQUAL_-1206958786'), (u'MULTIEQUAL_-1206954177', u'MULTIEQUAL_-1206956176'), (u'CALL_-1206961534', u'INDIRECT_-1206954995'), (u'CALL_-1206964068', u'INDIRECT_-1206956843'), (u'CALL_-1206962820', u'INDIRECT_-1206954779'), (u'INDIRECT_-1206955418', u'MULTIEQUAL_-1206957163'), (u'INDIRECT_-1206955028', u'MULTIEQUAL_-1206955007'), ('const-1094196', u'COPY_-1206951440'), (u'INDIRECT_-1206954665', u'MULTIEQUAL_-1206954573'), (u'STORE_-1206963324', u'INDIRECT_-1206956549'), (u'INDIRECT_-1206958378', u'MULTIEQUAL_-1206958261'), (u'INDIRECT_-1206954727', u'COPY_-1206954784'), (u'INDIRECT_-1206953272', u'MULTIEQUAL_-1206953187'), (u'INDIRECT_-1206956001', u'MULTIEQUAL_-1206955903'), (u'INDIRECT_-1206955689', u'MULTIEQUAL_-1206955632'), (u'CALL_-1206966645', u'INDIRECT_-1206958430'), ('const-1114912', u'PTRSUB_-1206954309'), (u'INDIRECT_-1206955601', u'MULTIEQUAL_-1206955556'), (u'INDIRECT_-1206956253', u'MULTIEQUAL_-1206956196'), ('const-0', u'INT_NOTEQUAL_-1206963516'), (u'CALL_-1206965188', u'INDIRECT_-1206957484'), (u'INDIRECT_-1206956576', u'MULTIEQUAL_-1206956559'), (u'CALL_-1206961669', u'INDIRECT_-1206954525'), (u'CALL_-1206966576', u'INDIRECT_-1206958234'), (u'INDIRECT_-1206958663', u'MULTIEQUAL_-1206957914'), (u'INDIRECT_-1206953492', u'MULTIEQUAL_-1206953421'), (u'INDIRECT_-1206953598', u'MULTIEQUAL_-1206955524'), (u'INDIRECT_-1206954834', u'MULTIEQUAL_-1206954717'), (u'INDIRECT_-1206953335', u'MULTIEQUAL_-1206953496'), (u'CALL_-1206963611', u'INT_ADD_-1206963483'), (u'CALL_-1206962650', u'INDIRECT_-1206953589'), (u'MULTIEQUAL_-1206956833', u'MULTIEQUAL_-1206956005'), (u'INDIRECT_-1206955486', u'COPY_-1206955511'), (u'INDIRECT_-1206957379', u'MULTIEQUAL_-1206957255'), (u'INDIRECT_-1206955406', u'MULTIEQUAL_-1206955349'), (u'CALL_-1206966560', u'INDIRECT_-1206958080'), (u'CALL_-1206964092', u'INDIRECT_-1206955302'), (u'MULTIEQUAL_-1206955993', u'MULTIEQUAL_-1206956129'), (u'MULTIEQUAL_-1206957760', u'CAST_-1206953206'), ('tmp_3879', u'CBRANCH_-1206963984'), (u'MULTIEQUAL_-1206957336', u'MULTIEQUAL_-1206956809'), (u'CALL_-1206961533', u'INDIRECT_-1206956084'), (u'INDIRECT_-1206955089', u'MULTIEQUAL_-1206954997'), (u'CALL_-1206965208', u'INDIRECT_-1206957492'), ('const-8', u'PTRADD_-1206952554'), (u'INDIRECT_-1206956963', u'MULTIEQUAL_-1206956841'), (u'INDIRECT_-1206956721', u'MULTIEQUAL_-1206956759'), (u'MULTIEQUAL_-1206953958', u'MULTIEQUAL_-1206955749'), (u'CAST_-1206952508', u'MULTIEQUAL_-1206960325'), (u'MULTIEQUAL_-1206954354', u'MULTIEQUAL_-1206953590'), (u'CALL_-1206961124', u'INDIRECT_-1206954426'), (u'CALL_-1206961525', u'INDIRECT_-1206954524'), (u'MULTIEQUAL_-1206956772', u'MULTIEQUAL_-1206956651'), (u'MULTIEQUAL_-1206955925', u'MULTIEQUAL_-1206955398'), (u'INDIRECT_-1206955635', u'COPY_-1206955640'), (u'CALL_-1206964068', u'INDIRECT_-1206957127'), (u'PTRADD_-1206952832', u'LOAD_-1206964306'), (u'SUBPIECE_-1206959455', u'CALL_-1206961568'), (u'MULTIEQUAL_-1206957773', u'MULTIEQUAL_-1206957090'), (u'CALL_-1206966605', u'INDIRECT_-1206955594'), (u'INDIRECT_-1206956425', u'MULTIEQUAL_-1206958327'), (u'INDIRECT_-1206955510', u'MULTIEQUAL_-1206955401'), (u'INDIRECT_-1206952757', u'MULTIEQUAL_-1206954524'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957048'), (u'MULTIEQUAL_-1206957631', u'INT_EQUAL_-1206964567'), (u'INT_SEXT_-1206964191', u'PTRADD_-1206952777'), (u'CALL_-1206966544', u'INDIRECT_-1206957080'), (u'CALL_-1206963564', u'INDIRECT_-1206957386'), (u'CALL_-1206961525', u'INDIRECT_-1206952643'), (u'CALL_-1206961477', u'INDIRECT_-1206956052'), (u'INDIRECT_-1206955063', u'MULTIEQUAL_-1206955139'), (u'LOAD_-1206965996', u'INT_SEXT_-1206965979'), (u'INDIRECT_-1206956442', u'COPY_-1206956492'), (u'INDIRECT_-1206954524', u'MULTIEQUAL_-1206954432'), (u'INDIRECT_-1206955650', u'COPY_-1206955704'), ('const-1', u'RETURN_-1206961542'), (u'INDIRECT_-1206957153', u'MULTIEQUAL_-1206957139'), (u'CALL_-1206961371', u'INDIRECT_-1206956176'), (u'CALL_-1206961371', u'INDIRECT_-1206955612'), (u'LOAD_-1206966394', u'CALL_-1206966381'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955778'), ('const-0', u'INT_NOTEQUAL_-1206962275'), (u'INDIRECT_-1206954580', u'MULTIEQUAL_-1206955657'), (u'CALL_-1206964068', u'INDIRECT_-1206955996'), (u'INDIRECT_-1206956501', u'MULTIEQUAL_-1206956486'), (u'CALL_-1206961790', u'INDIRECT_-1206955532'), (u'INDIRECT_-1206957262', u'MULTIEQUAL_-1206958337'), (u'INT_ADD_-1206957630', u'MULTIEQUAL_-1206954436'), (u'MULTIEQUAL_-1206952580', u'MULTIEQUAL_-1206953256'), (u'CALL_-1206961495', u'INDIRECT_-1206955776'), (u'INDIRECT_-1206955908', u'MULTIEQUAL_-1206955815'), (u'COPY_-1206953554', u'MULTIEQUAL_-1206953632'), (u'INDIRECT_-1206953074', u'MULTIEQUAL_-1206953022'), (u'CALL_-1206962475', u'INDIRECT_-1206956420'), (u'INT_NEGATE_-1206963842', u'INT_ADD_-1206963842'), (u'INDIRECT_-1206953944', u'MULTIEQUAL_-1206953359'), (u'INDIRECT_-1206956165', u'MULTIEQUAL_-1206956120'), (u'INDIRECT_-1206956542', u'CALL_-1206966560'), (u'INDIRECT_-1206953819', u'MULTIEQUAL_-1206953727'), (u'CALL_-1206961533', u'INDIRECT_-1206954530'), (u'CALL_-1206966645', u'INDIRECT_-1206955984'), (u'CALL_-1206962226', u'INDIRECT_-1206953678'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957429'), (u'CALL_-1206962650', u'INDIRECT_-1206953829'), (u'CALL_-1206963356', u'INDIRECT_-1206955288'), (u'INDIRECT_-1206955291', u'COPY_-1206955348'), (u'INDIRECT_-1206957743', u'MULTIEQUAL_-1206955921'), (u'INDIRECT_-1206956795', u'MULTIEQUAL_-1206956188'), (u'STORE_-1206961697', u'INDIRECT_-1206954103'), (u'INDIRECT_-1206955661', u'COPY_-1206955669'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206955764'), (u'CALL_-1206966645', u'INDIRECT_-1206959419'), (u'INDIRECT_-1206956778', u'MULTIEQUAL_-1206956716'), (u'MULTIEQUAL_-1206955361', u'MULTIEQUAL_-1206954834'), (u'STORE_-1206963494', u'INDIRECT_-1206955451'), ('const-433', u'STORE_-1206963494'), (u'CALL_-1206962650', u'INDIRECT_-1206956016'), (u'INDIRECT_-1206955765', u'MULTIEQUAL_-1206955641'), (u'CALL_-1206965956', u'INDIRECT_-1206958696'), (u'STORE_-1206961738', u'INDIRECT_-1206954058'), (u'INDIRECT_-1206957078', u'MULTIEQUAL_-1206956973'), (u'CALL_-1206961525', u'INDIRECT_-1206955230'), (u'INDIRECT_-1206953598', u'MULTIEQUAL_-1206954064'), (u'INDIRECT_-1206955129', u'MULTIEQUAL_-1206955007'), (u'INDIRECT_-1206954973', u'MULTIEQUAL_-1206956786'), (u'CALL_-1206961156', u'INDIRECT_-1206953879'), (u'COPY_-1206952395', u'MULTIEQUAL_-1206958941'), ('tmp_3975', u'CBRANCH_-1206963909'), (u'CALL_-1206963611', u'INDIRECT_-1206956569'), (u'CALL_-1206966464', u'INDIRECT_-1206957023'), (u'MULTIEQUAL_-1206955800', u'MULTIEQUAL_-1206955922'), (u'INDIRECT_-1206957218', u'MULTIEQUAL_-1206956011'), (u'INDIRECT_-1206953218', u'MULTIEQUAL_-1206953163'), (u'INDIRECT_-1206956600', u'MULTIEQUAL_-1206956427'), (u'CALL_-1206961641', u'INDIRECT_-1206953452'), ('const-1', u'RETURN_-1206965183'), (u'LOAD_-1206963751', u'CALL_-1206963443'), (u'COPY_-1206958128', u'COPY_-1206953058'), (u'MULTIEQUAL_-1206958043', u'INT_SLESS_-1206963915'), (u'INDIRECT_-1206956580', u'MULTIEQUAL_-1206956618'), (u'CALL_-1206963443', u'INDIRECT_-1206956332'), (u'CALL_-1206962705', u'INDIRECT_-1206953755'), (u'INDIRECT_-1206955570', u'MULTIEQUAL_-1206955469'), (u'INDIRECT_-1206952520', u'PIECE_-1206952531'), (u'INDIRECT_-1206955723', u'MULTIEQUAL_-1206953805'), (u'MULTIEQUAL_-1206956772', u'MULTIEQUAL_-1206956674'), ('const-0', u'COPY_-1206961564'), (u'INDIRECT_-1206954944', u'MULTIEQUAL_-1206954812'), (u'MULTIEQUAL_-1206954389', u'MULTIEQUAL_-1206954511'), (u'CALL_-1206966488', u'INDIRECT_-1206958029'), (u'MULTIEQUAL_-1206956611', u'MULTIEQUAL_-1206956011'), (u'MULTIEQUAL_-1206956598', u'MULTIEQUAL_-1206958667'), (u'MULTIEQUAL_-1206957067', u'MULTIEQUAL_-1206957657'), (u'CALL_-1206963657', u'INDIRECT_-1206957439'), (u'INDIRECT_-1206957416', u'MULTIEQUAL_-1206955498'), (u'CALL_-1206961461', u'INDIRECT_-1206953500'), (u'CALL_-1206965235', u'INDIRECT_-1206955042'), (u'CALL_-1206961124', u'INDIRECT_-1206954990'), (u'MULTIEQUAL_-1206955986', u'COPY_-1206952368'), (u'INDIRECT_-1206955477', u'MULTIEQUAL_-1206955381'), (u'CAST_-1206951564', u'CALL_-1206962796'), (u'MULTIEQUAL_-1206954248', u'MULTIEQUAL_-1206954370'), (u'CALL_-1206966488', u'INDIRECT_-1206958170'), (u'CALL_-1206962705', u'INDIRECT_-1206954742'), (u'CALL_-1206963359', u'INDIRECT_-1206956780'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954461'), ('const-1', u'COPY_-1206958346'), (u'CALL_-1206961124', u'INDIRECT_-1206954567'), (u'CALL_-1206961810', u'INDIRECT_-1206954842'), (u'CALL_-1206961629', u'INDIRECT_-1206955426'), (u'INDIRECT_-1206958757', u'MULTIEQUAL_-1206958609'), (u'MULTIEQUAL_-1206956808', u'MULTIEQUAL_-1206956245'), (u'MULTIEQUAL_-1206959191', u'LOAD_-1206963327'), (u'INDIRECT_-1206953827', u'MULTIEQUAL_-1206953041'), (u'INDIRECT_-1206955821', u'MULTIEQUAL_-1206955704'), (u'CALL_-1206963478', u'INDIRECT_-1206955686'), (u'INDIRECT_-1206956625', u'MULTIEQUAL_-1206956530'), (u'MULTIEQUAL_-1206957618', u'MULTIEQUAL_-1206957498'), (u'CALL_-1206964167', u'INDIRECT_-1206956867'), (u'INDIRECT_-1206954184', u'MULTIEQUAL_-1206952999'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958558'), (u'INDIRECT_-1206953345', u'MULTIEQUAL_-1206953368'), (u'INDIRECT_-1206954740', u'MULTIEQUAL_-1206954723'), (u'CALL_-1206964167', u'INDIRECT_-1206955880'), (u'MULTIEQUAL_-1206954723', u'MULTIEQUAL_-1206954859'), ('const-5', u'CALL_-1206961156'), (u'CALL_-1206964167', u'INDIRECT_-1206958280'), (u'COPY_-1206952759', u'MULTIEQUAL_-1206959515'), (u'CALL_-1206963564', u'INDIRECT_-1206955270'), (u'INT_ADD_-1206963449', u'CAST_-1206952984'), (u'INDIRECT_-1206953803', u'MULTIEQUAL_-1206953325'), (u'INDIRECT_-1206955607', u'MULTIEQUAL_-1206955458'), (u'COPY_-1206964074', u'MULTIEQUAL_-1206956287'), (u'CALL_-1206963457', u'INDIRECT_-1206956786'), (u'INDIRECT_-1206956853', u'MULTIEQUAL_-1206958151'), (u'CALL_-1206962820', u'INDIRECT_-1206954215'), ('const-0', u'INT_EQUAL_-1206964452'), ('const--64', u'PTRSUB_-1206952572'), (u'CALL_-1206963611', u'INDIRECT_-1206955441'), (u'INDIRECT_-1206954370', u'MULTIEQUAL_-1206954511'), (u'INDIRECT_-1206956216', u'MULTIEQUAL_-1206956107'), (u'INDIRECT_-1206956319', u'MULTIEQUAL_-1206956559'), (u'MULTIEQUAL_-1206955643', u'MULTIEQUAL_-1206955116'), (u'CALL_-1206961575', u'INDIRECT_-1206955111'), (u'INDIRECT_-1206957461', u'MULTIEQUAL_-1206955639'), (u'INDIRECT_-1206954419', u'MULTIEQUAL_-1206954362'), (u'MULTIEQUAL_-1206953823', u'MULTIEQUAL_-1206953799'), (u'INDIRECT_-1206955550', u'MULTIEQUAL_-1206957446'), (u'MULTIEQUAL_-1206960307', u'CALL_-1206966157'), (u'CALL_-1206961124', u'INDIRECT_-1206953862'), (u'INDIRECT_-1206956589', u'MULTIEQUAL_-1206956574'), (u'INDIRECT_-1206954328', u'MULTIEQUAL_-1206954426'), (u'CALL_-1206961544', u'INDIRECT_-1206955852'), (u'INDIRECT_-1206953451', u'COPY_-1206953463'), (u'MULTIEQUAL_-1206955786', u'MULTIEQUAL_-1206954811'), (u'MULTIEQUAL_-1206954064', u'MULTIEQUAL_-1206955524'), ('const-1093699', u'COPY_-1206954699'), (u'CALL_-1206963657', u'INDIRECT_-1206956733'), (u'CALL_-1206963376', u'INDIRECT_-1206955719'), (u'INDIRECT_-1206957888', u'MULTIEQUAL_-1206957843'), (u'MULTIEQUAL_-1206954905', u'MULTIEQUAL_-1206956974'), (u'MULTIEQUAL_-1206958197', u'MULTIEQUAL_-1206958170'), (u'MULTIEQUAL_-1206956082', u'MULTIEQUAL_-1206956204'), (u'COPY_-1206961684', u'MULTIEQUAL_-1206955780'), (u'CALL_-1206962576', u'INDIRECT_-1206957250'), (u'COPY_-1206952559', u'CALL_-1206963513'), (u'INDIRECT_-1206957077', u'MULTIEQUAL_-1206956270'), (u'CALL_-1206961371', u'INDIRECT_-1206952527'), (u'INDIRECT_-1206957170', u'MULTIEQUAL_-1206956668'), (u'INDIRECT_-1206955578', u'MULTIEQUAL_-1206955480'), (u'LOAD_-1206963751', u'CALL_-1206963611'), (u'CALL_-1206961629', u'INDIRECT_-1206953592'), (u'CALL_-1206961629', u'INDIRECT_-1206954156'), (u'CALL_-1206963478', u'INDIRECT_-1206954294'), (u'INDIRECT_-1206955935', u'MULTIEQUAL_-1206956627'), (u'INDIRECT_-1206954178', u'COPY_-1206954208'), (u'CALL_-1206963359', u'INDIRECT_-1206957064'), (u'INDIRECT_-1206955622', u'MULTIEQUAL_-1206955456'), ('const-433', u'LOAD_-1206963751'), (u'INDIRECT_-1206956575', u'MULTIEQUAL_-1206958294'), (u'INDIRECT_-1206957285', u'MULTIEQUAL_-1206957264'), (u'MULTIEQUAL_-1206957114', u'MULTIEQUAL_-1206957098'), (u'CALL_-1206963457', u'INDIRECT_-1206954670'), (u'CALL_-1206962796', u'INDIRECT_-1206954204'), (u'INDIRECT_-1206955319', u'MULTIEQUAL_-1206955305'), (u'CALL_-1206964010', u'INDIRECT_-1206956654'), (u'CALL_-1206963611', u'INDIRECT_-1206954307'), (u'CALL_-1206964092', u'INDIRECT_-1206955725'), (u'CALL_-1206963657', u'INDIRECT_-1206955182'), (u'INDIRECT_-1206956993', u'MULTIEQUAL_-1206955075'), (u'INDIRECT_-1206954949', u'MULTIEQUAL_-1206954934'), ('const-433', u'LOAD_-1206961629'), (u'CALL_-1206961721', u'INDIRECT_-1206956036'), (u'INDIRECT_-1206956153', u'COPY_-1206956183'), (u'INDIRECT_-1206956999', u'MULTIEQUAL_-1206958207'), (u'MULTIEQUAL_-1206957090', u'MULTIEQUAL_-1206956527'), (u'MULTIEQUAL_-1206956363', u'MULTIEQUAL_-1206956336'), (u'INDIRECT_-1206956041', u'MULTIEQUAL_-1206955539'), (u'MULTIEQUAL_-1206958134', u'LOAD_-1206961708'), (u'INDIRECT_-1206955334', u'MULTIEQUAL_-1206955279'), (u'INDIRECT_-1206955996', u'COPY_-1206956053'), (u'CALL_-1206963330', u'INDIRECT_-1206955073'), (u'INDIRECT_-1206957994', u'COPY_-1206958044'), (u'CALL_-1206964256', u'INDIRECT_-1206956606'), ('tmp_1514', u'CBRANCH_-1206964446'), (u'CALL_-1206966544', u'INDIRECT_-1206956657'), (u'MULTIEQUAL_-1206956789', u'MULTIEQUAL_-1206956838'), (u'MULTIEQUAL_-1206955804', u'MULTIEQUAL_-1206957234'), (u'INDIRECT_-1206955075', u'MULTIEQUAL_-1206955216'), (u'INDIRECT_-1206955102', u'MULTIEQUAL_-1206954295'), ('const-8', u'PTRADD_-1206952521'), (u'CALL_-1206966560', u'INDIRECT_-1206959888'), (u'MULTIEQUAL_-1206954389', u'MULTIEQUAL_-1206954438'), (u'CALL_-1206963575', u'INDIRECT_-1206953741'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964187'), (u'INDIRECT_-1206956486', u'MULTIEQUAL_-1206956627'), (u'CALL_-1206963443', u'COPY_-1206953233'), (u'MULTIEQUAL_-1206956833', u'MULTIEQUAL_-1206956670'), (u'INDIRECT_-1206956307', u'MULTIEQUAL_-1206956262'), (u'CALL_-1206964068', u'INDIRECT_-1206955291'), (u'CALL_-1206961477', u'INDIRECT_-1206953652'), ('const-433', u'LOAD_-1206966243'), (u'CALL_-1206963178', u'INDIRECT_-1206956892'), (u'INDIRECT_-1206956432', u'MULTIEQUAL_-1206958151'), ('const-433', u'LOAD_-1206965996'), (u'CALL_-1206962501', u'INDIRECT_-1206956425'), (u'CALL_-1206962650', u'INDIRECT_-1206957147'), (u'CALL_-1206961721', u'INDIRECT_-1206955330'), (u'INDIRECT_-1206955219', u'INT_NOTEQUAL_-1206961712'), (u'CALL_-1206964010', u'CALL_-1206962838'), (u'CALL_-1206963720', u'INDIRECT_-1206956196'), (u'INDIRECT_-1206955940', u'MULTIEQUAL_-1206955894'), (u'CALL_-1206966381', u'INDIRECT_-1206955668'), ('const-0', u'INT_SLESS_-1206964483'), ('tmp_1561', u'CBRANCH_-1206964386'), ('tmp_999', u'BRANCH_-1206965935'), (u'CALL_-1206961371', u'INDIRECT_-1206954624'), (u'CALL_-1206963457', u'INDIRECT_-1206955093'), (u'CALL_-1206963478', u'INDIRECT_-1206955404'), (u'CALL_-1206960892', u'INDIRECT_-1206952474'), (u'MULTIEQUAL_-1206957290', u'MULTIEQUAL_-1206958750'), (u'MULTIEQUAL_-1206955988', u'MULTIEQUAL_-1206955958'), (u'COPY_-1206958769', u'MULTIEQUAL_-1206958679'), (u'MULTIEQUAL_-1206957055', u'MULTIEQUAL_-1206956957'), (u'INDIRECT_-1206956614', u'MULTIEQUAL_-1206956690'), ('tmp_6554', u'CBRANCH_-1206961656'), (u'CALL_-1206966605', u'INDIRECT_-1206957268'), (u'CALL_-1206966576', u'INDIRECT_-1206955690'), ('const-8', u'PTRADD_-1206952752'), (u'CALL_-1206963564', u'INDIRECT_-1206956398'), (u'CALL_-1206961532', u'INDIRECT_-1206955561'), (u'INDIRECT_-1206955781', u'MULTIEQUAL_-1206955922'), (u'LOAD_-1206964613', u'CAST_-1206952877'), (u'INDIRECT_-1206956702', u'COPY_-1206956759'), ('tmp_2306', u'CBRANCH_-1206962869'), (u'CALL_-1206965235', u'INDIRECT_-1206957229'), (u'CALL_-1206961525', u'INDIRECT_-1206955935'), (u'CALL_-1206962650', u'INDIRECT_-1206955593'), (u'INDIRECT_-1206953890', u'MULTIEQUAL_-1206953974'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955919'), (u'INDIRECT_-1206953363', u'MULTIEQUAL_-1206953373'), (u'CALL_-1206962650', u'INDIRECT_-1206955452'), (u'CALL_-1206961533', u'INDIRECT_-1206955518'), (u'INDIRECT_-1206955021', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206961721', u'INDIRECT_-1206953209'), (u'MULTIEQUAL_-1206956752', u'MULTIEQUAL_-1206956152'), (u'INT_EQUAL_-1206961691', u'CBRANCH_-1206961689'), (u'INDIRECT_-1206955908', u'MULTIEQUAL_-1206955798'), (u'CALL_-1206962650', u'INDIRECT_-1206954888'), (u'INDIRECT_-1206955583', u'MULTIEQUAL_-1206955667'), (u'CALL_-1206962796', u'INDIRECT_-1206954486'), (u'INDIRECT_-1206952483', u'MULTIEQUAL_-1206952450'), (u'INDIRECT_-1206954314', u'MULTIEQUAL_-1206955612'), (u'CALL_-1206962796', u'INDIRECT_-1206956038'), (u'INDIRECT_-1206955396', u'MULTIEQUAL_-1206957209'), (u'CALL_-1206961568', u'INDIRECT_-1206955727'), (u'CALL_-1206966464', u'INDIRECT_-1206956882'), (u'INDIRECT_-1206955984', u'COPY_-1206955981'), (u'CALL_-1206966576', u'INDIRECT_-1206958658'), (u'MULTIEQUAL_-1206960307', u'MULTIEQUAL_-1206958941'), (u'INDIRECT_-1206957205', u'MULTIEQUAL_-1206957057'), (u'CALL_-1206963575', u'INDIRECT_-1206957416'), (u'INDIRECT_-1206957492', u'MULTIEQUAL_-1206957446'), (u'CALL_-1206963376', u'INDIRECT_-1206955155'), (u'INDIRECT_-1206955971', u'MULTIEQUAL_-1206955914'), (u'CALL_-1206964279', u'INDIRECT_-1206956372'), (u'INDIRECT_-1206953801', u'COPY_-1206953806'), (u'INDIRECT_-1206956379', u'MULTIEQUAL_-1206956381'), (u'MULTIEQUAL_-1206956408', u'MULTIEQUAL_-1206955516'), (u'INDIRECT_-1206955931', u'MULTIEQUAL_-1206955869'), ('tmp_5731', u'CBRANCH_-1206961774'), (u'CALL_-1206962650', u'INDIRECT_-1206954465'), (u'CALL_-1206962729', u'INDIRECT_-1206956164'), (u'CALL_-1206961575', u'INDIRECT_-1206956100'), (u'CAST_-1206954111', u'CALLIND_-1206965972'), (u'MULTIEQUAL_-1206956362', u'MULTIEQUAL_-1206956952'), (u'INDIRECT_-1206957029', u'MULTIEQUAL_-1206956933'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956907'), (u'INDIRECT_-1206957602', u'MULTIEQUAL_-1206957678'), (u'INDIRECT_-1206954693', u'MULTIEQUAL_-1206954576'), (u'INT_NOTEQUAL_-1206961908', u'CBRANCH_-1206961905'), (u'CALL_-1206966157', u'INT_ZEXT_-1206961511'), (u'CALL_-1206963314', u'INDIRECT_-1206955909'), ('const-1', u'COPY_-1206965949'), (u'CALL_-1206961534', u'INDIRECT_-1206952991'), (u'INDIRECT_-1206954202', u'MULTIEQUAL_-1206954156'), (u'INDIRECT_-1206958837', u'MULTIEQUAL_-1206958875'), (u'CALL_-1206962576', u'INDIRECT_-1206955680'), (u'SUBPIECE_-1206961320', u'INT_AND_-1206966081'), (u'INDIRECT_-1206956156', u'MULTIEQUAL_-1206956135'), (u'STORE_-1206963275', u'INDIRECT_-1206955396'), ('const-0', u'INT_EQUAL_-1206964595'), (u'INDIRECT_-1206957393', u'MULTIEQUAL_-1206955398'), (u'INDIRECT_-1206954922', u'COPY_-1206954947'), (u'INT_NOTEQUAL_-1206962873', u'CBRANCH_-1206962869'), ('tmp_548', u'CBRANCH_-1206966251'), (u'CALL_-1206961544', u'INDIRECT_-1206953313'), (u'MULTIEQUAL_-1206958460', u'COPY_-1206952533'), (u'INDIRECT_-1206958660', u'MULTIEQUAL_-1206958526'), (u'INDIRECT_-1206954599', u'MULTIEQUAL_-1206954582'), (u'MULTIEQUAL_-1206959078', u'CAST_-1206952153'), (u'STORE_-1206963494', u'INDIRECT_-1206957851'), (u'CALL_-1206961533', u'INDIRECT_-1206954389'), ('const-2', u'CALL_-1206963657'), (u'CALL_-1206961495', u'INDIRECT_-1206952502'), (u'CALL_-1206966488', u'INDIRECT_-1206956619'), (u'CALL_-1206962729', u'INDIRECT_-1206955459'), ('const-433', u'LOAD_-1206963449'), (u'STORE_-1206961013', u'INDIRECT_-1206953537'), (u'INDIRECT_-1206954708', u'COPY_-1206954735'), (u'CALL_-1206964068', u'INDIRECT_-1206954304'), (u'INT_EQUAL_-1206963135', u'CBRANCH_-1206963140'), (u'MULTIEQUAL_-1206953841', u'MULTIEQUAL_-1206955632'), (u'COPY_-1206954664', u'CALL_-1206966621'), (u'MULTIEQUAL_-1206955274', u'MULTIEQUAL_-1206955254'), (u'MULTIEQUAL_-1206957760', u'INT_NEGATE_-1206963842'), (u'INT_NOTEQUAL_-1206963466', u'CBRANCH_-1206963465'), (u'INDIRECT_-1206955305', u'MULTIEQUAL_-1206955367'), (u'CALL_-1206966645', u'INDIRECT_-1206955861'), (u'INDIRECT_-1206955741', u'MULTIEQUAL_-1206955658'), ('tmp_4134', u'BRANCH_-1206963793'), (u'STORE_-1206961697', u'INDIRECT_-1206956010'), (u'MULTIEQUAL_-1206955711', u'MULTIEQUAL_-1206955847'), (u'CALL_-1206963443', u'INDIRECT_-1206954328'), (u'CALL_-1206966157', u'INT_SUB_-1206966118'), (u'INDIRECT_-1206954304', u'MULTIEQUAL_-1206955221'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206956569'), (u'INDIRECT_-1206955968', u'MULTIEQUAL_-1206955844'), (u'MULTIEQUAL_-1206956302', u'MULTIEQUAL_-1206957762'), (u'CALL_-1206961568', u'INDIRECT_-1206953893'), ('const-0', u'PTRSUB_-1206951812'), (u'CALL_-1206961790', u'INDIRECT_-1206953840'), (u'INDIRECT_-1206956162', u'MULTIEQUAL_-1206956146'), (u'MULTIEQUAL_-1206956099', u'MULTIEQUAL_-1206956055'), (u'INDIRECT_-1206957957', u'MULTIEQUAL_-1206957798'), (u'CALL_-1206963513', u'INDIRECT_-1206953944'), (u'INDIRECT_-1206956642', u'MULTIEQUAL_-1206956627'), (u'CALL_-1206961477', u'INDIRECT_-1206953793'), (u'INDIRECT_-1206955658', u'MULTIEQUAL_-1206955612'), (u'INDIRECT_-1206955904', u'MULTIEQUAL_-1206955738'), (u'CALL_-1206961156', u'INDIRECT_-1206952463'), (u'CALL_-1206966621', u'INDIRECT_-1206959256'), (u'CALL_-1206965235', u'INDIRECT_-1206955678'), (u'CALL_-1206961866', u'INDIRECT_-1206953603'), (u'INDIRECT_-1206955384', u'MULTIEQUAL_-1206954577'), (u'INDIRECT_-1206956408', u'MULTIEQUAL_-1206956364'), ('tmp_4839', u'CBRANCH_-1206961508'), (u'CALL_-1206961525', u'INDIRECT_-1206953960'), (u'STORE_-1206963275', u'INDIRECT_-1206955960'), (u'COPY_-1206951690', u'MULTIEQUAL_-1206959140'), (u'INDIRECT_-1206955267', u'MULTIEQUAL_-1206957163'), (u'COPY_-1206954311', u'MULTIEQUAL_-1206954436'), ('const-0', u'INT_EQUAL_-1206964548'), ('const-68', u'INT_ADD_-1206963483'), (u'CALL_-1206963457', u'INDIRECT_-1206953677'), ('const-0', u'INT_EQUAL_-1206963429'), (u'INDIRECT_-1206957360', u'MULTIEQUAL_-1206957055'), (u'INDIRECT_-1206957982', u'MULTIEQUAL_-1206956064'), (u'INDIRECT_-1206956273', u'MULTIEQUAL_-1206957350'), (u'CALL_-1206963443', u'INDIRECT_-1206955949'), (u'CALL_-1206966673', u'INDIRECT_-1206958727'), (u'MULTIEQUAL_-1206954797', u'MULTIEQUAL_-1206954270'), (u'INDIRECT_-1206955230', u'MULTIEQUAL_-1206955922'), (u'MULTIEQUAL_-1206954511', u'MULTIEQUAL_-1206954495'), (u'CALL_-1206963443', u'INDIRECT_-1206954509'), ('tmp_21427', u'PTRSUB_-1206954520'), (u'MULTIEQUAL_-1206956269', u'MULTIEQUAL_-1206955441'), (u'INT_ADD_-1206952527', u'PTRADD_-1206952480'), (u'COPY_-1206952104', u'MULTIEQUAL_-1206952104'), ('tmp_3595', u'CBRANCH_-1206964237'), (u'INDIRECT_-1206958434', u'MULTIEQUAL_-1206958261'), (u'INDIRECT_-1206955243', u'MULTIEQUAL_-1206954834'), (u'CALL_-1206964068', u'INDIRECT_-1206955573'), (u'MULTIEQUAL_-1206957195', u'MULTIEQUAL_-1206957074'), (u'CALL_-1206961629', u'INDIRECT_-1206955144'), (u'INT_MULT_-1206965968', u'INT_ADD_-1206954234'), (u'CALL_-1206965235', u'INDIRECT_-1206957935'), (u'MULTIEQUAL_-1206954812', u'MULTIEQUAL_-1206954934'), (u'CALL_-1206961641', u'INDIRECT_-1206955922'), (u'INDIRECT_-1206954150', u'COPY_-1206954147'), (u'INT_SLESS_-1206964225', u'CBRANCH_-1206964232'), (u'INDIRECT_-1206954606', u'COPY_-1206954620'), ('const-1094053', u'COPY_-1206954383'), (u'INDIRECT_-1206957288', u'COPY_-1206957338'), (u'MULTIEQUAL_-1206955979', u'MULTIEQUAL_-1206955940'), ('const-433', u'LOAD_-1206963132'), (u'CALL_-1206961371', u'INDIRECT_-1206954201'), (u'INDIRECT_-1206957359', u'MULTIEQUAL_-1206956950'), ('const-433', u'LOAD_-1206963544'), (u'MULTIEQUAL_-1206954482', u'MULTIEQUAL_-1206956551'), (u'INDIRECT_-1206955649', u'MULTIEQUAL_-1206955517'), ('tmp_6070', u'BRANCH_-1206961531'), (u'MULTIEQUAL_-1206956695', u'MULTIEQUAL_-1206956665'), (u'CALL_-1206963330', u'INDIRECT_-1206955496'), (u'INDIRECT_-1206953314', u'MULTIEQUAL_-1206953252'), (u'CALL_-1206964010', u'CALL_-1206962226'), ('tmp_3693', u'CBRANCH_-1206964182'), (u'LOAD_-1206961877', u'CALL_-1206961810'), (u'STORE_-1206963453', u'INDIRECT_-1206957012'), (u'INDIRECT_-1206953326', u'MULTIEQUAL_-1206953301'), (u'CALL_-1206961568', u'INDIRECT_-1206956009'), (u'CALL_-1206966605', u'INDIRECT_-1206958397'), (u'CALL_-1206965956', u'INDIRECT_-1206958980'), (u'MULTIEQUAL_-1206956269', u'MULTIEQUAL_-1206956245'), (u'CALL_-1206961544', u'INDIRECT_-1206956136'), (u'INT_EQUAL_-1206964529', u'CBRANCH_-1206964527'), (u'INDIRECT_-1206956897', u'COPY_-1206956922'), (u'CALL_-1206961156', u'INDIRECT_-1206954725'), (u'INDIRECT_-1206955865', u'MULTIEQUAL_-1206957163'), (u'INT_SUB_-1206966295', u'COPY_-1206954311'), (u'INT_NOTEQUAL_-1206964326', u'CBRANCH_-1206964324'), (u'CALL_-1206961728', u'INDIRECT_-1206956489'), (u'CALL_-1206961728', u'INDIRECT_-1206954373'), (u'MULTIEQUAL_-1206955341', u'MULTIEQUAL_-1206954577'), (u'COPY_-1206952533', u'MULTIEQUAL_-1206958718'), (u'INDIRECT_-1206955601', u'MULTIEQUAL_-1206955587'), (u'INT_ADD_-1206964573', u'MULTIEQUAL_-1206959511'), (u'CALL_-1206965208', u'INDIRECT_-1206954665'), (u'PTRSUB_-1206951812', u'CALL_-1206961534'), (u'CALL_-1206960892', u'INDIRECT_-1206955018'), (u'CALL_-1206963611', u'INDIRECT_-1206954190'), (u'INDIRECT_-1206955791', u'INT_SLESS_-1206964538'), (u'INDIRECT_-1206954031', u'MULTIEQUAL_-1206954115'), (u'MULTIEQUAL_-1206955200', u'MULTIEQUAL_-1206954436'), (u'COPY_-1206954323', u'MULTIEQUAL_-1206954851'), (u'INDIRECT_-1206952741', u'MULTIEQUAL_-1206954881'), (u'MULTIEQUAL_-1206955115', u'MULTIEQUAL_-1206954552'), ('const-127', u'INT_AND_-1206961674'), (u'PTRADD_-1206952554', u'COPY_-1206952536'), (u'CALL_-1206960892', u'INDIRECT_-1206953890'), (u'CALL_-1206961866', u'INDIRECT_-1206955508'), (u'INDIRECT_-1206953437', u'MULTIEQUAL_-1206952820'), (u'INDIRECT_-1206956496', u'MULTIEQUAL_-1206956434'), (u'INDIRECT_-1206956666', u'MULTIEQUAL_-1206958479'), (u'STORE_-1206963494', u'INDIRECT_-1206955310'), (u'MULTIEQUAL_-1206959652', u'MULTIEQUAL_-1206958822'), (u'CALL_-1206963575', u'INDIRECT_-1206954734'), ('const-1', u'PTRADD_-1206952587'), (u'COPY_-1206964423', u'MULTIEQUAL_-1206958802'), (u'MULTIEQUAL_-1206959652', u'INT_ZEXT_-1206963627'), (u'CALL_-1206963564', u'INDIRECT_-1206957952'), (u'STORE_-1206961703', u'INDIRECT_-1206954885'), (u'INDIRECT_-1206956303', u'MULTIEQUAL_-1206956287'), (u'CALL_-1206966488', u'INDIRECT_-1206959017'), (u'MULTIEQUAL_-1206955906', u'MULTIEQUAL_-1206955142'), (u'INDIRECT_-1206955808', u'MULTIEQUAL_-1206955723'), (u'CALL_-1206964256', u'INDIRECT_-1206954277'), (u'INDIRECT_-1206955384', u'MULTIEQUAL_-1206954177'), (u'COPY_-1206952943', u'MULTIEQUAL_-1206957869'), (u'CALL_-1206962729', u'INDIRECT_-1206953625'), (u'INDIRECT_-1206959762', u'MULTIEQUAL_-1206959669'), (u'INDIRECT_-1206957426', u'MULTIEQUAL_-1206957405'), (u'INDIRECT_-1206956072', u'MULTIEQUAL_-1206955979'), (u'CALL_-1206964068', u'INDIRECT_-1206955150'), (u'MULTIEQUAL_-1206955140', u'MULTIEQUAL_-1206955679'), (u'MULTIEQUAL_-1206955502', u'MULTIEQUAL_-1206955381'), (u'INDIRECT_-1206955009', u'COPY_-1206955066'), (u'CALL_-1206961371', u'INDIRECT_-1206954483'), ('tmp_673', u'CBRANCH_-1206966140'), (u'LOAD_-1206961742', u'CALL_-1206961721'), (u'MULTIEQUAL_-1206955235', u'MULTIEQUAL_-1206955284'), (u'MULTIEQUAL_-1206958460', u'MULTIEQUAL_-1206958420'), (u'CALL_-1206962576', u'INDIRECT_-1206953799'), (u'INDIRECT_-1206953481', u'MULTIEQUAL_-1206953947'), (u'CALL_-1206963575', u'INDIRECT_-1206955721'), (u'INDIRECT_-1206956191', u'MULTIEQUAL_-1206954369'), (u'CALL_-1206963575', u'INDIRECT_-1206955157'), (u'INDIRECT_-1206954156', u'COPY_-1206954168'), (u'MULTIEQUAL_-1206953135', u'MULTIEQUAL_-1206953256'), (u'INDIRECT_-1206958616', u'MULTIEQUAL_-1206958468'), ('tmp_2273', u'BRANCH_-1206962999'), (u'STORE_-1206961697', u'INDIRECT_-1206954881'), (u'INDIRECT_-1206956814', u'MULTIEQUAL_-1206956690'), (u'STORE_-1206963494', u'INDIRECT_-1206957003'), (u'MULTIEQUAL_-1206954326', u'LOAD_-1206964414'), (u'LOAD_-1206961753', u'INT_EQUAL_-1206961735'), (u'INDIRECT_-1206957924', u'MULTIEQUAL_-1206957839'), (u'INDIRECT_-1206955490', u'MULTIEQUAL_-1206953255'), (u'MULTIEQUAL_-1206956768', u'MULTIEQUAL_-1206956752'), (u'MULTIEQUAL_-1206953145', u'MULTIEQUAL_-1206953281'), ('const-0', u'COPY_-1206958351'), ('const-1094084', u'COPY_-1206963482'), (u'MULTIEQUAL_-1206959462', u'SUBPIECE_-1206959500'), (u'INDIRECT_-1206956089', u'MULTIEQUAL_-1206954882'), (u'MULTIEQUAL_-1206955422', u'MULTIEQUAL_-1206955961'), (u'CALL_-1206966381', u'INDIRECT_-1206956403'), (u'INDIRECT_-1206954137', u'MULTIEQUAL_-1206954080'), (u'INT_NEGATE_-1206963596', u'INT_ADD_-1206963596'), (u'CALL_-1206966576', u'INDIRECT_-1206958799'), (u'CALL_-1206963356', u'INDIRECT_-1206956135'), (u'CALL_-1206965223', u'INDIRECT_-1206955670'), (u'INDIRECT_-1206957728', u'MULTIEQUAL_-1206955469'), (u'INDIRECT_-1206955653', u'MULTIEQUAL_-1206955561'), (u'MULTIEQUAL_-1206954295', u'MULTIEQUAL_-1206953731'), (u'INDIRECT_-1206955678', u'MULTIEQUAL_-1206957491'), (u'LOAD_-1206961924', u'INT_NOTEQUAL_-1206961908'), (u'CALL_-1206961790', u'INDIRECT_-1206954827'), ('const-433', u'LOAD_-1206961747'), (u'CALL_-1206963657', u'INDIRECT_-1206956028'), (u'CALL_-1206961810', u'INDIRECT_-1206953120'), (u'CALL_-1206961525', u'INDIRECT_-1206954242'), (u'INDIRECT_-1206954754', u'MULTIEQUAL_-1206954115'), ('tmp_4885', u'BRANCH_-1206961458'), (u'CALL_-1206961525', u'INDIRECT_-1206952760'), (u'MULTIEQUAL_-1206953022', u'MULTIEQUAL_-1206953158'), (u'CALL_-1206961669', u'INDIRECT_-1206956500'), (u'CALL_-1206963330', u'INDIRECT_-1206956766'), (u'CALL_-1206961575', u'CAST_-1206951189'), (u'INDIRECT_-1206955238', u'COPY_-1206955246'), (u'INDIRECT_-1206957991', u'MULTIEQUAL_-1206958029'), (u'MULTIEQUAL_-1206956808', u'MULTIEQUAL_-1206956772'), (u'CALL_-1206964010', u'INDIRECT_-1206956795'), (u'INDIRECT_-1206956888', u'MULTIEQUAL_-1206956791'), (u'MULTIEQUAL_-1206956381', u'MULTIEQUAL_-1206956337'), (u'MULTIEQUAL_-1206955820', u'MULTIEQUAL_-1206955784'), (u'CALL_-1206963178', u'INDIRECT_-1206956327'), (u'CALL_-1206966157', u'INDIRECT_-1206958945'), (u'CALL_-1206962796', u'INDIRECT_-1206952788'), (u'CALL_-1206966605', u'INDIRECT_-1206958538'), (u'INDIRECT_-1206959088', u'MULTIEQUAL_-1206958927'), (u'CALL_-1206962576', u'INDIRECT_-1206956386'), (u'CALL_-1206961641', u'INDIRECT_-1206953212'), (u'MULTIEQUAL_-1206957115', u'MULTIEQUAL_-1206956952'), ('tmp_3739', u'CBRANCH_-1206964104'), (u'INDIRECT_-1206959139', u'MULTIEQUAL_-1206958966'), (u'CALL_-1206961181', u'INDIRECT_-1206952384'), ('const-86', u'INT_EQUAL_-1206964244'), (u'CALL_-1206964010', u'INDIRECT_-1206957359'), (u'CALL_-1206963376', u'INDIRECT_-1206953574'), ('const-1', u'RETURN_-1206961490'), (u'CALL_-1206965956', u'INDIRECT_-1206956439'), (u'INDIRECT_-1206956862', u'MULTIEQUAL_-1206956900'), (u'STORE_-1206963275', u'INDIRECT_-1206956807'), (u'CALL_-1206964092', u'INDIRECT_-1206955866'), (u'INDIRECT_-1206954557', u'MULTIEQUAL_-1206954276'), ('const-1', u'COPY_-1206951603'), (u'MULTIEQUAL_-1206957961', u'MULTIEQUAL_-1206957798'), (u'MULTIEQUAL_-1206956631', u'MULTIEQUAL_-1206956533'), (u'STORE_-1206963324', u'INDIRECT_-1206956690'), (u'MULTIEQUAL_-1206957513', u'MULTIEQUAL_-1206956950'), ('tmp_5677', u'CBRANCH_-1206961825'), (u'CALL_-1206963314', u'INDIRECT_-1206956192'), (u'MULTIEQUAL_-1206957632', u'MULTIEQUAL_-1206957605'), (u'INDIRECT_-1206955147', u'MULTIEQUAL_-1206955046'), (u'CALL_-1206963564', u'INDIRECT_-1206956257'), (u'CALL_-1206965223', u'INDIRECT_-1206958352'), (u'INDIRECT_-1206953635', u'MULTIEQUAL_-1206955753'), (u'CALL_-1206963513', u'INDIRECT_-1206956414'), ('const-5', u'CALL_-1206966673'), (u'CALL_-1206962729', u'INDIRECT_-1206955035'), (u'INDIRECT_-1206954098', u'MULTIEQUAL_-1206953989'), (u'CALL_-1206961371', u'INDIRECT_-1206955471'), (u'CALL_-1206961810', u'INDIRECT_-1206955547'), ('tmp_6711', u'BRANCH_-1206960889'), (u'CALL_-1206966673', u'INDIRECT_-1206959009'), (u'MULTIEQUAL_-1206953368', u'MULTIEQUAL_-1206953324'), (u'CALL_-1206962576', u'INDIRECT_-1206953559'), ('const-87', u'INT_SLESS_-1206964230'), (u'INDIRECT_-1206956292', u'MULTIEQUAL_-1206956275'), (u'INDIRECT_-1206954913', u'MULTIEQUAL_-1206954817'), (u'INDIRECT_-1206955960', u'MULTIEQUAL_-1206957773'), (u'MULTIEQUAL_-1206956348', u'MULTIEQUAL_-1206956227'), (u'CALL_-1206966464', u'INDIRECT_-1206955490'), (u'CALL_-1206961371', u'INDIRECT_-1206954342'), (u'PTRADD_-1206963412', u'MULTIEQUAL_-1206958515'), (u'STORE_-1206963453', u'INDIRECT_-1206957153'), (u'STORE_-1206961697', u'INDIRECT_-1206955163'), ('const-0', u'INT_EQUAL_-1206961838'), (u'MULTIEQUAL_-1206958899', u'MULTIEQUAL_-1206957677'), (u'CALL_-1206961728', u'INDIRECT_-1206955360'), (u'INDIRECT_-1206957907', u'COPY_-1206957961'), (u'CALL_-1206963478', u'INDIRECT_-1206954651'), (u'MULTIEQUAL_-1206957926', u'LOAD_-1206961404'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206956295'), (u'INDIRECT_-1206957252', u'INT_EQUAL_-1206965357'), (u'INDIRECT_-1206955429', u'MULTIEQUAL_-1206955328'), (u'MULTIEQUAL_-1206955075', u'MULTIEQUAL_-1206955059'), (u'CALL_-1206961525', u'INDIRECT_-1206953678'), (u'CALL_-1206963575', u'INDIRECT_-1206957952'), (u'MULTIEQUAL_-1206956772', u'MULTIEQUAL_-1206956245'), (u'CALL_-1206961461', u'INDIRECT_-1206953923'), (u'INDIRECT_-1206958131', u'MULTIEQUAL_-1206958059'), (u'INDIRECT_-1206955593', u'COPY_-1206955607'), (u'CALL_-1206961790', u'INDIRECT_-1206956238'), ('const-6', u'INT_LESS_-1206963079'), (u'CALL_-1206966544', u'INDIRECT_-1206958773'), (u'INDIRECT_-1206956645', u'MULTIEQUAL_-1206956599'), (u'INDIRECT_-1206955037', u'MULTIEQUAL_-1206954992'), ('tmp_4475', u'CBRANCH_-1206963500'), (u'CALL_-1206966544', u'INDIRECT_-1206955781'), (u'MULTIEQUAL_-1206957914', u'MULTIEQUAL_-1206958504'), (u'CALL_-1206963376', u'INDIRECT_-1206956425'), (u'CALL_-1206961461', u'INDIRECT_-1206955334'), (u'STORE_-1206963275', u'INDIRECT_-1206956243'), (u'INDIRECT_-1206953129', u'MULTIEQUAL_-1206953018'), (u'MULTIEQUAL_-1206958196', u'MULTIEQUAL_-1206956974'), (u'MULTIEQUAL_-1206959953', u'INT_EQUAL_-1206963135'), (u'CALL_-1206963657', u'CALL_-1206963611'), (u'CALL_-1206961575', u'INDIRECT_-1206953418'), (u'MULTIEQUAL_-1206954154', u'MULTIEQUAL_-1206953590'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964202'), ('tmp_4206', u'CBRANCH_-1206963702'), (u'SUBPIECE_-1206959455', u'CALL_-1206961534'), (u'INT_ADD_-1206952540', u'PTRADD_-1206952493'), (u'MULTIEQUAL_-1206958515', u'PTRADD_-1206963412'), ('const-433', u'STORE_-1206961697'), (u'CALL_-1206961181', u'INDIRECT_-1206955892'), (u'INDIRECT_-1206957534', u'MULTIEQUAL_-1206957375'), (u'STORE_-1206963275', u'INDIRECT_-1206954409'), (u'MULTIEQUAL_-1206956102', u'MULTIEQUAL_-1206956093'), (u'CALL_-1206966522', u'INDIRECT_-1206956923'), (u'STORE_-1206961697', u'INDIRECT_-1206956360'), (u'INDIRECT_-1206955204', u'COPY_-1206955229'), (u'INDIRECT_-1206953449', u'MULTIEQUAL_-1206953372'), (u'CALL_-1206961124', u'INDIRECT_-1206952563'), (u'CALL_-1206961495', u'INDIRECT_-1206952742'), (u'INDIRECT_-1206957209', u'MULTIEQUAL_-1206957163'), (u'MULTIEQUAL_-1206956175', u'MULTIEQUAL_-1206958244'), (u'MULTIEQUAL_-1206958802', u'CALL_-1206964092'), (u'CALL_-1206966621', u'INDIRECT_-1206955841'), (u'MULTIEQUAL_-1206955388', u'MULTIEQUAL_-1206955361'), (u'CALL_-1206962705', u'INDIRECT_-1206954601'), (u'MULTIEQUAL_-1206953613', u'MULTIEQUAL_-1206955612'), (u'CALL_-1206963611', u'INDIRECT_-1206956287'), (u'INDIRECT_-1206955776', u'COPY_-1206955781'), (u'CALL_-1206962796', u'INDIRECT_-1206953145'), (u'INDIRECT_-1206957668', u'MULTIEQUAL_-1206957546'), ('tmp_1418', u'CBRANCH_-1206964527'), (u'INDIRECT_-1206953228', u'MULTIEQUAL_-1206953251'), (u'CALL_-1206961547', u'INDIRECT_-1206952768'), (u'INDIRECT_-1206954583', u'MULTIEQUAL_-1206954482'), (u'STORE_-1206963324', u'INDIRECT_-1206957113'), (u'CALL_-1206965956', u'INDIRECT_-1206958414'), (u'CALL_-1206962576', u'INDIRECT_-1206955116'), (u'INDIRECT_-1206956496', u'COPY_-1206956550'), (u'INDIRECT_-1206956720', u'MULTIEQUAL_-1206956699'), ('const-4294967295', u'INT_NOTEQUAL_-1206964263'), (u'CALL_-1206966673', u'INDIRECT_-1206958445'), (u'CALL_-1206961547', u'INDIRECT_-1206954250'), (u'INDIRECT_-1206953537', u'MULTIEQUAL_-1206954229'), (u'INDIRECT_-1206956936', u'MULTIEQUAL_-1206956631'), (u'INDIRECT_-1206956972', u'MULTIEQUAL_-1206956947'), (u'CALL_-1206962475', u'INDIRECT_-1206955573'), (u'INDIRECT_-1206953968', u'COPY_-1206953976'), (u'PTRADD_-1206954386', u'PTRADD_-1206952652'), (u'INDIRECT_-1206956179', u'MULTIEQUAL_-1206957363'), (u'MULTIEQUAL_-1206954122', u'MULTIEQUAL_-1206954086'), (u'MULTIEQUAL_-1206954304', u'MULTIEQUAL_-1206955764'), (u'INDIRECT_-1206955860', u'MULTIEQUAL_-1206955762'), (u'MULTIEQUAL_-1206955538', u'MULTIEQUAL_-1206954975'), (u'INDIRECT_-1206957607', u'MULTIEQUAL_-1206957537'), (u'MULTIEQUAL_-1206956093', u'MULTIEQUAL_-1206956066'), (u'CALL_-1206963330', u'INDIRECT_-1206953615'), (u'INDIRECT_-1206954445', u'COPY_-1206954502'), ('const-2', u'PTRADD_-1206952652'), (u'INDIRECT_-1206954849', u'COPY_-1206954876'), (u'INDIRECT_-1206955244', u'MULTIEQUAL_-1206955139'), (u'CALL_-1206961629', u'INDIRECT_-1206954861'), (u'CALL_-1206962226', u'INDIRECT_-1206956289'), (u'CALL_-1206966560', u'INDIRECT_-1206958786'), ('tmp_4364', u'CBRANCH_-1206963591'), (u'INDIRECT_-1206956783', u'MULTIEQUAL_-1206956768'), (u'STORE_-1206961697', u'INDIRECT_-1206954244'), (u'INDIRECT_-1206954481', u'MULTIEQUAL_-1206956599'), (u'INDIRECT_-1206957359', u'MULTIEQUAL_-1206956152'), (u'CALL_-1206965223', u'INDIRECT_-1206954794'), (u'INDIRECT_-1206954250', u'COPY_-1206954258'), (u'MULTIEQUAL_-1206954833', u'MULTIEQUAL_-1206954824'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206954005'), (u'INDIRECT_-1206955486', u'MULTIEQUAL_-1206955562'), (u'MULTIEQUAL_-1206955045', u'MULTIEQUAL_-1206955635'), (u'CALL_-1206964279', u'INT_NOTEQUAL_-1206964263'), (u'CALL_-1206966673', u'INDIRECT_-1206958303'), (u'MULTIEQUAL_-1206956646', u'MULTIEQUAL_-1206956695'), (u'INDIRECT_-1206954472', u'MULTIEQUAL_-1206953833'), (u'CALL_-1206965223', u'INDIRECT_-1206958068'), (u'STORE_-1206961738', u'INDIRECT_-1206953917'), ('const-0', u'INT_NOTEQUAL_-1206966026'), (u'CALL_-1206962226', u'INDIRECT_-1206954737'), (u'CALL_-1206963657', u'INDIRECT_-1206955605'), (u'MULTIEQUAL_-1206952120', u'INT_ADD_-1206961670'), ('const-0', u'INT_NOTEQUAL_-1206961908'), (u'CALL_-1206961544', u'INDIRECT_-1206955147'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958840'), (u'CALL_-1206961534', u'INDIRECT_-1206953726'), (u'INDIRECT_-1206953559', u'MULTIEQUAL_-1206953466'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206955278'), ('tmp_4953', u'CBRANCH_-1206963454'), (u'CALL_-1206966157', u'INDIRECT_-1206956829'), ('const-0', u'INT_NOTEQUAL_-1206961043'), (u'STORE_-1206963324', u'INDIRECT_-1206954715'), (u'MULTIEQUAL_-1206956221', u'MULTIEQUAL_-1206954999'), (u'CALL_-1206965188', u'INDIRECT_-1206957907'), (u'INDIRECT_-1206953874', u'COPY_-1206953886'), (u'CALL_-1206966522', u'INDIRECT_-1206958192'), (u'INDIRECT_-1206954067', u'MULTIEQUAL_-1206953682'), (u'CALL_-1206961728', u'INDIRECT_-1206953197'), (u'INDIRECT_-1206957315', u'MULTIEQUAL_-1206957149'), (u'INDIRECT_-1206954856', u'MULTIEQUAL_-1206954812'), (u'MULTIEQUAL_-1206953731', u'MULTIEQUAL_-1206955161'), (u'STORE_-1206963548', u'INDIRECT_-1206955085'), (u'MULTIEQUAL_-1206956867', u'MULTIEQUAL_-1206958327'), (u'INDIRECT_-1206957769', u'MULTIEQUAL_-1206957621'), (u'CALL_-1206961790', u'INT_EQUAL_-1206961776'), (u'CALL_-1206961534', u'INDIRECT_-1206955842'), (u'CALL_-1206964068', u'INDIRECT_-1206954868'), (u'INDIRECT_-1206956213', u'MULTIEQUAL_-1206956151'), (u'INDIRECT_-1206954873', u'MULTIEQUAL_-1206956775'), (u'MULTIEQUAL_-1206954209', u'MULTIEQUAL_-1206953682'), ('const-2', u'COPY_-1206962790'), ('const-104', u'INT_EQUAL_-1206964107'), (u'INDIRECT_-1206955422', u'MULTIEQUAL_-1206955484'), (u'CALL_-1206961124', u'INDIRECT_-1206954285'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956765'), (u'MULTIEQUAL_-1206956262', u'MULTIEQUAL_-1206956223'), (u'CALL_-1206966560', u'INDIRECT_-1206958927'), (u'INDIRECT_-1206957642', u'MULTIEQUAL_-1206957336'), (u'CALL_-1206961669', u'INDIRECT_-1206954948'), (u'INT_NOTEQUAL_-1206961043', u'CBRANCH_-1206961037'), ('const-433', u'LOAD_-1206961753'), (u'CALL_-1206961568', u'INDIRECT_-1206953140'), (u'INDIRECT_-1206956403', u'MULTIEQUAL_-1206956269'), (u'INDIRECT_-1206955279', u'MULTIEQUAL_-1206955235'), (u'INDIRECT_-1206955459', u'MULTIEQUAL_-1206955376'), (u'CALL_-1206964010', u'INDIRECT_-1206956089'), (u'CALL_-1206964279', u'INDIRECT_-1206955808'), (u'INDIRECT_-1206957068', u'MULTIEQUAL_-1206957022'), (u'INDIRECT_-1206953519', u'COPY_-1206953524'), (u'MULTIEQUAL_-1206957115', u'MULTIEQUAL_-1206957654'), (u'INDIRECT_-1206955531', u'MULTIEQUAL_-1206955407'), (u'INDIRECT_-1206956425', u'MULTIEQUAL_-1206956327'), ('const-0', u'INT_SLESS_-1206965267'), (u'INDIRECT_-1206954034', u'MULTIEQUAL_-1206955753'), (u'CALL_-1206962796', u'INDIRECT_-1206955332'), (u'INDIRECT_-1206955843', u'COPY_-1206955840'), ('const-8', u'PTRADD_-1206952777'), (u'INDIRECT_-1206959818', u'MULTIEQUAL_-1206959669'), (u'CALL_-1206964167', u'INDIRECT_-1206956303'), (u'INDIRECT_-1206955420', u'COPY_-1206955417'), (u'CALL_-1206962796', u'INDIRECT_-1206955615'), ('const-4294967291', u'INT_AND_-1206964327'), (u'INDIRECT_-1206955686', u'MULTIEQUAL_-1206955562'), (u'CALL_-1206963478', u'INDIRECT_-1206956391'), (u'INDIRECT_-1206958816', u'MULTIEQUAL_-1206958822'), (u'INDIRECT_-1206956826', u'MULTIEQUAL_-1206956709'), (u'CALL_-1206961533', u'INDIRECT_-1206953261'), (u'MULTIEQUAL_-1206956316', u'MULTIEQUAL_-1206958385'), (u'CALL_-1206963478', u'INDIRECT_-1206955968'), (u'CALL_-1206964256', u'INDIRECT_-1206954913'), (u'CALL_-1206961461', u'INDIRECT_-1206955898'), (u'INDIRECT_-1206955177', u'MULTIEQUAL_-1206954538'), (u'MULTIEQUAL_-1206955985', u'MULTIEQUAL_-1206955093'), ('const-0', u'INT_SLESS_-1206963642'), (u'CALL_-1206966544', u'INDIRECT_-1206958067'), (u'INDIRECT_-1206955714', u'MULTIEQUAL_-1206956631'), (u'INDIRECT_-1206956158', u'COPY_-1206956172'), (u'INDIRECT_-1206953686', u'COPY_-1206953694'), (u'CALL_-1206963720', u'INDIRECT_-1206954240'), (u'STORE_-1206963548', u'INDIRECT_-1206954944'), (u'MULTIEQUAL_-1206956403', u'MULTIEQUAL_-1206956383'), (u'INDIRECT_-1206957461', u'MULTIEQUAL_-1206957537'), ('const-0', u'INT_EQUAL_-1206961691'), (u'CALL_-1206966645', u'INDIRECT_-1206957724'), (u'MULTIEQUAL_-1206957645', u'MULTIEQUAL_-1206957618'), (u'CALL_-1206961568', u'INDIRECT_-1206953752'), (u'CALL_-1206966381', u'INDIRECT_-1206957108'), (u'INDIRECT_-1206958942', u'MULTIEQUAL_-1206958808'), (u'CALL_-1206966605', u'INDIRECT_-1206959102'), (u'MULTIEQUAL_-1206953965', u'MULTIEQUAL_-1206955395'), (u'INDIRECT_-1206956081', u'MULTIEQUAL_-1206956035'), (u'INDIRECT_-1206956297', u'MULTIEQUAL_-1206956276'), (u'INDIRECT_-1206957633', u'MULTIEQUAL_-1206957587'), (u'INDIRECT_-1206953314', u'MULTIEQUAL_-1206952697'), (u'INDIRECT_-1206955263', u'MULTIEQUAL_-1206955139'), (u'CAST_-1206952444', u'STORE_-1206963453'), (u'CALL_-1206962838', u'INDIRECT_-1206952840'), (u'STORE_-1206963453', u'INDIRECT_-1206955742'), (u'MULTIEQUAL_-1206954124', u'MULTIEQUAL_-1206954080'), (u'INDIRECT_-1206954832', u'MULTIEQUAL_-1206956645'), (u'CALL_-1206961477', u'INDIRECT_-1206952494'), ('const-8', u'PTRADD_-1206952733'), (u'MULTIEQUAL_-1206956685', u'MULTIEQUAL_-1206956646'), (u'CALL_-1206960892', u'INDIRECT_-1206955865'), (u'MULTIEQUAL_-1206956667', u'MULTIEQUAL_-1206956630'), ('const-1', u'PTRADD_-1206962460'), (u'MULTIEQUAL_-1206955798', u'INT_EQUAL_-1206965292'), (u'INDIRECT_-1206955195', u'MULTIEQUAL_-1206955099'), ('const-0', u'COPY_-1206952844'), (u'MULTIEQUAL_-1206954928', u'MULTIEQUAL_-1206955518'), (u'MULTIEQUAL_-1206956895', u'MULTIEQUAL_-1206956295'), (u'CALL_-1206966605', u'INDIRECT_-1206955828'), (u'CALL_-1206961575', u'INDIRECT_-1206954687'), (u'LOAD_-1206964100', u'INT_NOTEQUAL_-1206964080'), (u'CALL_-1206961525', u'INT_EQUAL_-1206961510'), (u'CALL_-1206964167', u'INDIRECT_-1206957714'), (u'MULTIEQUAL_-1206957108', u'MULTIEQUAL_-1206957069'), (u'INDIRECT_-1206956654', u'MULTIEQUAL_-1206956047'), (u'CALL_-1206965235', u'INDIRECT_-1206954568'), (u'MULTIEQUAL_-1206955376', u'MULTIEQUAL_-1206955425'), (u'MULTIEQUAL_-1206954300', u'MULTIEQUAL_-1206954436'), (u'MULTIEQUAL_-1206955280', u'MULTIEQUAL_-1206955264'), (u'INDIRECT_-1206953566', u'MULTIEQUAL_-1206953489'), (u'MULTIEQUAL_-1206953966', u'MULTIEQUAL_-1206954015'), (u'CALL_-1206960892', u'INDIRECT_-1206954313'), (u'INDIRECT_-1206958381', u'MULTIEQUAL_-1206958221'), (u'CALL_-1206963359', u'INDIRECT_-1206956921'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954338'), (u'CALL_-1206961641', u'INDIRECT_-1206956063'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957896'), (u'INDIRECT_-1206956782', u'MULTIEQUAL_-1206956634'), (u'CALL_-1206962501', u'INDIRECT_-1206953598'), (u'CALL_-1206963178', u'INDIRECT_-1206955622'), (u'STORE_-1206961697', u'INDIRECT_-1206955654'), ('const-1', u'COPY_-1206953554'), (u'CALL_-1206961461', u'INDIRECT_-1206956041'), ('const-1', u'RETURN_-1206961624'), (u'CALL_-1206966560', u'INDIRECT_-1206957375'), (u'CALL_-1206961477', u'INDIRECT_-1206952617'), (u'MULTIEQUAL_-1206957760', u'MULTIEQUAL_-1206956786'), (u'INDIRECT_-1206955864', u'MULTIEQUAL_-1206953946'), (u'MULTIEQUAL_-1206958026', u'MULTIEQUAL_-1206957070'), (u'CALL_-1206963513', u'INDIRECT_-1206956555'), (u'INDIRECT_-1206954098', u'MULTIEQUAL_-1206953966'), (u'INDIRECT_-1206953944', u'MULTIEQUAL_-1206953559'), (u'INDIRECT_-1206953806', u'MULTIEQUAL_-1206953729'), (u'MULTIEQUAL_-1206955838', u'MULTIEQUAL_-1206955818'), (u'CALL_-1206962576', u'INDIRECT_-1206957234'), (u'CALL_-1206961568', u'INDIRECT_-1206953017'), (u'CALL_-1206961534', u'INDIRECT_-1206956124'), (u'INDIRECT_-1206954873', u'MULTIEQUAL_-1206955315'), (u'CALL_-1206961547', u'INDIRECT_-1206954955'), (u'CALL_-1206961705', u'INDIRECT_-1206956024'), (u'CALL_-1206966522', u'INDIRECT_-1206955648'), (u'INDIRECT_-1206953955', u'MULTIEQUAL_-1206954421'), (u'INDIRECT_-1206956544', u'MULTIEQUAL_-1206956427'), (u'INDIRECT_-1206954190', u'MULTIEQUAL_-1206952294'), (u'INDIRECT_-1206953445', u'COPY_-1206953442'), ('const-488', u'INT_ADD_-1206963449'), (u'CALL_-1206962705', u'INDIRECT_-1206954883'), (u'INDIRECT_-1206956138', u'MULTIEQUAL_-1206957055'), (u'INT_ADD_-1206963628', u'MULTIEQUAL_-1206959576'), (u'MULTIEQUAL_-1206955281', u'MULTIEQUAL_-1206955257'), (u'MULTIEQUAL_-1206958216', u'MULTIEQUAL_-1206958180'), (u'INDIRECT_-1206955409', u'MULTIEQUAL_-1206957305'), (u'CALL_-1206961568', u'INDIRECT_-1206956150'), (u'CAST_-1206951232', u'CALL_-1206961124'), (u'CALL_-1206962576', u'INDIRECT_-1206955539'), (u'INDIRECT_-1206957660', u'MULTIEQUAL_-1206957583'), (u'INDIRECT_-1206953603', u'MULTIEQUAL_-1206953613'), (u'INDIRECT_-1206955759', u'MULTIEQUAL_-1206955257'), ('const-433', u'LOAD_-1206966596'), (u'MULTIEQUAL_-1206956627', u'MULTIEQUAL_-1206956611'), (u'CALL_-1206966488', u'INDIRECT_-1206958876'), (u'MULTIEQUAL_-1206955482', u'MULTIEQUAL_-1206954718'), (u'CALL_-1206961721', u'INDIRECT_-1206956318'), (u'INDIRECT_-1206956884', u'MULTIEQUAL_-1206956838'), (u'INDIRECT_-1206955674', u'MULTIEQUAL_-1206955676'), (u'MULTIEQUAL_-1206958899', u'MULTIEQUAL_-1206959489'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206963977'), (u'CALL_-1206963178', u'INDIRECT_-1206957033'), (u'INDIRECT_-1206954568', u'MULTIEQUAL_-1206952768'), (u'INT_SLESS_-1206963977', u'CBRANCH_-1206963984'), (u'INDIRECT_-1206953678', u'MULTIEQUAL_-1206954370'), (u'MULTIEQUAL_-1206956161', u'MULTIEQUAL_-1206957621'), (u'CALL_-1206961371', u'INDIRECT_-1206952761'), (u'CALL_-1206966645', u'INDIRECT_-1206956737'), ('tmp_6782', u'CBRANCH_-1206961063'), (u'CALL_-1206964010', u'PTRSUB_-1206951337'), (u'CALL_-1206964279', u'INT_SLESS_-1206964209'), (u'CALL_-1206964256', u'INDIRECT_-1206956464'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955637'), (u'CAST_-1206952877', u'MULTIEQUAL_-1206959078'), (u'INDIRECT_-1206954101', u'MULTIEQUAL_-1206954793'), (u'CALL_-1206962475', u'INDIRECT_-1206953569'), (u'CALL_-1206961124', u'INDIRECT_-1206953298'), (u'INDIRECT_-1206956050', u'MULTIEQUAL_-1206956126'), (u'CALL_-1206963564', u'INDIRECT_-1206957527'), (u'INDIRECT_-1206955653', u'MULTIEQUAL_-1206953682'), (u'MULTIEQUAL_-1206959603', u'MULTIEQUAL_-1206959578'), (u'INDIRECT_-1206956826', u'MULTIEQUAL_-1206956692'), (u'INDIRECT_-1206956600', u'MULTIEQUAL_-1206954341'), (u'CAST_-1206954310', u'INT_ADD_-1206966378'), (u'PTRADD_-1206954386', u'CALL_-1206964279'), (u'INDIRECT_-1206955291', u'MULTIEQUAL_-1206956208'), (u'INDIRECT_-1206954442', u'MULTIEQUAL_-1206954341'), (u'MULTIEQUAL_-1206959078', u'CAST_-1206952139'), (u'INDIRECT_-1206957164', u'MULTIEQUAL_-1206956991'), (u'MULTIEQUAL_-1206957397', u'MULTIEQUAL_-1206957234'), (u'CAST_-1206952139', u'CALL_-1206963330'), (u'INDIRECT_-1206957360', u'MULTIEQUAL_-1206957275')]
[(u'CALL_-1206966560', u'INDIRECT_-1206958613'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956269'), (u'INDIRECT_-1206957266', u'MULTIEQUAL_-1206957219'), (u'INDIRECT_-1206959291', u'MULTIEQUAL_-1206959141'), (u'CALL_-1206963443', u'INDIRECT_-1206955176'), (u'MULTIEQUAL_-1206957882', u'MULTIEQUAL_-1206958472'), (u'INDIRECT_-1206955366', u'MULTIEQUAL_-1206955240'), (u'CALL_-1206963457', u'INDIRECT_-1206957177'), (u'CALL_-1206966157', u'INDIRECT_-1206957079'), ('const-1', u'RETURN_-1206964265'), (u'STORE_-1206963324', u'INDIRECT_-1206956095'), (u'CALL_-1206961673', u'INDIRECT_-1206956752'), (u'INDIRECT_-1206954676', u'COPY_-1206954705'), ('const-71', u'INT_ADD_-1206961690'), (u'INDIRECT_-1206958063', u'MULTIEQUAL_-1206957929'), (u'INDIRECT_-1206956835', u'MULTIEQUAL_-1206956819'), (u'CALL_-1206966464', u'INDIRECT_-1206958402'), (u'MULTIEQUAL_-1206958692', u'STORE_-1206963324'), (u'CALL_-1206963611', u'INDIRECT_-1206957386'), (u'MULTIEQUAL_-1206957472', u'MULTIEQUAL_-1206957445'), (u'INDIRECT_-1206953876', u'MULTIEQUAL_-1206953802'), (u'MULTIEQUAL_-1206954782', u'MULTIEQUAL_-1206954831'), (u'CALL_-1206965208', u'INDIRECT_-1206957036'), (u'STORE_-1206963494', u'INDIRECT_-1206957255'), (u'INDIRECT_-1206954846', u'MULTIEQUAL_-1206956144'), (u'INDIRECT_-1206954685', u'MULTIEQUAL_-1206954658'), (u'CAST_-1206952935', u'LOAD_-1206963476'), (u'MULTIEQUAL_-1206957772', u'INT_ZEXT_-1206963320'), ('const-1', u'INT_ADD_-1206961674'), ('const-5', u'CALL_-1206966673'), (u'INDIRECT_-1206957751', u'MULTIEQUAL_-1206957646'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957538'), ('const-433', u'LOAD_-1206962886'), (u'INDIRECT_-1206953107', u'MULTIEQUAL_-1206954313'), (u'INDIRECT_-1206955541', u'MULTIEQUAL_-1206956458'), (u'CALL_-1206962479', u'INDIRECT_-1206953527'), (u'CALL_-1206963513', u'INDIRECT_-1206953787'), (u'INDIRECT_-1206954066', u'MULTIEQUAL_-1206953936'), (u'COPY_-1206951397', u'CALL_-1206960896'), (u'CALL_-1206962820', u'INDIRECT_-1206955876'), (u'MULTIEQUAL_-1206956935', u'MULTIEQUAL_-1206956896'), (u'CALL_-1206965235', u'CALL_-1206965223'), (u'INDIRECT_-1206956509', u'MULTIEQUAL_-1206954589'), ('const-45', u'COPY_-1206963694'), (u'CALL_-1206961128', u'INDIRECT_-1206953407'), (u'INDIRECT_-1206956199', u'MULTIEQUAL_-1206956094'), (u'CALL_-1206963482', u'INDIRECT_-1206956359'), (u'MULTIEQUAL_-1206958176', u'MULTIEQUAL_-1206958167'), (u'INDIRECT_-1206956057', u'MULTIEQUAL_-1206954850'), (u'MULTIEQUAL_-1206955631', u'MULTIEQUAL_-1206957061'), (u'INT_SLESS_-1206963866', u'CBRANCH_-1206963873'), (u'INDIRECT_-1206956117', u'MULTIEQUAL_-1206956203'), (u'INDIRECT_-1206955231', u'MULTIEQUAL_-1206955107'), ('const-0', u'INT_SLESS_-1206961453'), (u'CALL_-1206962230', u'INDIRECT_-1206954564'), (u'CALL_-1206966673', u'INDIRECT_-1206955715'), (u'MULTIEQUAL_-1206960279', u'PTRADD_-1206953601'), (u'MULTIEQUAL_-1206956189', u'MULTIEQUAL_-1206954967'), (u'MULTIEQUAL_-1206956176', u'MULTIEQUAL_-1206956078'), (u'INDIRECT_-1206954731', u'MULTIEQUAL_-1206956849'), ('const-0', u'INT_NOTEQUAL_-1206963592'), (u'INDIRECT_-1206956393', u'MULTIEQUAL_-1206956295'), (u'CALL_-1206965208', u'INDIRECT_-1206956190'), (u'INT_NOTEQUAL_-1206963592', u'CBRANCH_-1206963591'), (u'INDIRECT_-1206954788', u'MULTIEQUAL_-1206953581'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958808'), (u'CALL_-1206963457', u'INDIRECT_-1206957036'), (u'INDIRECT_-1206957032', u'MULTIEQUAL_-1206956921'), (u'INDIRECT_-1206955269', u'MULTIEQUAL_-1206955157'), (u'CALL_-1206963611', u'INT_ADD_-1206963528'), (u'CALL_-1206966157', u'INDIRECT_-1206957502'), (u'CALL_-1206961603', u'INDIRECT_-1206953262'), (u'CALL_-1206964092', u'INDIRECT_-1206956963'), (u'INDIRECT_-1206956103', u'MULTIEQUAL_-1206956001'), (u'MULTIEQUAL_-1206954641', u'INT_EQUAL_-1206961754'), (u'MULTIEQUAL_-1206958353', u'MULTIEQUAL_-1206958305'), (u'INDIRECT_-1206955580', u'MULTIEQUAL_-1206955536'), (u'INT_SUB_-1206963098', u'INT_LESS_-1206963083'), (u'CALL_-1206966480', u'INDIRECT_-1206957709'), (u'STORE_-1206963275', u'INDIRECT_-1206955507'), (u'INT_ADD_-1206961674', u'MULTIEQUAL_-1206952060'), (u'CALL_-1206965208', u'INDIRECT_-1206956049'), (u'CALL_-1206963482', u'INDIRECT_-1206958054'), (u'CALL_-1206965235', u'INDIRECT_-1206956069'), (u'INDIRECT_-1206957095', u'MULTIEQUAL_-1206958011'), (u'CALL_-1206963720', u'INDIRECT_-1206954676'), (u'CALL_-1206961541', u'INDIRECT_-1206954638'), (u'INDIRECT_-1206955437', u'MULTIEQUAL_-1206957555'), (u'INDIRECT_-1206954479', u'MULTIEQUAL_-1206952579'), (u'INDIRECT_-1206953578', u'MULTIEQUAL_-1206953467'), (u'CALL_-1206962479', u'INDIRECT_-1206954272'), (u'INDIRECT_-1206955619', u'MULTIEQUAL_-1206955524'), (u'CALL_-1206961603', u'INDIRECT_-1206954249'), (u'CALL_-1206961538', u'INDIRECT_-1206954963'), (u'INDIRECT_-1206955163', u'MULTIEQUAL_-1206955067'), (u'INDIRECT_-1206955237', u'MULTIEQUAL_-1206955154'), (u'CALL_-1206961572', u'INDIRECT_-1206953219'), (u'CALL_-1206963314', u'INDIRECT_-1206956442'), (u'INDIRECT_-1206957779', u'MULTIEQUAL_-1206957657'), (u'INDIRECT_-1206955055', u'MULTIEQUAL_-1206954946'), (u'CALL_-1206961185', u'INDIRECT_-1206956144'), (u'INDIRECT_-1206958054', u'MULTIEQUAL_-1206957930'), (u'INDIRECT_-1206953640', u'MULTIEQUAL_-1206954958'), (u'INDIRECT_-1206955494', u'MULTIEQUAL_-1206954179'), (u'INDIRECT_-1206955172', u'COPY_-1206955197'), (u'CALL_-1206961489', u'INDIRECT_-1206955041'), (u'STORE_-1206963275', u'INDIRECT_-1206954520'), (u'INDIRECT_-1206955411', u'MULTIEQUAL_-1206953493'), (u'INDIRECT_-1206957361', u'MULTIEQUAL_-1206957202'), (u'INDIRECT_-1206954647', u'MULTIEQUAL_-1206953440'), (u'CALL_-1206966560', u'INDIRECT_-1206958331'), (u'CALL_-1206966157', u'INT_LESS_-1206965994'), (u'STORE_-1206963453', u'INDIRECT_-1206955994'), (u'INDIRECT_-1206957266', u'MULTIEQUAL_-1206957250'), (u'CALL_-1206961185', u'INDIRECT_-1206954590'), (u'CALL_-1206961629', u'INDIRECT_-1206953987'), (u'INDIRECT_-1206956650', u'MULTIEQUAL_-1206954730'), (u'INDIRECT_-1206956938', u'MULTIEQUAL_-1206956779'), (u'COPY_-1206964074', u'MULTIEQUAL_-1206956255'), (u'CALL_-1206965208', u'INDIRECT_-1206958024'), (u'INDIRECT_-1206952625', u'MULTIEQUAL_-1206953831'), (u'MULTIEQUAL_-1206959925', u'INT_NEGATE_-1206963097'), (u'INDIRECT_-1206956811', u'MULTIEQUAL_-1206957728'), (u'PTRADD_-1206953601', u'MULTIEQUAL_-1206955005'), (u'STORE_-1206961701', u'INDIRECT_-1206956121'), (u'CALL_-1206961572', u'INDIRECT_-1206953100'), (u'STORE_-1206963453', u'INDIRECT_-1206955712'), (u'CALL_-1206963356', u'INDIRECT_-1206957622'), (u'INDIRECT_-1206958241', u'MULTIEQUAL_-1206958279'), (u'MULTIEQUAL_-1206955963', u'MULTIEQUAL_-1206956099'), (u'MULTIEQUAL_-1206954145', u'MULTIEQUAL_-1206956144'), (u'MULTIEQUAL_-1206960955', u'CAST_-1206954060'), (u'INDIRECT_-1206955304', u'MULTIEQUAL_-1206955249'), (u'CALL_-1206961615', u'INDIRECT_-1206953271'), (u'CALL_-1206963720', u'INDIRECT_-1206957011'), (u'CALL_-1206961732', u'CAST_-1206951672'), (u'CALL_-1206963447', u'INDIRECT_-1206954467'), (u'MULTIEQUAL_-1206953360', u'MULTIEQUAL_-1206953330'), (u'CALL_-1206963457', u'INDIRECT_-1206956895'), (u'CALL_-1206962705', u'INDIRECT_-1206953864'), (u'CALL_-1206962729', u'INDIRECT_-1206952469'), (u'INDIRECT_-1206955494', u'MULTIEQUAL_-1206955189'), (u'INDIRECT_-1206954477', u'MULTIEQUAL_-1206954382'), (u'CALL_-1206961814', u'INDIRECT_-1206955798'), (u'MULTIEQUAL_-1206954404', u'MULTIEQUAL_-1206953721'), (u'CALL_-1206966488', u'INDIRECT_-1206958421'), (u'INDIRECT_-1206954637', u'MULTIEQUAL_-1206954622'), (u'MULTIEQUAL_-1206957543', u'MULTIEQUAL_-1206959612'), (u'CALL_-1206965223', u'INDIRECT_-1206957754'), (u'CALL_-1206966576', u'INDIRECT_-1206956009'), (u'CAST_-1206952539', u'CALL_-1206961572'), (u'INDIRECT_-1206956339', u'MULTIEQUAL_-1206955132'), (u'CALL_-1206961527', u'INDIRECT_-1206954923'), (u'MULTIEQUAL_-1206955504', u'MULTIEQUAL_-1206955460'), (u'INDIRECT_-1206955900', u'COPY_-1206955954'), (u'INDIRECT_-1206956777', u'MULTIEQUAL_-1206958588'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206956354'), (u'CALL_-1206962505', u'INDIRECT_-1206953435'), (u'INDIRECT_-1206954389', u'MULTIEQUAL_-1206956285'), (u'INDIRECT_-1206957138', u'MULTIEQUAL_-1206957042'), (u'CALL_-1206962479', u'INDIRECT_-1206956388'), (u'CALL_-1206961603', u'INDIRECT_-1206952398'), (u'MULTIEQUAL_-1206955812', u'MULTIEQUAL_-1206954920'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956599'), ('const-1', u'PTRADD_-1206963412'), (u'MULTIEQUAL_-1206957445', u'MULTIEQUAL_-1206956918'), (u'CALL_-1206964167', u'INDIRECT_-1206955566'), (u'CALL_-1206964068', u'INDIRECT_-1206953408'), (u'INDIRECT_-1206952844', u'MULTIEQUAL_-1206953105'), (u'INDIRECT_-1206954993', u'MULTIEQUAL_-1206954710'), (u'CALL_-1206961725', u'INDIRECT_-1206953046'), (u'INDIRECT_-1206954581', u'MULTIEQUAL_-1206954500'), (u'MULTIEQUAL_-1206952899', u'MULTIEQUAL_-1206953575'), (u'CALL_-1206961519', u'INDIRECT_-1206952724'), (u'INDIRECT_-1206955546', u'MULTIEQUAL_-1206957448'), (u'CALL_-1206961569', u'INDIRECT_-1206954511'), (u'INDIRECT_-1206956252', u'MULTIEQUAL_-1206958153'), (u'MULTIEQUAL_-1206954792', u'MULTIEQUAL_-1206954765'), (u'CALL_-1206962838', u'INDIRECT_-1206953825'), ('const-0', u'PTRSUB_-1206954239'), (u'INDIRECT_-1206955798', u'MULTIEQUAL_-1206955743'), (u'INDIRECT_-1206957535', u'MULTIEQUAL_-1206957573'), (u'CALL_-1206962796', u'INDIRECT_-1206955583'), ('const-27', u'PTRADD_-1206952119'), (u'CALL_-1206964010', u'INDIRECT_-1206956198'), (u'CALL_-1206963720', u'INDIRECT_-1206954432'), (u'CALL_-1206961709', u'INDIRECT_-1206954722'), (u'INDIRECT_-1206954788', u'MULTIEQUAL_-1206954379'), (u'INDIRECT_-1206955707', u'MULTIEQUAL_-1206955691'), (u'INDIRECT_-1206956206', u'MULTIEQUAL_-1206956210'), (u'MULTIEQUAL_-1206956581', u'MULTIEQUAL_-1206955817'), (u'MULTIEQUAL_-1206958651', u'CALL_-1206962230'), (u'MULTIEQUAL_-1206952848', u'MULTIEQUAL_-1206952804'), (u'INDIRECT_-1206956071', u'MULTIEQUAL_-1206957882'), (u'CALL_-1206963457', u'INDIRECT_-1206956754'), (u'INDIRECT_-1206955727', u'MULTIEQUAL_-1206955225'), (u'INDIRECT_-1206957279', u'MULTIEQUAL_-1206956777'), (u'CALL_-1206963447', u'INDIRECT_-1206955635'), (u'MULTIEQUAL_-1206955101', u'MULTIEQUAL_-1206955062'), (u'INDIRECT_-1206956057', u'MULTIEQUAL_-1206955648'), (u'CALL_-1206962820', u'INDIRECT_-1206956442'), (u'MULTIEQUAL_-1206956660', u'MULTIEQUAL_-1206957199'), (u'CALL_-1206966673', u'INDIRECT_-1206955477'), (u'MULTIEQUAL_-1206956211', u'MULTIEQUAL_-1206956175'), (u'MULTIEQUAL_-1206954058', u'MULTIEQUAL_-1206954042'), (u'MULTIEQUAL_-1206956456', u'MULTIEQUAL_-1206956440'), (u'MULTIEQUAL_-1206956566', u'MULTIEQUAL_-1206958635'), (u'CALL_-1206963182', u'INDIRECT_-1206955026'), (u'CALL_-1206966645', u'INDIRECT_-1206958539'), (u'CALL_-1206962796', u'INDIRECT_-1206952625'), (u'CALL_-1206961814', u'INDIRECT_-1206954669'), (u'CALL_-1206962705', u'INDIRECT_-1206953723'), ('const-0', u'INT_EQUAL_-1206964287'), (u'CALL_-1206962505', u'INDIRECT_-1206956675'), (u'INDIRECT_-1206955400', u'MULTIEQUAL_-1206956317'), (u'INDIRECT_-1206959148', u'MULTIEQUAL_-1206959000'), (u'MULTIEQUAL_-1206958461', u'PTRADD_-1206952484'), (u'CALL_-1206961673', u'CAST_-1206951827'), (u'INDIRECT_-1206953515', u'MULTIEQUAL_-1206953420'), (u'MULTIEQUAL_-1206955170', u'MULTIEQUAL_-1206954406'), (u'CALL_-1206964010', u'INDIRECT_-1206956622'), (u'MULTIEQUAL_-1206956881', u'INT_AND_-1206964327'), (u'INDIRECT_-1206955004', u'MULTIEQUAL_-1206954367'), (u'MULTIEQUAL_-1206957224', u'MULTIEQUAL_-1206957061'), (u'CALL_-1206961572', u'INDIRECT_-1206955695'), (u'INDIRECT_-1206957850', u'MULTIEQUAL_-1206957772'), (u'MULTIEQUAL_-1206957176', u'MULTIEQUAL_-1206957766'), (u'CALL_-1206963182', u'INDIRECT_-1206955167'), (u'LOAD_-1206961757', u'CAST_-1206951867'), (u'MULTIEQUAL_-1206959058', u'MULTIEQUAL_-1206958232'), (u'INDIRECT_-1206952279', u'MULTIEQUAL_-1206952216'), (u'MULTIEQUAL_-1206953918', u'MULTIEQUAL_-1206955709'), (u'CALL_-1206962729', u'INDIRECT_-1206955427'), (u'MULTIEQUAL_-1206953317', u'MULTIEQUAL_-1206952715'), (u'MULTIEQUAL_-1206956317', u'MULTIEQUAL_-1206956219'), ('const-433', u'LOAD_-1206964023'), (u'CALL_-1206961471', u'INDIRECT_-1206953199'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954544'), (u'CALL_-1206963611', u'CALL_-1206963564'), (u'INDIRECT_-1206952299', u'MULTIEQUAL_-1206952235'), (u'CALL_-1206961645', u'INDIRECT_-1206953414'), (u'MULTIEQUAL_-1206959469', u'INT_ADD_-1206964577'), (u'STORE_-1206961701', u'INDIRECT_-1206954355'), (u'CALL_-1206965956', u'INDIRECT_-1206956266'), (u'CALL_-1206962796', u'INDIRECT_-1206953107'), (u'INDIRECT_-1206956856', u'MULTIEQUAL_-1206956759'), (u'INDIRECT_-1206954632', u'MULTIEQUAL_-1206954523'), (u'MULTIEQUAL_-1206956158', u'MULTIEQUAL_-1206955556'), (u'MULTIEQUAL_-1206957898', u'PTRADD_-1206951725'), (u'CALL_-1206966157', u'INDIRECT_-1206955488'), (u'STORE_-1206961701', u'INDIRECT_-1206954428'), (u'CALL_-1206961645', u'INDIRECT_-1206956454'), (u'CALL_-1206961185', u'INDIRECT_-1206955860'), (u'INDIRECT_-1206955848', u'MULTIEQUAL_-1206955832'), ('tmp_1187', u'CBRANCH_-1206965286'), (u'CALL_-1206964279', u'INDIRECT_-1206956904'), (u'INDIRECT_-1206954740', u'MULTIEQUAL_-1206954238'), ('const-0', u'INT_NOTEQUAL_-1206964080'), (u'CAST_-1206954054', u'INT_ADD_-1206965971'), (u'INDIRECT_-1206956304', u'MULTIEQUAL_-1206954480'), (u'COPY_-1206964105', u'MULTIEQUAL_-1206956396'), (u'INT_SEXT_-1206963853', u'PTRADD_-1206953233'), ('const-0', u'INT_NOTEQUAL_-1206963940'), (u'CALL_-1206963314', u'INDIRECT_-1206953684'), (u'INDIRECT_-1206953272', u'MULTIEQUAL_-1206952655'), (u'CALL_-1206963443', u'INDIRECT_-1206955035'), (u'INDIRECT_-1206957433', u'MULTIEQUAL_-1206957505'), (u'CALL_-1206962230', u'INDIRECT_-1206954423'), (u'INDIRECT_-1206958523', u'MULTIEQUAL_-1206958561'), (u'CALL_-1206962796', u'INDIRECT_-1206955300'), (u'PTRADD_-1206954316', u'COPY_-1206954286'), (u'PTRADD_-1206954316', u'PTRADD_-1206954286'), (u'INT_EQUAL_-1206963729', u'CBRANCH_-1206963727'), (u'CALL_-1206962650', u'INDIRECT_-1206956549'), (u'INDIRECT_-1206954802', u'MULTIEQUAL_-1206954685'), (u'INDIRECT_-1206953446', u'MULTIEQUAL_-1206953335'), (u'MULTIEQUAL_-1206958859', u'MULTIEQUAL_-1206959449'), (u'MULTIEQUAL_-1206959058', u'MULTIEQUAL_-1206959013'), (u'INDIRECT_-1206955016', u'MULTIEQUAL_-1206954972'), (u'INDIRECT_-1206955060', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206953042', u'MULTIEQUAL_-1206954958'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206956354'), (u'MULTIEQUAL_-1206955625', u'MULTIEQUAL_-1206954942'), (u'CALL_-1206966560', u'INDIRECT_-1206958048'), (u'INT_NOTEQUAL_-1206963428', u'CBRANCH_-1206963428'), (u'CALL_-1206961519', u'INDIRECT_-1206955905'), (u'CALL_-1206961615', u'INDIRECT_-1206952407'), (u'MULTIEQUAL_-1206957219', u'MULTIEQUAL_-1206957199'), (u'CALL_-1206963720', u'INDIRECT_-1206954194'), (u'CALL_-1206961673', u'INDIRECT_-1206953184'), (u'CALL_-1206961527', u'INDIRECT_-1206955347'), (u'INDIRECT_-1206953771', u'COPY_-1206953775'), (u'CALL_-1206963657', u'INDIRECT_-1206957266'), (u'CALL_-1206961814', u'INDIRECT_-1206955939'), (u'INDIRECT_-1206957638', u'MULTIEQUAL_-1206955718'), (u'INDIRECT_-1206955967', u'MULTIEQUAL_-1206955841'), (u'INDIRECT_-1206954110', u'MULTIEQUAL_-1206954025'), (u'STORE_-1206963548', u'INDIRECT_-1206955055'), (u'INDIRECT_-1206953157', u'MULTIEQUAL_-1206953105'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957679'), (u'MULTIEQUAL_-1206957083', u'MULTIEQUAL_-1206957622'), (u'INDIRECT_-1206954974', u'MULTIEQUAL_-1206954890'), (u'CALL_-1206964010', u'INDIRECT_-1206955493'), (u'CALL_-1206962705', u'INDIRECT_-1206954005'), (u'INDIRECT_-1206955108', u'MULTIEQUAL_-1206955062'), (u'INDIRECT_-1206953783', u'MULTIEQUAL_-1206953198'), (u'CALL_-1206964167', u'INDIRECT_-1206957823'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956314'), (u'CALL_-1206966488', u'INDIRECT_-1206956728'), (u'INDIRECT_-1206954073', u'MULTIEQUAL_-1206954058'), (u'CALL_-1206966381', u'INDIRECT_-1206956653'), (u'INDIRECT_-1206958067', u'MULTIEQUAL_-1206956072'), (u'INDIRECT_-1206957314', u'MULTIEQUAL_-1206957166'), (u'MULTIEQUAL_-1206954228', u'MULTIEQUAL_-1206954128'), (u'INDIRECT_-1206955604', u'MULTIEQUAL_-1206955478'), (u'INT_NOTEQUAL_-1206961721', u'CBRANCH_-1206961716'), (u'MULTIEQUAL_-1206955907', u'MULTIEQUAL_-1206954685'), (u'MULTIEQUAL_-1206954094', u'MULTIEQUAL_-1206954050'), (u'INDIRECT_-1206955741', u'MULTIEQUAL_-1206955671'), (u'INDIRECT_-1206957171', u'MULTIEQUAL_-1206957107'), (u'CALL_-1206962838', u'INDIRECT_-1206954107'), (u'INDIRECT_-1206954128', u'MULTIEQUAL_-1206954044'), (u'MULTIEQUAL_-1206955681', u'MULTIEQUAL_-1206955817'), (u'MULTIEQUAL_-1206955911', u'MULTIEQUAL_-1206955960'), ('const-0', u'CALL_-1206963611'), (u'CALL_-1206966576', u'INDIRECT_-1206956651'), (u'CALL_-1206965956', u'INDIRECT_-1206955624'), (u'INT_SUB_-1206966295', u'INT_SEXT_-1206952478'), (u'CALL_-1206966480', u'INDIRECT_-1206955576'), (u'MULTIEQUAL_-1206958635', u'MULTIEQUAL_-1206958588'), ('const-0', u'COPY_-1206953642'), (u'INDIRECT_-1206954355', u'MULTIEQUAL_-1206954340'), (u'CALL_-1206961569', u'INDIRECT_-1206953383'), ('const--64', u'PTRSUB_-1206952502'), (u'CALL_-1206961489', u'INDIRECT_-1206953630'), ('const-4294967295', u'INT_AND_-1206958838'), (u'INDIRECT_-1206959586', u'MULTIEQUAL_-1206959449'), ('const-0', u'INT_SLESS_-1206965267'), (u'INDIRECT_-1206954167', u'MULTIEQUAL_-1206956285'), (u'CALL_-1206961794', u'INDIRECT_-1206954936'), (u'CALL_-1206963330', u'MULTIEQUAL_-1206957129'), (u'MULTIEQUAL_-1206956158', u'MULTIEQUAL_-1206955394'), (u'INDIRECT_-1206953527', u'MULTIEQUAL_-1206954466'), (u'CALL_-1206963657', u'INDIRECT_-1206955573'), (u'INDIRECT_-1206955053', u'MULTIEQUAL_-1206954923'), (u'CALL_-1206961519', u'INDIRECT_-1206953507'), (u'CALL_-1206963330', u'INDIRECT_-1206954195'), ('const-8', u'PTRADD_-1206953601'), (u'CALL_-1206961471', u'INDIRECT_-1206954045'), (u'INT_EQUAL_-1206963550', u'CBRANCH_-1206963549'), (u'MULTIEQUAL_-1206957058', u'MULTIEQUAL_-1206957049'), (u'INDIRECT_-1206956133', u'MULTIEQUAL_-1206956052'), (u'INDIRECT_-1206956274', u'MULTIEQUAL_-1206956193'), (u'CALL_-1206961673', u'INDIRECT_-1206953065'), (u'MULTIEQUAL_-1206955252', u'MULTIEQUAL_-1206954688'), (u'CALL_-1206966621', u'INDIRECT_-1206957249'), (u'INDIRECT_-1206953792', u'COPY_-1206953804'), (u'CALL_-1206962580', u'INDIRECT_-1206955366'), (u'CALL_-1206966522', u'INDIRECT_-1206959007'), (u'CAST_-1206954178', u'COPY_-1206952599'), (u'INDIRECT_-1206956512', u'MULTIEQUAL_-1206956395'), (u'INDIRECT_-1206954929', u'MULTIEQUAL_-1206954124'), ('const-0', u'PTRSUB_-1206951768'), (u'MULTIEQUAL_-1206957930', u'MULTIEQUAL_-1206957038'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958385'), (u'CALL_-1206963482', u'INDIRECT_-1206956077'), (u'INDIRECT_-1206955369', u'MULTIEQUAL_-1206953396'), (u'INDIRECT_-1206958205', u'MULTIEQUAL_-1206958087'), (u'CALL_-1206963575', u'INDIRECT_-1206956818'), ('const-0', u'INT_EQUAL_-1206963729'), (u'MULTIEQUAL_-1206955349', u'MULTIEQUAL_-1206956779'), (u'CALL_-1206966560', u'INDIRECT_-1206956779'), ('const-0', u'INT_EQUAL_-1206961666'), (u'CALL_-1206965223', u'INDIRECT_-1206954996'), (u'INDIRECT_-1206955962', u'MULTIEQUAL_-1206955878'), (u'MULTIEQUAL_-1206957076', u'MULTIEQUAL_-1206957056'), (u'INDIRECT_-1206956445', u'MULTIEQUAL_-1206956517'), (u'MULTIEQUAL_-1206956193', u'MULTIEQUAL_-1206956315'), (u'COPY_-1206954266', u'MULTIEQUAL_-1206955595'), (u'STORE_-1206963324', u'INDIRECT_-1206957226'), (u'INDIRECT_-1206954005', u'MULTIEQUAL_-1206953988'), (u'CALL_-1206961160', u'INDIRECT_-1206952663'), (u'CALL_-1206961569', u'CALL_-1206961541'), (u'MULTIEQUAL_-1206956881', u'MULTIEQUAL_-1206956865'), (u'INDIRECT_-1206953893', u'MULTIEQUAL_-1206953838'), (u'CALL_-1206961538', u'INDIRECT_-1206955528'), (u'CALL_-1206966673', u'INDIRECT_-1206958413'), (u'CALL_-1206962796', u'INDIRECT_-1206954031'), ('const-1094196', u'COPY_-1206951370'), (u'CALL_-1206963564', u'INDIRECT_-1206955804'), (u'COPY_-1206958386', u'MULTIEQUAL_-1206959507'), (u'INDIRECT_-1206955148', u'MULTIEQUAL_-1206955101'), (u'CALL_-1206965208', u'INDIRECT_-1206957460'), (u'MULTIEQUAL_-1206958859', u'MULTIEQUAL_-1206957637'), ('const-433', u'LOAD_-1206966394'), (u'CALL_-1206961794', u'INDIRECT_-1206956488'), (u'CALL_-1206966645', u'INDIRECT_-1206958821'), (u'CALL_-1206961128', u'INDIRECT_-1206952521'), (u'MULTIEQUAL_-1206955770', u'MULTIEQUAL_-1206955819'), (u'INDIRECT_-1206955721', u'MULTIEQUAL_-1206955677'), (u'CALL_-1206961870', u'INT_EQUAL_-1206961856'), (u'STORE_-1206961707', u'INDIRECT_-1206955843'), (u'MULTIEQUAL_-1206954374', u'COPY_-1206954237'), (u'INDIRECT_-1206954353', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206958490', u'MULTIEQUAL_-1206958331'), (u'INDIRECT_-1206958317', u'MULTIEQUAL_-1206957000'), (u'COPY_-1206952336', u'MULTIEQUAL_-1206958913'), (u'INT_ZEXT_-1206963627', u'INT_MULT_-1206957602'), (u'INDIRECT_-1206954788', u'MULTIEQUAL_-1206954183'), (u'CALL_-1206961814', u'INDIRECT_-1206953322'), (u'STORE_-1206961707', u'INDIRECT_-1206955702'), (u'INDIRECT_-1206953284', u'MULTIEQUAL_-1206953259'), (u'INDIRECT_-1206956325', u'MULTIEQUAL_-1206956230'), (u'CALL_-1206966464', u'INDIRECT_-1206959780'), (u'CALL_-1206961645', u'INDIRECT_-1206956172'), (u'CALL_-1206961538', u'INDIRECT_-1206954117'), (u'CALL_-1206964256', u'INDIRECT_-1206955163'), (u'COPY_-1206952474', u'MULTIEQUAL_-1206958692'), (u'STORE_-1206963324', u'INDIRECT_-1206954826'), (u'CALL_-1206963457', u'INDIRECT_-1206955625'), (u'INDIRECT_-1206957008', u'COPY_-1206957033'), (u'INDIRECT_-1206956183', u'MULTIEQUAL_-1206956088'), (u'MULTIEQUAL_-1206955907', u'MULTIEQUAL_-1206956497'), (u'INDIRECT_-1206954620', u'MULTIEQUAL_-1206954763'), (u'CAST_-1206953066', u'CALL_-1206963482'), (u'CALL_-1206964092', u'INDIRECT_-1206956399'), (u'INDIRECT_-1206953202', u'MULTIEQUAL_-1206953091'), (u'INT_SLESS_-1206966244', u'CBRANCH_-1206966251'), (u'CALL_-1206961732', u'INDIRECT_-1206955893'), (u'MULTIEQUAL_-1206954591', u'MULTIEQUAL_-1206954491'), (u'INT_EQUAL_-1206964137', u'CBRANCH_-1206964135'), (u'INDIRECT_-1206955123', u'MULTIEQUAL_-1206955025'), (u'CALL_-1206961489', u'INDIRECT_-1206953348'), (u'MULTIEQUAL_-1206953454', u'MULTIEQUAL_-1206953575'), (u'CALL_-1206963356', u'INDIRECT_-1206953167'), ('const-1', u'INT_LEFT_-1206966077'), (u'INDIRECT_-1206956199', u'MULTIEQUAL_-1206956114'), (u'MULTIEQUAL_-1206955628', u'MULTIEQUAL_-1206955750'), (u'CALL_-1206961794', u'INDIRECT_-1206955500'), (u'CALL_-1206962650', u'INDIRECT_-1206956267'), (u'CALL_-1206963611', u'INT_ADD_-1206963460'), (u'CALL_-1206962838', u'INDIRECT_-1206954953'), (u'MULTIEQUAL_-1206956613', u'MULTIEQUAL_-1206956586'), ('const-4294967295', u'INT_ADD_-1206963598'), (u'MULTIEQUAL_-1206956941', u'MULTIEQUAL_-1206956925'), (u'INDIRECT_-1206955917', u'MULTIEQUAL_-1206955832'), (u'CALL_-1206964068', u'INDIRECT_-1206954836'), (u'CALL_-1206963356', u'INDIRECT_-1206956526'), (u'INDIRECT_-1206954197', u'MULTIEQUAL_-1206954340'), ('const-0', u'INT_EQUAL_-1206964509'), (u'INT_SLESS_-1206966434', u'CBRANCH_-1206966441'), (u'INDIRECT_-1206954491', u'MULTIEQUAL_-1206954427'), (u'CALL_-1206961538', u'INDIRECT_-1206955386'), (u'PIECE_-1206952475', u'PIECE_-1206952474'), (u'INDIRECT_-1206954053', u'COPY_-1206954057'), (u'MULTIEQUAL_-1206957599', u'MULTIEQUAL_-1206956377'), (u'CALL_-1206963447', u'INDIRECT_-1206957892'), (u'INDIRECT_-1206955901', u'MULTIEQUAL_-1206955806'), (u'STORE_-1206961017', u'INDIRECT_-1206955200'), (u'CALL_-1206963513', u'INDIRECT_-1206956382'), (u'CALL_-1206962505', u'INDIRECT_-1206954982'), (u'INDIRECT_-1206956218', u'MULTIEQUAL_-1206956094'), (u'INDIRECT_-1206956551', u'COPY_-1206956603'), (u'CALL_-1206961725', u'MULTIEQUAL_-1206958299'), (u'CALL_-1206966480', u'INDIRECT_-1206955820'), (u'INT_ADD_-1206963628', u'MULTIEQUAL_-1206959551'), (u'MULTIEQUAL_-1206954382', u'MULTIEQUAL_-1206954366'), (u'INDIRECT_-1206955776', u'MULTIEQUAL_-1206955691'), (u'COPY_-1206954581', u'CALL_-1206966605'), (u'INDIRECT_-1206954621', u'MULTIEQUAL_-1206954595'), (u'CALL_-1206963182', u'INDIRECT_-1206956577'), ('tmp_6580', u'CBRANCH_-1206961637'), (u'INDIRECT_-1206956605', u'MULTIEQUAL_-1206956475'), (u'MULTIEQUAL_-1206956035', u'MULTIEQUAL_-1206955937'), (u'CALL_-1206964167', u'INDIRECT_-1206958778'), (u'INDIRECT_-1206957452', u'COPY_-1206957506'), (u'CALL_-1206961645', u'INDIRECT_-1206956595'), (u'INDIRECT_-1206956831', u'COPY_-1206956845'), (u'CALL_-1206966621', u'INDIRECT_-1206956826'), (u'INDIRECT_-1206956042', u'MULTIEQUAL_-1206955947'), ('const-1', u'CALL_-1206963376'), (u'INDIRECT_-1206954700', u'MULTIEQUAL_-1206955142'), (u'CALL_-1206961455', u'INDIRECT_-1206954880'), (u'CALL_-1206963720', u'INDIRECT_-1206954075'), (u'INDIRECT_-1206953752', u'MULTIEQUAL_-1206953674'), ('const-85', u'INT_EQUAL_-1206964107'), (u'CAST_-1206951077', u'CALL_-1206961455'), (u'MULTIEQUAL_-1206953804', u'MULTIEQUAL_-1206953683'), (u'MULTIEQUAL_-1206954591', u'MULTIEQUAL_-1206956660'), (u'CALL_-1206966645', u'INDIRECT_-1206955819'), (u'MULTIEQUAL_-1206958594', u'STORE_-1206961742'), (u'CALL_-1206963447', u'INDIRECT_-1206956340'), (u'INDIRECT_-1206956340', u'MULTIEQUAL_-1206956035'), (u'STORE_-1206961017', u'INDIRECT_-1206955058'), (u'MULTIEQUAL_-1206955893', u'MULTIEQUAL_-1206955366'), (u'INDIRECT_-1206958033', u'MULTIEQUAL_-1206956718'), (u'CALL_-1206961709', u'INDIRECT_-1206953272'), (u'INDIRECT_-1206954172', u'MULTIEQUAL_-1206955356'), (u'INDIRECT_-1206955488', u'MULTIEQUAL_-1206955351'), (u'MULTIEQUAL_-1206954263', u'MULTIEQUAL_-1206954247'), (u'PTRADD_-1206952484', u'COPY_-1206952477'), (u'INDIRECT_-1206956154', u'MULTIEQUAL_-1206955988'), (u'INDIRECT_-1206955732', u'MULTIEQUAL_-1206953759'), (u'CALL_-1206962580', u'INDIRECT_-1206956354'), (u'CALL_-1206961645', u'INDIRECT_-1206953051'), (u'INDIRECT_-1206955196', u'MULTIEQUAL_-1206955087'), (u'MULTIEQUAL_-1206954860', u'MULTIEQUAL_-1206956320'), (u'CALL_-1206964167', u'INDIRECT_-1206954561'), (u'CALL_-1206963611', u'INDIRECT_-1206955552'), (u'INDIRECT_-1206957914', u'MULTIEQUAL_-1206957803'), (u'LOAD_-1206963449', u'MULTIEQUAL_-1206957482'), (u'INDIRECT_-1206954520', u'MULTIEQUAL_-1206954403'), (u'INDIRECT_-1206955163', u'MULTIEQUAL_-1206954661'), (u'CALL_-1206963575', u'INDIRECT_-1206957241'), (u'COPY_-1206954265', u'MULTIEQUAL_-1206954809'), ('tmp_5352', u'CBRANCH_-1206962489'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206956753'), (u'CALL_-1206962820', u'INDIRECT_-1206954606'), (u'CALL_-1206963447', u'INDIRECT_-1206956058'), (u'INDIRECT_-1206954272', u'COPY_-1206954329'), (u'INT_ADD_-1206966378', u'CAST_-1206954251'), (u'INDIRECT_-1206955523', u'COPY_-1206955552'), (u'INDIRECT_-1206955352', u'MULTIEQUAL_-1206954145'), (u'LOAD_-1206961910', u'CAST_-1206951984'), (u'INDIRECT_-1206953321', u'MULTIEQUAL_-1206953210'), (u'INDIRECT_-1206954442', u'MULTIEQUAL_-1206954446'), (u'INDIRECT_-1206954992', u'MULTIEQUAL_-1206954975'), (u'CALL_-1206966673', u'INDIRECT_-1206957284'), ('const-0', u'INT_EQUAL_-1206961856'), (u'INDIRECT_-1206956354', u'MULTIEQUAL_-1206956237'), (u'CALL_-1206966464', u'INDIRECT_-1206957273'), (u'CALL_-1206966480', u'INDIRECT_-1206955338'), (u'INDIRECT_-1206957420', u'MULTIEQUAL_-1206957324'), (u'CALL_-1206966621', u'INDIRECT_-1206955799'), (u'INDIRECT_-1206956734', u'MULTIEQUAL_-1206956639'), (u'CALL_-1206961185', u'INDIRECT_-1206953885'), ('const-86', u'INT_EQUAL_-1206964244'), (u'CALL_-1206966381', u'INDIRECT_-1206955269'), (u'INDIRECT_-1206956048', u'MULTIEQUAL_-1206956033'), (u'MULTIEQUAL_-1206954517', u'INT_EQUAL_-1206961842'), (u'INDIRECT_-1206956568', u'MULTIEQUAL_-1206956395'), (u'INT_SLESS_-1206963642', u'CBRANCH_-1206963642'), (u'CALL_-1206966560', u'INDIRECT_-1206956638'), (u'MULTIEQUAL_-1206957772', u'INT_ZEXT_-1206963315'), (u'INDIRECT_-1206955325', u'MULTIEQUAL_-1206955468'), (u'INDIRECT_-1206955212', u'MULTIEQUAL_-1206955107'), (u'INDIRECT_-1206957293', u'MULTIEQUAL_-1206957223'), (u'INT_EQUAL_-1206964595', u'CBRANCH_-1206964593'), (u'CALL_-1206963376', u'INDIRECT_-1206955687'), (u'CALL_-1206966621', u'INDIRECT_-1206959897'), (u'CALL_-1206962820', u'INDIRECT_-1206954042'), ('const-433', u'LOAD_-1206961041'), (u'CALL_-1206966576', u'INDIRECT_-1206955646'), (u'MULTIEQUAL_-1206954265', u'MULTIEQUAL_-1206953701'), (u'CALL_-1206964092', u'INDIRECT_-1206956117'), (u'MULTIEQUAL_-1206957023', u'MULTIEQUAL_-1206956049'), (u'LOAD_-1206963497', u'INT_OR_-1206963470'), (u'INDIRECT_-1206956631', u'MULTIEQUAL_-1206956635'), (u'INDIRECT_-1206952549', u'MULTIEQUAL_-1206952655'), (u'MULTIEQUAL_-1206957586', u'MULTIEQUAL_-1206957061'), (u'CALL_-1206961160', u'INDIRECT_-1206956106'), (u'CALL_-1206961471', u'INDIRECT_-1206952579'), (u'CALL_-1206961471', u'INDIRECT_-1206955738'), ('const-1', u'RETURN_-1206961536'), (u'CALL_-1206966544', u'INDIRECT_-1206956907'), (u'CALL_-1206961629', u'INDIRECT_-1206954551'), (u'INDIRECT_-1206956593', u'MULTIEQUAL_-1206956498'), ('tmp_249', u'CBRANCH_-1206966499'), ('const--1', u'COPY_-1206963674'), (u'INDIRECT_-1206954120', u'MULTIEQUAL_-1206953640'), (u'INDIRECT_-1206958487', u'MULTIEQUAL_-1206958353'), (u'CAST_-1206951867', u'LOAD_-1206961751'), (u'COPY_-1206963088', u'MULTIEQUAL_-1206956463'), (u'MULTIEQUAL_-1206958305', u'MULTIEQUAL_-1206958277'), (u'INDIRECT_-1206957779', u'MULTIEQUAL_-1206955859'), (u'CALL_-1206963359', u'INDIRECT_-1206954773'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206953360'), (u'INDIRECT_-1206953051', u'MULTIEQUAL_-1206953212'), (u'CALL_-1206961128', u'INDIRECT_-1206954112'), (u'STORE_-1206961701', u'INDIRECT_-1206956546'), (u'MULTIEQUAL_-1206957600', u'MULTIEQUAL_-1206957573'), (u'MULTIEQUAL_-1206955647', u'MULTIEQUAL_-1206955638'), (u'INDIRECT_-1206956942', u'MULTIEQUAL_-1206956915'), ('const-0', u'SUBPIECE_-1206959532'), ('tmp_1700', u'CBRANCH_-1206964285'), (u'CALL_-1206966673', u'INDIRECT_-1206957566'), (u'CALL_-1206964068', u'INDIRECT_-1206956670'), (u'INDIRECT_-1206955881', u'MULTIEQUAL_-1206955953'), (u'INDIRECT_-1206954551', u'MULTIEQUAL_-1206954467'), (u'CALL_-1206963482', u'INDIRECT_-1206954248'), (u'CALL_-1206965188', u'INDIRECT_-1206956605'), (u'CALL_-1206964092', u'INDIRECT_-1206955693'), (u'INDIRECT_-1206954661', u'MULTIEQUAL_-1206954544'), (u'INDIRECT_-1206953783', u'MULTIEQUAL_-1206952997'), (u'INDIRECT_-1206954566', u'MULTIEQUAL_-1206956285'), ('const-0', u'PTRSUB_-1206954425'), (u'CALL_-1206964256', u'INDIRECT_-1206954881'), ('const-433', u'LOAD_-1206963556'), (u'INDIRECT_-1206955917', u'MULTIEQUAL_-1206955812'), (u'MULTIEQUAL_-1206956334', u'MULTIEQUAL_-1206956456'), (u'INDIRECT_-1206955586', u'MULTIEQUAL_-1206955084'), (u'MULTIEQUAL_-1206955788', u'MULTIEQUAL_-1206955752'), (u'MULTIEQUAL_-1206957304', u'MULTIEQUAL_-1206957207'), (u'INDIRECT_-1206958019', u'MULTIEQUAL_-1206957871'), (u'INT_ADD_-1206961012', u'CAST_-1206951297'), (u'INDIRECT_-1206958910', u'MULTIEQUAL_-1206958793'), (u'INDIRECT_-1206956887', u'COPY_-1206956941'), (u'MULTIEQUAL_-1206956522', u'MULTIEQUAL_-1206955958'), (u'CALL_-1206961709', u'INDIRECT_-1206956133'), (u'MULTIEQUAL_-1206957365', u'MULTIEQUAL_-1206957318'), (u'COPY_-1206963674', u'MULTIEQUAL_-1206959551'), (u'CALL_-1206966157', u'INDIRECT_-1206955613'), (u'MULTIEQUAL_-1206956907', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206961185', u'INDIRECT_-1206952338'), (u'CALL_-1206965235', u'INDIRECT_-1206956210'), (u'INDIRECT_-1206956051', u'COPY_-1206956063'), (u'CALL_-1206966576', u'INDIRECT_-1206958767'), (u'COPY_-1206954286', u'MULTIEQUAL_-1206960297'), ('const-21', u'INT_LESS_-1206966104'), ('const-71', u'INT_ADD_-1206963528'), (u'INDIRECT_-1206954207', u'MULTIEQUAL_-1206954077'), (u'CALL_-1206961870', u'INDIRECT_-1206954630'), (u'INT_AND_-1206962860', u'INT_NOTEQUAL_-1206962873'), (u'CALL_-1206966381', u'INDIRECT_-1206957640'), (u'MULTIEQUAL_-1206957481', u'MULTIEQUAL_-1206957472'), (u'CALL_-1206964256', u'INDIRECT_-1206954740'), (u'CALL_-1206961709', u'INDIRECT_-1206953153'), (u'INDIRECT_-1206953170', u'MULTIEQUAL_-1206954109'), (u'INDIRECT_-1206955817', u'MULTIEQUAL_-1206956894'), (u'MULTIEQUAL_-1206957083', u'MULTIEQUAL_-1206956920'), (u'INDIRECT_-1206956445', u'MULTIEQUAL_-1206954621'), (u'INDIRECT_-1206955459', u'MULTIEQUAL_-1206955389'), (u'INT_ADD_-1206954363', u'PTRADD_-1206954316'), (u'INDIRECT_-1206955478', u'MULTIEQUAL_-1206955369'), (u'MULTIEQUAL_-1206957340', u'MULTIEQUAL_-1206957331'), (u'MULTIEQUAL_-1206958917', u'MULTIEQUAL_-1206958754'), (u'LOAD_-1206964155', u'INT_EQUAL_-1206964137'), (u'CALL_-1206966464', u'INDIRECT_-1206959107'), (u'CALL_-1206961603', u'INDIRECT_-1206953826'), (u'MULTIEQUAL_-1206952417', u'MULTIEQUAL_-1206953093'), (u'INDIRECT_-1206953369', u'COPY_-1206953381'), (u'MULTIEQUAL_-1206957364', u'MULTIEQUAL_-1206957348'), (u'MULTIEQUAL_-1206958070', u'MULTIEQUAL_-1206957243'), (u'CALL_-1206966576', u'INDIRECT_-1206959863'), (u'INDIRECT_-1206956700', u'MULTIEQUAL_-1206956653'), (u'CALL_-1206961538', u'INDIRECT_-1206956517'), (u'CALL_-1206961541', u'INDIRECT_-1206954074'), (u'MULTIEQUAL_-1206954642', u'MULTIEQUAL_-1206955232'), (u'INDIRECT_-1206957065', u'MULTIEQUAL_-1206956941'), (u'CALL_-1206961185', u'INDIRECT_-1206956001'), (u'MULTIEQUAL_-1206955787', u'MULTIEQUAL_-1206955743'), (u'MULTIEQUAL_-1206954313', u'MULTIEQUAL_-1206954286'), (u'CALL_-1206963356', u'INDIRECT_-1206953649'), (u'INDIRECT_-1206957123', u'MULTIEQUAL_-1206957107'), (u'CALL_-1206963330', u'INDIRECT_-1206953694'), (u'INDIRECT_-1206954031', u'MULTIEQUAL_-1206955215'), ('const-0', u'CALL_-1206963356'), (u'CALL_-1206961527', u'INDIRECT_-1206952730'), (u'MULTIEQUAL_-1206953420', u'MULTIEQUAL_-1206953959'), (u'CALL_-1206961709', u'INDIRECT_-1206953034'), (u'STORE_-1206963494', u'INDIRECT_-1206955421'), (u'MULTIEQUAL_-1206958106', u'LOAD_-1206961746'), (u'MULTIEQUAL_-1206956740', u'MULTIEQUAL_-1206955766'), (u'CALL_-1206961519', u'INDIRECT_-1206953225'), ('const-7', u'INT_EQUAL_-1206964567'), (u'CALL_-1206966488', u'INDIRECT_-1206959126'), (u'COPY_-1206962656', u'MULTIEQUAL_-1206958773'), (u'CALL_-1206961455', u'INDIRECT_-1206953752'), (u'INDIRECT_-1206953664', u'MULTIEQUAL_-1206952477'), ('tmp_3417', u'CBRANCH_-1206963300'), (u'CALL_-1206961645', u'INDIRECT_-1206956031'), (u'CALL_-1206961645', u'INDIRECT_-1206956738'), (u'CALL_-1206963182', u'INDIRECT_-1206956436'), (u'STORE_-1206963494', u'INDIRECT_-1206956690'), (u'CALL_-1206963575', u'INDIRECT_-1206955971'), (u'LOAD_-1206964155', u'CALL_-1206964010'), (u'INDIRECT_-1206955096', u'MULTIEQUAL_-1206955013'), ('const-4294967295', u'INT_SLESS_-1206963642'), (u'PTRADD_-1206953174', u'MULTIEQUAL_-1206959879'), (u'INDIRECT_-1206955142', u'MULTIEQUAL_-1206955202'), (u'INDIRECT_-1206953321', u'MULTIEQUAL_-1206953331'), (u'INDIRECT_-1206956082', u'MULTIEQUAL_-1206957978'), (u'INT_EQUAL_-1206964029', u'CBRANCH_-1206964027'), (u'MULTIEQUAL_-1206955958', u'MULTIEQUAL_-1206955928'), (u'INDIRECT_-1206953858', u'MULTIEQUAL_-1206953944'), (u'INDIRECT_-1206956110', u'MULTIEQUAL_-1206958012'), (u'INDIRECT_-1206955483', u'MULTIEQUAL_-1206955468'), (u'INDIRECT_-1206954977', u'COPY_-1206955034'), (u'INDIRECT_-1206956362', u'MULTIEQUAL_-1206956307'), (u'CALL_-1206964167', u'INDIRECT_-1206955848'), (u'MULTIEQUAL_-1206957647', u'MULTIEQUAL_-1206956819'), ('tmp_4296', u'CBRANCH_-1206963642'), (u'CALL_-1206961870', u'INDIRECT_-1206953321'), (u'STORE_-1206963548', u'INDIRECT_-1206956466'), (u'CALL_-1206966480', u'INDIRECT_-1206958697'), (u'CALL_-1206965223', u'INDIRECT_-1206954752'), (u'INDIRECT_-1206955485', u'MULTIEQUAL_-1206955439'), (u'INDIRECT_-1206955776', u'MULTIEQUAL_-1206954461'), (u'CALL_-1206962479', u'INDIRECT_-1206955259'), (u'INT_LESS_-1206963344', u'CBRANCH_-1206963353'), (u'MULTIEQUAL_-1206955838', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206966464', u'INDIRECT_-1206958684'), (u'CALL_-1206961629', u'INDIRECT_-1206952418'), (u'INDIRECT_-1206955687', u'MULTIEQUAL_-1206957589'), (u'LOAD_-1206964306', u'CAST_-1206952653'), (u'INT_EQUAL_-1206961842', u'CBRANCH_-1206961829'), (u'INDIRECT_-1206954705', u'MULTIEQUAL_-1206956003'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206956678'), ('const-1', u'INT_SUB_-1206963128'), (u'MULTIEQUAL_-1206958106', u'LOAD_-1206961910'), (u'CALL_-1206963564', u'INDIRECT_-1206954354'), (u'INT_MULT_-1206957602', u'INT_ADD_-1206952617'), ('const-4', u'INT_MULT_-1206965968'), (u'CALL_-1206961519', u'INDIRECT_-1206952361'), (u'CALL_-1206963482', u'INDIRECT_-1206955513'), (u'MULTIEQUAL_-1206954507', u'MULTIEQUAL_-1206953615'), (u'INDIRECT_-1206954776', u'MULTIEQUAL_-1206954684'), (u'CALL_-1206961185', u'INDIRECT_-1206955296'), (u'CALL_-1206961814', u'INDIRECT_-1206956362'), ('const-8', u'PTRADD_-1206952427'), (u'INDIRECT_-1206954323', u'MULTIEQUAL_-1206954327'), (u'STORE_-1206963494', u'INDIRECT_-1206956126'), (u'CALL_-1206961725', u'INDIRECT_-1206955721'), (u'INDIRECT_-1206954917', u'MULTIEQUAL_-1206955609'), (u'INDIRECT_-1206954993', u'MULTIEQUAL_-1206953700'), (u'INDIRECT_-1206954900', u'MULTIEQUAL_-1206954805'), (u'INDIRECT_-1206952242', u'PIECE_-1206952488'), (u'CALL_-1206966576', u'INDIRECT_-1206955890'), (u'INDIRECT_-1206954608', u'COPY_-1206954633'), (u'MULTIEQUAL_-1206954018', u'MULTIEQUAL_-1206955478'), (u'CALL_-1206965956', u'INDIRECT_-1206957959'), (u'COPY_-1206952453', u'MULTIEQUAL_-1206958692'), (u'CAST_-1206952539', u'COPY_-1206952046'), (u'CALL_-1206966621', u'INDIRECT_-1206955680'), (u'INDIRECT_-1206954685', u'MULTIEQUAL_-1206954639'), (u'CALL_-1206965235', u'INDIRECT_-1206955928'), (u'COPY_-1206953642', u'MULTIEQUAL_-1206953567'), (u'INDIRECT_-1206955035', u'MULTIEQUAL_-1206955107'), (u'MULTIEQUAL_-1206958447', u'MULTIEQUAL_-1206958420'), (u'MULTIEQUAL_-1206954286', u'MULTIEQUAL_-1206954165'), (u'CALL_-1206961645', u'INDIRECT_-1206955466'), (u'INDIRECT_-1206955599', u'MULTIEQUAL_-1206955671'), (u'INDIRECT_-1206954535', u'COPY_-1206954564'), (u'CALL_-1206964068', u'INDIRECT_-1206955118'), (u'MULTIEQUAL_-1206957481', u'MULTIEQUAL_-1206956918'), (u'CALL_-1206962650', u'INDIRECT_-1206953672'), (u'CALL_-1206966645', u'INDIRECT_-1206958398'), (u'MULTIEQUAL_-1206958430', u'MULTIEQUAL_-1206958390'), (u'INDIRECT_-1206953648', u'MULTIEQUAL_-1206953556'), (u'MULTIEQUAL_-1206954199', u'MULTIEQUAL_-1206954183'), (u'CALL_-1206961538', u'INDIRECT_-1206954681'), (u'MULTIEQUAL_-1206956881', u'MULTIEQUAL_-1206955907'), (u'CALL_-1206963314', u'INDIRECT_-1206953202'), (u'INDIRECT_-1206953510', u'COPY_-1206953522'), (u'CALL_-1206962230', u'INDIRECT_-1206956257'), (u'INDIRECT_-1206957327', u'MULTIEQUAL_-1206956120'), (u'CALL_-1206964256', u'INDIRECT_-1206956997'), (u'INT_SLESS_-1206963334', u'CBRANCH_-1206963341'), (u'MULTIEQUAL_-1206956193', u'MULTIEQUAL_-1206956242'), (u'CALL_-1206961489', u'INDIRECT_-1206952224'), (u'CALL_-1206963657', u'INDIRECT_-1206956701'), ('const-1', u'RETURN_-1206963309'), (u'STORE_-1206963548', u'INDIRECT_-1206955760'), (u'CALL_-1206962230', u'INDIRECT_-1206956964'), (u'CALL_-1206962838', u'INDIRECT_-1206955235'), (u'CAST_-1206952002', u'INT_ADD_-1206961690'), (u'MULTIEQUAL_-1206955029', u'MULTIEQUAL_-1206954427'), (u'LOAD_-1206963465', u'CALLIND_-1206963455'), (u'INDIRECT_-1206955801', u'MULTIEQUAL_-1206955718'), (u'MULTIEQUAL_-1206955813', u'MULTIEQUAL_-1206956352'), (u'INDIRECT_-1206954544', u'MULTIEQUAL_-1206954498'), (u'INDIRECT_-1206957327', u'MULTIEQUAL_-1206956522'), (u'CALL_-1206961519', u'INDIRECT_-1206955059'), (u'CALL_-1206966560', u'INDIRECT_-1206957061'), ('const-0', u'INT_EQUAL_-1206961842'), (u'INDIRECT_-1206954661', u'MULTIEQUAL_-1206956472'), (u'CALL_-1206966645', u'INDIRECT_-1206957551'), (u'CALL_-1206963443', u'INDIRECT_-1206954052'), (u'MULTIEQUAL_-1206956299', u'MULTIEQUAL_-1206955697'), (u'INDIRECT_-1206955427', u'INT_NOTEQUAL_-1206961047'), (u'INDIRECT_-1206956065', u'MULTIEQUAL_-1206956069'), (u'CALL_-1206966488', u'INDIRECT_-1206955582'), (u'INDIRECT_-1206957328', u'MULTIEQUAL_-1206956013'), (u'CALL_-1206965208', u'INDIRECT_-1206954865'), (u'INDIRECT_-1206957010', u'MULTIEQUAL_-1206955186'), (u'INDIRECT_-1206956388', u'COPY_-1206956445'), (u'CALL_-1206961673', u'INDIRECT_-1206955763'), (u'MULTIEQUAL_-1206954850', u'MULTIEQUAL_-1206956849'), (u'CALL_-1206964092', u'INDIRECT_-1206955129'), (u'CALL_-1206965956', u'INDIRECT_-1206955142'), ('tmp_3743', u'BRANCH_-1206964091'), (u'INDIRECT_-1206956952', u'COPY_-1206957009'), (u'CALL_-1206961375', u'INDIRECT_-1206952600'), (u'CALL_-1206961814', u'INDIRECT_-1206954105'), ('const-2', u'COPY_-1206956667'), (u'CALL_-1206962580', u'INDIRECT_-1206955225'), ('const-433', u'LOAD_-1206966243'), (u'CALL_-1206965956', u'INDIRECT_-1206958100'), (u'INDIRECT_-1206955709', u'MULTIEQUAL_-1206955072'), (u'CALL_-1206963359', u'INDIRECT_-1206955196'), (u'INDIRECT_-1206954813', u'MULTIEQUAL_-1206954730'), (u'MULTIEQUAL_-1206960279', u'COPY_-1206952909'), (u'INDIRECT_-1206955286', u'MULTIEQUAL_-1206954649'), (u'INDIRECT_-1206956991', u'MULTIEQUAL_-1206954732'), (u'INDIRECT_-1206956150', u'MULTIEQUAL_-1206955648'), (u'CALL_-1206963611', u'INDIRECT_-1206954027'), (u'CALL_-1206964167', u'INDIRECT_-1206956694'), (u'INDIRECT_-1206956257', u'MULTIEQUAL_-1206954339'), (u'CALL_-1206961160', u'INDIRECT_-1206955540'), (u'INT_NOTEQUAL_-1206961937', u'CBRANCH_-1206961935'), (u'INDIRECT_-1206955908', u'MULTIEQUAL_-1206955862'), (u'INDIRECT_-1206955760', u'MULTIEQUAL_-1206955651'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206955415'), (u'CALL_-1206966621', u'INDIRECT_-1206955924'), (u'INDIRECT_-1206957548', u'MULTIEQUAL_-1206955596'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206956517'), (u'INDIRECT_-1206956150', u'MULTIEQUAL_-1206956054'), (u'INDIRECT_-1206954116', u'MULTIEQUAL_-1206952216'), (u'INT_EQUAL_-1206963493', u'CBRANCH_-1206963491'), (u'CALL_-1206962479', u'INDIRECT_-1206956247'), (u'INDIRECT_-1206956454', u'MULTIEQUAL_-1206956597'), (u'CALL_-1206962729', u'INDIRECT_-1206955991'), (u'MULTIEQUAL_-1206957506', u'MULTIEQUAL_-1206956678'), (u'CALL_-1206964092', u'INDIRECT_-1206955270'), (u'CALL_-1206965235', u'INDIRECT_-1206954885'), (u'INDIRECT_-1206954428', u'MULTIEQUAL_-1206954411'), (u'CALL_-1206964279', u'INDIRECT_-1206955917'), (u'CALL_-1206966522', u'INDIRECT_-1206957878'), (u'MULTIEQUAL_-1206954465', u'MULTIEQUAL_-1206953863'), (u'CALL_-1206961455', u'INDIRECT_-1206952687'), (u'CALL_-1206961572', u'INDIRECT_-1206954143'), (u'CALL_-1206963359', u'INDIRECT_-1206955055'), (u'INT_ADD_-1206961690', u'CAST_-1206952001'), (u'INDIRECT_-1206957470', u'MULTIEQUAL_-1206956865'), (u'CALL_-1206961160', u'INDIRECT_-1206953283'), (u'INDIRECT_-1206954695', u'MULTIEQUAL_-1206955612'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956299'), (u'INDIRECT_-1206955881', u'MULTIEQUAL_-1206954057'), (u'CALL_-1206966560', u'INDIRECT_-1206957484'), (u'INDIRECT_-1206956982', u'MULTIEQUAL_-1206956935'), (u'INDIRECT_-1206954759', u'MULTIEQUAL_-1206954664'), (u'CALL_-1206963457', u'INDIRECT_-1206956189'), (u'INDIRECT_-1206956198', u'MULTIEQUAL_-1206955393'), (u'INDIRECT_-1206956427', u'MULTIEQUAL_-1206956383'), (u'MULTIEQUAL_-1206955132', u'MULTIEQUAL_-1206957131'), (u'CALL_-1206966157', u'INDIRECT_-1206956656'), (u'MULTIEQUAL_-1206954819', u'MULTIEQUAL_-1206954780'), (u'INDIRECT_-1206956408', u'COPY_-1206956422'), (u'INDIRECT_-1206954017', u'MULTIEQUAL_-1206953936'), (u'CALL_-1206964068', u'INDIRECT_-1206956388'), (u'CALL_-1206962650', u'INDIRECT_-1206954292'), (u'INT_EQUAL_-1206961695', u'CBRANCH_-1206961693'), (u'INDIRECT_-1206955618', u'COPY_-1206955672'), (u'MULTIEQUAL_-1206959612', u'INT_ZEXT_-1206963627'), (u'MULTIEQUAL_-1206958305', u'MULTIEQUAL_-1206957083'), ('const-1', u'COPY_-1206951534'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206952248'), (u'INT_ZEXT_-1206963128', u'INT_MULT_-1206958022'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206957343'), (u'CALL_-1206966488', u'INDIRECT_-1206959799'), (u'CALL_-1206961725', u'INDIRECT_-1206956568'), (u'MULTIEQUAL_-1206954801', u'MULTIEQUAL_-1206954238'), ('tmp_1450', u'CBRANCH_-1206964502'), (u'CALL_-1206963611', u'INDIRECT_-1206954384'), (u'CALL_-1206961615', u'INDIRECT_-1206956094'), (u'MULTIEQUAL_-1206954622', u'MULTIEQUAL_-1206954606'), (u'STORE_-1206961701', u'INDIRECT_-1206954496'), (u'MULTIEQUAL_-1206955330', u'MULTIEQUAL_-1206954356'), (u'INDIRECT_-1206952338', u'MULTIEQUAL_-1206954476'), (u'CALL_-1206961814', u'INDIRECT_-1206953078'), (u'CAST_-1206953066', u'CALL_-1206963447'), ('const-433', u'LOAD_-1206963635'), (u'INDIRECT_-1206955211', u'MULTIEQUAL_-1206954802'), (u'CALL_-1206962796', u'INDIRECT_-1206955865'), (u'INDIRECT_-1206957117', u'MULTIEQUAL_-1206957101'), (u'INDIRECT_-1206957734', u'COPY_-1206957788'), (u'LOAD_-1206963544', u'INT_SLESS_-1206963528'), (u'INDIRECT_-1206955916', u'MULTIEQUAL_-1206954709'), (u'MULTIEQUAL_-1206957834', u'INT_NOTEQUAL_-1206963466'), (u'INDIRECT_-1206954175', u'MULTIEQUAL_-1206954120'), (u'MULTIEQUAL_-1206957199', u'MULTIEQUAL_-1206957163'), (u'CALL_-1206961519', u'INDIRECT_-1206953366'), (u'MULTIEQUAL_-1206953712', u'MULTIEQUAL_-1206953685'), ('const-0', u'INT_NOTEQUAL_-1206963622'), (u'INDIRECT_-1206955430', u'MULTIEQUAL_-1206955383'), (u'CALL_-1206963657', u'INDIRECT_-1206955432'), (u'CALL_-1206966544', u'INDIRECT_-1206959023'), (u'CALL_-1206964068', u'INDIRECT_-1206953527'), (u'CALL_-1206962650', u'INDIRECT_-1206956972'), (u'CALL_-1206963182', u'INDIRECT_-1206956718'), (u'CALL_-1206961814', u'INDIRECT_-1206955092'), (u'CALL_-1206963564', u'INDIRECT_-1206957356'), (u'INDIRECT_-1206956058', u'MULTIEQUAL_-1206955973'), (u'INDIRECT_-1206953202', u'MULTIEQUAL_-1206953212'), (u'CALL_-1206961709', u'INDIRECT_-1206953397'), (u'INDIRECT_-1206954866', u'MULTIEQUAL_-1206954819'), (u'MULTIEQUAL_-1206954799', u'MULTIEQUAL_-1206954755'), (u'INDIRECT_-1206954194', u'MULTIEQUAL_-1206954144'), ('tmp_2331', u'BRANCH_-1206962667'), (u'MULTIEQUAL_-1206957183', u'MULTIEQUAL_-1206958613'), (u'INDIRECT_-1206959051', u'MULTIEQUAL_-1206958917'), (u'CALL_-1206961814', u'INDIRECT_-1206956080'), (u'MULTIEQUAL_-1206956070', u'MULTIEQUAL_-1206955507'), (u'INDIRECT_-1206956664', u'MULTIEQUAL_-1206957741'), (u'CALL_-1206966381', u'INDIRECT_-1206955388'), (u'CALL_-1206965223', u'INDIRECT_-1206957189'), (u'INDIRECT_-1206957202', u'MULTIEQUAL_-1206959013'), (u'CALL_-1206961732', u'INDIRECT_-1206953276'), (u'CALL_-1206965188', u'INDIRECT_-1206955900'), ('tmp_5859', u'BRANCH_-1206961671'), ('const-203', u'INT_LESS_-1206965994'), (u'CALL_-1206966480', u'INDIRECT_-1206957427'), (u'LOAD_-1206961714', u'STORE_-1206961701'), (u'INDIRECT_-1206957125', u'MULTIEQUAL_-1206955173'), (u'CALL_-1206964167', u'INDIRECT_-1206956412'), (u'CALL_-1206961725', u'INDIRECT_-1206955157'), (u'CALL_-1206963182', u'INDIRECT_-1206954525'), (u'CALL_-1206965956', u'INDIRECT_-1206957535'), (u'CALL_-1206964256', u'INDIRECT_-1206953876'), (u'INDIRECT_-1206956366', u'MULTIEQUAL_-1206958262'), (u'CAST_-1206951672', u'STORE_-1206961707'), ('tmp_2334', u'BRANCH_-1206962805'), (u'INDIRECT_-1206958302', u'MULTIEQUAL_-1206958153'), (u'MULTIEQUAL_-1206954888', u'MULTIEQUAL_-1206954124'), (u'INDIRECT_-1206954497', u'COPY_-1206954509'), (u'INDIRECT_-1206955634', u'MULTIEQUAL_-1206955225'), (u'INDIRECT_-1206953277', u'MULTIEQUAL_-1206954595'), (u'INDIRECT_-1206955023', u'MULTIEQUAL_-1206955083'), (u'INDIRECT_-1206956340', u'MULTIEQUAL_-1206955025'), (u'STORE_-1206961701', u'INDIRECT_-1206954637'), (u'CALL_-1206966605', u'INDIRECT_-1206956813'), (u'CALL_-1206963657', u'INDIRECT_-1206955291'), (u'CALL_-1206961489', u'INDIRECT_-1206953207'), (u'MULTIEQUAL_-1206958023', u'MULTIEQUAL_-1206957340'), (u'CALL_-1206963513', u'INDIRECT_-1206954548'), (u'INDIRECT_-1206957327', u'MULTIEQUAL_-1206956722'), (u'INDIRECT_-1206957978', u'MULTIEQUAL_-1206955719'), (u'INDIRECT_-1206956339', u'MULTIEQUAL_-1206955930'), (u'MULTIEQUAL_-1206956237', u'MULTIEQUAL_-1206956190'), (u'MULTIEQUAL_-1206954286', u'LOAD_-1206964414'), (u'INDIRECT_-1206953167', u'MULTIEQUAL_-1206953088'), (u'CALL_-1206961455', u'INDIRECT_-1206954457'), (u'INDIRECT_-1206956660', u'MULTIEQUAL_-1206956614'), (u'CALL_-1206962705', u'INDIRECT_-1206954851'), (u'INDIRECT_-1206953175', u'MULTIEQUAL_-1206953099'), (u'MULTIEQUAL_-1206956352', u'INT_EQUAL_-1206964509'), (u'INDIRECT_-1206954874', u'MULTIEQUAL_-1206953581'), (u'CALL_-1206962820', u'INDIRECT_-1206955594'), ('const--1', u'INT_ADD_-1206963628'), (u'CALL_-1206966544', u'INDIRECT_-1206958318'), (u'INDIRECT_-1206954773', u'MULTIEQUAL_-1206954664'), (u'MULTIEQUAL_-1206955524', u'MULTIEQUAL_-1206955504'), (u'INDIRECT_-1206953823', u'MULTIEQUAL_-1206953768'), (u'INDIRECT_-1206955464', u'MULTIEQUAL_-1206955369'), (u'CAST_-1206952819', u'MULTIEQUAL_-1206960867'), ('const-0', u'COPY_-1206961568'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956799'), (u'CALL_-1206961538', u'INDIRECT_-1206956233'), (u'CALL_-1206962796', u'INDIRECT_-1206954595'), (u'INDIRECT_-1206956071', u'MULTIEQUAL_-1206955954'), (u'INDIRECT_-1206955271', u'MULTIEQUAL_-1206956990'), (u'COPY_-1206958093', u'COPY_-1206953000'), (u'CALL_-1206963720', u'INDIRECT_-1206955600'), (u'COPY_-1206951317', u'CALL_-1206961569'), (u'INDIRECT_-1206957361', u'MULTIEQUAL_-1206955366'), (u'CALL_-1206961160', u'INDIRECT_-1206954270'), (u'INDIRECT_-1206954845', u'MULTIEQUAL_-1206954931'), (u'INDIRECT_-1206953830', u'COPY_-1206953859'), (u'CALL_-1206962230', u'INDIRECT_-1206953158'), (u'CALL_-1206962705', u'INDIRECT_-1206952577'), (u'INDIRECT_-1206954284', u'MULTIEQUAL_-1206956003'), (u'MULTIEQUAL_-1206958692', u'PTRADD_-1206952427'), (u'STORE_-1206963548', u'INDIRECT_-1206957314'), (u'MULTIEQUAL_-1206957318', u'MULTIEQUAL_-1206957291'), (u'INDIRECT_-1206955444', u'MULTIEQUAL_-1206953207'), (u'PTRADD_-1206954316', u'COPY_-1206954266'), (u'MULTIEQUAL_-1206956894', u'MULTIEQUAL_-1206957484'), (u'MULTIEQUAL_-1206954078', u'MULTIEQUAL_-1206954042'), (u'INDIRECT_-1206956833', u'COPY_-1206956885'), (u'MULTIEQUAL_-1206956941', u'MULTIEQUAL_-1206956049'), ('tmp_5561', u'CBRANCH_-1206961932'), (u'CALL_-1206966673', u'INDIRECT_-1206957989'), (u'INDIRECT_-1206954581', u'INT_EQUAL_-1206961642'), (u'INDIRECT_-1206955129', u'MULTIEQUAL_-1206953211'), (u'INDIRECT_-1206954700', u'MULTIEQUAL_-1206956602'), (u'INDIRECT_-1206953995', u'MULTIEQUAL_-1206953515'), (u'INDIRECT_-1206957643', u'MULTIEQUAL_-1206955648'), (u'MULTIEQUAL_-1206955625', u'MULTIEQUAL_-1206954403'), (u'CALL_-1206962705', u'INDIRECT_-1206955698'), (u'INDIRECT_-1206953193', u'MULTIEQUAL_-1206954958'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956819'), (u'CALL_-1206966673', u'INDIRECT_-1206959402'), (u'INDIRECT_-1206959107', u'MULTIEQUAL_-1206958934'), (u'MULTIEQUAL_-1206954203', u'MULTIEQUAL_-1206954194'), (u'COPY_-1206952982', u'MULTIEQUAL_-1206959195'), (u'MULTIEQUAL_-1206956740', u'MULTIEQUAL_-1206956213'), (u'CALL_-1206961185', u'INDIRECT_-1206954449'), (u'INDIRECT_-1206953878', u'MULTIEQUAL_-1206953783'), ('const--2', u'INT_MULT_-1206957602'), (u'CALL_-1206965188', u'INDIRECT_-1206956746'), (u'CALL_-1206964010', u'INDIRECT_-1206954027'), (u'INDIRECT_-1206958261', u'MULTIEQUAL_-1206958087'), ('const-1', u'INT_ADD_-1206952710'), (u'CALL_-1206963457', u'INDIRECT_-1206954497'), (u'CALL_-1206961673', u'INDIRECT_-1206954634'), (u'CALL_-1206962705', u'INDIRECT_-1206955557'), (u'STORE_-1206963548', u'INDIRECT_-1206956748'), (u'CALL_-1206961794', u'INDIRECT_-1206953949'), (u'CALL_-1206966381', u'INDIRECT_-1206959724'), (u'CALL_-1206962820', u'INDIRECT_-1206954465'), ('const-13', u'INT_EQUAL_-1206961504'), (u'INT_ADD_-1206964577', u'MULTIEQUAL_-1206959469'), (u'CALL_-1206963457', u'INDIRECT_-1206956331'), (u'INDIRECT_-1206955405', u'MULTIEQUAL_-1206955307'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955145'), (u'MULTIEQUAL_-1206955188', u'MULTIEQUAL_-1206955067'), ('const-1', u'COPY_-1206964435'), (u'MULTIEQUAL_-1206957163', u'MULTIEQUAL_-1206956636'), (u'CALL_-1206964256', u'INDIRECT_-1206958093'), (u'INDIRECT_-1206956163', u'MULTIEQUAL_-1206956235'), (u'INDIRECT_-1206954551', u'MULTIEQUAL_-1206954450'), (u'INDIRECT_-1206955804', u'MULTIEQUAL_-1206955682'), ('tmp_1388', u'CBRANCH_-1206964547'), (u'CALL_-1206961870', u'INDIRECT_-1206956182'), (u'INDIRECT_-1206955924', u'MULTIEQUAL_-1206955928'), (u'CALL_-1206961185', u'INDIRECT_-1206955155'), (u'INT_EQUAL_-1206963508', u'CBRANCH_-1206963506'), (u'INDIRECT_-1206953582', u'COPY_-1206953612'), (u'CALL_-1206961471', u'INDIRECT_-1206955174'), (u'CALL_-1206962230', u'INDIRECT_-1206953521'), (u'INT_ZEXT_-1206963320', u'INT_MULT_-1206952462'), (u'INDIRECT_-1206955133', u'COPY_-1206955163'), (u'CALL_-1206966673', u'INDIRECT_-1206959259'), (u'INDIRECT_-1206953798', u'MULTIEQUAL_-1206955722'), (u'INDIRECT_-1206955493', u'MULTIEQUAL_-1206954888'), ('tmp_3557', u'CBRANCH_-1206964262'), ('const-8', u'PTRADD_-1206952119'), (u'CAST_-1206951297', u'LOAD_-1206961028'), (u'MULTIEQUAL_-1206954265', u'MULTIEQUAL_-1206954235'), (u'STORE_-1206961707', u'INDIRECT_-1206956407'), (u'INDIRECT_-1206955148', u'MULTIEQUAL_-1206955132'), (u'COPY_-1206957394', u'MULTIEQUAL_-1206957333'), (u'INDIRECT_-1206955775', u'MULTIEQUAL_-1206955170'), (u'CALL_-1206962796', u'INDIRECT_-1206956006'), (u'INDIRECT_-1206955868', u'MULTIEQUAL_-1206955813'), (u'INT_EQUAL_-1206964287', u'CBRANCH_-1206964285'), (u'CALL_-1206961794', u'INDIRECT_-1206956065'), (u'MULTIEQUAL_-1206954167', u'MULTIEQUAL_-1206954046'), ('tmp_5452', u'BRANCH_-1206962227'), (u'MULTIEQUAL_-1206953575', u'MULTIEQUAL_-1206953561'), (u'CALL_-1206966488', u'INDIRECT_-1206955344'), (u'CALL_-1206961375', u'INDIRECT_-1206954451'), (u'INDIRECT_-1206957407', u'MULTIEQUAL_-1206955455'), (u'CALL_-1206963611', u'INDIRECT_-1206954265'), (u'CALL_-1206961673', u'INDIRECT_-1206956468'), (u'CALL_-1206963720', u'INDIRECT_-1206956305'), ('const-433', u'LOAD_-1206963497'), (u'MULTIEQUAL_-1206955671', u'MULTIEQUAL_-1206954779'), ('const-1', u'COPY_-1206952302'), ('tmp_1362', u'CBRANCH_-1206964565'), (u'CAST_-1206951827', u'CALL_-1206961645'), (u'MULTIEQUAL_-1206958651', u'CALL_-1206962838'), (u'INDIRECT_-1206954215', u'COPY_-1206954227'), (u'CALL_-1206963720', u'INDIRECT_-1206956164'), ('const-433', u'LOAD_-1206961408'), (u'CALL_-1206963356', u'INDIRECT_-1206955115'), (u'MULTIEQUAL_-1206956759', u'MULTIEQUAL_-1206958189'), (u'COPY_-1206954265', u'MULTIEQUAL_-1206955476'), (u'INDIRECT_-1206956378', u'MULTIEQUAL_-1206956332'), (u'MULTIEQUAL_-1206956794', u'MULTIEQUAL_-1206956774'), (u'CALL_-1206963575', u'INDIRECT_-1206957100'), (u'INDIRECT_-1206954433', u'COPY_-1206954447'), (u'INDIRECT_-1206952820', u'MULTIEQUAL_-1206954958'), (u'INDIRECT_-1206957837', u'MULTIEQUAL_-1206955578'), (u'INDIRECT_-1206956105', u'MULTIEQUAL_-1206956021'), ('const-4294967295', u'INT_AND_-1206958677'), (u'INDIRECT_-1206956184', u'MULTIEQUAL_-1206956075'), (u'INDIRECT_-1206958174', u'MULTIEQUAL_-1206958089'), (u'COPY_-1206952245', u'MULTIEQUAL_-1206952153'), (u'CALL_-1206964092', u'INDIRECT_-1206954847'), (u'CALL_-1206961519', u'INDIRECT_-1206954494'), (u'INDIRECT_-1206955410', u'MULTIEQUAL_-1206955496'), ('const-0', u'INT_SLESS_-1206962853'), (u'INDIRECT_-1206956313', u'MULTIEQUAL_-1206956456'), (u'INDIRECT_-1206956111', u'MULTIEQUAL_-1206956013'), (u'MULTIEQUAL_-1206957599', u'INT_EQUAL_-1206964567'), (u'INDIRECT_-1206954407', u'MULTIEQUAL_-1206955484'), (u'CALL_-1206961732', u'INDIRECT_-1206955611'), (u'STORE_-1206961701', u'INDIRECT_-1206954919'), (u'INDIRECT_-1206954117', u'MULTIEQUAL_-1206955862'), (u'CALL_-1206963657', u'INDIRECT_-1206955996'), (u'INDIRECT_-1206954881', u'MULTIEQUAL_-1206954785'), (u'CALL_-1206961794', u'INDIRECT_-1206952825'), (u'MULTIEQUAL_-1206954606', u'MULTIEQUAL_-1206954004'), ('const-0', u'CALL_-1206961569'), ('const-262144', u'INT_OR_-1206963470'), ('const-8', u'PTRADD_-1206952663'), ('const-0', u'COPY_-1206963654'), (u'CALL_-1206962230', u'INDIRECT_-1206953277'), (u'INDIRECT_-1206954489', u'MULTIEQUAL_-1206954359'), ('tmp_848', u'CBRANCH_-1206966048'), (u'CALL_-1206961615', u'INDIRECT_-1206954399'), (u'CALL_-1206961725', u'INDIRECT_-1206956286'), (u'INDIRECT_-1206955372', u'MULTIEQUAL_-1206955248'), (u'INDIRECT_-1206954967', u'MULTIEQUAL_-1206954940'), (u'CALL_-1206961870', u'INDIRECT_-1206954207'), (u'INDIRECT_-1206957142', u'MULTIEQUAL_-1206956976'), (u'MULTIEQUAL_-1206957866', u'CALL_-1206961794'), (u'STORE_-1206963453', u'INDIRECT_-1206956841'), (u'INDIRECT_-1206955493', u'MULTIEQUAL_-1206954286'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206961527', u'INDIRECT_-1206955065'), (u'MULTIEQUAL_-1206958167', u'MULTIEQUAL_-1206958140'), (u'CALL_-1206966522', u'INDIRECT_-1206958302'), (u'CALL_-1206961870', u'INDIRECT_-1206956889'), (u'CALL_-1206961645', u'INDIRECT_-1206955749'), (u'INDIRECT_-1206957715', u'MULTIEQUAL_-1206955891'), (u'INDIRECT_-1206956198', u'MULTIEQUAL_-1206955593'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954062'), (u'INDIRECT_-1206955916', u'MULTIEQUAL_-1206955111'), (u'MULTIEQUAL_-1206956599', u'MULTIEQUAL_-1206956501'), (u'INDIRECT_-1206955026', u'MULTIEQUAL_-1206954860'), (u'INDIRECT_-1206953694', u'MULTIEQUAL_-1206953621'), (u'CAST_-1206951874', u'MULTIEQUAL_-1206952035'), (u'MULTIEQUAL_-1206952997', u'MULTIEQUAL_-1206952434'), (u'INDIRECT_-1206957114', u'MULTIEQUAL_-1206957093'), (u'MULTIEQUAL_-1206953567', u'COPY_-1206953136'), (u'CALL_-1206962505', u'INDIRECT_-1206954559'), (u'MULTIEQUAL_-1206956942', u'MULTIEQUAL_-1206957481'), (u'MULTIEQUAL_-1206955083', u'MULTIEQUAL_-1206955047'), (u'MULTIEQUAL_-1206956753', u'MULTIEQUAL_-1206955531'), (u'LOAD_-1206963327', u'STORE_-1206963324'), (u'CALL_-1206962230', u'INDIRECT_-1206956539'), ('const-1', u'COPY_-1206959548'), (u'INDIRECT_-1206957273', u'MULTIEQUAL_-1206955014'), (u'CALL_-1206961629', u'INDIRECT_-1206954410'), (u'CALL_-1206963513', u'INDIRECT_-1206955112'), (u'PTRADD_-1206952663', u'MULTIEQUAL_-1206958651'), (u'INDIRECT_-1206956013', u'MULTIEQUAL_-1206955847'), (u'CALL_-1206966480', u'INDIRECT_-1206956722'), (u'CALL_-1206965223', u'INDIRECT_-1206954877'), (u'CALL_-1206961569', u'INDIRECT_-1206952622'), (u'MULTIEQUAL_-1206955390', u'MULTIEQUAL_-1206955366'), (u'INDIRECT_-1206956095', u'MULTIEQUAL_-1206956068'), (u'CALL_-1206966488', u'INDIRECT_-1206957433'), (u'INDIRECT_-1206955275', u'COPY_-1206955305'), (u'CALL_-1206964092', u'INDIRECT_-1206953663'), (u'CALL_-1206965235', u'INDIRECT_-1206957762'), (u'INDIRECT_-1206954403', u'MULTIEQUAL_-1206954357'), (u'MULTIEQUAL_-1206954761', u'MULTIEQUAL_-1206953539'), (u'CALL_-1206961794', u'INDIRECT_-1206953307'), (u'CALL_-1206963447', u'COPY_-1206953175'), (u'INDIRECT_-1206954425', u'MULTIEQUAL_-1206956144'), (u'INDIRECT_-1206955571', u'MULTIEQUAL_-1206955555'), (u'CALL_-1206966621', u'INDIRECT_-1206957108'), (u'CALL_-1206961128', u'INDIRECT_-1206952283'), (u'INDIRECT_-1206956517', u'MULTIEQUAL_-1206958262'), (u'CALL_-1206963575', u'INDIRECT_-1206956112'), (u'INDIRECT_-1206954584', u'MULTIEQUAL_-1206954568'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957020'), (u'CALL_-1206961794', u'INDIRECT_-1206954513'), (u'INDIRECT_-1206953307', u'MULTIEQUAL_-1206953330'), (u'INDIRECT_-1206956935', u'MULTIEQUAL_-1206956801'), ('tmp_3633', u'CBRANCH_-1206964216'), (u'INDIRECT_-1206956049', u'MULTIEQUAL_-1206956003'), (u'CALL_-1206966488', u'INDIRECT_-1206955945'), (u'MULTIEQUAL_-1206958430', u'COPY_-1206952474'), (u'CALL_-1206963657', u'INDIRECT_-1206957548'), (u'CALL_-1206961569', u'INDIRECT_-1206955781'), (u'MULTIEQUAL_-1206957505', u'MULTIEQUAL_-1206957489'), (u'INDIRECT_-1206957083', u'MULTIEQUAL_-1206957037'), ('const-0', u'INT_EQUAL_-1206964388'), (u'INDIRECT_-1206958628', u'MULTIEQUAL_-1206958494'), (u'MULTIEQUAL_-1206955101', u'MULTIEQUAL_-1206955081'), ('const-5', u'INT_EQUAL_-1206963983'), ('const-8', u'PTRADD_-1206951779'), (u'INDIRECT_-1206955552', u'MULTIEQUAL_-1206953634'), ('const-0', u'INT_EQUAL_-1206966367'), (u'COPY_-1206952712', u'INT_AND_-1206958677'), (u'INDIRECT_-1206954953', u'MULTIEQUAL_-1206956849'), (u'INDIRECT_-1206956840', u'MULTIEQUAL_-1206956203'), (u'CALL_-1206963314', u'INDIRECT_-1206956583'), (u'MULTIEQUAL_-1206956753', u'MULTIEQUAL_-1206957343'), (u'INDIRECT_-1206957032', u'MULTIEQUAL_-1206956884'), (u'INDIRECT_-1206953203', u'MULTIEQUAL_-1206953167'), (u'STORE_-1206961742', u'INDIRECT_-1206954169'), (u'MULTIEQUAL_-1206956665', u'MULTIEQUAL_-1206956635'), (u'INDIRECT_-1206953366', u'MULTIEQUAL_-1206954058'), (u'MULTIEQUAL_-1206955556', u'MULTIEQUAL_-1206957555'), (u'CALL_-1206962580', u'INDIRECT_-1206956777'), (u'STORE_-1206961701', u'INDIRECT_-1206954214'), (u'CALL_-1206963482', u'INDIRECT_-1206957629'), (u'CALL_-1206962479', u'INDIRECT_-1206956811'), (u'MULTIEQUAL_-1206957622', u'INT_SLESS_-1206962853'), (u'CALL_-1206964167', u'INDIRECT_-1206954924'), (u'CALL_-1206964092', u'INDIRECT_-1206954424'), (u'INT_ADD_-1206965980', u'CAST_-1206954059'), (u'CALL_-1206966621', u'INDIRECT_-1206957531'), (u'INDIRECT_-1206956019', u'COPY_-1206956044'), ('const-0', u'INT_NOTEQUAL_-1206961716'), ('tmp_6292', u'CBRANCH_-1206961716'), (u'MULTIEQUAL_-1206958651', u'INT_NOTEQUAL_-1206961933'), (u'CALL_-1206961673', u'INDIRECT_-1206956609'), (u'CALL_-1206961645', u'INDIRECT_-1206954902'), (u'CALL_-1206962820', u'INDIRECT_-1206952874'), ('const-433', u'LOAD_-1206961704'), (u'CALL_-1206965223', u'INDIRECT_-1206956766'), (u'LOAD_-1206964613', u'CAST_-1206952819'), (u'INDIRECT_-1206955821', u'MULTIEQUAL_-1206955737'), (u'INDIRECT_-1206955445', u'MULTIEQUAL_-1206955349'), (u'CALL_-1206963182', u'INDIRECT_-1206957424'), (u'INDIRECT_-1206955218', u'MULTIEQUAL_-1206955222'), (u'MULTIEQUAL_-1206955142', u'MULTIEQUAL_-1206956602'), (u'INDIRECT_-1206953074', u'MULTIEQUAL_-1206954839'), (u'STORE_-1206961701', u'INDIRECT_-1206955839'), (u'CALL_-1206966645', u'INDIRECT_-1206958256'), (u'INDIRECT_-1206955133', u'MULTIEQUAL_-1206955116'), (u'CALL_-1206963314', u'INDIRECT_-1206956019'), (u'CALL_-1206961527', u'INDIRECT_-1206952486'), (u'MULTIEQUAL_-1206956493', u'MULTIEQUAL_-1206956484'), (u'CALL_-1206966621', u'INDIRECT_-1206958095'), (u'MULTIEQUAL_-1206957083', u'MULTIEQUAL_-1206957036'), (u'CALL_-1206966621', u'INDIRECT_-1206959083'), (u'INDIRECT_-1206956718', u'MULTIEQUAL_-1206956552'), (u'MULTIEQUAL_-1206956237', u'MULTIEQUAL_-1206956074'), (u'INDIRECT_-1206953395', u'MULTIEQUAL_-1206953348'), (u'CALL_-1206964279', u'INDIRECT_-1206956058'), (u'COPY_-1206952032', u'CALL_-1206961673'), (u'CALL_-1206961489', u'INDIRECT_-1206953771'), (u'MULTIEQUAL_-1206954544', u'MULTIEQUAL_-1206955083'), (u'CALL_-1206964068', u'INDIRECT_-1206953771'), (u'INDIRECT_-1206955698', u'COPY_-1206955728'), (u'INDIRECT_-1206954209', u'MULTIEQUAL_-1206954100'), (u'INDIRECT_-1206958174', u'MULTIEQUAL_-1206956859'), (u'MULTIEQUAL_-1206956377', u'MULTIEQUAL_-1206956926'), (u'INDIRECT_-1206956086', u'MULTIEQUAL_-1206955964'), (u'STORE_-1206961017', u'INDIRECT_-1206955623'), (u'INDIRECT_-1206957610', u'MULTIEQUAL_-1206956295'), (u'INDIRECT_-1206955280', u'MULTIEQUAL_-1206955259'), (u'CALL_-1206962796', u'INDIRECT_-1206955018'), (u'INDIRECT_-1206953783', u'MULTIEQUAL_-1206952596'), (u'CALL_-1206966480', u'INDIRECT_-1206955457'), (u'INDIRECT_-1206956488', u'MULTIEQUAL_-1206956492'), (u'INDIRECT_-1206955444', u'MULTIEQUAL_-1206955293'), (u'CALL_-1206962838', u'INDIRECT_-1206956366'), (u'CALL_-1206965188', u'INDIRECT_-1206957028'), (u'CAST_-1206953066', u'CALL_-1206963720'), (u'CALL_-1206961519', u'INDIRECT_-1206955764'), (u'INDIRECT_-1206956468', u'MULTIEQUAL_-1206956320'), (u'INDIRECT_-1206954354', u'MULTIEQUAL_-1206952454'), (u'CALL_-1206963443', u'INDIRECT_-1206957010'), (u'INDIRECT_-1206953548', u'COPY_-1206953577'), (u'COPY_-1206953551', u'CALL_-1206964279'), (u'INDIRECT_-1206957036', u'MULTIEQUAL_-1206956990'), (u'CALL_-1206964279', u'INDIRECT_-1206955776'), (u'CALL_-1206961709', u'INDIRECT_-1206954581'), (u'MULTIEQUAL_-1206955524', u'MULTIEQUAL_-1206955485'), (u'INDIRECT_-1206957858', u'MULTIEQUAL_-1206957930'), (u'INDIRECT_-1206954387', u'MULTIEQUAL_-1206954332'), (u'MULTIEQUAL_-1206953689', u'MULTIEQUAL_-1206955758'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957397'), (u'MULTIEQUAL_-1206955540', u'MULTIEQUAL_-1206955676'), (u'STORE_-1206961701', u'INDIRECT_-1206955342'), (u'CALL_-1206963564', u'INDIRECT_-1206957497'), (u'CALL_-1206963376', u'INDIRECT_-1206953657'), (u'INDIRECT_-1206956709', u'MULTIEQUAL_-1206956536'), ('const-433', u'LOAD_-1206960929'), (u'MULTIEQUAL_-1206957083', u'MULTIEQUAL_-1206957061'), (u'MULTIEQUAL_-1206957117', u'MULTIEQUAL_-1206958577'), (u'CALL_-1206962650', u'INDIRECT_-1206955843'), (u'MULTIEQUAL_-1206956740', u'MULTIEQUAL_-1206956642'), (u'STORE_-1206961707', u'INDIRECT_-1206954855'), ('tmp_323', u'BRANCH_-1206966423'), (u'CALL_-1206961629', u'INDIRECT_-1206955116'), (u'INDIRECT_-1206956382', u'MULTIEQUAL_-1206957459'), (u'MULTIEQUAL_-1206954183', u'MULTIEQUAL_-1206953581'), (u'LOAD_-1206961704', u'INT_AND_-1206961678'), (u'INDIRECT_-1206956086', u'MULTIEQUAL_-1206954166'), (u'MULTIEQUAL_-1206954642', u'MULTIEQUAL_-1206953420'), (u'MULTIEQUAL_-1206957058', u'MULTIEQUAL_-1206957022'), (u'CALL_-1206966645', u'INDIRECT_-1206959387'), ('const-0', u'INT_SLESS_-1206963695'), (u'INDIRECT_-1206954520', u'MULTIEQUAL_-1206956331'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206956777'), ('const-8', u'PTRADD_-1206952682'), ('const-0', u'COPY_-1206957394'), (u'INDIRECT_-1206956539', u'MULTIEQUAL_-1206954621'), (u'INDIRECT_-1206954598', u'MULTIEQUAL_-1206952698'), (u'CALL_-1206961527', u'INDIRECT_-1206955488'), (u'CALL_-1206964167', u'INDIRECT_-1206954805'), (u'MULTIEQUAL_-1206955947', u'MULTIEQUAL_-1206955908'), (u'INDIRECT_-1206953578', u'MULTIEQUAL_-1206953436'), (u'INDIRECT_-1206956432', u'MULTIEQUAL_-1206956336'), (u'CALL_-1206961725', u'INDIRECT_-1206954734'), ('const-433', u'LOAD_-1206961198'), (u'CALL_-1206966522', u'INDIRECT_-1206956609'), (u'LOAD_-1206963476', u'INT_ADD_-1206963449'), (u'CALL_-1206962838', u'INDIRECT_-1206956082'), (u'INDIRECT_-1206952361', u'MULTIEQUAL_-1206952289'), (u'MULTIEQUAL_-1206953330', u'MULTIEQUAL_-1206953286'), (u'CALL_-1206961527', u'INDIRECT_-1206953231'), (u'MULTIEQUAL_-1206958776', u'MULTIEQUAL_-1206957948'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964123'), (u'CALL_-1206964010', u'INDIRECT_-1206957327'), (u'CALL_-1206961709', u'INDIRECT_-1206954299'), (u'INDIRECT_-1206956436', u'MULTIEQUAL_-1206956270'), (u'CALL_-1206961541', u'INDIRECT_-1206955203'), ('const-63', u'INT_AND_-1206966081'), (u'CALL_-1206961489', u'INDIRECT_-1206956030'), (u'CALL_-1206965188', u'INDIRECT_-1206956887'), (u'CALL_-1206961375', u'INDIRECT_-1206956003'), (u'INDIRECT_-1206954287', u'COPY_-1206954317'), (u'INDIRECT_-1206953924', u'MULTIEQUAL_-1206953780'), (u'INDIRECT_-1206957821', u'MULTIEQUAL_-1206957800'), (u'STORE_-1206963548', u'INDIRECT_-1206954914'), (u'STORE_-1206961701', u'INDIRECT_-1206955624'), (u'INDIRECT_-1206954749', u'COPY_-1206954774'), (u'INDIRECT_-1206955682', u'MULTIEQUAL_-1206956599'), (u'INDIRECT_-1206954865', u'MULTIEQUAL_-1206954839'), (u'CALL_-1206961538', u'INDIRECT_-1206952949'), (u'MULTIEQUAL_-1206958070', u'MULTIEQUAL_-1206957908'), (u'CALL_-1206961455', u'INDIRECT_-1206952324'), (u'INDIRECT_-1206954561', u'MULTIEQUAL_-1206954565'), (u'INDIRECT_-1206958157', u'COPY_-1206958211'), (u'CALL_-1206961160', u'INDIRECT_-1206952419'), (u'MULTIEQUAL_-1206956458', u'MULTIEQUAL_-1206956360'), (u'MULTIEQUAL_-1206956237', u'MULTIEQUAL_-1206956213'), (u'MULTIEQUAL_-1206957787', u'MULTIEQUAL_-1206957771'), (u'CALL_-1206966381', u'INDIRECT_-1206956794'), (u'INDIRECT_-1206954372', u'MULTIEQUAL_-1206954376'), (u'CALL_-1206961572', u'INDIRECT_-1206954284'), (u'INT_NOTEQUAL_-1206963505', u'CBRANCH_-1206963500'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206956317'), ('const-433', u'STORE_-1206963548'), (u'CALL_-1206961709', u'INDIRECT_-1206956840'), (u'CALL_-1206963657', u'INT_SLESS_-1206963642'), (u'MULTIEQUAL_-1206957022', u'MULTIEQUAL_-1206956901'), (u'INDIRECT_-1206954912', u'MULTIEQUAL_-1206954782'), (u'LOAD_-1206961751', u'CALL_-1206961709'), (u'CALL_-1206961489', u'INDIRECT_-1206953912'), (u'CALL_-1206963447', u'INDIRECT_-1206954110'), (u'STORE_-1206961701', u'INDIRECT_-1206956262'), (u'INDIRECT_-1206953861', u'MULTIEQUAL_-1206955580'), (u'INDIRECT_-1206956889', u'MULTIEQUAL_-1206956794'), (u'STORE_-1206961742', u'INDIRECT_-1206956569'), (u'CALL_-1206961185', u'INDIRECT_-1206955578'), ('tmp_3775', u'CBRANCH_-1206964121'), (u'INDIRECT_-1206955432', u'MULTIEQUAL_-1206953480'), (u'CALL_-1206961709', u'INDIRECT_-1206956556'), ('const-1', u'INT_AND_-1206962860'), (u'INDIRECT_-1206957781', u'MULTIEQUAL_-1206957647'), (u'INDIRECT_-1206955342', u'MULTIEQUAL_-1206955327'), (u'MULTIEQUAL_-1206955311', u'MULTIEQUAL_-1206954709'), (u'CALL_-1206962729', u'INDIRECT_-1206955286'), (u'INDIRECT_-1206953752', u'MULTIEQUAL_-1206953705'), (u'CALL_-1206964256', u'INDIRECT_-1206955022'), (u'MULTIEQUAL_-1206956865', u'MULTIEQUAL_-1206956263'), (u'INDIRECT_-1206956653', u'MULTIEQUAL_-1206956536'), (u'CALL_-1206964279', u'INDIRECT_-1206955494'), (u'STORE_-1206963548', u'INDIRECT_-1206955619'), (u'LOAD_-1206963556', u'STORE_-1206963548'), (u'CALL_-1206964010', u'INDIRECT_-1206957045'), (u'MULTIEQUAL_-1206954228', u'MULTIEQUAL_-1206953252'), (u'INDIRECT_-1206957434', u'MULTIEQUAL_-1206957364'), (u'INDIRECT_-1206955648', u'MULTIEQUAL_-1206957459'), (u'MULTIEQUAL_-1206954606', u'MULTIEQUAL_-1206953842'), (u'STORE_-1206961707', u'INDIRECT_-1206954996'), (u'INDIRECT_-1206954986', u'MULTIEQUAL_-1206955072'), (u'CALL_-1206964092', u'INDIRECT_-1206956822'), (u'MULTIEQUAL_-1206956175', u'MULTIEQUAL_-1206955648'), (u'MULTIEQUAL_-1206956034', u'MULTIEQUAL_-1206955507'), (u'CALL_-1206966522', u'INDIRECT_-1206958866'), (u'INT_NOTEQUAL_-1206966052', u'CBRANCH_-1206966048'), (u'CALL_-1206961673', u'INDIRECT_-1206955057'), (u'CALL_-1206963564', u'INT_EQUAL_-1206963550'), (u'MULTIEQUAL_-1206957163', u'MULTIEQUAL_-1206957042'), (u'CALL_-1206961455', u'INDIRECT_-1206955022'), (u'CALL_-1206961455', u'INDIRECT_-1206952205'), (u'CALL_-1206966464', u'INDIRECT_-1206956568'), (u'INDIRECT_-1206954722', u'MULTIEQUAL_-1206954641'), (u'INDIRECT_-1206956106', u'MULTIEQUAL_-1206957023'), (u'CALL_-1206962580', u'INDIRECT_-1206953396'), (u'CALL_-1206961870', u'INDIRECT_-1206955053'), (u'INDIRECT_-1206956964', u'MULTIEQUAL_-1206958262'), (u'CALL_-1206966560', u'INDIRECT_-1206955395'), (u'INDIRECT_-1206954778', u'MULTIEQUAL_-1206954763'), (u'MULTIEQUAL_-1206956143', u'MULTIEQUAL_-1206958212'), (u'CALL_-1206961794', u'INT_EQUAL_-1206961780'), (u'CALL_-1206966605', u'INDIRECT_-1206958929'), (u'INDIRECT_-1206953835', u'MULTIEQUAL_-1206955580'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206954805'), (u'CALL_-1206963314', u'INDIRECT_-1206955031'), (u'MULTIEQUAL_-1206954466', u'MULTIEQUAL_-1206954366'), (u'CALL_-1206965188', u'INDIRECT_-1206954613'), (u'CALL_-1206962820', u'INDIRECT_-1206956017'), (u'CALL_-1206963359', u'INDIRECT_-1206956043'), (u'CALL_-1206963359', u'INDIRECT_-1206954350'), (u'MULTIEQUAL_-1206955647', u'MULTIEQUAL_-1206955611'), (u'CALL_-1206964068', u'INDIRECT_-1206956529'), (u'MULTIEQUAL_-1206956545', u'MULTIEQUAL_-1206956072'), (u'INDIRECT_-1206955546', u'MULTIEQUAL_-1206955988'), (u'STORE_-1206961701', u'INDIRECT_-1206955483'), ('const-216', u'INT_ADD_-1206961012'), (u'CALL_-1206963447', u'INDIRECT_-1206958035'), (u'INDIRECT_-1206953649', u'MULTIEQUAL_-1206953570'), (u'CALL_-1206963356', u'INDIRECT_-1206955538'), (u'MULTIEQUAL_-1206953983', u'MULTIEQUAL_-1206953419'), (u'STORE_-1206963453', u'INDIRECT_-1206954584'), (u'CALL_-1206966480', u'INDIRECT_-1206957286'), (u'INDIRECT_-1206953996', u'MULTIEQUAL_-1206953918'), (u'INDIRECT_-1206953348', u'COPY_-1206953352'), (u'MULTIEQUAL_-1206952051', u'INT_ADD_-1206961674'), (u'MULTIEQUAL_-1206952980', u'MULTIEQUAL_-1206953116'), (u'INDIRECT_-1206956415', u'MULTIEQUAL_-1206956334'), (u'INT_SEXT_-1206964191', u'INT_ADD_-1206952710'), (u'INT_ADD_-1206957595', u'MULTIEQUAL_-1206954374'), ('const-1', u'INT_ADD_-1206953270'), (u'STORE_-1206963494', u'INDIRECT_-1206955139'), (u'MULTIEQUAL_-1206956034', u'MULTIEQUAL_-1206955913'), (u'INDIRECT_-1206956323', u'COPY_-1206956377'), (u'STORE_-1206961017', u'INDIRECT_-1206953930'), (u'MULTIEQUAL_-1206954523', u'MULTIEQUAL_-1206953840'), (u'INDIRECT_-1206953409', u'MULTIEQUAL_-1206953384'), ('const-0', u'INT_NOTEQUAL_-1206964367'), (u'CALL_-1206962580', u'INDIRECT_-1206956495'), (u'MULTIEQUAL_-1206957324', u'MULTIEQUAL_-1206958754'), (u'CALL_-1206961160', u'INDIRECT_-1206954552'), (u'MULTIEQUAL_-1206955189', u'MULTIEQUAL_-1206955091'), (u'CALL_-1206966381', u'INDIRECT_-1206958910'), (u'INDIRECT_-1206954920', u'COPY_-1206954932'), (u'CALL_-1206961603', u'INDIRECT_-1206952279'), (u'CALL_-1206963330', u'INDIRECT_-1206955323'), (u'CALL_-1206965235', u'INDIRECT_-1206956915'), (u'INDIRECT_-1206956553', u'MULTIEQUAL_-1206956537'), (u'INDIRECT_-1206955145', u'MULTIEQUAL_-1206954508'), (u'CALL_-1206963482', u'INDIRECT_-1206957347'), (u'STORE_-1206963324', u'INDIRECT_-1206956942'), (u'INDIRECT_-1206954544', u'MULTIEQUAL_-1206954517'), (u'MULTIEQUAL_-1206956334', u'MULTIEQUAL_-1206956383'), (u'CALL_-1206964068', u'INDIRECT_-1206956106'), (u'CALL_-1206964068', u'INDIRECT_-1206954554'), (u'INDIRECT_-1206956715', u'MULTIEQUAL_-1206956619'), (u'MULTIEQUAL_-1206953783', u'MULTIEQUAL_-1206954322'), (u'INDIRECT_-1206956274', u'MULTIEQUAL_-1206955637'), (u'CALL_-1206961128', u'INDIRECT_-1206954394'), (u'MULTIEQUAL_-1206957219', u'MULTIEQUAL_-1206957180'), (u'MULTIEQUAL_-1206957223', u'MULTIEQUAL_-1206957207'), (u'INDIRECT_-1206957563', u'MULTIEQUAL_-1206957466'), (u'STORE_-1206961742', u'INDIRECT_-1206956144'), (u'INDIRECT_-1206953435', u'MULTIEQUAL_-1206953899'), (u'COPY_-1206952167', u'CALL_-1206961870'), (u'INDIRECT_-1206954253', u'COPY_-1206954282'), (u'INDIRECT_-1206954632', u'MULTIEQUAL_-1206954537'), (u'INDIRECT_-1206953446', u'MULTIEQUAL_-1206953456'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955750'), (u'CALL_-1206963575', u'INDIRECT_-1206957914'), ('const-1093982', u'COPY_-1206954594'), (u'CALL_-1206964256', u'INDIRECT_-1206955304'), (u'INDIRECT_-1206958105', u'MULTIEQUAL_-1206958089'), (u'CALL_-1206963513', u'INDIRECT_-1206957087'), (u'MULTIEQUAL_-1206954168', u'MULTIEQUAL_-1206956237'), (u'INDIRECT_-1206955583', u'MULTIEQUAL_-1206956767'), (u'MULTIEQUAL_-1206953721', u'MULTIEQUAL_-1206953712'), (u'MULTIEQUAL_-1206954940', u'MULTIEQUAL_-1206954896'), (u'INDIRECT_-1206956515', u'MULTIEQUAL_-1206955766'), (u'CAST_-1206951752', u'PTRADD_-1206951739'), (u'CALL_-1206964092', u'INDIRECT_-1206953300'), (u'CALL_-1206963657', u'INDIRECT_-1206956419'), (u'CALL_-1206961725', u'INDIRECT_-1206954311'), (u'CALL_-1206962479', u'INDIRECT_-1206955823'), (u'INDIRECT_-1206954491', u'MULTIEQUAL_-1206954382'), (u'INDIRECT_-1206956709', u'MULTIEQUAL_-1206956665'), (u'INDIRECT_-1206956418', u'MULTIEQUAL_-1206956371'), (u'INDIRECT_-1206956466', u'MULTIEQUAL_-1206956371'), (u'INDIRECT_-1206954335', u'COPY_-1206954339'), (u'INDIRECT_-1206956974', u'COPY_-1206957026'), (u'COPY_-1206954265', u'MULTIEQUAL_-1206955590'), (u'CALL_-1206961569', u'INDIRECT_-1206953947'), (u'MULTIEQUAL_-1206955108', u'MULTIEQUAL_-1206955083'), (u'INDIRECT_-1206957469', u'MULTIEQUAL_-1206957364'), (u'INT_NOTEQUAL_-1206961716', u'CBRANCH_-1206961690'), (u'MULTIEQUAL_-1206959612', u'MULTIEQUAL_-1206958782'), (u'MULTIEQUAL_-1206955907', u'MULTIEQUAL_-1206955224'), (u'INDIRECT_-1206956889', u'MULTIEQUAL_-1206956825'), (u'CALL_-1206964092', u'INDIRECT_-1206953538'), (u'MULTIEQUAL_-1206955248', u'MULTIEQUAL_-1206954356'), (u'INDIRECT_-1206956393', u'MULTIEQUAL_-1206958295'), (u'INDIRECT_-1206955369', u'MULTIEQUAL_-1206955232'), (u'INDIRECT_-1206956144', u'MULTIEQUAL_-1206958262'), (u'MULTIEQUAL_-1206955389', u'MULTIEQUAL_-1206955373'), (u'CALL_-1206966645', u'INDIRECT_-1206957974'), (u'INDIRECT_-1206953576', u'MULTIEQUAL_-1206953662'), (u'MULTIEQUAL_-1206956299', u'MULTIEQUAL_-1206955535'), ('tmp_6375', u'BRANCH_-1206961642'), (u'MULTIEQUAL_-1206955497', u'MULTIEQUAL_-1206955470'), (u'INDIRECT_-1206956378', u'MULTIEQUAL_-1206956351'), (u'INDIRECT_-1206953915', u'MULTIEQUAL_-1206954058'), (u'MULTIEQUAL_-1206956942', u'MULTIEQUAL_-1206956114'), (u'CALL_-1206961645', u'INDIRECT_-1206956313'), (u'INDIRECT_-1206953757', u'MULTIEQUAL_-1206953277'), (u'INT_SLESS_-1206964209', u'CBRANCH_-1206964216'), (u'INDIRECT_-1206958317', u'MULTIEQUAL_-1206958011'), (u'CALL_-1206961375', u'INDIRECT_-1206955439'), (u'INDIRECT_-1206955388', u'MULTIEQUAL_-1206955276'), (u'INDIRECT_-1206957742', u'MULTIEQUAL_-1206957696'), (u'INDIRECT_-1206953405', u'MULTIEQUAL_-1206953326'), (u'INDIRECT_-1206952744', u'MULTIEQUAL_-1206953950'), (u'CALL_-1206961471', u'INDIRECT_-1206952216'), (u'INDIRECT_-1206956121', u'COPY_-1206956151'), (u'CALL_-1206961128', u'INDIRECT_-1206955664'), (u'CALL_-1206961732', u'INDIRECT_-1206955752'), (u'INDIRECT_-1206954027', u'MULTIEQUAL_-1206953241'), (u'CALL_-1206965208', u'INDIRECT_-1206957319'), (u'COPY_-1206954266', u'MULTIEQUAL_-1206954928'), (u'CALL_-1206963657', u'INDIRECT_-1206954405'), ('tmp_4407', u'CBRANCH_-1206963549'), (u'INDIRECT_-1206954075', u'MULTIEQUAL_-1206954025'), (u'INDIRECT_-1206956949', u'MULTIEQUAL_-1206956848'), (u'CALL_-1206961870', u'INDIRECT_-1206956464'), (u'INT_LESS_-1206963083', u'CBRANCH_-1206963091'), (u'CALL_-1206963356', u'INDIRECT_-1206955679'), (u'INDIRECT_-1206953212', u'MULTIEQUAL_-1206953139'), (u'MULTIEQUAL_-1206957399', u'MULTIEQUAL_-1206958859'), (u'INDIRECT_-1206954511', u'MULTIEQUAL_-1206954446'), (u'INDIRECT_-1206955868', u'MULTIEQUAL_-1206955366'), (u'MULTIEQUAL_-1206957304', u'MULTIEQUAL_-1206956777'), (u'INDIRECT_-1206956865', u'COPY_-1206956890'), (u'INDIRECT_-1206954836', u'MULTIEQUAL_-1206955754'), (u'INDIRECT_-1206955860', u'MULTIEQUAL_-1206957978'), (u'CALL_-1206966464', u'INDIRECT_-1206958825'), (u'PTRADD_-1206952663', u'LOAD_-1206964023'), (u'CALL_-1206966576', u'INDIRECT_-1206958344'), (u'MULTIEQUAL_-1206954376', u'MULTIEQUAL_-1206954332'), (u'CALL_-1206961541', u'INDIRECT_-1206953933'), (u'INDIRECT_-1206952568', u'MULTIEQUAL_-1206952533'), (u'INDIRECT_-1206957255', u'MULTIEQUAL_-1206957234'), (u'INDIRECT_-1206955289', u'MULTIEQUAL_-1206955273'), (u'MULTIEQUAL_-1206958106', u'PTRADD_-1206952079'), (u'CALL_-1206962820', u'INDIRECT_-1206954183'), (u'CALL_-1206961160', u'INDIRECT_-1206953565'), (u'MULTIEQUAL_-1206953674', u'MULTIEQUAL_-1206955465'), (u'INDIRECT_-1206952825', u'MULTIEQUAL_-1206952848'), (u'MULTIEQUAL_-1206957176', u'INT_NOTEQUAL_-1206962798'), (u'CALL_-1206962729', u'INDIRECT_-1206956132'), (u'MULTIEQUAL_-1206956284', u'MULTIEQUAL_-1206958353'), (u'CALL_-1206963182', u'INDIRECT_-1206954043'), (u'INDIRECT_-1206953575', u'MULTIEQUAL_-1206953502'), (u'INDIRECT_-1206955820', u'MULTIEQUAL_-1206955719'), (u'INDIRECT_-1206956670', u'COPY_-1206956727'), (u'INDIRECT_-1206955245', u'MULTIEQUAL_-1206956990'), ('tmp_4687', u'CBRANCH_-1206963543'), (u'INDIRECT_-1206954963', u'MULTIEQUAL_-1206956708'), (u'MULTIEQUAL_-1206956096', u'MULTIEQUAL_-1206956072'), (u'MULTIEQUAL_-1206954286', u'MULTIEQUAL_-1206956285'), (u'CALL_-1206963482', u'INDIRECT_-1206957206'), (u'INDIRECT_-1206956003', u'MULTIEQUAL_-1206956245'), (u'MULTIEQUAL_-1206955311', u'MULTIEQUAL_-1206954547'), (u'MULTIEQUAL_-1206957318', u'MULTIEQUAL_-1206956096'), (u'INDIRECT_-1206955776', u'MULTIEQUAL_-1206955471'), (u'CALL_-1206965208', u'INDIRECT_-1206955908'), (u'MULTIEQUAL_-1206956331', u'MULTIEQUAL_-1206956304'), (u'MULTIEQUAL_-1206954819', u'MULTIEQUAL_-1206954799'), (u'INDIRECT_-1206955917', u'MULTIEQUAL_-1206954602'), (u'CALL_-1206963457', u'INDIRECT_-1206955061'), (u'MULTIEQUAL_-1206959165', u'PTRADD_-1206952423'), (u'MULTIEQUAL_-1206955929', u'MULTIEQUAL_-1206955366'), (u'CALL_-1206961519', u'INDIRECT_-1206952480'), (u'LOAD_-1206963537', u'INT_NOTEQUAL_-1206963516'), ('const-0', u'INT_NOTEQUAL_-1206961972'), (u'CALL_-1206963359', u'INDIRECT_-1206956889'), (u'MULTIEQUAL_-1206956017', u'MULTIEQUAL_-1206955253'), (u'CALL_-1206962729', u'INDIRECT_-1206954298'), (u'CALL_-1206966544', u'INDIRECT_-1206955501'), (u'INDIRECT_-1206954356', u'COPY_-1206954368'), (u'INT_ADD_-1206963483', u'CAST_-1206952944'), (u'CALL_-1206966488', u'INDIRECT_-1206956869'), ('tmp_1219', u'CBRANCH_-1206965261'), (u'CALL_-1206965208', u'INDIRECT_-1206954621'), (u'INDIRECT_-1206955041', u'COPY_-1206955045'), (u'MULTIEQUAL_-1206959928', u'INT_EQUAL_-1206963139'), (u'CAST_-1206952927', u'LOAD_-1206963465'), (u'CALL_-1206961732', u'INDIRECT_-1206954341'), (u'MULTIEQUAL_-1206955363', u'MULTIEQUAL_-1206955319'), (u'STORE_-1206963453', u'INDIRECT_-1206956700'), (u'MULTIEQUAL_-1206957459', u'MULTIEQUAL_-1206956776'), ('const-5', u'CALL_-1206961569'), (u'CALL_-1206966464', u'INDIRECT_-1206958261'), (u'CAST_-1206951656', u'STORE_-1206961707'), (u'CALL_-1206965223', u'INDIRECT_-1206954514'), (u'MULTIEQUAL_-1206958594', u'LOAD_-1206961779'), (u'CALL_-1206961673', u'INDIRECT_-1206956186'), (u'INDIRECT_-1206955493', u'MULTIEQUAL_-1206954688'), (u'MULTIEQUAL_-1206956475', u'MULTIEQUAL_-1206956524'), (u'INDIRECT_-1206955687', u'MULTIEQUAL_-1206956129'), ('tmp_5673', u'CBRANCH_-1206961829'), (u'CALL_-1206960896', u'INDIRECT_-1206954281'), (u'MULTIEQUAL_-1206956378', u'MULTIEQUAL_-1206956215'), (u'INDIRECT_-1206955077', u'MULTIEQUAL_-1206955081'), (u'STORE_-1206963453', u'INDIRECT_-1206954866'), (u'INT_AND_-1206961678', u'STORE_-1206961701'), (u'MULTIEQUAL_-1206955646', u'MULTIEQUAL_-1206955602'), (u'INDIRECT_-1206955015', u'MULTIEQUAL_-1206955257'), (u'INDIRECT_-1206957678', u'MULTIEQUAL_-1206957657'), (u'INDIRECT_-1206955623', u'MULTIEQUAL_-1206956315'), (u'CALL_-1206963513', u'INDIRECT_-1206957230'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206955730'), (u'CALL_-1206961541', u'INDIRECT_-1206955767'), (u'CALL_-1206961160', u'INDIRECT_-1206955399'), (u'CALL_-1206963330', u'INDIRECT_-1206953450'), (u'INDIRECT_-1206956689', u'MULTIEQUAL_-1206956727'), (u'CALL_-1206961645', u'INDIRECT_-1206955043'), (u'CALL_-1206960896', u'INDIRECT_-1206954704'), (u'INDIRECT_-1206956057', u'MULTIEQUAL_-1206955252'), ('tmp_4017', u'CBRANCH_-1206963873'), (u'CALL_-1206962650', u'INDIRECT_-1206956690'), (u'INDIRECT_-1206955264', u'MULTIEQUAL_-1206955166'), (u'MULTIEQUAL_-1206956989', u'MULTIEQUAL_-1206959058'), (u'INDIRECT_-1206955800', u'MULTIEQUAL_-1206957696'), (u'INDIRECT_-1206955719', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206963720', u'INT_SLESS_-1206963695'), (u'INT_ADD_-1206961674', u'INT_EQUAL_-1206961642'), ('const-1', u'PTRADD_-1206951725'), (u'MULTIEQUAL_-1206952959', u'MULTIEQUAL_-1206954958'), ('const-1069152', u'PTRSUB_-1206951742'), (u'INDIRECT_-1206954413', u'MULTIEQUAL_-1206955330'), (u'INT_SLESS_-1206964483', u'CBRANCH_-1206964477'), (u'INDIRECT_-1206956923', u'MULTIEQUAL_-1206956799'), (u'CALL_-1206966464', u'INDIRECT_-1206956850'), (u'INDIRECT_-1206954617', u'COPY_-1206954621'), (u'INDIRECT_-1206957610', u'MULTIEQUAL_-1206957525'), (u'INDIRECT_-1206954725', u'MULTIEQUAL_-1206954709'), (u'CALL_-1206963314', u'INDIRECT_-1206953565'), (u'CALL_-1206961725', u'INDIRECT_-1206953409'), (u'MULTIEQUAL_-1206953953', u'MULTIEQUAL_-1206953909'), (u'CALL_-1206961603', u'INDIRECT_-1206956085'), (u'CALL_-1206963611', u'INDIRECT_-1206957668'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956974'), (u'STORE_-1206963548', u'INDIRECT_-1206955478'), (u'INDIRECT_-1206955070', u'MULTIEQUAL_-1206954661'), (u'CALL_-1206966645', u'INDIRECT_-1206958115'), (u'MULTIEQUAL_-1206955894', u'MULTIEQUAL_-1206954920'), (u'INDIRECT_-1206955992', u'MULTIEQUAL_-1206955355'), (u'CALL_-1206963611', u'INDIRECT_-1206956680'), (u'MULTIEQUAL_-1206953564', u'MULTIEQUAL_-1206954994'), (u'INDIRECT_-1206955759', u'COPY_-1206955813'), (u'CALL_-1206964256', u'INDIRECT_-1206955586'), (u'CALL_-1206963447', u'INDIRECT_-1206957751'), (u'CALL_-1206966464', u'INDIRECT_-1206958966'), (u'CALL_-1206961455', u'INDIRECT_-1206952568'), (u'STORE_-1206963494', u'INDIRECT_-1206956549'), (u'CALL_-1206961870', u'INDIRECT_-1206954912'), (u'INDIRECT_-1206953100', u'MULTIEQUAL_-1206954839'), (u'INDIRECT_-1206954403', u'MULTIEQUAL_-1206954376'), (u'CALL_-1206966157', u'INDIRECT_-1206955369'), (u'INDIRECT_-1206956559', u'MULTIEQUAL_-1206956511'), (u'INDIRECT_-1206953450', u'MULTIEQUAL_-1206953377'), (u'CALL_-1206962230', u'INDIRECT_-1206953640'), (u'CALL_-1206963482', u'INDIRECT_-1206957911'), (u'MULTIEQUAL_-1206958140', u'MULTIEQUAL_-1206958019'), ('tmp_5382', u'CBRANCH_-1206962278'), (u'CALL_-1206964092', u'INDIRECT_-1206955411'), (u'CALL_-1206965208', u'INDIRECT_-1206955626'), (u'MULTIEQUAL_-1206955064', u'MULTIEQUAL_-1206955186'), (u'INDIRECT_-1206955325', u'MULTIEQUAL_-1206955174'), (u'COPY_-1206964423', u'MULTIEQUAL_-1206958773'), ('const-1096928', u'COPY_-1206962678'), (u'COPY_-1206961688', u'MULTIEQUAL_-1206955750'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955627'), (u'CALL_-1206963359', u'INT_SLESS_-1206963334'), (u'CALL_-1206965235', u'INDIRECT_-1206956633'), (u'CALL_-1206961538', u'INDIRECT_-1206953193'), (u'STORE_-1206961017', u'INDIRECT_-1206954212'), (u'CALL_-1206963356', u'INDIRECT_-1206957092'), (u'STORE_-1206961701', u'INDIRECT_-1206956048'), (u'CALL_-1206966560', u'INDIRECT_-1206958472'), (u'CALL_-1206965223', u'INDIRECT_-1206955920'), (u'MULTIEQUAL_-1206953923', u'MULTIEQUAL_-1206953396'), (u'INDIRECT_-1206956410', u'COPY_-1206956462'), (u'INDIRECT_-1206956653', u'MULTIEQUAL_-1206956519'), (u'INDIRECT_-1206958631', u'MULTIEQUAL_-1206958472'), (u'INDIRECT_-1206953684', u'MULTIEQUAL_-1206955580'), ('const-1', u'INT_EQUAL_-1206963508'), (u'INDIRECT_-1206954773', u'MULTIEQUAL_-1206954678'), (u'CALL_-1206961725', u'INDIRECT_-1206955439'), (u'CALL_-1206963330', u'INDIRECT_-1206953331'), (u'MULTIEQUAL_-1206958776', u'MULTIEQUAL_-1206958613'), (u'INDIRECT_-1206955682', u'MULTIEQUAL_-1206953445'), (u'CALL_-1206963376', u'INDIRECT_-1206955546'), (u'CALL_-1206962505', u'INDIRECT_-1206957098'), (u'INDIRECT_-1206954982', u'MULTIEQUAL_-1206954884'), (u'MULTIEQUAL_-1206956052', u'MULTIEQUAL_-1206956174'), (u'MULTIEQUAL_-1206955734', u'MULTIEQUAL_-1206954970'), (u'STORE_-1206961742', u'INDIRECT_-1206956003'), (u'STORE_-1206961017', u'INDIRECT_-1206955764'), ('const-118', u'INT_EQUAL_-1206964202'), (u'INDIRECT_-1206954929', u'MULTIEQUAL_-1206954324'), (u'MULTIEQUAL_-1206953685', u'MULTIEQUAL_-1206953564'), (u'INDIRECT_-1206956690', u'COPY_-1206956704'), (u'INDIRECT_-1206955554', u'MULTIEQUAL_-1206957273'), (u'CALL_-1206964167', u'INDIRECT_-1206957400'), (u'STORE_-1206961707', u'INDIRECT_-1206955137'), (u'CALL_-1206963359', u'INDIRECT_-1206953708'), (u'CALL_-1206961725', u'INDIRECT_-1206956852'), ('tmp_4445', u'CBRANCH_-1206963524'), ('const-1', u'COPY_-1206963910'), (u'PTRADD_-1206962464', u'CALL_-1206962505'), (u'INDIRECT_-1206954052', u'MULTIEQUAL_-1206954144'), (u'MULTIEQUAL_-1206956457', u'MULTIEQUAL_-1206955930'), (u'MULTIEQUAL_-1206957365', u'MULTIEQUAL_-1206957202'), ('const-7', u'INT_EQUAL_-1206962248'), (u'CALL_-1206966157', u'INT_ZEXT_-1206961488'), (u'INDIRECT_-1206957610', u'MULTIEQUAL_-1206957304'), (u'INDIRECT_-1206956727', u'MULTIEQUAL_-1206956799'), (u'MULTIEQUAL_-1206956581', u'MULTIEQUAL_-1206955979'), (u'CALL_-1206966576', u'INDIRECT_-1206959190'), (u'CALL_-1206966381', u'INDIRECT_-1206958063'), (u'CALL_-1206962796', u'INDIRECT_-1206956288'), (u'CALL_-1206963359', u'INDIRECT_-1206954491'), (u'CALL_-1206963513', u'INDIRECT_-1206953906'), (u'MULTIEQUAL_-1206956478', u'MULTIEQUAL_-1206957908'), (u'CALL_-1206966645', u'INDIRECT_-1206959917'), (u'MULTIEQUAL_-1206955252', u'MULTIEQUAL_-1206955222'), (u'CALL_-1206963359', u'INDIRECT_-1206956748'), ('const-433', u'LOAD_-1206963751'), (u'COPY_-1206951370', u'CALL_-1206961160'), (u'MULTIEQUAL_-1206954552', u'MULTIEQUAL_-1206954688'), (u'MULTIEQUAL_-1206955754', u'MULTIEQUAL_-1206954779'), (u'MULTIEQUAL_-1206954324', u'MULTIEQUAL_-1206953560'), (u'CALL_-1206963657', u'INDIRECT_-1206956842'), (u'CALL_-1206962796', u'INDIRECT_-1206955159'), (u'CALL_-1206961603', u'INDIRECT_-1206954672'), (u'INDIRECT_-1206954890', u'COPY_-1206954915'), (u'LOAD_-1206961041', u'INT_ADD_-1206961012'), (u'MULTIEQUAL_-1206957930', u'MULTIEQUAL_-1206957914'), (u'INDIRECT_-1206956190', u'MULTIEQUAL_-1206956144'), (u'CALL_-1206963611', u'INDIRECT_-1206955693'), ('const-433', u'LOAD_-1206961633'), (u'INDIRECT_-1206956304', u'MULTIEQUAL_-1206956376'), (u'CALL_-1206963356', u'INDIRECT_-1206953768'), (u'INDIRECT_-1206957770', u'MULTIEQUAL_-1206957646'), (u'INDIRECT_-1206958208', u'MULTIEQUAL_-1206956213'), (u'MULTIEQUAL_-1206955346', u'MULTIEQUAL_-1206955395'), (u'CALL_-1206962838', u'INDIRECT_-1206954812'), (u'CALL_-1206962838', u'INDIRECT_-1206952679'), (u'STORE_-1206961017', u'INDIRECT_-1206954353'), (u'MULTIEQUAL_-1206954905', u'MULTIEQUAL_-1206954785'), (u'CALL_-1206966605', u'INDIRECT_-1206955786'), (u'CALL_-1206961732', u'INDIRECT_-1206956316'), (u'INDIRECT_-1206955163', u'MULTIEQUAL_-1206955108'), (u'CALL_-1206963356', u'INDIRECT_-1206954551'), (u'INDIRECT_-1206955642', u'MULTIEQUAL_-1206955646'), (u'INDIRECT_-1206954736', u'MULTIEQUAL_-1206955920'), (u'MULTIEQUAL_-1206953847', u'MULTIEQUAL_-1206953983'), (u'CALL_-1206961603', u'INDIRECT_-1206953967'), (u'CALL_-1206961185', u'INDIRECT_-1206954308'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206956237'), (u'STORE_-1206961707', u'INDIRECT_-1206956125'), (u'CALL_-1206961572', u'INDIRECT_-1206955836'), (u'STORE_-1206963494', u'INDIRECT_-1206954998'), (u'CALL_-1206966621', u'INDIRECT_-1206955442'), (u'CALL_-1206966673', u'INDIRECT_-1206956861'), (u'CALL_-1206966522', u'INDIRECT_-1206955366'), (u'INDIRECT_-1206954779', u'COPY_-1206954791'), (u'PIECE_-1206952489', u'PIECE_-1206952488'), (u'INDIRECT_-1206956750', u'MULTIEQUAL_-1206956602'), (u'MULTIEQUAL_-1206956230', u'MULTIEQUAL_-1206956210'), (u'STORE_-1206963275', u'INDIRECT_-1206955366'), (u'CALL_-1206966522', u'INDIRECT_-1206958160'), (u'INDIRECT_-1206957488', u'MULTIEQUAL_-1206957364'), (u'INDIRECT_-1206954457', u'MULTIEQUAL_-1206954402'), (u'MULTIEQUAL_-1206956070', u'MULTIEQUAL_-1206956061'), (u'INDIRECT_-1206953459', u'MULTIEQUAL_-1206953317'), (u'INDIRECT_-1206956869', u'MULTIEQUAL_-1206956941'), (u'MULTIEQUAL_-1206955346', u'MULTIEQUAL_-1206955321'), (u'INDIRECT_-1206954171', u'MULTIEQUAL_-1206954263'), (u'INDIRECT_-1206957575', u'MULTIEQUAL_-1206957505'), (u'CALL_-1206964092', u'INDIRECT_-1206954283'), (u'MULTIEQUAL_-1206955876', u'MULTIEQUAL_-1206955112'), (u'INDIRECT_-1206956891', u'MULTIEQUAL_-1206956743'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206956017'), (u'CALL_-1206961794', u'INDIRECT_-1206956631'), (u'INDIRECT_-1206955693', u'MULTIEQUAL_-1206953775'), (u'CALL_-1206961814', u'INDIRECT_-1206954810'), (u'MULTIEQUAL_-1206952156', u'MULTIEQUAL_-1206952153'), (u'INDIRECT_-1206954967', u'MULTIEQUAL_-1206954921'), (u'CALL_-1206961814', u'INDIRECT_-1206956221'), (u'CALL_-1206963513', u'INDIRECT_-1206956241'), (u'CALL_-1206963611', u'INDIRECT_-1206954146'), (u'CALL_-1206966605', u'INDIRECT_-1206955548'), (u'CALL_-1206961375', u'INDIRECT_-1206952963'), (u'INDIRECT_-1206955317', u'MULTIEQUAL_-1206953493'), (u'INDIRECT_-1206958165', u'MULTIEQUAL_-1206958119'), (u'CALL_-1206966544', u'INDIRECT_-1206956625'), (u'CALL_-1206962796', u'INDIRECT_-1206954877'), (u'INDIRECT_-1206953435', u'MULTIEQUAL_-1206955359'), (u'MULTIEQUAL_-1206956245', u'MULTIEQUAL_-1206956381'), (u'CALL_-1206962705', u'INDIRECT_-1206952458'), (u'INDIRECT_-1206956118', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206966576', u'INDIRECT_-1206956792'), (u'MULTIEQUAL_-1206953567', u'INT_EQUAL_-1206963729'), (u'INDIRECT_-1206957245', u'MULTIEQUAL_-1206955327'), (u'INT_ZEXT_-1206959500', u'CAST_-1206952613'), (u'CALL_-1206961128', u'INDIRECT_-1206955805'), (u'CALL_-1206961455', u'INDIRECT_-1206953188'), (u'CALL_-1206966673', u'INDIRECT_-1206956078'), (u'CALL_-1206966381', u'INDIRECT_-1206957217'), (u'MULTIEQUAL_-1206955676', u'MULTIEQUAL_-1206955112'), (u'INDIRECT_-1206956418', u'MULTIEQUAL_-1206956402'), (u'INDIRECT_-1206958948', u'MULTIEQUAL_-1206958984'), (u'MULTIEQUAL_-1206955929', u'MULTIEQUAL_-1206955920'), (u'CALL_-1206966673', u'INDIRECT_-1206957002'), (u'MULTIEQUAL_-1206960279', u'COPY_-1206952898'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956833'), (u'INDIRECT_-1206958910', u'MULTIEQUAL_-1206958776'), (u'CALL_-1206963314', u'INDIRECT_-1206954467'), (u'INDIRECT_-1206953864', u'COPY_-1206953894'), (u'MULTIEQUAL_-1206956660', u'MULTIEQUAL_-1206956497'), (u'CALL_-1206961519', u'INDIRECT_-1206955482'), (u'CALL_-1206963611', u'INDIRECT_-1206955129'), (u'STORE_-1206961017', u'INDIRECT_-1206953648'), (u'MULTIEQUAL_-1206954523', u'MULTIEQUAL_-1206955113'), (u'CALL_-1206962479', u'INDIRECT_-1206956670'), ('tmp_6778', u'CBRANCH_-1206961067'), (u'INT_NOTEQUAL_-1206966227', u'CBRANCH_-1206966225'), (u'INDIRECT_-1206955810', u'MULTIEQUAL_-1206957555'), (u'STORE_-1206963453', u'INDIRECT_-1206957123'), (u'CALL_-1206965235', u'INDIRECT_-1206958044'), (u'CALL_-1206963182', u'INDIRECT_-1206957001'), (u'CALL_-1206965956', u'INDIRECT_-1206955261'), (u'CALL_-1206966621', u'INDIRECT_-1206958378'), (u'INDIRECT_-1206957424', u'MULTIEQUAL_-1206957258'), (u'CALL_-1206966381', u'INDIRECT_-1206957781'), (u'CALL_-1206963611', u'CALLIND_-1206963455'), (u'INDIRECT_-1206957784', u'MULTIEQUAL_-1206957035'), (u'INDIRECT_-1206952856', u'MULTIEQUAL_-1206954595'), (u'CAST_-1206952539', u'CALL_-1206961725'), (u'INDIRECT_-1206957925', u'MULTIEQUAL_-1206955930'), (u'CALL_-1206961489', u'INDIRECT_-1206954335'), (u'MULTIEQUAL_-1206955565', u'MULTIEQUAL_-1206957025'), (u'INDIRECT_-1206958966', u'MULTIEQUAL_-1206958793'), ('const-0', u'COPY_-1206958386'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955891'), (u'MULTIEQUAL_-1206955775', u'CAST_-1206954252'), ('tmp_5300', u'CBRANCH_-1206963091'), (u'MULTIEQUAL_-1206956317', u'MULTIEQUAL_-1206955343'), (u'INDIRECT_-1206955352', u'MULTIEQUAL_-1206954547'), (u'INDIRECT_-1206955004', u'MULTIEQUAL_-1206954923'), (u'INDIRECT_-1206954676', u'MULTIEQUAL_-1206954626'), (u'CALL_-1206962580', u'INDIRECT_-1206956918'), (u'CALL_-1206963457', u'INDIRECT_-1206956613'), (u'CALL_-1206961519', u'INDIRECT_-1206954776'), (u'MULTIEQUAL_-1206954517', u'MULTIEQUAL_-1206954473'), (u'CALL_-1206966560', u'INDIRECT_-1206959036'), (u'MULTIEQUAL_-1206955847', u'MULTIEQUAL_-1206957307'), (u'CAST_-1206954161', u'MULTIEQUAL_-1206960955'), (u'MULTIEQUAL_-1206958594', u'LOAD_-1206961886'), ('const-0', u'CALL_-1206962820'), (u'STORE_-1206963548', u'INDIRECT_-1206956183'), (u'SUBPIECE_-1206960139', u'MULTIEQUAL_-1206955207'), (u'STORE_-1206963453', u'INDIRECT_-1206954725'), (u'CALL_-1206962650', u'INDIRECT_-1206955279'), (u'INDIRECT_-1206956374', u'MULTIEQUAL_-1206954379'), (u'STORE_-1206961742', u'INDIRECT_-1206955438'), (u'INDIRECT_-1206955323', u'COPY_-1206955327'), (u'CALL_-1206964010', u'INDIRECT_-1206956904'), (u'MULTIEQUAL_-1206956612', u'MULTIEQUAL_-1206955390'), (u'INDIRECT_-1206954290', u'MULTIEQUAL_-1206952486'), (u'CALL_-1206963376', u'INDIRECT_-1206957630'), (u'INDIRECT_-1206955296', u'MULTIEQUAL_-1206957414'), (u'CALL_-1206961673', u'INDIRECT_-1206953428'), ('const-433', u'STORE_-1206961701'), (u'INDIRECT_-1206956607', u'MULTIEQUAL_-1206956498'), (u'PTRSUB_-1206951582', u'CALL_-1206962838'), (u'CALL_-1206963447', u'INDIRECT_-1206957046'), (u'MULTIEQUAL_-1206957340', u'MULTIEQUAL_-1206956777'), (u'INDIRECT_-1206955415', u'MULTIEQUAL_-1206955398'), (u'CALL_-1206963575', u'INDIRECT_-1206953941'), (u'CALL_-1206961375', u'INDIRECT_-1206952481'), (u'INDIRECT_-1206954311', u'MULTIEQUAL_-1206954267'), (u'INDIRECT_-1206955702', u'COPY_-1206955716'), (u'INDIRECT_-1206955269', u'MULTIEQUAL_-1206956567'), (u'CALL_-1206966673', u'INDIRECT_-1206958695'), (u'CALL_-1206965188', u'INDIRECT_-1206954976'), (u'INDIRECT_-1206953153', u'MULTIEQUAL_-1206952536'), (u'INT_AND_-1206958865', u'CALL_-1206961572'), (u'INDIRECT_-1206956700', u'MULTIEQUAL_-1206956684'), (u'MULTIEQUAL_-1206955754', u'MULTIEQUAL_-1206955655'), (u'INDIRECT_-1206954120', u'MULTIEQUAL_-1206954046'), ('const-127', u'INT_AND_-1206961678'), (u'CALL_-1206964256', u'INDIRECT_-1206955727'), (u'CALL_-1206961645', u'INDIRECT_-1206954479'), (u'CALL_-1206961603', u'INDIRECT_-1206955801'), (u'INDIRECT_-1206955382', u'COPY_-1206955411'), (u'CALL_-1206961455', u'INDIRECT_-1206954175'), (u'INDIRECT_-1206953787', u'MULTIEQUAL_-1206954886'), ('tmp_377', u'CBRANCH_-1206966365'), (u'CALL_-1206963447', u'INDIRECT_-1206955212'), (u'STORE_-1206963275', u'INDIRECT_-1206955225'), ('tmp_5727', u'CBRANCH_-1206961778'), (u'INDIRECT_-1206956089', u'COPY_-1206956118'), (u'CALL_-1206963575', u'INDIRECT_-1206955548'), (u'CALL_-1206961185', u'INDIRECT_-1206954731'), (u'INDIRECT_-1206955619', u'MULTIEQUAL_-1206955555'), (u'STORE_-1206961742', u'INDIRECT_-1206953746'), (u'CALL_-1206966480', u'INDIRECT_-1206955939'), (u'INDIRECT_-1206958248', u'MULTIEQUAL_-1206958232'), (u'CALL_-1206963513', u'INDIRECT_-1206955535'), (u'INDIRECT_-1206955698', u'MULTIEQUAL_-1206955681'), (u'INDIRECT_-1206956046', u'MULTIEQUAL_-1206956738'), (u'INDIRECT_-1206953605', u'MULTIEQUAL_-1206953847'), (u'INT_EQUAL_-1206964548', u'CBRANCH_-1206964547'), (u'CALL_-1206962705', u'INDIRECT_-1206954710'), (u'MULTIEQUAL_-1206955083', u'MULTIEQUAL_-1206954520'), (u'INDIRECT_-1206956852', u'MULTIEQUAL_-1206956808'), (u'CALL_-1206960896', u'INDIRECT_-1206952674'), (u'MULTIEQUAL_-1206956471', u'MULTIEQUAL_-1206955788'), (u'CALL_-1206962838', u'INDIRECT_-1206952923'), (u'CALL_-1206962838', u'INDIRECT_-1206955800'), (u'CALL_-1206963182', u'INDIRECT_-1206957565'), (u'SUBPIECE_-1206960139', u'MULTIEQUAL_-1206954802'), (u'INDIRECT_-1206957959', u'MULTIEQUAL_-1206957997'), ('const-433', u'LOAD_-1206963476'), (u'CAST_-1206951984', u'INT_NOTEQUAL_-1206961890'), (u'CAST_-1206952425', u'LOAD_-1206963537'), (u'CALL_-1206961519', u'INDIRECT_-1206954071'), (u'MULTIEQUAL_-1206956612', u'MULTIEQUAL_-1206955929'), (u'CALL_-1206961732', u'INDIRECT_-1206953157'), (u'INDIRECT_-1206954581', u'MULTIEQUAL_-1206953944'), (u'CALL_-1206961572', u'INDIRECT_-1206952975'), (u'INDIRECT_-1206954874', u'MULTIEQUAL_-1206954591'), (u'MULTIEQUAL_-1206955437', u'MULTIEQUAL_-1206957506'), (u'CALL_-1206961645', u'INDIRECT_-1206953170'), (u'STORE_-1206963548', u'INDIRECT_-1206954491'), (u'COPY_-1206964435', u'MULTIEQUAL_-1206959507'), (u'INT_MULT_-1206965968', u'INT_ADD_-1206965980'), ('const-3', u'INT_EQUAL_-1206964529'), (u'MULTIEQUAL_-1206955389', u'MULTIEQUAL_-1206954497'), (u'INT_NOTEQUAL_-1206963516', u'CBRANCH_-1206963516'), (u'MULTIEQUAL_-1206956522', u'MULTIEQUAL_-1206956492'), (u'MULTIEQUAL_-1206953436', u'MULTIEQUAL_-1206955227'), (u'MULTIEQUAL_-1206955365', u'MULTIEQUAL_-1206955329'), (u'MULTIEQUAL_-1206953211', u'MULTIEQUAL_-1206953167'), (u'INDIRECT_-1206954734', u'MULTIEQUAL_-1206954690'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964223'), (u'INDIRECT_-1206954027', u'MULTIEQUAL_-1206953640'), (u'INDIRECT_-1206953705', u'MULTIEQUAL_-1206953621'), (u'CAST_-1206952539', u'CALL_-1206962230'), (u'MULTIEQUAL_-1206958011', u'MULTIEQUAL_-1206957994'), (u'INDIRECT_-1206956586', u'MULTIEQUAL_-1206954762'), (u'CALL_-1206961709', u'INDIRECT_-1206953516'), (u'INDIRECT_-1206957386', u'MULTIEQUAL_-1206955468'), (u'MULTIEQUAL_-1206957199', u'MULTIEQUAL_-1206957190'), (u'MULTIEQUAL_-1206954642', u'MULTIEQUAL_-1206953959'), (u'STORE_-1206963453', u'INDIRECT_-1206956135'), (u'INDIRECT_-1206955994', u'MULTIEQUAL_-1206955947'), (u'INDIRECT_-1206955687', u'MULTIEQUAL_-1206955589'), (u'INDIRECT_-1206955619', u'MULTIEQUAL_-1206955510'), (u'INDIRECT_-1206956121', u'MULTIEQUAL_-1206956104'), (u'INDIRECT_-1206956144', u'MULTIEQUAL_-1206956386'), (u'INDIRECT_-1206956791', u'MULTIEQUAL_-1206956669'), (u'INDIRECT_-1206952600', u'MULTIEQUAL_-1206952861'), (u'MULTIEQUAL_-1206953831', u'MULTIEQUAL_-1206953804'), ('const-2', u'PTRADD_-1206952582'), (u'CALL_-1206964256', u'INDIRECT_-1206956856'), (u'CALL_-1206966544', u'INDIRECT_-1206959164'), (u'INDIRECT_-1206958913', u'MULTIEQUAL_-1206956918'), (u'INDIRECT_-1206956560', u'MULTIEQUAL_-1206954608'), (u'INDIRECT_-1206955703', u'MULTIEQUAL_-1206955682'), (u'INDIRECT_-1206952944', u'MULTIEQUAL_-1206952967'), (u'INDIRECT_-1206955877', u'COPY_-1206955902'), (u'MULTIEQUAL_-1206956976', u'MULTIEQUAL_-1206958436'), (u'CALL_-1206963330', u'INDIRECT_-1206957018'), (u'INDIRECT_-1206954919', u'MULTIEQUAL_-1206954904'), (u'CALL_-1206964256', u'INDIRECT_-1206955445'), ('const-1094158', u'COPY_-1206951397'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206955589'), (u'MULTIEQUAL_-1206954203', u'MULTIEQUAL_-1206954167'), (u'INDIRECT_-1206957112', u'MULTIEQUAL_-1206957150'), (u'CALL_-1206961572', u'INDIRECT_-1206954848'), (u'CALL_-1206963611', u'INDIRECT_-1206957809'), ('const-433', u'LOAD_-1206964414'), (u'INDIRECT_-1206954530', u'MULTIEQUAL_-1206956426'), (u'CALL_-1206963482', u'INDIRECT_-1206956782'), (u'MULTIEQUAL_-1206957164', u'MULTIEQUAL_-1206957066'), (u'INDIRECT_-1206955442', u'MULTIEQUAL_-1206956626'), (u'INDIRECT_-1206958024', u'MULTIEQUAL_-1206957978'), (u'CALL_-1206963513', u'INDIRECT_-1206953543'), (u'INDIRECT_-1206956147', u'MULTIEQUAL_-1206957331'), (u'CALL_-1206961375', u'INDIRECT_-1206952844'), (u'CALL_-1206966576', u'INDIRECT_-1206956510'), (u'CALL_-1206961471', u'INDIRECT_-1206954186'), (u'MULTIEQUAL_-1206954077', u'MULTIEQUAL_-1206954126'), ('const-0', u'CALL_-1206961160'), (u'INDIRECT_-1206954877', u'MULTIEQUAL_-1206956061'), (u'INT_SEXT_-1206963853', u'INT_ADD_-1206963823'), (u'MULTIEQUAL_-1206954077', u'MULTIEQUAL_-1206954199'), (u'CALL_-1206965208', u'INDIRECT_-1206957177'), (u'INDIRECT_-1206954593', u'MULTIEQUAL_-1206954549'), (u'CALL_-1206961541', u'INDIRECT_-1206954920'), (u'CALL_-1206966645', u'INDIRECT_-1206956063'), (u'INDIRECT_-1206956325', u'MULTIEQUAL_-1206956261'), (u'CALL_-1206961569', u'INDIRECT_-1206952497'), (u'CALL_-1206964279', u'INDIRECT_-1206954392'), (u'INDIRECT_-1206957892', u'MULTIEQUAL_-1206957807'), ('const-0', u'INT_EQUAL_-1206964137'), (u'INDIRECT_-1206956393', u'MULTIEQUAL_-1206956835'), (u'INDIRECT_-1206953776', u'MULTIEQUAL_-1206953700'), (u'STORE_-1206961701', u'INDIRECT_-1206956189'), (u'MULTIEQUAL_-1206955611', u'MULTIEQUAL_-1206955084'), (u'MULTIEQUAL_-1206957082', u'MULTIEQUAL_-1206957066'), (u'CALL_-1206962580', u'INDIRECT_-1206955930'), (u'CALL_-1206962705', u'INDIRECT_-1206954146'), (u'CALL_-1206962796', u'INDIRECT_-1206955442'), (u'INDIRECT_-1206955464', u'COPY_-1206955468'), (u'STORE_-1206961742', u'INDIRECT_-1206955156'), (u'CALL_-1206962230', u'INDIRECT_-1206956398'), (u'INDIRECT_-1206954554', u'MULTIEQUAL_-1206955471'), (u'CALL_-1206963359', u'INDIRECT_-1206955619'), (u'MULTIEQUAL_-1206955953', u'MULTIEQUAL_-1206955061'), ('const-0', u'INT_EQUAL_-1206966275'), (u'INDIRECT_-1206959724', u'MULTIEQUAL_-1206959629'), (u'INDIRECT_-1206953282', u'MULTIEQUAL_-1206953198'), (u'MULTIEQUAL_-1206953936', u'MULTIEQUAL_-1206954058'), (u'INDIRECT_-1206954310', u'MULTIEQUAL_-1206954552'), (u'INDIRECT_-1206956199', u'MULTIEQUAL_-1206955894'), (u'INDIRECT_-1206953664', u'MULTIEQUAL_-1206952878'), (u'MULTIEQUAL_-1206960183', u'MULTIEQUAL_-1206960279'), (u'INDIRECT_-1206953746', u'MULTIEQUAL_-1206953988'), (u'LOAD_-1206963136', u'INT_NOTEQUAL_-1206963123'), (u'CALL_-1206962505', u'INDIRECT_-1206955264'), (u'CALL_-1206963314', u'INDIRECT_-1206957008'), (u'INDIRECT_-1206955390', u'MULTIEQUAL_-1206955344'), (u'INDIRECT_-1206956850', u'MULTIEQUAL_-1206956677'), (u'INDIRECT_-1206956266', u'MULTIEQUAL_-1206956304'), (u'MULTIEQUAL_-1206955157', u'MULTIEQUAL_-1206954327'), (u'CALL_-1206961572', u'INDIRECT_-1206954566'), (u'MULTIEQUAL_-1206954406', u'MULTIEQUAL_-1206953842'), (u'MULTIEQUAL_-1206955205', u'MULTIEQUAL_-1206955327'), (u'CALL_-1206961569', u'INDIRECT_-1206955076'), (u'INDIRECT_-1206955551', u'MULTIEQUAL_-1206955637'), (u'CALL_-1206966464', u'INDIRECT_-1206957837'), (u'MULTIEQUAL_-1206957741', u'MULTIEQUAL_-1206956519'), ('const-1', u'COPY_-1206964089'), (u'CALL_-1206961160', u'INDIRECT_-1206955258'), (u'INDIRECT_-1206955736', u'COPY_-1206955761'), (u'INDIRECT_-1206957115', u'COPY_-1206957129'), (u'CALL_-1206966464', u'INDIRECT_-1206955682'), (u'CAST_-1206951867', u'INT_EQUAL_-1206961739'), (u'CALL_-1206961645', u'INDIRECT_-1206955184'), (u'CALL_-1206962820', u'INDIRECT_-1206952755'), ('tmp_2747', u'BRANCH_-1206962770'), (u'LOAD_-1206961779', u'INT_ADD_-1206961755'), (u'MULTIEQUAL_-1206954905', u'MULTIEQUAL_-1206954379'), (u'INDIRECT_-1206956058', u'MULTIEQUAL_-1206954743'), (u'INDIRECT_-1206956801', u'MULTIEQUAL_-1206956755'), (u'INDIRECT_-1206955930', u'MULTIEQUAL_-1206955813'), (u'MULTIEQUAL_-1206955383', u'MULTIEQUAL_-1206955344'), (u'CALL_-1206966522', u'INDIRECT_-1206959821'), (u'INDIRECT_-1206957737', u'MULTIEQUAL_-1206957589'), (u'CALL_-1206964167', u'INDIRECT_-1206957964'), (u'MULTIEQUAL_-1206957042', u'MULTIEQUAL_-1206958472'), (u'MULTIEQUAL_-1206955487', u'MULTIEQUAL_-1206955536'), (u'MULTIEQUAL_-1206955892', u'MULTIEQUAL_-1206955876'), ('const-0', u'INT_NOTEQUAL_-1206963428'), ('tmp_6550', u'CBRANCH_-1206961660'), (u'CAST_-1206951752', u'LOAD_-1206961839'), (u'INDIRECT_-1206953521', u'MULTIEQUAL_-1206954839'), (u'INDIRECT_-1206953316', u'MULTIEQUAL_-1206953780'), ('tmp_1157', u'CBRANCH_-1206965310'), (u'CALL_-1206961615', u'INDIRECT_-1206954258'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956495'), ('const-1', u'CALL_-1206961489'), (u'STORE_-1206963494', u'INDIRECT_-1206955985'), (u'CALL_-1206966560', u'INDIRECT_-1206956497'), (u'COPY_-1206952775', u'MULTIEQUAL_-1206959111'), (u'MULTIEQUAL_-1206956048', u'MULTIEQUAL_-1206955365'), (u'INDIRECT_-1206956952', u'MULTIEQUAL_-1206957869'), (u'INT_ADD_-1206964577', u'MULTIEQUAL_-1206959450'), (u'CALL_-1206966576', u'INDIRECT_-1206955527'), (u'LOAD_-1206963544', u'CAST_-1206952425'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954425'), (u'INDIRECT_-1206954841', u'MULTIEQUAL_-1206954743'), (u'INDIRECT_-1206956568', u'MULTIEQUAL_-1206956524'), (u'INDIRECT_-1206955100', u'COPY_-1206955129'), (u'INDIRECT_-1206955445', u'MULTIEQUAL_-1206955390'), (u'INDIRECT_-1206953877', u'MULTIEQUAL_-1206953799'), (u'CALL_-1206961615', u'INDIRECT_-1206955105'), (u'INDIRECT_-1206955494', u'MULTIEQUAL_-1206955389'), (u'MULTIEQUAL_-1206953301', u'MULTIEQUAL_-1206953277'), (u'MULTIEQUAL_-1206957176', u'MULTIEQUAL_-1206955954'), (u'INDIRECT_-1206956432', u'MULTIEQUAL_-1206955930'), (u'INDIRECT_-1206954841', u'MULTIEQUAL_-1206955283'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206955876'), (u'CALL_-1206962820', u'INDIRECT_-1206952636'), (u'INDIRECT_-1206958317', u'MULTIEQUAL_-1206958232'), (u'CALL_-1206963182', u'INDIRECT_-1206953924'), (u'INDIRECT_-1206955626', u'COPY_-1206955638'), (u'CALL_-1206962729', u'INDIRECT_-1206955850'), (u'INT_LESS_-1206963292', u'CBRANCH_-1206963300'), (u'INDIRECT_-1206956009', u'MULTIEQUAL_-1206955913'), ('const--2', u'INT_MULT_-1206952458'), (u'INDIRECT_-1206955586', u'MULTIEQUAL_-1206955490'), (u'STORE_-1206963324', u'INDIRECT_-1206955954'), (u'MULTIEQUAL_-1206959111', u'CALL_-1206964010'), (u'CALL_-1206963720', u'INDIRECT_-1206955459'), (u'INT_ADD_-1206964096', u'PTRADD_-1206952682'), (u'MULTIEQUAL_-1206955365', u'MULTIEQUAL_-1206955356'), (u'INDIRECT_-1206955123', u'MULTIEQUAL_-1206955565'), (u'CALL_-1206961709', u'INDIRECT_-1206955145'), (u'INDIRECT_-1206956821', u'MULTIEQUAL_-1206958119'), (u'CALL_-1206963376', u'INDIRECT_-1206955828'), (u'INT_EQUAL_-1206964567', u'CBRANCH_-1206964565'), (u'INT_AND_-1206958677', u'CALL_-1206962838'), (u'CALL_-1206961527', u'INDIRECT_-1206954782'), (u'MULTIEQUAL_-1206954167', u'MULTIEQUAL_-1206953640'), (u'CALL_-1206962580', u'INDIRECT_-1206955648'), (u'INDIRECT_-1206958526', u'COPY_-1206958578'), (u'CALL_-1206961489', u'INDIRECT_-1206952706'), (u'MULTIEQUAL_-1206957728', u'MULTIEQUAL_-1206957630'), (u'INDIRECT_-1206955679', u'MULTIEQUAL_-1206955578'), (u'STORE_-1206963548', u'INDIRECT_-1206954632'), (u'INDIRECT_-1206954722', u'MULTIEQUAL_-1206954085'), (u'INDIRECT_-1206957857', u'MULTIEQUAL_-1206957787'), (u'MULTIEQUAL_-1206956351', u'MULTIEQUAL_-1206956307'), (u'CALL_-1206964167', u'INDIRECT_-1206957259'), (u'INDIRECT_-1206956359', u'MULTIEQUAL_-1206956235'), ('const-433', u'LOAD_-1206964155'), (u'INDIRECT_-1206953723', u'MULTIEQUAL_-1206953706'), (u'CALL_-1206965235', u'INDIRECT_-1206957621'), (u'INDIRECT_-1206954231', u'MULTIEQUAL_-1206954235'), (u'MULTIEQUAL_-1206955452', u'MULTIEQUAL_-1206954688'), (u'MULTIEQUAL_-1206954747', u'MULTIEQUAL_-1206953983'), (u'CALL_-1206962838', u'INDIRECT_-1206955659'), (u'CALL_-1206962729', u'INDIRECT_-1206955568'), (u'INDIRECT_-1206953407', u'COPY_-1206953436'), (u'STORE_-1206963275', u'INDIRECT_-1206957059'), (u'CALL_-1206961519', u'INDIRECT_-1206952242'), (u'STORE_-1206961701', u'INDIRECT_-1206955415'), (u'CALL_-1206961645', u'INDIRECT_-1206954197'), (u'INDIRECT_-1206952324', u'MULTIEQUAL_-1206952289'), (u'INDIRECT_-1206955249', u'MULTIEQUAL_-1206955222'), (u'CALL_-1206962729', u'INDIRECT_-1206953593'), (u'MULTIEQUAL_-1206954500', u'MULTIEQUAL_-1206954622'), ('tmp_2758', u'BRANCH_-1206963510'), ('tmp_21670', u'PTRSUB_-1206954450'), (u'MULTIEQUAL_-1206957340', u'MULTIEQUAL_-1206957304'), (u'CALL_-1206961489', u'INDIRECT_-1206955605'), (u'CALL_-1206962650', u'INDIRECT_-1206953309'), ('const-1094009', u'COPY_-1206952333'), (u'INDIRECT_-1206954410', u'MULTIEQUAL_-1206954326'), (u'CALL_-1206962705', u'INDIRECT_-1206955416'), (u'MULTIEQUAL_-1206956759', u'MULTIEQUAL_-1206956808'), (u'CALL_-1206961814', u'INDIRECT_-1206956646'), (u'CALL_-1206966157', u'INDIRECT_-1206957220'), (u'INDIRECT_-1206955374', u'MULTIEQUAL_-1206955319'), (u'INDIRECT_-1206956670', u'MULTIEQUAL_-1206957587'), (u'MULTIEQUAL_-1206955514', u'MULTIEQUAL_-1206955351'), (u'COPY_-1206952716', u'MULTIEQUAL_-1206959489'), (u'INDIRECT_-1206954987', u'MULTIEQUAL_-1206956285'), (u'CALL_-1206961645', u'INDIRECT_-1206955607'), (u'INDIRECT_-1206954440', u'MULTIEQUAL_-1206953803'), (u'INDIRECT_-1206952398', u'MULTIEQUAL_-1206952335'), (u'CALL_-1206963720', u'INDIRECT_-1206957716'), (u'CALL_-1206962505', u'INDIRECT_-1206954418'), (u'STORE_-1206961701', u'INDIRECT_-1206954992'), ('const-4294967295', u'INT_NOTEQUAL_-1206964263'), (u'MULTIEQUAL_-1206956693', u'MULTIEQUAL_-1206958153'), (u'CALL_-1206961572', u'INDIRECT_-1206954002'), (u'INDIRECT_-1206954348', u'MULTIEQUAL_-1206954263'), (u'INDIRECT_-1206954195', u'MULTIEQUAL_-1206954100'), (u'MULTIEQUAL_-1206956104', u'MULTIEQUAL_-1206956240'), (u'CALL_-1206963182', u'INDIRECT_-1206954281'), (u'CALL_-1206963657', u'INDIRECT_-1206957973'), (u'INDIRECT_-1206956408', u'MULTIEQUAL_-1206956387'), (u'MULTIEQUAL_-1206953539', u'MULTIEQUAL_-1206954078'), (u'MULTIEQUAL_-1206957599', u'MULTIEQUAL_-1206956926'), (u'MULTIEQUAL_-1206957364', u'MULTIEQUAL_-1206956472'), (u'MULTIEQUAL_-1206957882', u'MULTIEQUAL_-1206957855'), (u'CALL_-1206963513', u'INDIRECT_-1206954830'), (u'MULTIEQUAL_-1206953105', u'MULTIEQUAL_-1206953241'), (u'MULTIEQUAL_-1206955116', u'MULTIEQUAL_-1206955252'), ('const-8', u'PTRADD_-1206953223'), (u'MULTIEQUAL_-1206956376', u'MULTIEQUAL_-1206956360'), (u'INDIRECT_-1206955070', u'MULTIEQUAL_-1206954465'), (u'MULTIEQUAL_-1206956740', u'MULTIEQUAL_-1206956619'), (u'MULTIEQUAL_-1206957459', u'MULTIEQUAL_-1206956237'), (u'CALL_-1206961814', u'INDIRECT_-1206953964'), (u'INDIRECT_-1206954451', u'MULTIEQUAL_-1206954693'), (u'CALL_-1206964010', u'INDIRECT_-1206954146'), (u'CALL_-1206963482', u'INDIRECT_-1206957488'), (u'INDIRECT_-1206957217', u'MULTIEQUAL_-1206957083'), (u'CALL_-1206966381', u'INDIRECT_-1206955507'), (u'CALL_-1206963457', u'STORE_-1206963453'), (u'CALL_-1206962230', u'INDIRECT_-1206954282'), (u'INDIRECT_-1206956116', u'MULTIEQUAL_-1206957414'), (u'MULTIEQUAL_-1206958651', u'MULTIEQUAL_-1206957898'), (u'INDIRECT_-1206954917', u'MULTIEQUAL_-1206954825'), (u'CALL_-1206965235', u'INDIRECT_-1206956774'), (u'CALL_-1206961645', u'INDIRECT_-1206952932'), (u'CALL_-1206964256', u'INDIRECT_-1206957279'), (u'INDIRECT_-1206957732', u'MULTIEQUAL_-1206957637'), (u'INDIRECT_-1206954229', u'MULTIEQUAL_-1206954144'), (u'CALL_-1206966464', u'INDIRECT_-1206955325'), (u'INDIRECT_-1206954158', u'MULTIEQUAL_-1206954077'), (u'CALL_-1206961541', u'INDIRECT_-1206953792'), (u'CALL_-1206964068', u'INDIRECT_-1206955400'), ('const-0', u'COPY_-1206958741'), (u'MULTIEQUAL_-1206954203', u'MULTIEQUAL_-1206953640'), ('const-1094166', u'COPY_-1206952032'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206954124'), (u'CALL_-1206966480', u'INDIRECT_-1206959793'), (u'CAST_-1206952819', u'INT_EQUAL_-1206964595'), (u'INDIRECT_-1206955672', u'MULTIEQUAL_-1206955645'), (u'INDIRECT_-1206954672', u'MULTIEQUAL_-1206954589'), (u'CALL_-1206963443', u'INDIRECT_-1206955881'), (u'CALL_-1206961489', u'INDIRECT_-1206955182'), (u'INDIRECT_-1206953826', u'MULTIEQUAL_-1206953743'), (u'INDIRECT_-1206955740', u'MULTIEQUAL_-1206955812'), (u'COPY_-1206951621', u'MULTIEQUAL_-1206959111'), (u'CALL_-1206965223', u'INDIRECT_-1206957895'), (u'CALL_-1206966576', u'INDIRECT_-1206955408'), (u'INDIRECT_-1206958119', u'MULTIEQUAL_-1206955860'), (u'CALL_-1206964167', u'INDIRECT_-1206955707'), (u'INDIRECT_-1206954281', u'MULTIEQUAL_-1206954367'), (u'CALL_-1206963513', u'INDIRECT_-1206953424'), (u'MULTIEQUAL_-1206953983', u'MULTIEQUAL_-1206953953'), (u'MULTIEQUAL_-1206956619', u'MULTIEQUAL_-1206958049'), (u'CALL_-1206962820', u'INDIRECT_-1206955311'), (u'CALL_-1206966480', u'INDIRECT_-1206958838'), (u'MULTIEQUAL_-1206956942', u'MULTIEQUAL_-1206956918'), (u'INT_SLESS_-1206965267', u'CBRANCH_-1206965261'), (u'MULTIEQUAL_-1206958494', u'MULTIEQUAL_-1206958331'), (u'CALL_-1206963443', u'INDIRECT_-1206955317'), (u'CALL_-1206963182', u'INDIRECT_-1206955308'), (u'CALL_-1206964092', u'INDIRECT_-1206953782'), (u'CALL_-1206966488', u'INDIRECT_-1206955463'), ('const-5', u'CALL_-1206962820'), (u'INT_SLESS_-1206963915', u'CBRANCH_-1206963909'), (u'INDIRECT_-1206955488', u'MULTIEQUAL_-1206954761'), (u'CALL_-1206966560', u'INDIRECT_-1206957907'), (u'CALL_-1206961629', u'INDIRECT_-1206953423'), ('tmp_3171', u'CBRANCH_-1206963427'), (u'STORE_-1206963275', u'INDIRECT_-1206956071'), (u'CALL_-1206966381', u'INDIRECT_-1206958205'), ('const-8', u'PTRADD_-1206953174'), ('const-8', u'PTRADD_-1206952762'), (u'CALL_-1206963575', u'INDIRECT_-1206953816'), (u'CALL_-1206961814', u'INDIRECT_-1206954246'), (u'CALL_-1206961471', u'INDIRECT_-1206955456'), (u'CALL_-1206962230', u'INDIRECT_-1206956116'), (u'CALL_-1206963611', u'INDIRECT_-1206956116'), ('const-433', u'LOAD_-1206961881'), (u'INT_EQUAL_-1206964107', u'CBRANCH_-1206964104'), (u'INT_SEXT_-1206965363', u'PTRADD_-1206953601'), (u'CALL_-1206961569', u'INDIRECT_-1206954652'), (u'INDIRECT_-1206959007', u'MULTIEQUAL_-1206958859'), (u'MULTIEQUAL_-1206955954', u'INT_EQUAL_-1206963508'), (u'INDIRECT_-1206953507', u'MULTIEQUAL_-1206953415'), (u'INDIRECT_-1206957849', u'MULTIEQUAL_-1206957681'), (u'LOAD_-1206964023', u'MULTIEQUAL_-1206959111'), (u'INDIRECT_-1206955225', u'MULTIEQUAL_-1206957036'), (u'CALL_-1206965223', u'INDIRECT_-1206958036'), ('const-0', u'INT_NOTEQUAL_-1206966052'), (u'INDIRECT_-1206956339', u'MULTIEQUAL_-1206955534'), (u'STORE_-1206963275', u'INDIRECT_-1206955930'), (u'CALL_-1206965235', u'INDIRECT_-1206957480'), ('const-0', u'SUBPIECE_-1206961294'), (u'CALL_-1206965956', u'INDIRECT_-1206957112'), (u'INDIRECT_-1206956556', u'MULTIEQUAL_-1206955919'), (u'STORE_-1206963324', u'INDIRECT_-1206954685'), (u'INDIRECT_-1206957499', u'MULTIEQUAL_-1206957365'), (u'CALL_-1206966464', u'INDIRECT_-1206956427'), (u'CALL_-1206961569', u'INDIRECT_-1206954088'), (u'PTRSUB_-1206953474', u'CALL_-1206964279'), (u'CALL_-1206965956', u'INDIRECT_-1206956830'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958667'), (u'MULTIEQUAL_-1206956707', u'MULTIEQUAL_-1206958776'), (u'CALL_-1206963443', u'INDIRECT_-1206957858'), (u'INDIRECT_-1206953708', u'MULTIEQUAL_-1206953621'), ('tmp_2741', u'CBRANCH_-1206962793'), (u'STORE_-1206961707', u'INDIRECT_-1206954432'), (u'INDIRECT_-1206957541', u'MULTIEQUAL_-1206957525'), (u'CALL_-1206962705', u'INDIRECT_-1206953441'), (u'CAST_-1206953500', u'INT_SEXT_-1206965363'), (u'CALL_-1206962838', u'INDIRECT_-1206953543'), (u'CALL_-1206961375', u'INDIRECT_-1206955721'), (u'INDIRECT_-1206955041', u'MULTIEQUAL_-1206954946'), (u'MULTIEQUAL_-1206955005', u'MULTIEQUAL_-1206955595'), (u'INDIRECT_-1206955853', u'MULTIEQUAL_-1206955837'), ('const-1096784', u'COPY_-1206951698'), (u'STORE_-1206963324', u'INDIRECT_-1206955531'), (u'CALL_-1206961732', u'INDIRECT_-1206954905'), (u'CALL_-1206961527', u'INDIRECT_-1206956054'), (u'INDIRECT_-1206959821', u'MULTIEQUAL_-1206959695'), (u'INT_NOTEQUAL_-1206964367', u'CBRANCH_-1206964362'), (u'INDIRECT_-1206955159', u'MULTIEQUAL_-1206956343'), (u'INDIRECT_-1206953532', u'MULTIEQUAL_-1206953456'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956032'), (u'INDIRECT_-1206953638', u'MULTIEQUAL_-1206953564'), (u'INT_SEXT_-1206964191', u'PTRADD_-1206952707'), (u'INDIRECT_-1206956419', u'MULTIEQUAL_-1206954467'), (u'CALL_-1206963314', u'INDIRECT_-1206956724'), (u'INDIRECT_-1206958951', u'COPY_-1206959003'), (u'MULTIEQUAL_-1206955424', u'MULTIEQUAL_-1206956884'), (u'INDIRECT_-1206955421', u'MULTIEQUAL_-1206955400'), (u'INDIRECT_-1206956850', u'MULTIEQUAL_-1206954591'), (u'STORE_-1206963275', u'INDIRECT_-1206957202'), (u'CALL_-1206961709', u'INDIRECT_-1206955004'), (u'INDIRECT_-1206957358', u'MULTIEQUAL_-1206957241'), (u'CALL_-1206964092', u'CALL_-1206964068'), (u'MULTIEQUAL_-1206952153', u'MULTIEQUAL_-1206952156'), (u'CALL_-1206964167', u'INDIRECT_-1206956553'), (u'MULTIEQUAL_-1206954626', u'MULTIEQUAL_-1206954610'), (u'CALL_-1206963457', u'INDIRECT_-1206957320'), (u'COPY_-1206952599', u'MULTIEQUAL_-1206958816'), (u'INT_ADD_-1206952470', u'PTRADD_-1206952423'), (u'MULTIEQUAL_-1206957082', u'MULTIEQUAL_-1206956190'), ('const-1094129', u'COPY_-1206951539'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956551'), (u'CALL_-1206966576', u'INDIRECT_-1206957638'), (u'INDIRECT_-1206955256', u'MULTIEQUAL_-1206955155'), (u'MULTIEQUAL_-1206957869', u'MULTIEQUAL_-1206957771'), (u'STORE_-1206963453', u'INDIRECT_-1206956418'), (u'MULTIEQUAL_-1206959052', u'CALL_-1206963359'), (u'CALL_-1206966464', u'INDIRECT_-1206955926'), (u'INDIRECT_-1206957527', u'MULTIEQUAL_-1206955609'), (u'CALL_-1206966522', u'INDIRECT_-1206957173'), (u'INDIRECT_-1206955427', u'MULTIEQUAL_-1206955346'), (u'INDIRECT_-1206955563', u'MULTIEQUAL_-1206955412'), (u'CALL_-1206963447', u'INDIRECT_-1206956199'), (u'MULTIEQUAL_-1206958913', u'MULTIEQUAL_-1206960183'), (u'CALL_-1206965188', u'INDIRECT_-1206957311'), (u'PTRADD_-1206953174', u'INT_NOTEQUAL_-1206963544'), (u'STORE_-1206961701', u'INDIRECT_-1206954073'), (u'INDIRECT_-1206954692', u'MULTIEQUAL_-1206954608'), (u'CALL_-1206966645', u'INDIRECT_-1206959244'), (u'INDIRECT_-1206956183', u'MULTIEQUAL_-1206956119'), (u'MULTIEQUAL_-1206956895', u'MULTIEQUAL_-1206956868'), (u'CALL_-1206961185', u'INDIRECT_-1206952576'), ('tmp_3841', u'BRANCH_-1206964075'), (u'CALL_-1206963575', u'INDIRECT_-1206956677'), (u'INDIRECT_-1206953459', u'MULTIEQUAL_-1206953348'), (u'MULTIEQUAL_-1206955205', u'MULTIEQUAL_-1206955254'), (u'CALL_-1206961870', u'INDIRECT_-1206955758'), (u'COPY_-1206954614', u'CALL_-1206966645'), (u'CALL_-1206965188', u'INDIRECT_-1206958157'), (u'CALL_-1206966381', u'INDIRECT_-1206957076'), (u'PTRADD_-1206963577', u'COPY_-1206952593'), (u'INDIRECT_-1206954739', u'MULTIEQUAL_-1206954684'), (u'MULTIEQUAL_-1206953802', u'MULTIEQUAL_-1206955232'), (u'MULTIEQUAL_-1206954322', u'MULTIEQUAL_-1206954313'), (u'CALL_-1206961128', u'INDIRECT_-1206954253'), (u'MULTIEQUAL_-1206954042', u'MULTIEQUAL_-1206953440'), (u'INDIRECT_-1206956583', u'COPY_-1206956608'), (u'INT_EQUAL_-1206964388', u'CBRANCH_-1206964386'), (u'CALL_-1206965956', u'INDIRECT_-1206956407'), (u'CALL_-1206961794', u'INDIRECT_-1206952944'), (u'COPY_-1206951539', u'CALL_-1206962729'), (u'CALL_-1206961375', u'INDIRECT_-1206954874'), ('const-1', u'INT_SLESS_-1206963977'), (u'CALL_-1206963376', u'INDIRECT_-1206957100'), (u'MULTIEQUAL_-1206954262', u'MULTIEQUAL_-1206955722'), (u'CALL_-1206965208', u'INDIRECT_-1206954502'), (u'STORE_-1206963324', u'INDIRECT_-1206955390'), (u'INDIRECT_-1206957892', u'MULTIEQUAL_-1206956577'), (u'INT_ZEXT_-1206961094', u'CAST_-1206954225'), (u'INDIRECT_-1206953864', u'MULTIEQUAL_-1206953847'), (u'INDIRECT_-1206952794', u'MULTIEQUAL_-1206952742'), (u'CALL_-1206966645', u'INDIRECT_-1206957410'), ('const-0', u'CALL_-1206963657'), (u'INDIRECT_-1206955669', u'MULTIEQUAL_-1206957414'), (u'PTRADD_-1206954316', u'PTRADD_-1206953233'), (u'MULTIEQUAL_-1206955155', u'MULTIEQUAL_-1206957224'), (u'INT_NOTEQUAL_-1206963940', u'CBRANCH_-1206963934'), (u'MULTIEQUAL_-1206955064', u'MULTIEQUAL_-1206955113'), (u'INDIRECT_-1206955118', u'MULTIEQUAL_-1206956035'), (u'CALL_-1206961569', u'INDIRECT_-1206953665'), (u'CALL_-1206966673', u'INDIRECT_-1206957143'), (u'CALL_-1206966480', u'INDIRECT_-1206957850'), (u'INDIRECT_-1206956004', u'MULTIEQUAL_-1206955960'), (u'INDIRECT_-1206956918', u'MULTIEQUAL_-1206956801'), (u'INDIRECT_-1206955851', u'MULTIEQUAL_-1206955770'), (u'INDIRECT_-1206956133', u'MULTIEQUAL_-1206955496'), (u'CALL_-1206961870', u'INDIRECT_-1206955194'), (u'INDIRECT_-1206954548', u'MULTIEQUAL_-1206955625'), (u'CALL_-1206966621', u'INDIRECT_-1206955561'), (u'CALL_-1206966157', u'INDIRECT_-1206956515'), (u'INT_NOTEQUAL_-1206964080', u'CBRANCH_-1206964078'), (u'CALL_-1206961375', u'INDIRECT_-1206955580'), ('const-0', u'INT_NOTEQUAL_-1206961047'), (u'MULTIEQUAL_-1206954709', u'MULTIEQUAL_-1206956708'), (u'PTRADD_-1206952529', u'MULTIEQUAL_-1206958430'), (u'CALL_-1206960896', u'INDIRECT_-1206953294'), (u'CALL_-1206962796', u'INDIRECT_-1206953749'), (u'INDIRECT_-1206958772', u'MULTIEQUAL_-1206956777'), (u'CALL_-1206962479', u'INDIRECT_-1206957095'), (u'INDIRECT_-1206956267', u'MULTIEQUAL_-1206956246'), (u'MULTIEQUAL_-1206959165', u'LOAD_-1206963327'), (u'CALL_-1206961185', u'INDIRECT_-1206953321'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955383'), (u'CALL_-1206961489', u'INDIRECT_-1206952587'), (u'INT_NOTEQUAL_-1206963544', u'CBRANCH_-1206963543'), (u'MULTIEQUAL_-1206954396', u'MULTIEQUAL_-1206954357'), (u'INDIRECT_-1206952830', u'MULTIEQUAL_-1206954595'), (u'CALL_-1206965208', u'INDIRECT_-1206956895'), (u'INDIRECT_-1206956241', u'MULTIEQUAL_-1206957318'), (u'CALL_-1206963330', u'INDIRECT_-1206954618'), (u'PTRADD_-1206954316', u'MULTIEQUAL_-1206958372'), (u'CALL_-1206961541', u'INDIRECT_-1206953510'), (u'CALL_-1206963611', u'INDIRECT_-1206955411'), (u'CALL_-1206961455', u'INDIRECT_-1206956011'), (u'CALL_-1206966576', u'INDIRECT_-1206955765'), (u'INDIRECT_-1206958382', u'MULTIEQUAL_-1206958420'), (u'STORE_-1206961701', u'INDIRECT_-1206955133'), (u'CALL_-1206961527', u'INDIRECT_-1206953936'), (u'CALL_-1206965223', u'INDIRECT_-1206958320'), (u'INDIRECT_-1206952949', u'MULTIEQUAL_-1206954714'), ('const-0', u'INT_EQUAL_-1206964029'), (u'INDIRECT_-1206958035', u'MULTIEQUAL_-1206957930'), (u'INDIRECT_-1206955804', u'MULTIEQUAL_-1206953884'), (u'CALL_-1206961455', u'INDIRECT_-1206954739'), (u'CALL_-1206964256', u'INDIRECT_-1206956715'), (u'INDIRECT_-1206952724', u'MULTIEQUAL_-1206952652'), (u'INDIRECT_-1206955092', u'MULTIEQUAL_-1206955037'), (u'CALL_-1206966605', u'INDIRECT_-1206956030'), (u'CALL_-1206961673', u'INDIRECT_-1206954211'), (u'CALL_-1206961870', u'INDIRECT_-1206955476'), (u'CALL_-1206962479', u'INDIRECT_-1206954695'), (u'INDIRECT_-1206955908', u'COPY_-1206955920'), (u'INDIRECT_-1206954146', u'COPY_-1206954176'), (u'CALL_-1206965188', u'INDIRECT_-1206956323'), ('const-8', u'PTRADD_-1206952707'), (u'MULTIEQUAL_-1206959489', u'COPY_-1206952712'), (u'INDIRECT_-1206953933', u'MULTIEQUAL_-1206954025'), (u'CALL_-1206963513', u'INDIRECT_-1206957760'), (u'COPY_-1206952302', u'MULTIEQUAL_-1206957129'), (u'CALL_-1206962838', u'INDIRECT_-1206956223'), (u'CALL_-1206961471', u'INDIRECT_-1206954468'), (u'INDIRECT_-1206957171', u'MULTIEQUAL_-1206957076'), (u'INDIRECT_-1206954060', u'MULTIEQUAL_-1206953949'), (u'INDIRECT_-1206953930', u'MULTIEQUAL_-1206953838'), (u'INDIRECT_-1206952932', u'MULTIEQUAL_-1206953093'), (u'MULTIEQUAL_-1206955157', u'MULTIEQUAL_-1206955108'), (u'INDIRECT_-1206955058', u'MULTIEQUAL_-1206955750'), (u'INDIRECT_-1206954287', u'MULTIEQUAL_-1206954270'), (u'CAST_-1206951752', u'CAST_-1206951656'), (u'CALL_-1206963564', u'INDIRECT_-1206955381'), (u'CALL_-1206961128', u'INDIRECT_-1206953971'), (u'INDIRECT_-1206956543', u'MULTIEQUAL_-1206958262'), (u'CALL_-1206963720', u'INDIRECT_-1206955741'), (u'CALL_-1206966464', u'INDIRECT_-1206958543'), (u'INDIRECT_-1206956189', u'MULTIEQUAL_-1206956174'), (u'INDIRECT_-1206955325', u'MULTIEQUAL_-1206953088'), (u'CALL_-1206962580', u'INDIRECT_-1206956636'), (u'MULTIEQUAL_-1206957728', u'INT_NEGATE_-1206963842'), (u'INDIRECT_-1206955907', u'MULTIEQUAL_-1206955892'), (u'CALL_-1206966673', u'INDIRECT_-1206958271'), (u'MULTIEQUAL_-1206955107', u'MULTIEQUAL_-1206955091'), (u'STORE_-1206961701', u'INDIRECT_-1206955201'), (u'PTRSUB_-1206952502', u'CALL_-1206963457'), (u'MULTIEQUAL_-1206955766', u'MULTIEQUAL_-1206954544'), (u'MULTIEQUAL_-1206956315', u'MULTIEQUAL_-1206956299'), (u'CALL_-1206962580', u'INDIRECT_-1206957202'), ('tmp_2326', u'BRANCH_-1206962835'), (u'CALL_-1206966488', u'INDIRECT_-1206955701'), (u'CALL_-1206961673', u'INDIRECT_-1206954493'), (u'CALL_-1206961455', u'INDIRECT_-1206954034'), (u'MULTIEQUAL_-1206955224', u'MULTIEQUAL_-1206954661'), (u'CALL_-1206961629', u'INDIRECT_-1206955821'), (u'CALL_-1206961527', u'INDIRECT_-1206954641'), (u'CAST_-1206951984', u'CALL_-1206961870'), (u'MULTIEQUAL_-1206954960', u'MULTIEQUAL_-1206954940'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957256'), (u'CALL_-1206963482', u'INDIRECT_-1206955231'), (u'INDIRECT_-1206955749', u'MULTIEQUAL_-1206955892'), (u'CALL_-1206961519', u'INDIRECT_-1206953789'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955609'), (u'CALL_-1206964092', u'INDIRECT_-1206955552'), (u'CALL_-1206964279', u'INDIRECT_-1206957469'), (u'INDIRECT_-1206956128', u'COPY_-1206956180'), (u'MULTIEQUAL_-1206954042', u'MULTIEQUAL_-1206953921'), (u'CALL_-1206963359', u'INDIRECT_-1206955337'), ('const-0', u'INT_EQUAL_-1206965357'), (u'MULTIEQUAL_-1206955490', u'MULTIEQUAL_-1206956920'), (u'CALL_-1206963356', u'INDIRECT_-1206954833'), (u'CAST_-1206952001', u'LOAD_-1206961704'), (u'INDIRECT_-1206956262', u'MULTIEQUAL_-1206956245'), (u'CALL_-1206963564', u'INDIRECT_-1206956086'), (u'MULTIEQUAL_-1206960955', u'CAST_-1206954054'), (u'CALL_-1206966157', u'INDIRECT_-1206958349'), (u'MULTIEQUAL_-1206959879', u'PTRADD_-1206953174'), (u'MULTIEQUAL_-1206956653', u'MULTIEQUAL_-1206956614'), (u'STORE_-1206961707', u'INDIRECT_-1206956550'), (u'CALL_-1206963356', u'INDIRECT_-1206956244'), (u'CALL_-1206962838', u'INDIRECT_-1206954389'), (u'INT_ADD_-1206952474', u'PTRADD_-1206952427'), (u'INDIRECT_-1206956291', u'MULTIEQUAL_-1206956195'), (u'INDIRECT_-1206956057', u'MULTIEQUAL_-1206955452'), (u'INDIRECT_-1206953816', u'MULTIEQUAL_-1206953705'), (u'CALL_-1206961541', u'INDIRECT_-1206955485'), (u'INDIRECT_-1206954353', u'MULTIEQUAL_-1206954261'), (u'MULTIEQUAL_-1206954537', u'MULTIEQUAL_-1206954517'), (u'MULTIEQUAL_-1206957882', u'MULTIEQUAL_-1206956660'), (u'MULTIEQUAL_-1206955107', u'MULTIEQUAL_-1206954215'), (u'INDIRECT_-1206955398', u'MULTIEQUAL_-1206955314'), (u'INDIRECT_-1206954158', u'MULTIEQUAL_-1206953521'), (u'INDIRECT_-1206958033', u'MULTIEQUAL_-1206957948'), (u'CALL_-1206966522', u'INDIRECT_-1206955723'), (u'CALL_-1206964279', u'INDIRECT_-1206956622'), (u'INDIRECT_-1206954592', u'MULTIEQUAL_-1206954834'), (u'MULTIEQUAL_-1206956738', u'MULTIEQUAL_-1206956722'), (u'CALL_-1206963611', u'INT_NOTEQUAL_-1206963592'), (u'CALL_-1206966381', u'INDIRECT_-1206956512'), (u'MULTIEQUAL_-1206959507', u'MULTIEQUAL_-1206959436'), ('const-433', u'LOAD_-1206961928'), (u'INDIRECT_-1206955410', u'MULTIEQUAL_-1206956708'), (u'CALL_-1206961615', u'INDIRECT_-1206953694'), (u'INDIRECT_-1206957837', u'MULTIEQUAL_-1206957664'), (u'INDIRECT_-1206955211', u'MULTIEQUAL_-1206954606'), (u'CALL_-1206961615', u'INDIRECT_-1206955951'), (u'INDIRECT_-1206955634', u'MULTIEQUAL_-1206955029'), (u'INDIRECT_-1206956709', u'MULTIEQUAL_-1206954450'), (u'INDIRECT_-1206954880', u'MULTIEQUAL_-1206954825'), (u'CALL_-1206961794', u'INDIRECT_-1206953808'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957820'), (u'CALL_-1206966544', u'INDIRECT_-1206956766'), ('const-1', u'COPY_-1206964478'), (u'CALL_-1206966488', u'INDIRECT_-1206959269'), (u'INDIRECT_-1206955626', u'MULTIEQUAL_-1206955514'), (u'MULTIEQUAL_-1206956378', u'MULTIEQUAL_-1206955550'), (u'MULTIEQUAL_-1206955111', u'MULTIEQUAL_-1206955081'), (u'CALL_-1206961128', u'INDIRECT_-1206952646'), (u'INDIRECT_-1206957361', u'MULTIEQUAL_-1206956612'), (u'CALL_-1206963314', u'INDIRECT_-1206956301'), (u'CALL_-1206963356', u'INDIRECT_-1206956949'), (u'CALL_-1206963314', u'INDIRECT_-1206954749'), (u'INDIRECT_-1206955844', u'MULTIEQUAL_-1206955823'), (u'CALL_-1206962230', u'INDIRECT_-1206955975'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206956636'), (u'MULTIEQUAL_-1206958305', u'MULTIEQUAL_-1206957622'), (u'PTRADD_-1206951885', u'COPY_-1206951907'), (u'CALL_-1206965235', u'INDIRECT_-1206955505'), (u'CALL_-1206964068', u'INDIRECT_-1206956247'), (u'CALL_-1206963575', u'INDIRECT_-1206954561'), (u'CALL_-1206963457', u'INDIRECT_-1206953395'), (u'INDIRECT_-1206953464', u'MULTIEQUAL_-1206953706'), (u'MULTIEQUAL_-1206957035', u'MULTIEQUAL_-1206957625'), ('const-433', u'LOAD_-1206961751'), (u'STORE_-1206961701', u'INDIRECT_-1206956753'), (u'CALL_-1206966605', u'INDIRECT_-1206959211'), (u'INDIRECT_-1206955211', u'MULTIEQUAL_-1206954406'), (u'INDIRECT_-1206956269', u'COPY_-1206956321'), (u'INT_EQUAL_-1206961739', u'CBRANCH_-1206961736'), (u'CALL_-1206966605', u'INDIRECT_-1206956672'), (u'CALL_-1206963314', u'INDIRECT_-1206955313'), (u'INDIRECT_-1206954074', u'COPY_-1206954086'), ('const-87', u'INT_SLESS_-1206964230'), (u'STORE_-1206961701', u'INDIRECT_-1206956896'), (u'STORE_-1206961017', u'INDIRECT_-1206953789'), (u'CALL_-1206961375', u'INDIRECT_-1206952719'), (u'CALL_-1206966621', u'INDIRECT_-1206959224'), (u'INDIRECT_-1206955571', u'MULTIEQUAL_-1206955524'), (u'INDIRECT_-1206954494', u'MULTIEQUAL_-1206954402'), (u'MULTIEQUAL_-1206953555', u'MULTIEQUAL_-1206955346'), (u'INDIRECT_-1206952863', u'MULTIEQUAL_-1206954069'), (u'INT_EQUAL_-1206962248', u'CALL_-1206962230'), (u'INDIRECT_-1206952481', u'MULTIEQUAL_-1206952742'), ('const-0', u'INT_NOTEQUAL_-1206962798'), (u'CALL_-1206961673', u'INDIRECT_-1206954916'), (u'INDIRECT_-1206955767', u'COPY_-1206955779'), (u'INDIRECT_-1206958913', u'MULTIEQUAL_-1206958164'), (u'CALL_-1206962729', u'INDIRECT_-1206952707'), (u'INDIRECT_-1206953464', u'MULTIEQUAL_-1206953377'), (u'INDIRECT_-1206955660', u'MULTIEQUAL_-1206955577'), (u'CALL_-1206963564', u'INDIRECT_-1206957638'), ('tmp_2576', u'BRANCH_-1206962766'), (u'CALL_-1206963611', u'INDIRECT_-1206956257'), ('const-68', u'INT_EQUAL_-1206964091'), (u'STORE_-1206963494', u'INDIRECT_-1206957821'), (u'MULTIEQUAL_-1206952878', u'MULTIEQUAL_-1206952848'), (u'INDIRECT_-1206956933', u'MULTIEQUAL_-1206955013'), (u'INDIRECT_-1206955590', u'MULTIEQUAL_-1206955424'), (u'CALL_-1206961185', u'INDIRECT_-1206953744'), (u'STORE_-1206963453', u'INDIRECT_-1206957266'), (u'MULTIEQUAL_-1206953539', u'MULTIEQUAL_-1206953515'), (u'MULTIEQUAL_-1206956529', u'MULTIEQUAL_-1206956665'), (u'INDIRECT_-1206956860', u'MULTIEQUAL_-1206956693'), (u'MULTIEQUAL_-1206954942', u'MULTIEQUAL_-1206954905'), (u'PTRADD_-1206952582', u'INT_LESS_-1206963344'), (u'MULTIEQUAL_-1206955471', u'MULTIEQUAL_-1206955373'), (u'CALL_-1206963611', u'CALL_-1206963443'), (u'CALL_-1206966464', u'INDIRECT_-1206955807'), (u'CALL_-1206966673', u'INDIRECT_-1206959932'), (u'MULTIEQUAL_-1206956475', u'MULTIEQUAL_-1206956597'), (u'CALL_-1206966522', u'INDIRECT_-1206957314'), ('const-0', u'COPY_-1206959662'), (u'INDIRECT_-1206957414', u'MULTIEQUAL_-1206957241'), (u'CALL_-1206962650', u'INDIRECT_-1206954574'), ('tmp_2184', u'CBRANCH_-1206963981'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206958189'), (u'INT_SEXT_-1206952478', u'INT_ADD_-1206952457'), (u'INDIRECT_-1206954143', u'MULTIEQUAL_-1206955862'), (u'INDIRECT_-1206956466', u'MULTIEQUAL_-1206956402'), ('const-0', u'PTRSUB_-1206953474'), (u'CALL_-1206962580', u'INDIRECT_-1206954943'), (u'CALL_-1206963330', u'INDIRECT_-1206954759'), (u'CALL_-1206961615', u'INDIRECT_-1206954822'), (u'STORE_-1206963324', u'INDIRECT_-1206954544'), (u'CALL_-1206962820', u'INDIRECT_-1206953619'), (u'INDIRECT_-1206957593', u'COPY_-1206957647'), (u'INDIRECT_-1206956889', u'MULTIEQUAL_-1206956780'), (u'INDIRECT_-1206958664', u'MULTIEQUAL_-1206958702'), (u'MULTIEQUAL_-1206955772', u'MULTIEQUAL_-1206957202'), (u'CALL_-1206963513', u'INDIRECT_-1206956523'), (u'CALL_-1206961541', u'INDIRECT_-1206955062'), (u'INDIRECT_-1206955341', u'MULTIEQUAL_-1206955249'), (u'INT_ADD_-1206961755', u'CAST_-1206951756'), (u'CALL_-1206961870', u'INDIRECT_-1206953446'), (u'CALL_-1206966544', u'INDIRECT_-1206958035'), (u'MULTIEQUAL_-1206954785', u'MULTIEQUAL_-1206956215'), (u'INDIRECT_-1206957460', u'MULTIEQUAL_-1206957414'), (u'MULTIEQUAL_-1206954826', u'MULTIEQUAL_-1206954802'), (u'MULTIEQUAL_-1206956330', u'MULTIEQUAL_-1206955647'), (u'CALL_-1206964068', u'INDIRECT_-1206954977'), (u'LOAD_-1206963635', u'INT_NOTEQUAL_-1206963622'), (u'CALL_-1206961489', u'INDIRECT_-1206954899'), (u'CALL_-1206966157', u'INDIRECT_-1206956233'), (u'INDIRECT_-1206955300', u'MULTIEQUAL_-1206956484'), (u'INDIRECT_-1206956305', u'MULTIEQUAL_-1206956235'), (u'CALL_-1206964279', u'INDIRECT_-1206954874'), (u'CALL_-1206966560', u'INDIRECT_-1206959177'), (u'MULTIEQUAL_-1206955224', u'MULTIEQUAL_-1206955215'), (u'INDIRECT_-1206955868', u'MULTIEQUAL_-1206955772'), (u'INDIRECT_-1206953034', u'MULTIEQUAL_-1206952972'), (u'STORE_-1206963453', u'INDIRECT_-1206955289'), (u'INDIRECT_-1206957259', u'MULTIEQUAL_-1206957243'), ('const-8', u'PTRADD_-1206952451'), (u'CALL_-1206966673', u'INDIRECT_-1206958130'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956879'), (u'MULTIEQUAL_-1206958390', u'STORE_-1206963275'), (u'INDIRECT_-1206952242', u'MULTIEQUAL_-1206952170'), (u'MULTIEQUAL_-1206956094', u'MULTIEQUAL_-1206955202'), (u'CALL_-1206963443', u'INT_NOTEQUAL_-1206963428'), (u'INT_ADD_-1206964577', u'INT_SLESS_-1206964542'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206953759'), (u'INDIRECT_-1206953554', u'MULTIEQUAL_-1206954018'), (u'INT_AND_-1206966081', u'INT_LEFT_-1206966077'), (u'MULTIEQUAL_-1206956626', u'MULTIEQUAL_-1206956598'), (u'INT_LESS_-1206965994', u'CBRANCH_-1206966002'), (u'CALL_-1206961673', u'INDIRECT_-1206955621'), (u'CALL_-1206965188', u'INDIRECT_-1206956464'), (u'CALL_-1206960896', u'INDIRECT_-1206955974'), (u'MULTIEQUAL_-1206957586', u'MULTIEQUAL_-1206957466'), (u'INDIRECT_-1206955366', u'MULTIEQUAL_-1206955249'), (u'MULTIEQUAL_-1206954732', u'MULTIEQUAL_-1206956801'), (u'MULTIEQUAL_-1206955920', u'MULTIEQUAL_-1206955893'), (u'INDIRECT_-1206955031', u'COPY_-1206955056'), ('tmp_4949', u'CBRANCH_-1206963458'), (u'CALL_-1206963447', u'INDIRECT_-1206957328'), (u'CALL_-1206963376', u'INDIRECT_-1206953294'), (u'INDIRECT_-1206957397', u'COPY_-1206957449'), (u'CALL_-1206963443', u'INDIRECT_-1206956586'), ('const-0', u'INT_NOTEQUAL_-1206963123'), (u'CALL_-1206965956', u'INDIRECT_-1206958805'), (u'MULTIEQUAL_-1206957023', u'MULTIEQUAL_-1206956925'), (u'MULTIEQUAL_-1206956211', u'MULTIEQUAL_-1206956202'), (u'MULTIEQUAL_-1206957622', u'MULTIEQUAL_-1206957613'), (u'INDIRECT_-1206955917', u'MULTIEQUAL_-1206955612'), (u'MULTIEQUAL_-1206954381', u'MULTIEQUAL_-1206955841'), (u'CALL_-1206966645', u'INDIRECT_-1206957128'), (u'CALL_-1206961160', u'INDIRECT_-1206955963'), (u'INDIRECT_-1206955494', u'MULTIEQUAL_-1206955409'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206955274'), (u'INDIRECT_-1206955412', u'MULTIEQUAL_-1206957131'), ('tmp_4166', u'CBRANCH_-1206963727'), (u'CALL_-1206961519', u'INDIRECT_-1206955341'), (u'CALL_-1206963330', u'INDIRECT_-1206954336'), ('const-0', u'INT_NOTEQUAL_-1206963965'), (u'CALL_-1206966480', u'INDIRECT_-1206957004'), (u'INDIRECT_-1206954027', u'MULTIEQUAL_-1206953442'), ('const-433', u'LOAD_-1206961910'), (u'CALL_-1206966522', u'INDIRECT_-1206955848'), (u'INDIRECT_-1206956746', u'COPY_-1206956800'), (u'MULTIEQUAL_-1206955111', u'MULTIEQUAL_-1206954547'), (u'CALL_-1206966645', u'INDIRECT_-1206957692'), (u'MULTIEQUAL_-1206956942', u'MULTIEQUAL_-1206956895'), (u'STORE_-1206963494', u'INDIRECT_-1206957396'), (u'CALL_-1206966673', u'INDIRECT_-1206958554'), ('const-1', u'COPY_-1206962486'), (u'CALL_-1206964279', u'INDIRECT_-1206958317'), (u'MULTIEQUAL_-1206956740', u'INT_EQUAL_-1206964452'), (u'CALL_-1206962580', u'INDIRECT_-1206953759'), (u'INDIRECT_-1206955145', u'MULTIEQUAL_-1206955064'), (u'INT_EQUAL_-1206966367', u'CBRANCH_-1206966365'), (u'CALL_-1206962705', u'INDIRECT_-1206954569'), (u'INDIRECT_-1206954272', u'MULTIEQUAL_-1206955189'), (u'INDIRECT_-1206956656', u'MULTIEQUAL_-1206956497'), (u'MULTIEQUAL_-1206955530', u'MULTIEQUAL_-1206954638'), (u'CALL_-1206965956', u'INDIRECT_-1206958382'), (u'INDIRECT_-1206953489', u'COPY_-1206953493'), (u'MULTIEQUAL_-1206956237', u'MULTIEQUAL_-1206956776'), (u'CALL_-1206962580', u'INDIRECT_-1206955507'), (u'CALL_-1206963359', u'INDIRECT_-1206956184'), (u'INDIRECT_-1206958631', u'MULTIEQUAL_-1206956636'), (u'MULTIEQUAL_-1206952477', u'MULTIEQUAL_-1206954476'), ('const-1094188', u'COPY_-1206951557'), (u'CALL_-1206966645', u'INDIRECT_-1206955700'), (u'INDIRECT_-1206957206', u'MULTIEQUAL_-1206957082'), (u'CALL_-1206961569', u'INDIRECT_-1206955499'), (u'INDIRECT_-1206956605', u'COPY_-1206956659'), (u'MULTIEQUAL_-1206957622', u'INT_NOTEQUAL_-1206962868'), (u'PTRSUB_-1206953216', u'CALL_-1206963564'), (u'COPY_-1206952885', u'MULTIEQUAL_-1206957834'), (u'MULTIEQUAL_-1206954235', u'MULTIEQUAL_-1206954191'), ('const-1', u'INT_SUB_-1206966325'), (u'CALL_-1206966560', u'INDIRECT_-1206955514'), (u'MULTIEQUAL_-1206955958', u'MULTIEQUAL_-1206955394'), (u'INDIRECT_-1206954534', u'MULTIEQUAL_-1206952730'), (u'CALL_-1206965188', u'INDIRECT_-1206955618'), (u'CALL_-1206963564', u'INDIRECT_-1206955240'), (u'INDIRECT_-1206957010', u'MULTIEQUAL_-1206957082'), (u'MULTIEQUAL_-1206954124', u'MULTIEQUAL_-1206954094'), (u'INDIRECT_-1206954502', u'MULTIEQUAL_-1206954476'), (u'CALL_-1206961527', u'INDIRECT_-1206953795'), (u'CALL_-1206961375', u'INDIRECT_-1206954592'), (u'INDIRECT_-1206955390', u'MULTIEQUAL_-1206955363'), (u'INDIRECT_-1206954592', u'MULTIEQUAL_-1206954507'), (u'CALL_-1206963611', u'INDIRECT_-1206956963'), ('const-0', u'INT_EQUAL_-1206963638'), (u'COPY_-1206952909', u'MULTIEQUAL_-1206958372'), (u'INT_EQUAL_-1206961754', u'CBRANCH_-1206961736'), (u'STORE_-1206961742', u'INDIRECT_-1206954310'), (u'INDIRECT_-1206955712', u'MULTIEQUAL_-1206955665'), (u'CALL_-1206966605', u'INDIRECT_-1206959070'), ('const-8', u'PTRADD_-1206953233'), (u'MULTIEQUAL_-1206956894', u'MULTIEQUAL_-1206955672'), (u'CALL_-1206961572', u'INDIRECT_-1206953720'), (u'INDIRECT_-1206953673', u'MULTIEQUAL_-1206954137'), (u'MULTIEQUAL_-1206957459', u'MULTIEQUAL_-1206957432'), ('const-433', u'STORE_-1206961701'), (u'INDIRECT_-1206955954', u'MULTIEQUAL_-1206955927'), (u'INDIRECT_-1206956340', u'INT_NOTEQUAL_-1206963940'), (u'MULTIEQUAL_-1206955283', u'MULTIEQUAL_-1206956743'), (u'INDIRECT_-1206955279', u'COPY_-1206955293'), (u'CAST_-1206951752', u'PTRADD_-1206951779'), (u'CALL_-1206961185', u'INDIRECT_-1206954026'), (u'INDIRECT_-1206955289', u'MULTIEQUAL_-1206955242'), (u'CALL_-1206963376', u'INDIRECT_-1206955969'), (u'MULTIEQUAL_-1206956270', u'MULTIEQUAL_-1206957730'), ('const-0', u'COPY_-1206964127'), (u'INDIRECT_-1206955131', u'MULTIEQUAL_-1206954994'), (u'INT_ADD_-1206964209', u'INT_ZEXT_-1206959500'), (u'MULTIEQUAL_-1206955249', u'MULTIEQUAL_-1206955225'), (u'INDIRECT_-1206955654', u'MULTIEQUAL_-1206955530'), (u'CALL_-1206961615', u'INDIRECT_-1206953553'), (u'INDIRECT_-1206957668', u'MULTIEQUAL_-1206955750'), (u'INDIRECT_-1206957630', u'MULTIEQUAL_-1206957554'), (u'CALL_-1206963720', u'INDIRECT_-1206957575'), (u'INDIRECT_-1206957610', u'MULTIEQUAL_-1206957505'), (u'INDIRECT_-1206952711', u'MULTIEQUAL_-1206954476'), (u'CALL_-1206963482', u'INDIRECT_-1206955372'), (u'INDIRECT_-1206958966', u'MULTIEQUAL_-1206956707'), ('const-0', u'INT_EQUAL_-1206961739'), (u'CALL_-1206961870', u'INDIRECT_-1206955617'), (u'CALL_-1206963482', u'INDIRECT_-1206956923'), (u'MULTIEQUAL_-1206958176', u'MULTIEQUAL_-1206958140'), (u'CALL_-1206961673', u'INDIRECT_-1206955480'), (u'INDIRECT_-1206954872', u'MULTIEQUAL_-1206956990'), (u'INT_SUB_-1206966325', u'INT_SUB_-1206966295'), (u'MULTIEQUAL_-1206954886', u'MULTIEQUAL_-1206953664'), (u'MULTIEQUAL_-1206953959', u'MULTIEQUAL_-1206953923'), ('const-117', u'INT_SLESS_-1206964209'), (u'INDIRECT_-1206954034', u'MULTIEQUAL_-1206953979'), (u'INDIRECT_-1206957347', u'MULTIEQUAL_-1206957223'), (u'MULTIEQUAL_-1206956616', u'MULTIEQUAL_-1206956738'), (u'MULTIEQUAL_-1206954960', u'MULTIEQUAL_-1206954921'), (u'CALL_-1206966605', u'INDIRECT_-1206958365'), (u'CALL_-1206961569', u'INDIRECT_-1206952378'), (u'INDIRECT_-1206954052', u'MULTIEQUAL_-1206952248'), (u'CALL_-1206965223', u'INDIRECT_-1206955779'), (u'CALL_-1206961814', u'MULTIEQUAL_-1206957866'), (u'INDIRECT_-1206958349', u'MULTIEQUAL_-1206957599'), (u'INDIRECT_-1206953564', u'MULTIEQUAL_-1206953480'), (u'MULTIEQUAL_-1206957540', u'MULTIEQUAL_-1206959000'), (u'CALL_-1206964279', u'INDIRECT_-1206956481'), (u'COPY_-1206962486', u'MULTIEQUAL_-1206956463'), (u'MULTIEQUAL_-1206956545', u'MULTIEQUAL_-1206956478'), (u'INDIRECT_-1206957640', u'MULTIEQUAL_-1206957506'), (u'CALL_-1206964010', u'INDIRECT_-1206955070'), (u'MULTIEQUAL_-1206956069', u'MULTIEQUAL_-1206956025'), (u'CALL_-1206962650', u'INDIRECT_-1206956408'), (u'INDIRECT_-1206952454', u'PIECE_-1206952476'), (u'CALL_-1206966480', u'INDIRECT_-1206958415'), (u'CALL_-1206963564', u'INDIRECT_-1206957215'), (u'MULTIEQUAL_-1206955067', u'MULTIEQUAL_-1206956497'), (u'CALL_-1206963182', u'INDIRECT_-1206955590'), (u'INDIRECT_-1206953917', u'MULTIEQUAL_-1206954381'), (u'CALL_-1206961603', u'INDIRECT_-1206953685'), (u'CALL_-1206961375', u'INDIRECT_-1206953746'), (u'CALL_-1206966621', u'INDIRECT_-1206958660'), ('const-0', u'CALL_-1206961673'), (u'INDIRECT_-1206956753', u'MULTIEQUAL_-1206956738'), (u'LOAD_-1206962886', u'INT_AND_-1206962860'), (u'LOAD_-1206961886', u'CAST_-1206951752'), (u'CALL_-1206964279', u'INDIRECT_-1206954749'), (u'CALL_-1206966544', u'INDIRECT_-1206957330'), (u'CALL_-1206961375', u'INDIRECT_-1206954310'), (u'CALL_-1206963356', u'INDIRECT_-1206956103'), (u'INDIRECT_-1206956368', u'MULTIEQUAL_-1206954448'), (u'CALL_-1206966381', u'INDIRECT_-1206957499'), (u'MULTIEQUAL_-1206954873', u'MULTIEQUAL_-1206956942'), (u'CALL_-1206961673', u'INDIRECT_-1206955904'), (u'INDIRECT_-1206956311', u'MULTIEQUAL_-1206956216'), (u'MULTIEQUAL_-1206955590', u'MULTIEQUAL_-1206955565'), (u'INDIRECT_-1206955936', u'MULTIEQUAL_-1206955812'), (u'INDIRECT_-1206957266', u'MULTIEQUAL_-1206955314'), ('const-0', u'INT_SLESS_-1206963915'), (u'INDIRECT_-1206957455', u'MULTIEQUAL_-1206957307'), (u'INDIRECT_-1206954534', u'MULTIEQUAL_-1206954626'), (u'MULTIEQUAL_-1206954710', u'MULTIEQUAL_-1206953734'), (u'CALL_-1206961629', u'INDIRECT_-1206954269'), (u'MULTIEQUAL_-1206958816', u'PTRADD_-1206963577'), (u'INDIRECT_-1206954467', u'MULTIEQUAL_-1206954382'), (u'MULTIEQUAL_-1206958046', u'INT_OR_-1206963384'), (u'STORE_-1206961701', u'INDIRECT_-1206955698'), (u'CALL_-1206961471', u'INDIRECT_-1206953340'), (u'INDIRECT_-1206955313', u'COPY_-1206955338'), (u'INDIRECT_-1206957030', u'MULTIEQUAL_-1206956935'), (u'CALL_-1206961455', u'INDIRECT_-1206953470'), (u'INDIRECT_-1206956264', u'COPY_-1206956294'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957161'), (u'INDIRECT_-1206953276', u'MULTIEQUAL_-1206953224'), (u'CALL_-1206963720', u'INDIRECT_-1206954557'), (u'MULTIEQUAL_-1206953840', u'MULTIEQUAL_-1206953277'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206957101'), (u'MULTIEQUAL_-1206952840', u'MULTIEQUAL_-1206954839'), (u'CALL_-1206965223', u'INDIRECT_-1206957048'), (u'INDIRECT_-1206954647', u'MULTIEQUAL_-1206953842'), (u'INT_SUB_-1206966295', u'INT_SEXT_-1206952479'), (u'MULTIEQUAL_-1206960279', u'CALL_-1206966157'), (u'INDIRECT_-1206953912', u'COPY_-1206953916'), (u'INDIRECT_-1206955513', u'MULTIEQUAL_-1206955389'), (u'MULTIEQUAL_-1206955215', u'MULTIEQUAL_-1206955188'), (u'INDIRECT_-1206955541', u'COPY_-1206955598'), (u'CALL_-1206964068', u'INDIRECT_-1206955541'), (u'MULTIEQUAL_-1206954641', u'MULTIEQUAL_-1206954690'), (u'INDIRECT_-1206952687', u'MULTIEQUAL_-1206952652'), (u'INDIRECT_-1206956794', u'MULTIEQUAL_-1206956677'), (u'INDIRECT_-1206957138', u'MULTIEQUAL_-1206956636'), (u'INDIRECT_-1206955182', u'COPY_-1206955186'), (u'CALL_-1206962820', u'INDIRECT_-1206954888'), (u'INDIRECT_-1206957499', u'MULTIEQUAL_-1206957382'), (u'COPY_-1206963180', u'MULTIEQUAL_-1206959928'), (u'INDIRECT_-1206955712', u'MULTIEQUAL_-1206955696'), (u'MULTIEQUAL_-1206955672', u'MULTIEQUAL_-1206955648'), (u'MULTIEQUAL_-1206957613', u'MULTIEQUAL_-1206957586'), (u'INDIRECT_-1206954993', u'MULTIEQUAL_-1206954928'), (u'CALL_-1206961794', u'INDIRECT_-1206954372'), (u'CALL_-1206961455', u'INDIRECT_-1206952443'), (u'CALL_-1206964167', u'INDIRECT_-1206958248'), (u'MULTIEQUAL_-1206955390', u'MULTIEQUAL_-1206955929'), (u'MULTIEQUAL_-1206957223', u'MULTIEQUAL_-1206956331'), (u'INDIRECT_-1206955155', u'MULTIEQUAL_-1206957273'), (u'STORE_-1206963275', u'INDIRECT_-1206954379'), (u'INDIRECT_-1206957563', u'MULTIEQUAL_-1206957061'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206963314', u'INDIRECT_-1206955172'), (u'INDIRECT_-1206956135', u'MULTIEQUAL_-1206956088'), (u'INDIRECT_-1206956464', u'COPY_-1206956518'), (u'MULTIEQUAL_-1206958917', u'MULTIEQUAL_-1206958089'), (u'CALL_-1206961870', u'INDIRECT_-1206954489'), (u'INDIRECT_-1206952480', u'PIECE_-1206952489'), (u'CALL_-1206965223', u'INDIRECT_-1206956484'), (u'CALL_-1206965188', u'INDIRECT_-1206957875'), (u'CALL_-1206960896', u'INDIRECT_-1206954563'), (u'INDIRECT_-1206957279', u'MULTIEQUAL_-1206957183'), (u'CALL_-1206961541', u'INDIRECT_-1206954779'), (u'CALL_-1206966560', u'INDIRECT_-1206958189'), (u'INDIRECT_-1206956875', u'MULTIEQUAL_-1206956780'), (u'MULTIEQUAL_-1206953091', u'MULTIEQUAL_-1206953140'), ('const--1', u'COPY_-1206963180'), (u'MULTIEQUAL_-1206955954', u'MULTIEQUAL_-1206956493'), (u'INDIRECT_-1206953906', u'MULTIEQUAL_-1206955005'), (u'MULTIEQUAL_-1206957506', u'MULTIEQUAL_-1206957459'), (u'PIECE_-1206952476', u'PIECE_-1206952475'), (u'INDIRECT_-1206954574', u'COPY_-1206954588'), (u'CALL_-1206962796', u'INDIRECT_-1206952988'), (u'STORE_-1206963324', u'INDIRECT_-1206956237'), (u'CALL_-1206963513', u'INDIRECT_-1206956664'), (u'CALL_-1206966560', u'INDIRECT_-1206958895'), (u'CALL_-1206961471', u'INDIRECT_-1206953763'), (u'CALL_-1206961615', u'INDIRECT_-1206953412'), (u'MULTIEQUAL_-1206955860', u'MULTIEQUAL_-1206957929'), (u'INT_NOTEQUAL_-1206961972', u'CBRANCH_-1206961966'), (u'INDIRECT_-1206955624', u'MULTIEQUAL_-1206955609'), (u'MULTIEQUAL_-1206956658', u'MULTIEQUAL_-1206955766'), ('tmp_5831', u'CBRANCH_-1206961690'), (u'MULTIEQUAL_-1206959450', u'INT_SEXT_-1206966333'), (u'PTRADD_-1206953233', u'MULTIEQUAL_-1206959879'), (u'CALL_-1206964167', u'INDIRECT_-1206957682'), (u'INDIRECT_-1206957716', u'MULTIEQUAL_-1206957646'), (u'MULTIEQUAL_-1206955706', u'MULTIEQUAL_-1206957166'), (u'INDIRECT_-1206956690', u'MULTIEQUAL_-1206956669'), (u'CALL_-1206961615', u'INDIRECT_-1206954681'), (u'INDIRECT_-1206955201', u'MULTIEQUAL_-1206955186'), (u'INDIRECT_-1206954071', u'MULTIEQUAL_-1206954763'), (u'INDIRECT_-1206955941', u'MULTIEQUAL_-1206957837'), (u'CALL_-1206962479', u'INDIRECT_-1206954413'), (u'MULTIEQUAL_-1206953804', u'MULTIEQUAL_-1206953277'), (u'INDIRECT_-1206956636', u'MULTIEQUAL_-1206956519'), (u'CALL_-1206966576', u'INDIRECT_-1206958908'), (u'CALL_-1206961572', u'INDIRECT_-1206955412'), (u'COPY_-1206954266', u'MULTIEQUAL_-1206955709'), (u'PTRSUB_-1206954444', u'CALL_-1206966522'), (u'CALL_-1206965956', u'INDIRECT_-1206956971'), (u'INDIRECT_-1206953470', u'MULTIEQUAL_-1206953415'), (u'MULTIEQUAL_-1206956472', u'MULTIEQUAL_-1206956445'), (u'MULTIEQUAL_-1206957076', u'MULTIEQUAL_-1206957037'), (u'MULTIEQUAL_-1206956865', u'MULTIEQUAL_-1206956101'), (u'CALL_-1206962796', u'INDIRECT_-1206955724'), (u'INDIRECT_-1206957083', u'MULTIEQUAL_-1206957056'), (u'CALL_-1206965956', u'INDIRECT_-1206959478'), (u'INT_EQUAL_-1206963983', u'CBRANCH_-1206963981'), (u'MULTIEQUAL_-1206957741', u'MULTIEQUAL_-1206958331'), (u'INDIRECT_-1206954452', u'MULTIEQUAL_-1206954408'), (u'PIECE_-1206952488', u'PIECE_-1206952487'), (u'CALL_-1206962838', u'INDIRECT_-1206954530'), (u'MULTIEQUAL_-1206955514', u'MULTIEQUAL_-1206955465'), (u'MULTIEQUAL_-1206956176', u'MULTIEQUAL_-1206955202'), (u'CALL_-1206966560', u'INDIRECT_-1206957766'), (u'MULTIEQUAL_-1206956352', u'MULTIEQUAL_-1206955789'), (u'CALL_-1206961471', u'INDIRECT_-1206955315'), ('const-1093699', u'COPY_-1206954629'), (u'CALL_-1206963575', u'CAST_-1206952450'), (u'INDIRECT_-1206957173', u'MULTIEQUAL_-1206957025'), (u'INDIRECT_-1206956694', u'MULTIEQUAL_-1206956678'), (u'MULTIEQUAL_-1206955005', u'MULTIEQUAL_-1206954322'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206955871'), (u'CALL_-1206963611', u'INDIRECT_-1206956539'), (u'CALL_-1206964167', u'INDIRECT_-1206958105'), (u'INDIRECT_-1206957098', u'MULTIEQUAL_-1206957540'), (u'INDIRECT_-1206954647', u'MULTIEQUAL_-1206954238'), (u'CALL_-1206962820', u'INDIRECT_-1206955735'), (u'INDIRECT_-1206956233', u'MULTIEQUAL_-1206956074'), (u'CALL_-1206963356', u'INDIRECT_-1206953286'), (u'INT_ADD_-1206953270', u'PTRADD_-1206953223'), (u'INDIRECT_-1206953226', u'MULTIEQUAL_-1206953139'), (u'CALL_-1206965223', u'INDIRECT_-1206956202'), (u'INDIRECT_-1206955397', u'MULTIEQUAL_-1206955296'), (u'INDIRECT_-1206953798', u'MULTIEQUAL_-1206954262'), (u'CALL_-1206965208', u'INDIRECT_-1206956754'), (u'MULTIEQUAL_-1206959551', u'INT_ADD_-1206963628'), (u'CALL_-1206966645', u'INDIRECT_-1206956705'), (u'CALL_-1206966480', u'INDIRECT_-1206958556'), (u'MULTIEQUAL_-1206955274', u'MULTIEQUAL_-1206957273'), (u'INT_SLESS_-1206966499', u'CBRANCH_-1206966499'), ('const-8', u'PTRADD_-1206952582'), (u'CALL_-1206965208', u'INDIRECT_-1206957601'), (u'INDIRECT_-1206956095', u'MULTIEQUAL_-1206956049'), (u'CALL_-1206965208', u'INDIRECT_-1206957883'), (u'MULTIEQUAL_-1206954688', u'MULTIEQUAL_-1206954658'), (u'MULTIEQUAL_-1206953088', u'MULTIEQUAL_-1206955157'), (u'CALL_-1206964279', u'INT_SLESS_-1206964230'), (u'INDIRECT_-1206955211', u'MULTIEQUAL_-1206954004'), (u'CALL_-1206961489', u'INDIRECT_-1206954617'), (u'PTRADD_-1206952079', u'MULTIEQUAL_-1206958106'), (u'CALL_-1206961725', u'INDIRECT_-1206955580'), (u'MULTIEQUAL_-1206954382', u'MULTIEQUAL_-1206953490'), (u'CALL_-1206966157', u'INDIRECT_-1206957784'), (u'STORE_-1206961701', u'INDIRECT_-1206953864'), (u'CALL_-1206966645', u'INDIRECT_-1206957269'), (u'STORE_-1206963453', u'INDIRECT_-1206955007'), (u'CALL_-1206963314', u'INDIRECT_-1206954608'), (u'INDIRECT_-1206954866', u'MULTIEQUAL_-1206954850'), (u'CALL_-1206960896', u'INDIRECT_-1206954422'), (u'INDIRECT_-1206956577', u'MULTIEQUAL_-1206956411'), (u'MULTIEQUAL_-1206953116', u'MULTIEQUAL_-1206952553'), (u'INDIRECT_-1206954590', u'MULTIEQUAL_-1206956708'), (u'CALL_-1206966576', u'INDIRECT_-1206958061'), (u'CALL_-1206961629', u'INDIRECT_-1206952299'), (u'CALL_-1206965956', u'INDIRECT_-1206957817'), (u'CALL_-1206966381', u'INDIRECT_-1206957922'), (u'CALL_-1206966464', u'INDIRECT_-1206957696'), (u'CALL_-1206960896', u'INDIRECT_-1206954986'), (u'CALL_-1206962505', u'INDIRECT_-1206955405'), (u'INDIRECT_-1206954443', u'MULTIEQUAL_-1206954396'), (u'INDIRECT_-1206955478', u'MULTIEQUAL_-1206955383'), (u'PTRADD_-1206951542', u'CAST_-1206951461'), (u'INDIRECT_-1206956340', u'MULTIEQUAL_-1206956255'), (u'CALL_-1206963447', u'INDIRECT_-1206957187'), (u'MULTIEQUAL_-1206954523', u'MULTIEQUAL_-1206953301'), ('tmp_2683', u'CBRANCH_-1206963341'), (u'INDIRECT_-1206956022', u'MULTIEQUAL_-1206956094'), (u'CALL_-1206961519', u'INDIRECT_-1206953930'), (u'INDIRECT_-1206954681', u'MULTIEQUAL_-1206956426'), ('const-1096640', u'COPY_-1206963154'), (u'INDIRECT_-1206955969', u'MULTIEQUAL_-1206957871'), ('tmp_5901', u'BRANCH_-1206961372'), (u'INDIRECT_-1206955203', u'COPY_-1206955215'), (u'CALL_-1206963330', u'INDIRECT_-1206956170'), (u'COPY_-1206954286', u'MULTIEQUAL_-1206960183'), (u'CALL_-1206962505', u'INDIRECT_-1206956393'), (u'INDIRECT_-1206956213', u'MULTIEQUAL_-1206958024'), (u'CALL_-1206961725', u'INDIRECT_-1206955016'), ('tmp_2609', u'CBRANCH_-1206963506'), (u'INDIRECT_-1206957311', u'COPY_-1206957365'), (u'CALL_-1206966157', u'INDIRECT_-1206959586'), (u'CALL_-1206961527', u'INDIRECT_-1206955629'), (u'INDIRECT_-1206956840', u'MULTIEQUAL_-1206956759'), (u'INDIRECT_-1206953083', u'MULTIEQUAL_-1206952972'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956692'), ('const-1', u'COPY_-1206964105'), (u'INDIRECT_-1206956938', u'MULTIEQUAL_-1206954943'), (u'INDIRECT_-1206958160', u'MULTIEQUAL_-1206958012'), (u'CALL_-1206963356', u'INDIRECT_-1206955820'), (u'CALL_-1206961489', u'INDIRECT_-1206952343'), (u'INDIRECT_-1206954108', u'MULTIEQUAL_-1206954025'), (u'MULTIEQUAL_-1206955530', u'MULTIEQUAL_-1206955514'), (u'INDIRECT_-1206954258', u'MULTIEQUAL_-1206956003'), (u'STORE_-1206961701', u'INDIRECT_-1206954851'), (u'INDIRECT_-1206955727', u'MULTIEQUAL_-1206955631'), (u'CALL_-1206963443', u'INDIRECT_-1206953933'), (u'INDIRECT_-1206953995', u'MULTIEQUAL_-1206953921'), (u'INDIRECT_-1206952959', u'MULTIEQUAL_-1206952923'), (u'CALL_-1206965956', u'INDIRECT_-1206958241'), ('const-433', u'STORE_-1206963275'), (u'MULTIEQUAL_-1206955612', u'MULTIEQUAL_-1206955514'), (u'COPY_-1206957438', u'MULTIEQUAL_-1206959450'), (u'CALL_-1206963443', u'INDIRECT_-1206956727'), (u'CALL_-1206962705', u'INDIRECT_-1206955839'), (u'INDIRECT_-1206955250', u'MULTIEQUAL_-1206954523'), (u'MULTIEQUAL_-1206955609', u'MULTIEQUAL_-1206955593'), (u'INDIRECT_-1206956330', u'MULTIEQUAL_-1206956315'), (u'CALL_-1206966645', u'INDIRECT_-1206958962'), (u'CALL_-1206966576', u'INDIRECT_-1206956933'), ('const--76', u'PTRSUB_-1206954444'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206953561'), (u'INDIRECT_-1206954733', u'MULTIEQUAL_-1206954975'), (u'CALL_-1206966621', u'INDIRECT_-1206958519'), (u'CALL_-1206961569', u'INDIRECT_-1206954229'), (u'CALL_-1206963447', u'INDIRECT_-1206954348'), (u'INDIRECT_-1206954313', u'MULTIEQUAL_-1206955497'), (u'PTRADD_-1206951725', u'MULTIEQUAL_-1206957898'), (u'CALL_-1206963443', u'INDIRECT_-1206956869'), (u'MULTIEQUAL_-1206954286', u'MULTIEQUAL_-1206953759'), ('tmp_6665', u'BRANCH_-1206961012'), (u'CALL_-1206966381', u'INDIRECT_-1206958628'), (u'MULTIEQUAL_-1206954926', u'MULTIEQUAL_-1206956356'), (u'MULTIEQUAL_-1206953561', u'MULTIEQUAL_-1206952797'), (u'INDIRECT_-1206955150', u'MULTIEQUAL_-1206953198'), (u'INDIRECT_-1206954440', u'MULTIEQUAL_-1206954359'), (u'CALL_-1206961603', u'INDIRECT_-1206952517'), (u'INDIRECT_-1206955946', u'COPY_-1206955975'), (u'CALL_-1206963457', u'INDIRECT_-1206954638'), (u'INDIRECT_-1206955695', u'MULTIEQUAL_-1206957414'), (u'SUBPIECE_-1206959532', u'INT_ADD_-1206964209'), (u'INDIRECT_-1206955477', u'COPY_-1206955531'), (u'INDIRECT_-1206957256', u'COPY_-1206957308'), (u'INDIRECT_-1206956135', u'MULTIEQUAL_-1206956119'), (u'COPY_-1206963010', u'MULTIEQUAL_-1206958773'), (u'MULTIEQUAL_-1206956230', u'MULTIEQUAL_-1206956191'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206956099'), (u'INDIRECT_-1206954851', u'COPY_-1206954881'), (u'PTRADD_-1206952427', u'COPY_-1206952453'), (u'CALL_-1206963330', u'INDIRECT_-1206953575'), (u'CALL_-1206962729', u'INDIRECT_-1206954580'), (u'INDIRECT_-1206956227', u'MULTIEQUAL_-1206956105'), (u'CALL_-1206960896', u'INDIRECT_-1206952549'), (u'STORE_-1206963548', u'INDIRECT_-1206956325'), (u'INDIRECT_-1206957596', u'MULTIEQUAL_-1206957448'), (u'MULTIEQUAL_-1206954970', u'MULTIEQUAL_-1206954940'), (u'CALL_-1206962505', u'INDIRECT_-1206953798'), (u'CALL_-1206965208', u'INDIRECT_-1206954984'), (u'CALL_-1206961572', u'INDIRECT_-1206956259'), (u'CAST_-1206953141', u'INT_SEXT_-1206963853'), (u'INDIRECT_-1206954002', u'MULTIEQUAL_-1206955721'), (u'INDIRECT_-1206953917', u'MULTIEQUAL_-1206955841'), (u'INDIRECT_-1206957469', u'MULTIEQUAL_-1206957384'), (u'INDIRECT_-1206955274', u'MULTIEQUAL_-1206955257'), (u'CALL_-1206962729', u'INDIRECT_-1206953875'), (u'INDIRECT_-1206954564', u'MULTIEQUAL_-1206955862'), (u'MULTIEQUAL_-1206955788', u'MULTIEQUAL_-1206955225'), (u'CALL_-1206961814', u'INDIRECT_-1206955657'), (u'INDIRECT_-1206958308', u'MULTIEQUAL_-1206958262'), (u'INT_SLESS_-1206961453', u'CBRANCH_-1206961460'), (u'MULTIEQUAL_-1206956343', u'MULTIEQUAL_-1206956316'), (u'CALL_-1206962838', u'INDIRECT_-1206952798'), (u'CALL_-1206964256', u'INDIRECT_-1206956009'), (u'INDIRECT_-1206957538', u'COPY_-1206957590'), (u'INDIRECT_-1206955659', u'MULTIEQUAL_-1206957555'), (u'INDIRECT_-1206955945', u'MULTIEQUAL_-1206955823'), ('tmp_716', u'CBRANCH_-1206966112'), (u'CALL_-1206966621', u'INDIRECT_-1206957672'), (u'CALL_-1206961527', u'INDIRECT_-1206953513'), (u'STORE_-1206961742', u'INDIRECT_-1206954451'), (u'INDIRECT_-1206954649', u'MULTIEQUAL_-1206952717'), (u'CALL_-1206963182', u'INDIRECT_-1206956154'), (u'CALL_-1206963330', u'INDIRECT_-1206953212'), (u'INDIRECT_-1206954017', u'MULTIEQUAL_-1206953380'), (u'CALL_-1206960896', u'INDIRECT_-1206954140'), (u'CALL_-1206962479', u'INDIRECT_-1206954554'), (u'INT_ADD_-1206964564', u'MULTIEQUAL_-1206960939'), (u'INDIRECT_-1206954982', u'MULTIEQUAL_-1206956884'), (u'MULTIEQUAL_-1206955928', u'MULTIEQUAL_-1206955884'), (u'MULTIEQUAL_-1206954404', u'MULTIEQUAL_-1206953182'), (u'MULTIEQUAL_-1206954324', u'MULTIEQUAL_-1206953722'), (u'INDIRECT_-1206953999', u'MULTIEQUAL_-1206954085'), (u'CALL_-1206963356', u'INDIRECT_-1206956385'), (u'INT_ADD_-1206963598', u'INT_ADD_-1206963596'), (u'INDIRECT_-1206955308', u'MULTIEQUAL_-1206955142'), (u'INDIRECT_-1206952480', u'MULTIEQUAL_-1206952408'), (u'MULTIEQUAL_-1206953799', u'MULTIEQUAL_-1206955590'), (u'PTRADD_-1206952707', u'LOAD_-1206964155'), (u'INDIRECT_-1206956763', u'INT_EQUAL_-1206963983'), (u'INDIRECT_-1206954392', u'MULTIEQUAL_-1206953099'), (u'CALL_-1206963482', u'INDIRECT_-1206954611'), (u'COPY_-1206952700', u'MULTIEQUAL_-1206959489'), (u'MULTIEQUAL_-1206958651', u'CALL_-1206961572'), (u'CALL_-1206961732', u'INDIRECT_-1206956600'), (u'CALL_-1206961732', u'INDIRECT_-1206954200'), (u'MULTIEQUAL_-1206954685', u'MULTIEQUAL_-1206954661'), (u'MULTIEQUAL_-1206953182', u'MULTIEQUAL_-1206953721'), (u'INDIRECT_-1206953331', u'MULTIEQUAL_-1206953258'), (u'INT_SEXT_-1206952479', u'PTRADD_-1206952451'), (u'CALL_-1206963376', u'INDIRECT_-1206954559'), (u'CALL_-1206966488', u'INDIRECT_-1206957010'), (u'INDIRECT_-1206954043', u'MULTIEQUAL_-1206953899'), (u'INDIRECT_-1206956371', u'MULTIEQUAL_-1206956254'), (u'CALL_-1206963182', u'INDIRECT_-1206957706'), (u'CALL_-1206966576', u'INDIRECT_-1206958202'), (u'CALL_-1206966157', u'INT_NOTEQUAL_-1206966141'), (u'INDIRECT_-1206956233', u'MULTIEQUAL_-1206955484'), (u'MULTIEQUAL_-1206955665', u'MULTIEQUAL_-1206955626'), (u'INDIRECT_-1206952537', u'MULTIEQUAL_-1206952473'), (u'INDIRECT_-1206958866', u'MULTIEQUAL_-1206958718'), (u'CALL_-1206965188', u'INDIRECT_-1206957169'), (u'MULTIEQUAL_-1206953456', u'MULTIEQUAL_-1206953442'), (u'INDIRECT_-1206953219', u'MULTIEQUAL_-1206954958'), (u'CALL_-1206964092', u'INDIRECT_-1206954565'), (u'CALL_-1206966645', u'INDIRECT_-1206957833'), ('const-433', u'LOAD_-1206961028'), (u'INDIRECT_-1206955623', u'MULTIEQUAL_-1206955531'), (u'CALL_-1206963611', u'INDIRECT_-1206956821'), (u'SUBPIECE_-1206959429', u'INT_NOTEQUAL_-1206964051'), (u'CALL_-1206961814', u'INDIRECT_-1206953823'), (u'MULTIEQUAL_-1206958212', u'MULTIEQUAL_-1206957384'), (u'INDIRECT_-1206956746', u'MULTIEQUAL_-1206956616'), ('const-1096968', u'COPY_-1206963010'), (u'CALL_-1206964092', u'INDIRECT_-1206954706'), (u'CALL_-1206964256', u'INDIRECT_-1206954120'), (u'MULTIEQUAL_-1206955484', u'MULTIEQUAL_-1206956074'), (u'MULTIEQUAL_-1206955276', u'MULTIEQUAL_-1206955227'), (u'INDIRECT_-1206955828', u'MULTIEQUAL_-1206957730'), (u'INDIRECT_-1206954822', u'MULTIEQUAL_-1206956567'), ('const-0', u'SUBPIECE_-1206959474'), (u'CALL_-1206963376', u'INDIRECT_-1206954982'), (u'INDIRECT_-1206956549', u'MULTIEQUAL_-1206956528'), (u'INDIRECT_-1206958346', u'MULTIEQUAL_-1206958212'), ('const-1094148', u'COPY_-1206952167'), (u'INDIRECT_-1206954725', u'MULTIEQUAL_-1206954678'), (u'INT_ADD_-1206953016', u'PTRADD_-1206963078'), (u'CALL_-1206966605', u'INDIRECT_-1206957800'), (u'INDIRECT_-1206954239', u'MULTIEQUAL_-1206953759'), (u'CALL_-1206962729', u'INDIRECT_-1206952588'), (u'INDIRECT_-1206956497', u'CALL_-1206966544'), ('tmp_6161', u'CBRANCH_-1206961889'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954300'), ('const-0', u'SUBPIECE_-1206959429'), (u'INDIRECT_-1206954348', u'MULTIEQUAL_-1206954218'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206956907'), (u'MULTIEQUAL_-1206954042', u'MULTIEQUAL_-1206953278'), (u'CALL_-1206964068', u'INDIRECT_-1206956952'), (u'COPY_-1206952188', u'MULTIEQUAL_-1206952051'), ('tmp_3705', u'BRANCH_-1206964164'), (u'CALL_-1206961673', u'INDIRECT_-1206953309'), (u'CALL_-1206966621', u'INDIRECT_-1206958801'), (u'STORE_-1206963548', u'INDIRECT_-1206956607'), (u'INDIRECT_-1206953652', u'MULTIEQUAL_-1206954591'), (u'CALL_-1206964092', u'INDIRECT_-1206955975'), (u'INDIRECT_-1206952506', u'MULTIEQUAL_-1206953712'), (u'MULTIEQUAL_-1206952992', u'MULTIEQUAL_-1206954264'), (u'INDIRECT_-1206952430', u'MULTIEQUAL_-1206952536'), (u'INDIRECT_-1206954162', u'MULTIEQUAL_-1206954018'), (u'MULTIEQUAL_-1206955758', u'PTRADD_-1206954316'), (u'INT_EQUAL_-1206961666', u'CBRANCH_-1206961660'), (u'STORE_-1206963275', u'INDIRECT_-1206955789'), (u'CALL_-1206966488', u'INDIRECT_-1206956446'), ('tmp_2046', u'CBRANCH_-1206964078'), (u'CALL_-1206962729', u'INDIRECT_-1206955709'), (u'CALL_-1206962650', u'INDIRECT_-1206953791'), (u'STORE_-1206963275', u'INDIRECT_-1206956636'), (u'CALL_-1206963513', u'INDIRECT_-1206955676'), (u'CALL_-1206961870', u'INDIRECT_-1206953565'), (u'CALL_-1206962838', u'INDIRECT_-1206954248'), ('const-1', u'PTRADD_-1206963412'), (u'COPY_-1206962790', u'MULTIEQUAL_-1206956926'), (u'CALL_-1206961375', u'INDIRECT_-1206954733'), (u'CALL_-1206961489', u'INDIRECT_-1206955746'), (u'CALL_-1206961814', u'INDIRECT_-1206954951'), (u'INT_SUB_-1206966295', u'INT_ADD_-1206963842'), (u'MULTIEQUAL_-1206953706', u'MULTIEQUAL_-1206953842'), ('tmp_21677', u'COPY_-1206954526'), (u'CALLIND_-1206963455', u'INDIRECT_-1206953943'), (u'INDIRECT_-1206957502', u'MULTIEQUAL_-1206955507'), ('const-433', u'LOAD_-1206966596'), ('const-1', u'RETURN_-1206961484'), ('const-0', u'INT_NOTEQUAL_-1206963505'), (u'COPY_-1206952712', u'INT_AND_-1206958865'), (u'CALL_-1206966560', u'INDIRECT_-1206956920'), (u'CALL_-1206963447', u'INDIRECT_-1206954592'), (u'INDIRECT_-1206954761', u'MULTIEQUAL_-1206954904'), (u'CALL_-1206964256', u'INDIRECT_-1206953638'), (u'INDIRECT_-1206957470', u'MULTIEQUAL_-1206956665'), (u'CALL_-1206966480', u'INDIRECT_-1206957991'), (u'INDIRECT_-1206957283', u'MULTIEQUAL_-1206957117'), (u'CALL_-1206962650', u'INDIRECT_-1206954997'), (u'MULTIEQUAL_-1206958305', u'INT_SLESS_-1206965267'), (u'INDIRECT_-1206957784', u'MULTIEQUAL_-1206957625'), (u'MULTIEQUAL_-1206953207', u'MULTIEQUAL_-1206955276'), (u'MULTIEQUAL_-1206956240', u'MULTIEQUAL_-1206955676'), (u'INT_NOTEQUAL_-1206961933', u'CBRANCH_-1206961932'), (u'STORE_-1206961017', u'INDIRECT_-1206954776'), (u'COPY_-1206953000', u'MULTIEQUAL_-1206958046'), (u'INDIRECT_-1206954214', u'MULTIEQUAL_-1206954199'), (u'INT_ADD_-1206964096', u'COPY_-1206952700'), (u'INDIRECT_-1206956022', u'MULTIEQUAL_-1206954198'), (u'MULTIEQUAL_-1206955611', u'MULTIEQUAL_-1206955490'), (u'INDIRECT_-1206955740', u'MULTIEQUAL_-1206953916'), (u'INDIRECT_-1206954286', u'MULTIEQUAL_-1206952354'), (u'CALL_-1206963564', u'INDIRECT_-1206955522'), (u'INT_ADD_-1206963842', u'INT_ZEXT_-1206960541'), ('const-4294967295', u'INT_NOTEQUAL_-1206966141'), (u'INDIRECT_-1206955839', u'MULTIEQUAL_-1206955822'), (u'MULTIEQUAL_-1206956189', u'MULTIEQUAL_-1206956779'), (u'INDIRECT_-1206957230', u'MULTIEQUAL_-1206958305'), (u'CALL_-1206964167', u'INDIRECT_-1206956271'), (u'MULTIEQUAL_-1206956894', u'MULTIEQUAL_-1206956211'), (u'PTRSUB_-1206964273', u'MULTIEQUAL_-1206959052'), (u'MULTIEQUAL_-1206956635', u'MULTIEQUAL_-1206956072'), (u'CALL_-1206961732', u'INDIRECT_-1206954623'), (u'CALL_-1206964279', u'INDIRECT_-1206958174'), (u'INT_EQUAL_-1206964123', u'CBRANCH_-1206964121'), (u'MULTIEQUAL_-1206958816', u'LOAD_-1206963635'), (u'CALL_-1206961629', u'INDIRECT_-1206954833'), (u'INDIRECT_-1206956227', u'MULTIEQUAL_-1206954307'), (u'INT_EQUAL_-1206964244', u'CBRANCH_-1206964242'), (u'CALL_-1206962505', u'INDIRECT_-1206954841'), (u'INT_NOTEQUAL_-1206961047', u'CBRANCH_-1206961041'), (u'INDIRECT_-1206955635', u'MULTIEQUAL_-1206955530'), (u'CALL_-1206963720', u'INDIRECT_-1206957857'), (u'CALL_-1206965208', u'INDIRECT_-1206955767'), (u'MULTIEQUAL_-1206954678', u'MULTIEQUAL_-1206954639'), (u'MULTIEQUAL_-1206956492', u'MULTIEQUAL_-1206956448'), (u'INDIRECT_-1206957319', u'MULTIEQUAL_-1206957273'), (u'INDIRECT_-1206957328', u'MULTIEQUAL_-1206957223'), (u'INDIRECT_-1206956613', u'MULTIEQUAL_-1206956567'), (u'MULTIEQUAL_-1206956263', u'MULTIEQUAL_-1206958262'), (u'INDIRECT_-1206954350', u'MULTIEQUAL_-1206954241'), (u'CALL_-1206961185', u'INDIRECT_-1206952457'), (u'CALL_-1206961870', u'INDIRECT_-1206956041'), (u'INDIRECT_-1206956534', u'MULTIEQUAL_-1206956436'), (u'CALL_-1206961673', u'INDIRECT_-1206952946'), (u'INDIRECT_-1206956938', u'MULTIEQUAL_-1206956189'), (u'CALL_-1206963657', u'INDIRECT_-1206956137'), (u'CAST_-1206953066', u'CALL_-1206961541'), ('const-0', u'COPY_-1206952775'), (u'CALL_-1206963457', u'INDIRECT_-1206953996'), (u'CALL_-1206962505', u'INDIRECT_-1206953316'), (u'CALL_-1206966621', u'INDIRECT_-1206956685'), (u'INDIRECT_-1206954486', u'MULTIEQUAL_-1206954382'), ('tmp_6129', u'CBRANCH_-1206961935'), ('const-0', u'INT_EQUAL_-1206961695'), (u'CALL_-1206963447', u'INDIRECT_-1206956481'), ('tmp_5489', u'CBRANCH_-1206961460'), (u'INDIRECT_-1206957095', u'COPY_-1206957152'), (u'INDIRECT_-1206954269', u'MULTIEQUAL_-1206954185'), (u'CALL_-1206963457', u'INDIRECT_-1206953514'), (u'LOAD_-1206961746', u'CALL_-1206961725'), (u'INT_NOTEQUAL_-1206966141', u'CBRANCH_-1206966140'), (u'MULTIEQUAL_-1206959612', u'MULTIEQUAL_-1206959449'), (u'CALL_-1206963356', u'INDIRECT_-1206953405'), (u'CALL_-1206963513', u'INDIRECT_-1206955958'), (u'INDIRECT_-1206958584', u'MULTIEQUAL_-1206958436'), ('const-0', u'INT_EQUAL_-1206963550'), (u'INDIRECT_-1206956701', u'MULTIEQUAL_-1206954749'), (u'INDIRECT_-1206954848', u'MULTIEQUAL_-1206956567'), (u'INDIRECT_-1206956660', u'MULTIEQUAL_-1206956633'), (u'STORE_-1206961017', u'INDIRECT_-1206955341'), (u'INDIRECT_-1206954509', u'MULTIEQUAL_-1206952611'), (u'CALL_-1206966381', u'INDIRECT_-1206957358'), (u'MULTIEQUAL_-1206956519', u'MULTIEQUAL_-1206956495'), (u'INDIRECT_-1206956031', u'MULTIEQUAL_-1206956174'), (u'INT_EQUAL_-1206965357', u'CBRANCH_-1206965335'), (u'MULTIEQUAL_-1206955222', u'MULTIEQUAL_-1206955178'), (u'CALL_-1206962796', u'INDIRECT_-1206952863'), (u'INDIRECT_-1206958016', u'COPY_-1206958070'), (u'CALL_-1206966544', u'INDIRECT_-1206957894'), (u'CALL_-1206961645', u'INDIRECT_-1206954761'), (u'INDIRECT_-1206956697', u'MULTIEQUAL_-1206956616'), ('const--1', u'INT_ADD_-1206954363'), ('const-1', u'PTRADD_-1206953174'), (u'MULTIEQUAL_-1206958635', u'MULTIEQUAL_-1206958472'), (u'CALL_-1206962505', u'INDIRECT_-1206955687'), (u'INDIRECT_-1206956515', u'MULTIEQUAL_-1206954520'), (u'CALL_-1206963443', u'INDIRECT_-1206954415'), ('const-5', u'CALL_-1206961673'), (u'INDIRECT_-1206954212', u'MULTIEQUAL_-1206954120'), (u'INDIRECT_-1206953207', u'COPY_-1206953211'), (u'INDIRECT_-1206956715', u'MULTIEQUAL_-1206956213'), (u'MULTIEQUAL_-1206955108', u'MULTIEQUAL_-1206955084'), (u'CALL_-1206961673', u'INDIRECT_-1206955198'), (u'MULTIEQUAL_-1206956511', u'MULTIEQUAL_-1206956473'), (u'COPY_-1206954253', u'MULTIEQUAL_-1206954374'), (u'CALL_-1206963457', u'INDIRECT_-1206955766'), (u'MULTIEQUAL_-1206958023', u'MULTIEQUAL_-1206956801'), (u'CALL_-1206966381', u'INDIRECT_-1206958769'), (u'MULTIEQUAL_-1206954450', u'MULTIEQUAL_-1206956519'), (u'MULTIEQUAL_-1206955327', u'MULTIEQUAL_-1206955311'), ('const-433', u'LOAD_-1206964100'), (u'INDIRECT_-1206955996', u'MULTIEQUAL_-1206954044'), (u'MULTIEQUAL_-1206955452', u'MULTIEQUAL_-1206954850'), (u'CALL_-1206962820', u'INDIRECT_-1206955453'), (u'INDIRECT_-1206954680', u'MULTIEQUAL_-1206954684'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206955166'), (u'CALL_-1206962479', u'INDIRECT_-1206955118'), ('tmp_2637', u'CBRANCH_-1206963491'), (u'MULTIEQUAL_-1206957466', u'MULTIEQUAL_-1206958895'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956173'), (u'INDIRECT_-1206954105', u'MULTIEQUAL_-1206954050'), (u'MULTIEQUAL_-1206954765', u'MULTIEQUAL_-1206954644'), (u'INDIRECT_-1206956869', u'MULTIEQUAL_-1206955045'), (u'CALL_-1206966576', u'INDIRECT_-1206959333'), (u'MULTIEQUAL_-1206956660', u'MULTIEQUAL_-1206955832'), (u'INDIRECT_-1206958772', u'MULTIEQUAL_-1206958023'), ('tmp_6197', u'CBRANCH_-1206961855'), (u'CALLIND_-1206963455', u'INDIRECT_-1206954181'), (u'CALL_-1206963182', u'INDIRECT_-1206958379'), ('const-0', u'COPY_-1206963088'), (u'INT_EQUAL_-1206961504', u'CBRANCH_-1206961502'), (u'CALL_-1206961541', u'INDIRECT_-1206954215'), (u'INDIRECT_-1206955853', u'MULTIEQUAL_-1206955806'), (u'CALL_-1206964167', u'INDIRECT_-1206957541'), (u'INDIRECT_-1206955485', u'COPY_-1206955497'), (u'MULTIEQUAL_-1206954991', u'MULTIEQUAL_-1206956990'), (u'CALL_-1206966645', u'INDIRECT_-1206958680'), (u'CALL_-1206963513', u'INDIRECT_-1206955394'), (u'MULTIEQUAL_-1206955014', u'MULTIEQUAL_-1206957083'), (u'STORE_-1206963453', u'INDIRECT_-1206956982'), (u'INDIRECT_-1206955337', u'MULTIEQUAL_-1206955273'), (u'INDIRECT_-1206956278', u'MULTIEQUAL_-1206954326'), (u'MULTIEQUAL_-1206954685', u'MULTIEQUAL_-1206955224'), (u'INDIRECT_-1206957643', u'MULTIEQUAL_-1206957484'), (u'COPY_-1206953489', u'MULTIEQUAL_-1206953567'), (u'MULTIEQUAL_-1206954353', u'CALL_-1206966157'), (u'CALL_-1206963182', u'INDIRECT_-1206954162'), (u'MULTIEQUAL_-1206954678', u'MULTIEQUAL_-1206954658'), (u'INDIRECT_-1206955430', u'MULTIEQUAL_-1206955414'), (u'CALL_-1206965188', u'INDIRECT_-1206958300'), (u'INDIRECT_-1206955989', u'MULTIEQUAL_-1206955973'), (u'CALL_-1206963575', u'INDIRECT_-1206954060'), (u'STORE_-1206961742', u'INDIRECT_-1206955721'), (u'INDIRECT_-1206957820', u'COPY_-1206957872'), (u'LOAD_-1206961881', u'CALL_-1206961814'), (u'INDIRECT_-1206952457', u'MULTIEQUAL_-1206954595'), (u'INDIRECT_-1206954169', u'MULTIEQUAL_-1206954411'), ('tmp_3837', u'CBRANCH_-1206964088'), (u'MULTIEQUAL_-1206956722', u'MULTIEQUAL_-1206956120'), ('const-8', u'PTRADD_-1206951725'), (u'INDIRECT_-1206956973', u'MULTIEQUAL_-1206956952'), ('tmp_2456', u'BRANCH_-1206963445'), (u'INDIRECT_-1206956374', u'MULTIEQUAL_-1206956215'), (u'MULTIEQUAL_-1206956801', u'MULTIEQUAL_-1206957340'), (u'INDIRECT_-1206956675', u'MULTIEQUAL_-1206958577'), (u'CALL_-1206961471', u'INDIRECT_-1206955033'), (u'CALL_-1206961160', u'INDIRECT_-1206954411'), (u'MULTIEQUAL_-1206953086', u'MULTIEQUAL_-1206953042'), (u'INDIRECT_-1206957226', u'MULTIEQUAL_-1206957199'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206955307'), (u'CALL_-1206963330', u'INDIRECT_-1206956311'), (u'CAST_-1206952653', u'INT_EQUAL_-1206964287'), (u'INDIRECT_-1206957469', u'MULTIEQUAL_-1206957164'), (u'CALL_-1206961489', u'INDIRECT_-1206952462'), (u'CALL_-1206961645', u'INDIRECT_-1206954620'), ('const-1', u'COPY_-1206953345'), (u'CALL_-1206961519', u'INT_EQUAL_-1206961504'), ('const-0', u'CALL_-1206965956'), (u'CALL_-1206962820', u'INDIRECT_-1206955170'), (u'CALL_-1206961538', u'INDIRECT_-1206954540'), (u'MULTIEQUAL_-1206955296', u'MULTIEQUAL_-1206957365'), (u'INDIRECT_-1206956323', u'MULTIEQUAL_-1206956193'), (u'INDIRECT_-1206953976', u'MULTIEQUAL_-1206955721'), (u'CAST_-1206952450', u'PTRADD_-1206952529'), (u'INDIRECT_-1206955568', u'MULTIEQUAL_-1206955487'), (u'MULTIEQUAL_-1206956767', u'MULTIEQUAL_-1206956740'), (u'CALL_-1206961471', u'INDIRECT_-1206954891'), (u'CALL_-1206961725', u'INDIRECT_-1206953284'), (u'INDIRECT_-1206957046', u'MULTIEQUAL_-1206956941'), (u'INDIRECT_-1206954630', u'MULTIEQUAL_-1206953337'), (u'CALL_-1206966157', u'INDIRECT_-1206958208'), (u'INDIRECT_-1206954875', u'MULTIEQUAL_-1206954831'), (u'INDIRECT_-1206954851', u'MULTIEQUAL_-1206954834'), ('tmp_3450', u'BRANCH_-1206963266'), (u'CALL_-1206962479', u'INDIRECT_-1206955400'), (u'CALL_-1206963182', u'CAST_-1206952899'), (u'INDIRECT_-1206955833', u'MULTIEQUAL_-1206955919'), (u'CALL_-1206961603', u'INDIRECT_-1206952761'), (u'MULTIEQUAL_-1206959469', u'MULTIEQUAL_-1206959450'), (u'MULTIEQUAL_-1206956425', u'MULTIEQUAL_-1206958494'), (u'MULTIEQUAL_-1206959928', u'MULTIEQUAL_-1206959925'), (u'INDIRECT_-1206954874', u'MULTIEQUAL_-1206955116'), (u'STORE_-1206963275', u'INDIRECT_-1206955084'), (u'CALL_-1206961160', u'INDIRECT_-1206954129'), (u'STORE_-1206963275', u'INDIRECT_-1206956354'), (u'INDIRECT_-1206954167', u'MULTIEQUAL_-1206952235'), (u'CALL_-1206961160', u'INDIRECT_-1206954693'), (u'INT_NOTEQUAL_-1206962868', u'CBRANCH_-1206962857'), (u'INDIRECT_-1206957217', u'MULTIEQUAL_-1206957100'), (u'INDIRECT_-1206955664', u'COPY_-1206955693'), (u'INDIRECT_-1206954902', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206956495', u'MULTIEQUAL_-1206958305'), ('const-1', u'PTRADD_-1206963078'), (u'MULTIEQUAL_-1206955593', u'MULTIEQUAL_-1206954991'), (u'INT_LEFT_-1206966077', u'INT_AND_-1206959327'), (u'CALL_-1206966645', u'INDIRECT_-1206955581'), (u'CALL_-1206963657', u'INDIRECT_-1206954048'), (u'INDIRECT_-1206955626', u'MULTIEQUAL_-1206955531'), (u'INT_EQUAL_-1206964223', u'CBRANCH_-1206964221'), ('tmp_1653', u'CBRANCH_-1206964324'), (u'MULTIEQUAL_-1206954406', u'MULTIEQUAL_-1206954376'), (u'INDIRECT_-1206953423', u'MULTIEQUAL_-1206953339'), (u'INDIRECT_-1206955458', u'MULTIEQUAL_-1206955530'), (u'MULTIEQUAL_-1206957622', u'MULTIEQUAL_-1206957061'), ('const-433', u'LOAD_-1206961839'), (u'CALL_-1206961471', u'INDIRECT_-1206956022'), (u'CALL_-1206962838', u'INDIRECT_-1206955941'), ('const-0', u'COPY_-1206952188'), (u'INDIRECT_-1206957152', u'MULTIEQUAL_-1206957082'), (u'CALL_-1206966576', u'INDIRECT_-1206957920'), (u'CALL_-1206966157', u'INDIRECT_-1206956374'), (u'CALL_-1206962838', u'INDIRECT_-1206953966'), (u'MULTIEQUAL_-1206956316', u'MULTIEQUAL_-1206955789'), (u'INDIRECT_-1206952576', u'MULTIEQUAL_-1206954714'), (u'INDIRECT_-1206956368', u'MULTIEQUAL_-1206956246'), (u'CALL_-1206962505', u'INDIRECT_-1206953673'), (u'CALL_-1206966576', u'INDIRECT_-1206958485'), (u'MULTIEQUAL_-1206954834', u'MULTIEQUAL_-1206954970'), (u'CALL_-1206966576', u'INDIRECT_-1206959049'), (u'CALL_-1206966621', u'INDIRECT_-1206956967'), (u'CALL_-1206962838', u'INDIRECT_-1206952560'), (u'INDIRECT_-1206956223', u'MULTIEQUAL_-1206958119'), (u'INDIRECT_-1206954316', u'MULTIEQUAL_-1206954261'), (u'MULTIEQUAL_-1206957506', u'MULTIEQUAL_-1206957343'), (u'STORE_-1206963324', u'INDIRECT_-1206955108'), (u'CALL_-1206964256', u'INDIRECT_-1206955868'), (u'CALL_-1206961814', u'INDIRECT_-1206954528'), (u'PIECE_-1206952474', u'CAST_-1206951077'), ('tmp_3805', u'CBRANCH_-1206964105'), (u'CALL_-1206964279', u'INDIRECT_-1206954511'), (u'INDIRECT_-1206955657', u'MULTIEQUAL_-1206955602'), (u'MULTIEQUAL_-1206955719', u'MULTIEQUAL_-1206957788'), (u'INDIRECT_-1206953286', u'MULTIEQUAL_-1206953207'), (u'CALL_-1206961629', u'INDIRECT_-1206955539'), (u'MULTIEQUAL_-1206956493', u'MULTIEQUAL_-1206956457'), (u'CALL_-1206963575', u'INDIRECT_-1206954843'), (u'MULTIEQUAL_-1206955788', u'MULTIEQUAL_-1206955779'), (u'INDIRECT_-1206956811', u'COPY_-1206956868'), (u'INDIRECT_-1206953441', u'COPY_-1206953471'), (u'CALL_-1206961527', u'INDIRECT_-1206954218'), (u'PTRADD_-1206952119', u'LOAD_-1206961757'), (u'INT_EQUAL_-1206964509', u'CBRANCH_-1206964502'), (u'CALL_-1206961375', u'INDIRECT_-1206956144'), (u'MULTIEQUAL_-1206956471', u'MULTIEQUAL_-1206955249'), (u'INDIRECT_-1206954943', u'MULTIEQUAL_-1206954826'), (u'INDIRECT_-1206956058', u'MULTIEQUAL_-1206955953'), (u'MULTIEQUAL_-1206956848', u'MULTIEQUAL_-1206958917'), (u'MULTIEQUAL_-1206956210', u'MULTIEQUAL_-1206956166'), (u'INDIRECT_-1206957830', u'MULTIEQUAL_-1206955878'), (u'CALL_-1206966576', u'INDIRECT_-1206957074'), (u'CALL_-1206963443', u'INDIRECT_-1206956163'), (u'CALL_-1206963330', u'INDIRECT_-1206955182'), (u'CALL_-1206961603', u'INDIRECT_-1206952642'), (u'INDIRECT_-1206955617', u'MULTIEQUAL_-1206955487'), (u'CALL_-1206965223', u'INDIRECT_-1206957472'), (u'INDIRECT_-1206954715', u'COPY_-1206954729'), (u'INDIRECT_-1206957076', u'MULTIEQUAL_-1206956959'), (u'CAST_-1206951752', u'INT_EQUAL_-1206961862'), (u'CALL_-1206961455', u'INDIRECT_-1206955163'), (u'INDIRECT_-1206954392', u'MULTIEQUAL_-1206954327'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206963866'), (u'INDIRECT_-1206953630', u'COPY_-1206953634'), (u'PTRADD_-1206952451', u'INT_LESS_-1206963292'), ('const-1', u'PTRADD_-1206952529'), (u'CALL_-1206966157', u'INDIRECT_-1206958631'), (u'STORE_-1206963453', u'INDIRECT_-1206955571'), (u'INDIRECT_-1206955070', u'MULTIEQUAL_-1206954265'), (u'MULTIEQUAL_-1206957929', u'MULTIEQUAL_-1206957882'), (u'MULTIEQUAL_-1206953079', u'MULTIEQUAL_-1206952477'), (u'STORE_-1206963548', u'INDIRECT_-1206956889'), (u'MULTIEQUAL_-1206956129', u'MULTIEQUAL_-1206957589'), (u'INDIRECT_-1206956675', u'MULTIEQUAL_-1206957117'), (u'INDIRECT_-1206955916', u'INT_NOTEQUAL_-1206961972'), (u'CALL_-1206963359', u'INDIRECT_-1206955760'), (u'INDIRECT_-1206956754', u'MULTIEQUAL_-1206956708'), (u'INDIRECT_-1206956199', u'MULTIEQUAL_-1206954884'), (u'INDIRECT_-1206956189', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206965956', u'INDIRECT_-1206958948'), (u'MULTIEQUAL_-1206952153', u'CBRANCH_-1206961067'), (u'CALL_-1206961709', u'INDIRECT_-1206955992'), (u'MULTIEQUAL_-1206955188', u'INT_NOTEQUAL_-1206964367'), ('tmp_5594', u'CBRANCH_-1206961909'), (u'INDIRECT_-1206958208', u'MULTIEQUAL_-1206957459'), (u'INDIRECT_-1206956904', u'MULTIEQUAL_-1206955697'), (u'COPY_-1206963154', u'MULTIEQUAL_-1206958773'), (u'INT_NOTEQUAL_-1206962279', u'CBRANCH_-1206962278'), (u'INDIRECT_-1206955890', u'MULTIEQUAL_-1206956033'), (u'INDIRECT_-1206956728', u'MULTIEQUAL_-1206956658'), (u'CALL_-1206963359', u'INDIRECT_-1206956466'), (u'CALL_-1206963564', u'INDIRECT_-1206956227'), (u'INDIRECT_-1206955062', u'COPY_-1206955074'), (u'CALL_-1206963182', u'INDIRECT_-1206955731'), (u'CALL_-1206961794', u'INDIRECT_-1206953188'), (u'CALL_-1206962230', u'INDIRECT_-1206955410'), (u'INDIRECT_-1206955746', u'COPY_-1206955750'), (u'CALL_-1206961615', u'INDIRECT_-1206955528'), (u'INDIRECT_-1206955834', u'MULTIEQUAL_-1206953916'), (u'MULTIEQUAL_-1206956440', u'MULTIEQUAL_-1206955838'), (u'INDIRECT_-1206952335', u'PIECE_-1206952476'), (u'CALL_-1206966480', u'INDIRECT_-1206959120'), (u'INDIRECT_-1206955182', u'MULTIEQUAL_-1206955087'), (u'STORE_-1206963494', u'INDIRECT_-1206955562'), (u'STORE_-1206963324', u'INDIRECT_-1206954403'), ('const-1', u'INT_ADD_-1206952470'), (u'CALL_-1206961814', u'INDIRECT_-1206954387'), (u'INDIRECT_-1206954830', u'MULTIEQUAL_-1206955907'), (u'CALL_-1206965223', u'INDIRECT_-1206956343'), (u'CALL_-1206963443', u'INDIRECT_-1206957715'), (u'INDIRECT_-1206957823', u'MULTIEQUAL_-1206957807'), (u'CALL_-1206963575', u'INDIRECT_-1206957384'), (u'MULTIEQUAL_-1206955953', u'MULTIEQUAL_-1206955937'), (u'INDIRECT_-1206956446', u'MULTIEQUAL_-1206956376'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956596'), (u'CALL_-1206961541', u'INDIRECT_-1206954497'), (u'INDIRECT_-1206953329', u'MULTIEQUAL_-1206953274'), (u'INT_LESS_-1206966104', u'CBRANCH_-1206966112'), (u'CAST_-1206952539', u'CALL_-1206961814'), (u'CALL_-1206961709', u'INDIRECT_-1206954017'), (u'INDIRECT_-1206955139', u'MULTIEQUAL_-1206955118'), (u'CALL_-1206966560', u'INDIRECT_-1206959850'), (u'CALL_-1206962230', u'INDIRECT_-1206954705'), (u'MULTIEQUAL_-1206960939', u'INT_ADD_-1206966378'), (u'INDIRECT_-1206953514', u'MULTIEQUAL_-1206953467'), (u'INDIRECT_-1206955539', u'MULTIEQUAL_-1206955455'), ('const-433', u'LOAD_-1206961746'), (u'INT_SUB_-1206966295', u'CALL_-1206964279'), (u'CALL_-1206961185', u'INDIRECT_-1206953462'), (u'INDIRECT_-1206956529', u'MULTIEQUAL_-1206957446'), (u'CALL_-1206962230', u'INDIRECT_-1206956680'), (u'INDIRECT_-1206956782', u'MULTIEQUAL_-1206956658'), (u'MULTIEQUAL_-1206953842', u'MULTIEQUAL_-1206953278'), (u'CALL_-1206963182', u'INDIRECT_-1206956013'), (u'INDIRECT_-1206954090', u'MULTIEQUAL_-1206954094'), (u'INT_ADD_-1206963596', u'INT_SEXT_-1206963584'), ('const-5', u'CALL_-1206964092'), (u'MULTIEQUAL_-1206953988', u'MULTIEQUAL_-1206954124'), (u'INDIRECT_-1206958725', u'MULTIEQUAL_-1206958577'), (u'COPY_-1206951534', u'MULTIEQUAL_-1206952156'), (u'INDIRECT_-1206958346', u'MULTIEQUAL_-1206958229'), (u'INDIRECT_-1206955994', u'MULTIEQUAL_-1206955978'), (u'CALL_-1206962705', u'INDIRECT_-1206952940'), (u'INDIRECT_-1206953902', u'MULTIEQUAL_-1206953116'), (u'INDIRECT_-1206956011', u'MULTIEQUAL_-1206955956'), (u'MULTIEQUAL_-1206954109', u'MULTIEQUAL_-1206954009'), (u'CALL_-1206963564', u'INDIRECT_-1206956509'), (u'MULTIEQUAL_-1206958305', u'MULTIEQUAL_-1206958279'), (u'INDIRECT_-1206956442', u'COPY_-1206956467'), (u'MULTIEQUAL_-1206957224', u'MULTIEQUAL_-1206956396'), (u'INDIRECT_-1206955177', u'MULTIEQUAL_-1206955107'), (u'CALL_-1206966673', u'INDIRECT_-1206955596'), (u'INDIRECT_-1206956030', u'COPY_-1206956034'), (u'MULTIEQUAL_-1206956175', u'MULTIEQUAL_-1206956054'), (u'INDIRECT_-1206955022', u'MULTIEQUAL_-1206954520'), (u'CALL_-1206961160', u'INDIRECT_-1206952782'), (u'CALL_-1206962479', u'INDIRECT_-1206955682'), (u'CALL_-1206966522', u'INDIRECT_-1206959291'), ('const-0', u'PTRSUB_-1206952424'), (u'INDIRECT_-1206953662', u'MULTIEQUAL_-1206954761'), ('const-433', u'STORE_-1206963324'), (u'CALL_-1206961160', u'INDIRECT_-1206955822'), (u'CALL_-1206961489', u'INDIRECT_-1206955887'), (u'MULTIEQUAL_-1206959195', u'PTRADD_-1206963078'), ('tmp_2339', u'BRANCH_-1206962645'), (u'INT_SUB_-1206966325', u'INT_ZEXT_-1206961094'), (u'MULTIEQUAL_-1206954465', u'MULTIEQUAL_-1206953701'), ('tmp_3746', u'BRANCH_-1206964074'), (u'COPY_-1206952477', u'MULTIEQUAL_-1206958461'), (u'INDIRECT_-1206953885', u'MULTIEQUAL_-1206956003'), (u'MULTIEQUAL_-1206955484', u'MULTIEQUAL_-1206954262'), (u'MULTIEQUAL_-1206952997', u'MULTIEQUAL_-1206952967'), (u'LOAD_-1206963537', u'MULTIEQUAL_-1206957482'), (u'MULTIEQUAL_-1206956835', u'MULTIEQUAL_-1206958295'), (u'INDIRECT_-1206955984', u'COPY_-1206955998'), (u'CALL_-1206961128', u'INDIRECT_-1206955100'), (u'COPY_-1206951893', u'MULTIEQUAL_-1206958594'), (u'MULTIEQUAL_-1206955242', u'MULTIEQUAL_-1206955203'), (u'CALL_-1206963359', u'INDIRECT_-1206953226'), (u'CALL_-1206965235', u'INDIRECT_-1206955646'), (u'MULTIEQUAL_-1206952655', u'MULTIEQUAL_-1206953331'), (u'MULTIEQUAL_-1206954641', u'MULTIEQUAL_-1206954763'), (u'CALL_-1206963657', u'INDIRECT_-1206954167'), (u'INDIRECT_-1206955551', u'MULTIEQUAL_-1206956849'), (u'INDIRECT_-1206956503', u'MULTIEQUAL_-1206956448'), (u'CALL_-1206960896', u'INDIRECT_-1206952430'), (u'CALL_-1206962479', u'INDIRECT_-1206953771'), (u'CALL_-1206961615', u'INDIRECT_-1206954117'), (u'CALL_-1206964167', u'INDIRECT_-1206957117'), (u'STORE_-1206961017', u'INDIRECT_-1206956046'), (u'INDIRECT_-1206956001', u'MULTIEQUAL_-1206958119'), (u'CALL_-1206965235', u'INDIRECT_-1206957339'), (u'CALL_-1206962820', u'INDIRECT_-1206953118'), (u'INDIRECT_-1206955377', u'MULTIEQUAL_-1206957273'), (u'COPY_-1206953345', u'COPY_-1206953186'), (u'CALL_-1206961794', u'INDIRECT_-1206955783'), (u'INDIRECT_-1206956043', u'MULTIEQUAL_-1206955934'), (u'CALL_-1206961645', u'INDIRECT_-1206955890'), (u'CALL_-1206962650', u'INDIRECT_-1206954715'), (u'CALL_-1206963443', u'INDIRECT_-1206955458'), (u'MULTIEQUAL_-1206957646', u'MULTIEQUAL_-1206957630'), (u'INDIRECT_-1206954418', u'MULTIEQUAL_-1206954320'), (u'MULTIEQUAL_-1206955954', u'MULTIEQUAL_-1206955930'), (u'INDIRECT_-1206955836', u'MULTIEQUAL_-1206957555'), (u'CALL_-1206966576', u'INDIRECT_-1206958626'), ('const-1', u'INT_ADD_-1206964209'), (u'INDIRECT_-1206956213', u'MULTIEQUAL_-1206956096'), (u'CAST_-1206952539', u'PTRADD_-1206951542'), (u'INDIRECT_-1206956842', u'MULTIEQUAL_-1206954890'), (u'INT_ADD_-1206952457', u'PTRADD_-1206952410'), (u'CALL_-1206961519', u'INDIRECT_-1206954353'), ('tmp_1951', u'CBRANCH_-1206964135'), ('const-1114912', u'PTRSUB_-1206964273'), (u'MULTIEQUAL_-1206956336', u'MULTIEQUAL_-1206957766'), (u'CALL_-1206960896', u'INDIRECT_-1206952311'), (u'MULTIEQUAL_-1206957365', u'MULTIEQUAL_-1206956537'), (u'INDIRECT_-1206956374', u'MULTIEQUAL_-1206958119'), (u'INDIRECT_-1206953657', u'MULTIEQUAL_-1206953581'), (u'CALL_-1206966560', u'INDIRECT_-1206957202'), (u'CALL_-1206965188', u'INDIRECT_-1206957593'), (u'CALL_-1206961709', u'INDIRECT_-1206954863'), (u'INDIRECT_-1206958684', u'MULTIEQUAL_-1206956425'), (u'INDIRECT_-1206957220', u'MULTIEQUAL_-1206956471'), (u'INDIRECT_-1206955789', u'MULTIEQUAL_-1206955672'), (u'STORE_-1206961707', u'INDIRECT_-1206955419'), (u'MULTIEQUAL_-1206953360', u'MULTIEQUAL_-1206952797'), (u'MULTIEQUAL_-1206956061', u'MULTIEQUAL_-1206956034'), (u'INDIRECT_-1206953664', u'MULTIEQUAL_-1206953277'), (u'CALL_-1206966621', u'INDIRECT_-1206958942'), (u'INDIRECT_-1206955196', u'MULTIEQUAL_-1206955132'), (u'INT_MULT_-1206952462', u'INT_ADD_-1206952474'), (u'INDIRECT_-1206955776', u'MULTIEQUAL_-1206955671'), ('tmp_1004', u'BRANCH_-1206963143'), (u'INDIRECT_-1206957079', u'MULTIEQUAL_-1206955084'), (u'CALL_-1206962705', u'INDIRECT_-1206952696'), (u'CALL_-1206961185', u'INDIRECT_-1206952820'), (u'PTRADD_-1206954316', u'CALL_-1206964279'), (u'MULTIEQUAL_-1206955697', u'MULTIEQUAL_-1206957696'), (u'INDIRECT_-1206956961', u'MULTIEQUAL_-1206958167'), (u'INDIRECT_-1206954710', u'MULTIEQUAL_-1206954693'), (u'CALL_-1206961538', u'INDIRECT_-1206953835'), (u'MULTIEQUAL_-1206956519', u'MULTIEQUAL_-1206956356'), (u'INDIRECT_-1206954511', u'MULTIEQUAL_-1206953218'), ('const-1143297', u'INT_AND_-1206959327'), (u'INDIRECT_-1206954394', u'COPY_-1206954423'), (u'INDIRECT_-1206954817', u'COPY_-1206954846'), (u'INDIRECT_-1206957241', u'MULTIEQUAL_-1206957681'), (u'INDIRECT_-1206953789', u'MULTIEQUAL_-1206953697'), (u'COPY_-1206952333', u'CALL_-1206962479'), (u'CALL_-1206963314', u'INDIRECT_-1206953321'), (u'CALL_-1206966673', u'INDIRECT_-1206957848'), (u'STORE_-1206963494', u'INDIRECT_-1206955280'), (u'INDIRECT_-1206956763', u'INT_EQUAL_-1206962248'), (u'PTRADD_-1206951885', u'CALL_-1206961732'), (u'INDIRECT_-1206955131', u'MULTIEQUAL_-1206954404'), (u'STORE_-1206963494', u'INDIRECT_-1206956267'), (u'CAST_-1206954252', u'INT_ADD_-1206966378'), (u'INT_ADD_-1206963528', u'CAST_-1206952965'), (u'CALL_-1206966157', u'INDIRECT_-1206958067'), (u'MULTIEQUAL_-1206953445', u'MULTIEQUAL_-1206955514'), (u'INDIRECT_-1206955863', u'MULTIEQUAL_-1206955819'), (u'MULTIEQUAL_-1206954710', u'MULTIEQUAL_-1206954610'), (u'CALL_-1206962650', u'INDIRECT_-1206956126'), (u'CALL_-1206963720', u'INDIRECT_-1206957293'), (u'CALL_-1206961572', u'INDIRECT_-1206956400'), (u'INDIRECT_-1206958847', u'MULTIEQUAL_-1206957554'), (u'CALL_-1206964279', u'INDIRECT_-1206956199'), (u'INDIRECT_-1206954874', u'MULTIEQUAL_-1206954809'), (u'MULTIEQUAL_-1206958353', u'MULTIEQUAL_-1206957525'), (u'INDIRECT_-1206957914', u'MULTIEQUAL_-1206957772'), (u'CALL_-1206963575', u'INDIRECT_-1206955125'), (u'MULTIEQUAL_-1206958372', u'COPY_-1206952336'), (u'INT_EQUAL_-1206964187', u'CBRANCH_-1206964182'), (u'CALL_-1206961375', u'INDIRECT_-1206953887'), (u'CALL_-1206966673', u'INDIRECT_-1206956720'), (u'INDIRECT_-1206955337', u'MULTIEQUAL_-1206955242'), (u'CALL_-1206963443', u'INDIRECT_-1206955599'), (u'INT_SUB_-1206963128', u'MULTIEQUAL_-1206959928'), ('const-0', u'INT_NOTEQUAL_-1206962873'), ('const-8', u'PTRADD_-1206951885'), (u'INDIRECT_-1206952097', u'PIECE_-1206952474'), ('tmp_2135', u'CBRANCH_-1206964027'), (u'MULTIEQUAL_-1206956753', u'MULTIEQUAL_-1206956070'), (u'INDIRECT_-1206954833', u'MULTIEQUAL_-1206954749'), (u'COPY_-1206964478', u'MULTIEQUAL_-1206957586'), (u'CALL_-1206963376', u'INDIRECT_-1206956816'), (u'PTRADD_-1206952582', u'MULTIEQUAL_-1206959165'), (u'INDIRECT_-1206954530', u'MULTIEQUAL_-1206952598'), (u'INT_AND_-1206959327', u'INT_NOTEQUAL_-1206966052'), (u'CALL_-1206965223', u'INDIRECT_-1206956907'), (u'INDIRECT_-1206959250', u'MULTIEQUAL_-1206959075'), (u'INT_SEXT_-1206963584', u'INT_MULT_-1206963567'), (u'INDIRECT_-1206959056', u'MULTIEQUAL_-1206958305'), (u'CALL_-1206963611', u'INDIRECT_-1206955975'), (u'MULTIEQUAL_-1206954403', u'MULTIEQUAL_-1206954942'), (u'CALL_-1206962580', u'INDIRECT_-1206953515'), (u'CALL_-1206961527', u'INDIRECT_-1206952611'), (u'STORE_-1206963275', u'INDIRECT_-1206956213'), (u'CALL_-1206965956', u'INDIRECT_-1206957394'), (u'CALL_-1206962505', u'INDIRECT_-1206955828'), (u'MULTIEQUAL_-1206956440', u'MULTIEQUAL_-1206955676'), (u'INDIRECT_-1206955607', u'MULTIEQUAL_-1206955750'), (u'INDIRECT_-1206954559', u'MULTIEQUAL_-1206954461'), (u'MULTIEQUAL_-1206957741', u'MULTIEQUAL_-1206957714'), (u'INDIRECT_-1206953524', u'MULTIEQUAL_-1206953445'), (u'MULTIEQUAL_-1206955766', u'MULTIEQUAL_-1206956356'), (u'CALL_-1206963376', u'INDIRECT_-1206956675'), (u'INT_EQUAL_-1206963638', u'CBRANCH_-1206963643'), (u'INDIRECT_-1206956130', u'MULTIEQUAL_-1206956114'), (u'MULTIEQUAL_-1206954263', u'MULTIEQUAL_-1206953371'), (u'INDIRECT_-1206954974', u'MULTIEQUAL_-1206954873'), (u'MULTIEQUAL_-1206955227', u'MULTIEQUAL_-1206955202'), (u'PTRADD_-1206952682', u'LOAD_-1206964100'), (u'CAST_-1206954178', u'LOAD_-1206966243'), (u'MULTIEQUAL_-1206953335', u'MULTIEQUAL_-1206953384'), (u'CALL_-1206963359', u'INDIRECT_-1206953464'), (u'INDIRECT_-1206953971', u'COPY_-1206954000'), (u'CALL_-1206962230', u'INDIRECT_-1206954846'), (u'CALL_-1206963447', u'INDIRECT_-1206956763'), ('const-4294967295', u'COPY_-1206961688'), (u'CALL_-1206961572', u'INDIRECT_-1206954425'), (u'MULTIEQUAL_-1206957599', u'INT_EQUAL_-1206964529'), (u'INDIRECT_-1206956160', u'COPY_-1206956185'), (u'CALL_-1206961160', u'INDIRECT_-1206953847'), (u'INDIRECT_-1206957925', u'MULTIEQUAL_-1206957176'), (u'CALL_-1206962820', u'INDIRECT_-1206952517'), (u'MULTIEQUAL_-1206955346', u'MULTIEQUAL_-1206955468'), (u'CALL_-1206966605', u'INDIRECT_-1206957377'), (u'MULTIEQUAL_-1206959548', u'SUBPIECE_-1206957445'), ('tmp_5636', u'CBRANCH_-1206961860'), (u'INDIRECT_-1206955381', u'MULTIEQUAL_-1206953461'), (u'INDIRECT_-1206957187', u'MULTIEQUAL_-1206957082'), (u'INDIRECT_-1206955439', u'MULTIEQUAL_-1206955395'), (u'INDIRECT_-1206954141', u'MULTIEQUAL_-1206955439'), (u'INDIRECT_-1206957696', u'MULTIEQUAL_-1206957523'), (u'CALL_-1206961541', u'INDIRECT_-1206952727'), (u'INDIRECT_-1206952674', u'MULTIEQUAL_-1206952780'), (u'INDIRECT_-1206953397', u'MULTIEQUAL_-1206953335'), (u'CALL_-1206966673', u'INDIRECT_-1206959118'), (u'CALL_-1206964092', u'INDIRECT_-1206955834'), (u'INDIRECT_-1206953516', u'MULTIEQUAL_-1206953454'), (u'MULTIEQUAL_-1206956048', u'MULTIEQUAL_-1206956638'), (u'COPY_-1206962797', u'MULTIEQUAL_-1206958773'), (u'INDIRECT_-1206955887', u'COPY_-1206955891'), (u'CALL_-1206964256', u'INDIRECT_-1206956574'), (u'INDIRECT_-1206954638', u'COPY_-1206954650'), (u'CALL_-1206963447', u'INDIRECT_-1206955494'), (u'MULTIEQUAL_-1206955979', u'MULTIEQUAL_-1206957978'), (u'CALL_-1206961489', u'INDIRECT_-1206954053'), (u'INDIRECT_-1206956748', u'MULTIEQUAL_-1206956653'), (u'INDIRECT_-1206956466', u'MULTIEQUAL_-1206956357'), (u'INDIRECT_-1206954749', u'MULTIEQUAL_-1206954466'), (u'INDIRECT_-1206953633', u'MULTIEQUAL_-1206953555'), (u'CALL_-1206962820', u'INDIRECT_-1206955029'), ('const-27', u'PTRADD_-1206951739'), (u'INDIRECT_-1206958402', u'MULTIEQUAL_-1206958229'), ('const-4294967295', u'INT_AND_-1206958865'), (u'CALL_-1206963376', u'INDIRECT_-1206956534'), (u'CALL_-1206963447', u'INDIRECT_-1206955917'), (u'CALL_-1206961538', u'INDIRECT_-1206956374'), (u'INDIRECT_-1206955118', u'COPY_-1206955175'), (u'MULTIEQUAL_-1206958651', u'MULTIEQUAL_-1206958106'), (u'INDIRECT_-1206956244', u'MULTIEQUAL_-1206956143'), (u'INDIRECT_-1206955420', u'COPY_-1206955434'), (u'CALL_-1206966488', u'INDIRECT_-1206958562'), (u'CALL_-1206963376', u'INDIRECT_-1206954418'), ('const-0', u'COPY_-1206952245'), (u'CALL_-1206962505', u'INDIRECT_-1206956252'), (u'MULTIEQUAL_-1206956635', u'MULTIEQUAL_-1206956626'), (u'CALL_-1206966522', u'INDIRECT_-1206955604'), (u'INDIRECT_-1206955257', u'MULTIEQUAL_-1206955173'), (u'CALL_-1206961455', u'INDIRECT_-1206953893'), (u'CALL_-1206961673', u'INDIRECT_-1206953929'), (u'STORE_-1206961701', u'INDIRECT_-1206954569'), ('tmp_591', u'CBRANCH_-1206966225'), (u'INDIRECT_-1206957771', u'MULTIEQUAL_-1206958235'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206954850'), (u'CALL_-1206961709', u'INDIRECT_-1206955286'), (u'CALL_-1206961527', u'INDIRECT_-1206952367'), (u'CALL_-1206963314', u'INDIRECT_-1206955595'), (u'INDIRECT_-1206953366', u'MULTIEQUAL_-1206953274'), (u'CALL_-1206964279', u'INDIRECT_-1206955635'), (u'INDIRECT_-1206957978', u'MULTIEQUAL_-1206957805'), (u'CALL_-1206966673', u'INDIRECT_-1206955959'), (u'MULTIEQUAL_-1206954322', u'MULTIEQUAL_-1206954286'), (u'INDIRECT_-1206952975', u'MULTIEQUAL_-1206954714'), ('const-0', u'STORE_-1206963275'), (u'CALL_-1206961519', u'INDIRECT_-1206954917'), (u'INT_NOTEQUAL_-1206963428', u'CBRANCH_-1206963427'), (u'CALL_-1206964256', u'SUBPIECE_-1206960139'), (u'CALL_-1206961519', u'INDIRECT_-1206955623'), (u'MULTIEQUAL_-1206953079', u'MULTIEQUAL_-1206952315'), (u'INDIRECT_-1206957751', u'MULTIEQUAL_-1206957446'), (u'SUBPIECE_-1206960139', u'INT_SLESS_-1206964225'), (u'INDIRECT_-1206954881', u'MULTIEQUAL_-1206954379'), (u'CALL_-1206961569', u'INDIRECT_-1206955358'), (u'LOAD_-1206961408', u'CALL_-1206961375'), (u'INDIRECT_-1206958543', u'MULTIEQUAL_-1206958370'), ('const-0', u'CALL_-1206966645'), (u'CALL_-1206961629', u'INDIRECT_-1206955257'), (u'INDIRECT_-1206954071', u'MULTIEQUAL_-1206953979'), (u'INT_EQUAL_-1206964091', u'CBRANCH_-1206964088'), (u'INDIRECT_-1206955624', u'MULTIEQUAL_-1206955684'), (u'INDIRECT_-1206956058', u'MULTIEQUAL_-1206955754'), (u'CALL_-1206963611', u'INDIRECT_-1206955270'), (u'CALL_-1206961527', u'INDIRECT_-1206954500'), ('const-8', u'COPY_-1206966438'), (u'CALL_-1206962729', u'INDIRECT_-1206955003'), (u'MULTIEQUAL_-1206953921', u'MULTIEQUAL_-1206955351'), (u'CALL_-1206965208', u'INDIRECT_-1206957742'), ('const-1071248', u'PTRSUB_-1206951582'), (u'CALL_-1206962580', u'INDIRECT_-1206953878'), ('const-1', u'RETURN_-1206962700'), (u'INDIRECT_-1206954367', u'MULTIEQUAL_-1206954263'), (u'INDIRECT_-1206956526', u'MULTIEQUAL_-1206956425'), (u'INT_ZEXT_-1206961488', u'INT_MULT_-1206965968'), (u'INDIRECT_-1206956354', u'MULTIEQUAL_-1206958165'), (u'INT_ADD_-1206963460', u'CAST_-1206952935'), (u'MULTIEQUAL_-1206956935', u'MULTIEQUAL_-1206956915'), ('const-5', u'CALL_-1206961160'), (u'COPY_-1206954594', u'CALL_-1206966621'), (u'CALL_-1206965223', u'INDIRECT_-1206955497'), (u'MULTIEQUAL_-1206953567', u'MULTIEQUAL_-1206953567'), (u'CALL_-1206964010', u'INDIRECT_-1206956057'), ('const-0', u'COPY_-1206964035'), (u'INDIRECT_-1206955562', u'MULTIEQUAL_-1206955541'), (u'STORE_-1206963548', u'INDIRECT_-1206957171'), (u'CALL_-1206966157', u'INDIRECT_-1206958490'), (u'CALL_-1206961128', u'INDIRECT_-1206955241'), (u'INDIRECT_-1206956856', u'MULTIEQUAL_-1206956354'), (u'INDIRECT_-1206956797', u'MULTIEQUAL_-1206956048'), (u'INDIRECT_-1206954628', u'MULTIEQUAL_-1206952730'), (u'MULTIEQUAL_-1206956378', u'MULTIEQUAL_-1206956331'), (u'CALL_-1206966480', u'INDIRECT_-1206959263'), (u'PTRADD_-1206952707', u'PTRADD_-1206952682'), (u'INDIRECT_-1206954669', u'MULTIEQUAL_-1206954614'), ('tmp_3844', u'BRANCH_-1206964021'), (u'COPY_-1206951907', u'MULTIEQUAL_-1206958594'), (u'MULTIEQUAL_-1206957333', u'CALL_-1206962650'), (u'CALL_-1206962580', u'INDIRECT_-1206954379'), ('const-0', u'INT_EQUAL_-1206963139'), (u'CALL_-1206962479', u'INDIRECT_-1206955964'), (u'MULTIEQUAL_-1206955913', u'MULTIEQUAL_-1206957343'), (u'INT_MULT_-1206963567', u'CALL_-1206963575'), (u'CALL_-1206963376', u'INDIRECT_-1206953413'), (u'MULTIEQUAL_-1206956381', u'MULTIEQUAL_-1206956351'), (u'INDIRECT_-1206954326', u'COPY_-1206954351'), (u'CALL_-1206960896', u'INDIRECT_-1206953858'), (u'CALL_-1206963447', u'INDIRECT_-1206957469'), (u'INDIRECT_-1206955680', u'MULTIEQUAL_-1206955596'), (u'CALL_-1206964279', u'INDIRECT_-1206957328'), (u'CALL_-1206961569', u'INDIRECT_-1206954793'), (u'MULTIEQUAL_-1206958917', u'MULTIEQUAL_-1206958870'), ('const-433', u'LOAD_-1206963537'), (u'MULTIEQUAL_-1206958299', u'CALL_-1206961709'), (u'INDIRECT_-1206953516', u'MULTIEQUAL_-1206952899'), ('const--88', u'PTRSUB_-1206954450'), (u'INDIRECT_-1206956092', u'MULTIEQUAL_-1206957837'), (u'INDIRECT_-1206956468', u'CALL_-1206963182'), (u'CAST_-1206951461', u'LOAD_-1206962886'), (u'INDIRECT_-1206957875', u'COPY_-1206957929'), (u'CALL_-1206964279', u'INDIRECT_-1206958847'), (u'INDIRECT_-1206953507', u'MULTIEQUAL_-1206954199'), (u'MULTIEQUAL_-1206954046', u'MULTIEQUAL_-1206955476'), (u'INDIRECT_-1206956023', u'MULTIEQUAL_-1206955953'), (u'MULTIEQUAL_-1206956881', u'MULTIEQUAL_-1206956354'), (u'INDIRECT_-1206955070', u'MULTIEQUAL_-1206953863'), (u'CALL_-1206961185', u'INDIRECT_-1206954167'), ('tmp_4903', u'BRANCH_-1206961452'), (u'MULTIEQUAL_-1206954923', u'MULTIEQUAL_-1206955045'), (u'CALL_-1206963447', u'INDIRECT_-1206955776'), (u'CALL_-1206960896', u'INDIRECT_-1206954845'), (u'INDIRECT_-1206956933', u'MULTIEQUAL_-1206956811'), (u'MULTIEQUAL_-1206955954', u'COPY_-1206952310'), (u'MULTIEQUAL_-1206954042', u'MULTIEQUAL_-1206953515'), (u'MULTIEQUAL_-1206953683', u'MULTIEQUAL_-1206955113'), ('const--2', u'INT_MULT_-1206958022'), (u'INT_NEGATE_-1206963097', u'INT_SUB_-1206963098'), (u'CALL_-1206961732', u'INDIRECT_-1206956034'), (u'CALL_-1206960896', u'INDIRECT_-1206953576'), (u'MULTIEQUAL_-1206957445', u'MULTIEQUAL_-1206957324'), (u'STORE_-1206963324', u'INDIRECT_-1206957083'), (u'INDIRECT_-1206957098', u'MULTIEQUAL_-1206959000'), (u'CALL_-1206966381', u'INDIRECT_-1206958346'), ('const-1094084', u'COPY_-1206963482'), ('const-0', u'PTRSUB_-1206966157'), (u'MULTIEQUAL_-1206955734', u'MULTIEQUAL_-1206955132'), (u'INDIRECT_-1206957622', u'MULTIEQUAL_-1206957543'), (u'CALL_-1206963657', u'INDIRECT_-1206954530'), (u'CAST_-1206952539', u'LOAD_-1206961198'), (u'CALL_-1206966381', u'INT_EQUAL_-1206966367'), (u'CALL_-1206963182', u'INDIRECT_-1206957142'), (u'CALL_-1206966560', u'INDIRECT_-1206957343'), (u'INDIRECT_-1206954584', u'MULTIEQUAL_-1206954537'), (u'MULTIEQUAL_-1206954829', u'MULTIEQUAL_-1206954799'), (u'MULTIEQUAL_-1206958212', u'MULTIEQUAL_-1206958049'), (u'INDIRECT_-1206957892', u'CALL_-1206964167'), ('const-1094024', u'COPY_-1206951317'), (u'CALL_-1206966480', u'INDIRECT_-1206957145'), (u'INDIRECT_-1206954630', u'MULTIEQUAL_-1206954565'), (u'INDIRECT_-1206955975', u'MULTIEQUAL_-1206957273'), (u'CALL_-1206963657', u'INDIRECT_-1206956984'), (u'MULTIEQUAL_-1206953950', u'MULTIEQUAL_-1206953923'), (u'COPY_-1206965262', u'MULTIEQUAL_-1206958277'), (u'CALL_-1206962820', u'INDIRECT_-1206956972'), (u'MULTIEQUAL_-1206953899', u'MULTIEQUAL_-1206955359'), (u'INDIRECT_-1206956519', u'MULTIEQUAL_-1206956492'), (u'INDIRECT_-1206959194', u'MULTIEQUAL_-1206959058'), (u'INDIRECT_-1206955964', u'COPY_-1206956021'), (u'INDIRECT_-1206955059', u'MULTIEQUAL_-1206954967'), (u'CALL_-1206961375', u'INDIRECT_-1206955862'), (u'INDIRECT_-1206955259', u'COPY_-1206955316'), (u'CALL_-1206964010', u'CAST_-1206952539'), (u'CALL_-1206962820', u'INDIRECT_-1206956299'), (u'CALL_-1206963564', u'INDIRECT_-1206954235'), ('const-0', u'PTRSUB_-1206951742'), (u'CALL_-1206965235', u'INDIRECT_-1206954760'), (u'CALL_-1206965208', u'INDIRECT_-1206958308'), (u'INDIRECT_-1206955531', u'MULTIEQUAL_-1206955504'), (u'MULTIEQUAL_-1206957035', u'MULTIEQUAL_-1206955813'), (u'INDIRECT_-1206954704', u'MULTIEQUAL_-1206954790'), (u'STORE_-1206961017', u'INDIRECT_-1206954917'), ('tmp_2394', u'BRANCH_-1206962786'), (u'INDIRECT_-1206955807', u'INT_SLESS_-1206966434'), (u'INDIRECT_-1206954405', u'MULTIEQUAL_-1206952473'), (u'CALL_-1206963443', u'INDIRECT_-1206957433'), (u'CALL_-1206961572', u'INDIRECT_-1206954989'), (u'MULTIEQUAL_-1206956377', u'MULTIEQUAL_-1206956354'), (u'CALL_-1206961527', u'INDIRECT_-1206953654'), (u'INDIRECT_-1206957878', u'MULTIEQUAL_-1206957730'), (u'CALL_-1206966488', u'INDIRECT_-1206958703'), (u'CALL_-1206966522', u'INDIRECT_-1206957032'), (u'CALL_-1206961471', u'INDIRECT_-1206954609'), (u'INDIRECT_-1206955600', u'MULTIEQUAL_-1206955530'), (u'MULTIEQUAL_-1206953840', u'MULTIEQUAL_-1206953831'), (u'STORE_-1206963453', u'INDIRECT_-1206954443'), (u'INDIRECT_-1206955839', u'COPY_-1206955869'), (u'CALL_-1206966673', u'INDIRECT_-1206958977'), (u'INDIRECT_-1206956896', u'MULTIEQUAL_-1206956881'), (u'MULTIEQUAL_-1206955676', u'MULTIEQUAL_-1206955646'), (u'PTRSUB_-1206951742', u'CALL_-1206961538'), (u'CALL_-1206966576', u'INDIRECT_-1206957497'), (u'INDIRECT_-1206954984', u'MULTIEQUAL_-1206954958'), (u'INT_ZEXT_-1206960541', u'INT_ADD_-1206963823'), (u'CALL_-1206966576', u'INDIRECT_-1206957215'), (u'INDIRECT_-1206954026', u'MULTIEQUAL_-1206956144'), (u'MULTIEQUAL_-1206957318', u'MULTIEQUAL_-1206957908'), (u'INDIRECT_-1206954899', u'COPY_-1206954903'), (u'INDIRECT_-1206954740', u'MULTIEQUAL_-1206954644'), (u'MULTIEQUAL_-1206956088', u'MULTIEQUAL_-1206956049'), (u'CALL_-1206963314', u'INDIRECT_-1206954326'), (u'STORE_-1206961701', u'INDIRECT_-1206954710'), (u'CALL_-1206962820', u'CALL_-1206962796'), (u'CALL_-1206961603', u'INDIRECT_-1206954813'), (u'INDIRECT_-1206954595', u'MULTIEQUAL_-1206955779'), (u'STORE_-1206963548', u'INDIRECT_-1206955901'), (u'CALL_-1206962729', u'INDIRECT_-1206953452'), (u'INDIRECT_-1206956164', u'MULTIEQUAL_-1206956094'), (u'INDIRECT_-1206958825', u'MULTIEQUAL_-1206958652'), (u'CALL_-1206961471', u'INDIRECT_-1206952698'), (u'CALL_-1206966560', u'INDIRECT_-1206955752'), (u'CALL_-1206961794', u'INDIRECT_-1206954090'), (u'INDIRECT_-1206953277', u'MULTIEQUAL_-1206953182'), (u'CALL_-1206963314', u'INDIRECT_-1206955877'), ('tmp_3943', u'CBRANCH_-1206963934'), (u'CALL_-1206966605', u'INDIRECT_-1206955667'), (u'CALL_-1206964279', u'INDIRECT_-1206956340'), (u'MULTIEQUAL_-1206953420', u'MULTIEQUAL_-1206953396'), (u'CALL_-1206961527', u'INDIRECT_-1206954359'), (u'CALL_-1206963611', u'INDIRECT_-1206954628'), (u'CALL_-1206964256', u'INDIRECT_-1206957138'), (u'MULTIEQUAL_-1206955752', u'MULTIEQUAL_-1206955631'), (u'MULTIEQUAL_-1206958353', u'MULTIEQUAL_-1206958189'), (u'CALL_-1206961732', u'INDIRECT_-1206953777'), ('tmp_512', u'CBRANCH_-1206966273'), (u'CALL_-1206962729', u'CALL_-1206962705'), (u'MULTIEQUAL_-1206958024', u'MULTIEQUAL_-1206957997'), (u'INDIRECT_-1206956472', u'MULTIEQUAL_-1206956426'), (u'MULTIEQUAL_-1206957929', u'MULTIEQUAL_-1206957766'), (u'CALL_-1206963359', u'INDIRECT_-1206955901'), (u'INDIRECT_-1206955634', u'MULTIEQUAL_-1206954829'), (u'INDIRECT_-1206956198', u'MULTIEQUAL_-1206954991'), (u'INDIRECT_-1206956523', u'MULTIEQUAL_-1206957599'), (u'CALL_-1206966488', u'INDIRECT_-1206955826'), (u'CALL_-1206963443', u'INDIRECT_-1206954534'), (u'MULTIEQUAL_-1206954165', u'MULTIEQUAL_-1206955595'), (u'MULTIEQUAL_-1206956754', u'MULTIEQUAL_-1206956727'), (u'INDIRECT_-1206954826', u'MULTIEQUAL_-1206954780'), (u'INDIRECT_-1206955789', u'MULTIEQUAL_-1206957600'), (u'INT_ADD_-1206963449', u'CAST_-1206952927'), (u'CALL_-1206961527', u'INDIRECT_-1206955911'), (u'INT_OR_-1206963470', u'STORE_-1206963494'), ('const-433', u'LOAD_-1206963544'), ('const-433', u'STORE_-1206961742'), ('const-1094016', u'COPY_-1206953551'), (u'INDIRECT_-1206954027', u'MULTIEQUAL_-1206952840'), (u'CALL_-1206961572', u'INDIRECT_-1206956543'), ('tmp_21670', u'PTRSUB_-1206952502'), (u'CALL_-1206963482', u'INDIRECT_-1206955654'), (u'MULTIEQUAL_-1206959058', u'MULTIEQUAL_-1206958895'), ('const-1', u'PTRADD_-1206963577'), (u'CALL_-1206961489', u'INDIRECT_-1206954476'), (u'CALL_-1206962796', u'INDIRECT_-1206954313'), (u'INDIRECT_-1206954758', u'COPY_-1206954762'), ('const-1', u'CALL_-1206962580'), (u'CALL_-1206963443', u'INDIRECT_-1206957151'), (u'CALL_-1206961455', u'INDIRECT_-1206955586'), (u'INDIRECT_-1206956041', u'MULTIEQUAL_-1206955911'), (u'INDIRECT_-1206956388', u'MULTIEQUAL_-1206957304'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206956213'), (u'INT_EQUAL_-1206961862', u'CBRANCH_-1206961860'), (u'MULTIEQUAL_-1206953721', u'MULTIEQUAL_-1206953685'), ('const-1', u'COPY_-1206953489'), ('tmp_2880', u'CBRANCH_-1206963643'), (u'CALL_-1206963720', u'INDIRECT_-1206956728'), (u'MULTIEQUAL_-1206955766', u'INT_EQUAL_-1206965292'), (u'INDIRECT_-1206956549', u'COPY_-1206956563'), (u'STORE_-1206963275', u'INDIRECT_-1206955648'), (u'CALL_-1206961732', u'INDIRECT_-1206955469'), (u'INDIRECT_-1206955241', u'COPY_-1206955270'), (u'MULTIEQUAL_-1206958870', u'MULTIEQUAL_-1206958843'), ('const-433', u'LOAD_-1206966250'), (u'INDIRECT_-1206953689', u'COPY_-1206953718'), (u'CALL_-1206964279', u'INDIRECT_-1206957186'), (u'MULTIEQUAL_-1206954069', u'MULTIEQUAL_-1206954042'), (u'CALL_-1206961814', u'INDIRECT_-1206952840'), ('const-1', u'PTRADD_-1206952517'), (u'CALL_-1206964068', u'INDIRECT_-1206957095'), (u'CALL_-1206966544', u'INDIRECT_-1206957753'), (u'CALL_-1206961538', u'INDIRECT_-1206954258'), (u'INDIRECT_-1206954392', u'MULTIEQUAL_-1206954109'), (u'CALL_-1206965956', u'INDIRECT_-1206957253'), (u'CALL_-1206963720', u'INDIRECT_-1206955177'), ('tmp_5027', u'BRANCH_-1206962476'), (u'INDIRECT_-1206958667', u'COPY_-1206958719'), (u'INDIRECT_-1206957314', u'MULTIEQUAL_-1206957250'), (u'CALL_-1206962705', u'INDIRECT_-1206956121'), (u'CALL_-1206961569', u'INDIRECT_-1206955922'), ('tmp_317', u'CBRANCH_-1206966441'), (u'STORE_-1206961707', u'INDIRECT_-1206954291'), (u'CALL_-1206964092', u'INDIRECT_-1206956258'), (u'CALL_-1206960896', u'INDIRECT_-1206955551'), (u'INT_SLESS_-1206963451', u'CBRANCH_-1206963458'), (u'CALL_-1206961725', u'INDIRECT_-1206955298'), (u'MULTIEQUAL_-1206953442', u'MULTIEQUAL_-1206952840'), (u'INDIRECT_-1206954239', u'MULTIEQUAL_-1206954165'), (u'INDIRECT_-1206955269', u'MULTIEQUAL_-1206955355'), (u'MULTIEQUAL_-1206960297', u'MULTIEQUAL_-1206960279'), (u'CALL_-1206964092', u'INDIRECT_-1206954988'), (u'INDIRECT_-1206957858', u'MULTIEQUAL_-1206956034'), (u'MULTIEQUAL_-1206954004', u'MULTIEQUAL_-1206956003'), (u'INDIRECT_-1206954992', u'COPY_-1206955022'), (u'INDIRECT_-1206957030', u'MULTIEQUAL_-1206956966'), (u'INDIRECT_-1206956398', u'MULTIEQUAL_-1206957696'), (u'INDIRECT_-1206955751', u'INT_SLESS_-1206964542'), (u'INDIRECT_-1206955298', u'MULTIEQUAL_-1206955540'), (u'INDIRECT_-1206955427', u'MULTIEQUAL_-1206954790'), (u'CALL_-1206961185', u'INDIRECT_-1206955013'), (u'CALL_-1206961569', u'INDIRECT_-1206954370'), (u'INDIRECT_-1206955007', u'MULTIEQUAL_-1206954991'), (u'MULTIEQUAL_-1206959436', u'SUBPIECE_-1206959474'), (u'CALL_-1206966605', u'INDIRECT_-1206959884'), (u'MULTIEQUAL_-1206958106', u'LOAD_-1206960929'), (u'INDIRECT_-1206955405', u'MULTIEQUAL_-1206957307'), (u'INDIRECT_-1206957922', u'MULTIEQUAL_-1206956002'), (u'INT_OR_-1206963384', u'MULTIEQUAL_-1206957333'), (u'INDIRECT_-1206954005', u'COPY_-1206954035'), (u'INDIRECT_-1206955767', u'MULTIEQUAL_-1206955721'), ('const-1096736', u'COPY_-1206962777'), (u'STORE_-1206961017', u'INDIRECT_-1206955905'), (u'INT_SUB_-1206966118', u'SUBPIECE_-1206961294'), (u'INDIRECT_-1206957420', u'MULTIEQUAL_-1206956918'), (u'CALL_-1206966576', u'INDIRECT_-1206957779'), (u'CALL_-1206962729', u'INDIRECT_-1206952832'), (u'CALL_-1206966605', u'INDIRECT_-1206959354'), ('const-0', u'INT_NOTEQUAL_-1206962490'), ('const-0', u'INT_NOTEQUAL_-1206961721'), (u'MULTIEQUAL_-1206957482', u'COPY_-1206952472'), (u'INDIRECT_-1206954449', u'MULTIEQUAL_-1206956567'), (u'MULTIEQUAL_-1206956094', u'MULTIEQUAL_-1206956078'), (u'INDIRECT_-1206957414', u'MULTIEQUAL_-1206955155'), (u'MULTIEQUAL_-1206956799', u'MULTIEQUAL_-1206956783'), (u'MULTIEQUAL_-1206958859', u'MULTIEQUAL_-1206958176'), (u'CALL_-1206962230', u'INDIRECT_-1206954987'), (u'INDIRECT_-1206957962', u'COPY_-1206958014'), (u'INDIRECT_-1206955977', u'MULTIEQUAL_-1206957696'), (u'CALL_-1206963720', u'INDIRECT_-1206958000'), (u'MULTIEQUAL_-1206957190', u'MULTIEQUAL_-1206957163'), (u'CALL_-1206961471', u'INDIRECT_-1206953904'), (u'CALL_-1206961471', u'INDIRECT_-1206955597'), (u'CALL_-1206966464', u'INDIRECT_-1206957414'), (u'MULTIEQUAL_-1206953664', u'MULTIEQUAL_-1206953640'), (u'CALL_-1206961160', u'INDIRECT_-1206955681'), (u'INDIRECT_-1206956869', u'MULTIEQUAL_-1206956799'), (u'INDIRECT_-1206957676', u'MULTIEQUAL_-1206957714'), (u'CALL_-1206964010', u'INDIRECT_-1206956481'), (u'INDIRECT_-1206955663', u'MULTIEQUAL_-1206953743'), (u'MULTIEQUAL_-1206955487', u'MULTIEQUAL_-1206955609'), (u'CALL_-1206966605', u'INDIRECT_-1206958082'), ('const-6', u'INT_LESS_-1206963083'), (u'CALL_-1206961572', u'INDIRECT_-1206955271'), (u'INDIRECT_-1206955128', u'MULTIEQUAL_-1206955214'), (u'CALL_-1206962705', u'INDIRECT_-1206956264'), (u'INT_MULT_-1206952458', u'INT_ADD_-1206952470'), (u'INDIRECT_-1206957059', u'MULTIEQUAL_-1206956942'), (u'MULTIEQUAL_-1206956195', u'MULTIEQUAL_-1206957625'), (u'COPY_-1206953186', u'MULTIEQUAL_-1206958046'), (u'INDIRECT_-1206957679', u'COPY_-1206957731'), (u'MULTIEQUAL_-1206958212', u'MULTIEQUAL_-1206958165'), (u'INDIRECT_-1206955828', u'MULTIEQUAL_-1206955730'), (u'CALL_-1206962479', u'INDIRECT_-1206955541'), (u'LOAD_-1206964414', u'MULTIEQUAL_-1206956545'), (u'INT_SUB_-1206966295', u'MULTIEQUAL_-1206954264'), (u'CALL_-1206961489', u'INDIRECT_-1206953489'), (u'MULTIEQUAL_-1206956371', u'MULTIEQUAL_-1206956332'), (u'CALL_-1206961673', u'INDIRECT_-1206956327'), (u'CALL_-1206961603', u'INDIRECT_-1206953544'), (u'INDIRECT_-1206955843', u'COPY_-1206955857'), (u'CALL_-1206961541', u'INDIRECT_-1206954356'), (u'CALL_-1206964068', u'INDIRECT_-1206956811'), (u'CALL_-1206961709', u'INDIRECT_-1206956415'), (u'MULTIEQUAL_-1206955186', u'MULTIEQUAL_-1206955170'), (u'CALL_-1206961489', u'INDIRECT_-1206954758'), (u'INDIRECT_-1206955488', u'MULTIEQUAL_-1206953515'), (u'CALL_-1206963330', u'INDIRECT_-1206954900'), (u'MULTIEQUAL_-1206956352', u'MULTIEQUAL_-1206956316'), ('tmp_2805', u'BRANCH_-1206963347'), (u'CALL_-1206963443', u'INDIRECT_-1206956022'), (u'INDIRECT_-1206957922', u'MULTIEQUAL_-1206957800'), (u'MULTIEQUAL_-1206952060', u'MULTIEQUAL_-1206952051'), (u'LOAD_-1206961881', u'CALL_-1206961128'), (u'INDIRECT_-1206955405', u'MULTIEQUAL_-1206955847'), (u'INDIRECT_-1206953816', u'MULTIEQUAL_-1206953674'), (u'INDIRECT_-1206955270', u'MULTIEQUAL_-1206953352'), (u'MULTIEQUAL_-1206957176', u'MULTIEQUAL_-1206956493'), (u'CALL_-1206964010', u'INDIRECT_-1206955352'), (u'MULTIEQUAL_-1206955329', u'MULTIEQUAL_-1206954802'), (u'CALL_-1206963457', u'INDIRECT_-1206955484'), (u'INDIRECT_-1206957883', u'MULTIEQUAL_-1206957837'), (u'MULTIEQUAL_-1206953959', u'MULTIEQUAL_-1206953950'), (u'INDIRECT_-1206954635', u'MULTIEQUAL_-1206955327'), (u'CALL_-1206961541', u'INDIRECT_-1206952364'), (u'CALL_-1206966560', u'INDIRECT_-1206959320'), (u'MULTIEQUAL_-1206959551', u'INT_EQUAL_-1206963638'), (u'CALL_-1206965208', u'INDIRECT_-1206958165'), (u'INDIRECT_-1206954491', u'MULTIEQUAL_-1206954396'), (u'CALL_-1206966488', u'INDIRECT_-1206957151'), (u'INDIRECT_-1206957092', u'MULTIEQUAL_-1206956989'), (u'INT_NOTEQUAL_-1206964051', u'CBRANCH_-1206964051'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206952959'), (u'CALL_-1206961629', u'INDIRECT_-1206952662'), (u'CAST_-1206952539', u'CAST_-1206952002'), (u'MULTIEQUAL_-1206958164', u'MULTIEQUAL_-1206958754'), (u'MULTIEQUAL_-1206955534', u'MULTIEQUAL_-1206954970'), (u'MULTIEQUAL_-1206954347', u'MULTIEQUAL_-1206953371'), (u'CALL_-1206961128', u'INDIRECT_-1206952765'), ('const-1', u'PTRADD_-1206952484'), (u'PTRSUB_-1206951768', u'CALL_-1206961572'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206956960'), (u'INDIRECT_-1206954632', u'MULTIEQUAL_-1206954568'), (u'INDIRECT_-1206953949', u'MULTIEQUAL_-1206953953'), (u'CALL_-1206961375', u'INDIRECT_-1206954169'), (u'CALL_-1206964279', u'INDIRECT_-1206954630'), (u'MULTIEQUAL_-1206960867', u'MULTIEQUAL_-1206960955'), (u'MULTIEQUAL_-1206954466', u'MULTIEQUAL_-1206953490'), (u'CALL_-1206962479', u'INDIRECT_-1206956952'), (u'INDIRECT_-1206955546', u'MULTIEQUAL_-1206955448'), (u'CALL_-1206964068', u'INDIRECT_-1206954413'), (u'CALL_-1206965223', u'INDIRECT_-1206956625'), (u'CALL_-1206963513', u'INDIRECT_-1206955817'), (u'INDIRECT_-1206954413', u'COPY_-1206954470'), (u'INDIRECT_-1206956286', u'MULTIEQUAL_-1206956242'), (u'INT_SLESS_-1206963528', u'CBRANCH_-1206963524'), (u'MULTIEQUAL_-1206954975', u'MULTIEQUAL_-1206955111'), (u'INDIRECT_-1206956607', u'MULTIEQUAL_-1206956542'), (u'MULTIEQUAL_-1206957587', u'MULTIEQUAL_-1206956613'), (u'CALL_-1206961538', u'INDIRECT_-1206955951'), (u'CALL_-1206961732', u'INDIRECT_-1206955187'), (u'MULTIEQUAL_-1206957129', u'CALL_-1206963314'), (u'CALL_-1206963513', u'INDIRECT_-1206953305'), (u'CALL_-1206961541', u'INDIRECT_-1206956051'), (u'CALL_-1206961185', u'INDIRECT_-1206952701'), ('const-2', u'CALL_-1206963657'), (u'CALL_-1206963564', u'INDIRECT_-1206957922'), (u'INDIRECT_-1206954929', u'MULTIEQUAL_-1206954520'), (u'INDIRECT_-1206956612', u'MULTIEQUAL_-1206956597'), (u'CALL_-1206962705', u'INDIRECT_-1206955980'), (u'INDIRECT_-1206958174', u'MULTIEQUAL_-1206957869'), (u'MULTIEQUAL_-1206954262', u'MULTIEQUAL_-1206954238'), (u'INDIRECT_-1206955099', u'MULTIEQUAL_-1206954977'), (u'STORE_-1206961017', u'INDIRECT_-1206953366'), (u'INDIRECT_-1206953153', u'MULTIEQUAL_-1206953091'), (u'CALL_-1206963575', u'INDIRECT_-1206956395'), (u'CALL_-1206963330', u'INDIRECT_-1206955041'), ('const-433', u'STORE_-1206961707'), (u'LOAD_-1206966250', u'CAST_-1206954178'), (u'MULTIEQUAL_-1206958588', u'MULTIEQUAL_-1206958561'), (u'MULTIEQUAL_-1206959013', u'MULTIEQUAL_-1206958984'), (u'STORE_-1206961707', u'INDIRECT_-1206955984'), (u'CALL_-1206961615', u'INDIRECT_-1206955246'), (u'MULTIEQUAL_-1206956174', u'MULTIEQUAL_-1206956158'), (u'INDIRECT_-1206956609', u'INT_SLESS_-1206966499'), (u'INDIRECT_-1206955882', u'MULTIEQUAL_-1206955812'), (u'CALL_-1206961160', u'INDIRECT_-1206954834'), ('const-8', u'INT_ADD_-1206963460'), ('const-1', u'RETURN_-1206964063'), (u'INDIRECT_-1206958119', u'MULTIEQUAL_-1206957946'), (u'INDIRECT_-1206953611', u'MULTIEQUAL_-1206953556'), (u'CALL_-1206962820', u'INDIRECT_-1206954324'), (u'CAST_-1206954059', u'LOAD_-1206965996'), (u'CALL_-1206966464', u'INDIRECT_-1206956991'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957584'), (u'INDIRECT_-1206954776', u'MULTIEQUAL_-1206955468'), (u'INDIRECT_-1206956400', u'MULTIEQUAL_-1206958119'), (u'MULTIEQUAL_-1206953780', u'MULTIEQUAL_-1206955240'), (u'STORE_-1206961742', u'INDIRECT_-1206956426'), ('const-0', u'INT_SLESS_-1206963334'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206956396'), (u'INDIRECT_-1206953225', u'MULTIEQUAL_-1206953133'), (u'CALL_-1206964068', u'INDIRECT_-1206953289'), (u'INDIRECT_-1206955961', u'MULTIEQUAL_-1206955860'), (u'INDIRECT_-1206956636', u'MULTIEQUAL_-1206958447'), (u'INT_NOTEQUAL_-1206962490', u'CBRANCH_-1206962489'), (u'INDIRECT_-1206956797', u'MULTIEQUAL_-1206954802'), (u'INDIRECT_-1206957220', u'INT_EQUAL_-1206965357'), (u'MULTIEQUAL_-1206955074', u'MULTIEQUAL_-1206955047'), (u'STORE_-1206963275', u'INDIRECT_-1206956777'), (u'CALL_-1206961603', u'INDIRECT_-1206954954'), (u'MULTIEQUAL_-1206954411', u'MULTIEQUAL_-1206954547'), (u'CALL_-1206965188', u'INDIRECT_-1206955759'), (u'CALL_-1206963482', u'INDIRECT_-1206957065'), (u'CALL_-1206964068', u'INDIRECT_-1206953652'), ('const-3', u'CALL_-1206961732'), (u'INDIRECT_-1206953165', u'MULTIEQUAL_-1206953140'), (u'CALL_-1206961572', u'INDIRECT_-1206955130'), (u'INDIRECT_-1206952205', u'MULTIEQUAL_-1206952170'), (u'INDIRECT_-1206953322', u'MULTIEQUAL_-1206953286'), (u'CALL_-1206961615', u'INDIRECT_-1206955810'), ('const-433', u'LOAD_-1206961779'), (u'CAST_-1206952425', u'MULTIEQUAL_-1206958487'), (u'INDIRECT_-1206952923', u'MULTIEQUAL_-1206954839'), (u'STORE_-1206961701', u'INDIRECT_-1206956471'), (u'MULTIEQUAL_-1206955876', u'MULTIEQUAL_-1206955274'), (u'INDIRECT_-1206955942', u'MULTIEQUAL_-1206955859'), (u'CALL_-1206961160', u'INDIRECT_-1206953988'), (u'CALL_-1206963575', u'INDIRECT_-1206956253'), (u'INDIRECT_-1206956574', u'MULTIEQUAL_-1206956478'), (u'LOAD_-1206961928', u'INT_NOTEQUAL_-1206961912'), (u'INDIRECT_-1206953408', u'MULTIEQUAL_-1206954347'), (u'INDIRECT_-1206954292', u'COPY_-1206954306'), (u'MULTIEQUAL_-1206955468', u'MULTIEQUAL_-1206955452'), (u'INDIRECT_-1206955969', u'MULTIEQUAL_-1206955871'), (u'INDIRECT_-1206954563', u'MULTIEQUAL_-1206954649'), (u'CALL_-1206961128', u'INDIRECT_-1206955523'), (u'STORE_-1206961707', u'INDIRECT_-1206955278'), (u'INDIRECT_-1206955682', u'MULTIEQUAL_-1206955531'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955186'), (u'CALL_-1206963376', u'INDIRECT_-1206953532'), (u'MULTIEQUAL_-1206956033', u'MULTIEQUAL_-1206956017'), (u'INDIRECT_-1206955783', u'MULTIEQUAL_-1206955787'), (u'MULTIEQUAL_-1206955365', u'MULTIEQUAL_-1206954802'), (u'CALL_-1206962796', u'INDIRECT_-1206952506'), (u'LOAD_-1206963449', u'INT_NOTEQUAL_-1206963428'), ('tmp_3587', u'CBRANCH_-1206964242'), (u'CALL_-1206965188', u'INDIRECT_-1206958016'), ('tmp_3336', u'CBRANCH_-1206963353'), (u'MULTIEQUAL_-1206955242', u'MULTIEQUAL_-1206955222'), (u'CALL_-1206963447', u'INDIRECT_-1206956904'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956737'), (u'CALL_-1206961527', u'INDIRECT_-1206952248'), (u'INT_EQUAL_-1206964107', u'CBRANCH_-1206964105'), (u'CALL_-1206961471', u'INDIRECT_-1206952097'), (u'CALL_-1206966522', u'INDIRECT_-1206957455'), (u'MULTIEQUAL_-1206953442', u'MULTIEQUAL_-1206952678'), (u'CALL_-1206963359', u'INDIRECT_-1206954209'), (u'CALL_-1206966621', u'INDIRECT_-1206959367'), (u'CALL_-1206966645', u'INDIRECT_-1206956846'), ('tmp_1482', u'CBRANCH_-1206964477'), (u'INT_ADD_-1206963823', u'INT_ADD_-1206953270'), (u'INDIRECT_-1206955865', u'MULTIEQUAL_-1206957049'), (u'INDIRECT_-1206956763', u'BRANCHIND_-1206963917'), (u'INDIRECT_-1206956452', u'MULTIEQUAL_-1206956357'), (u'STORE_-1206961742', u'INDIRECT_-1206956285'), (u'CALL_-1206966522', u'INDIRECT_-1206959148'), ('tmp_5132', u'CBRANCH_-1206964549'), ('const-1096896', u'COPY_-1206962656'), (u'CALL_-1206966522', u'INDIRECT_-1206958443'), (u'CALL_-1206962479', u'INDIRECT_-1206953170'), (u'INDIRECT_-1206952840', u'MULTIEQUAL_-1206952804'), (u'CALL_-1206966480', u'INDIRECT_-1206955695'), (u'CALL_-1206962796', u'INDIRECT_-1206952744'), (u'CALL_-1206963513', u'INDIRECT_-1206956946'), (u'CALL_-1206966544', u'INDIRECT_-1206955382'), ('tmp_880', u'CBRANCH_-1206966025'), (u'CALL_-1206966522', u'INDIRECT_-1206957737'), (u'CALL_-1206961538', u'INDIRECT_-1206955810'), (u'CALL_-1206964068', u'INDIRECT_-1206954695'), (u'INT_SEXT_-1206965979', u'INT_ADD_-1206965971'), (u'PTRADD_-1206954316', u'PTRADD_-1206952582'), (u'INDIRECT_-1206955926', u'MULTIEQUAL_-1206955775'), (u'CALL_-1206963457', u'INDIRECT_-1206956472'), (u'CALL_-1206966645', u'INDIRECT_-1206955944'), (u'INDIRECT_-1206955194', u'MULTIEQUAL_-1206955064'), (u'CALL_-1206966544', u'INDIRECT_-1206959307'), (u'INDIRECT_-1206956609', u'MULTIEQUAL_-1206956463'), (u'INDIRECT_-1206955930', u'MULTIEQUAL_-1206957741'), (u'INDIRECT_-1206958805', u'MULTIEQUAL_-1206958843'), (u'CALL_-1206966544', u'INDIRECT_-1206955739'), ('const-8', u'INT_MULT_-1206963567'), (u'MULTIEQUAL_-1206953317', u'MULTIEQUAL_-1206952553'), (u'CALL_-1206963182', u'INDIRECT_-1206957283'), (u'CALL_-1206965235', u'INDIRECT_-1206958185'), (u'STORE_-1206961742', u'INDIRECT_-1206954733'), (u'CALL_-1206965223', u'INDIRECT_-1206957613'), (u'CALL_-1206962505', u'INDIRECT_-1206954700'), (u'INDIRECT_-1206957215', u'MULTIEQUAL_-1206957093'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957115'), (u'CALL_-1206963447', u'INDIRECT_-1206955353'), (u'INDIRECT_-1206955240', u'MULTIEQUAL_-1206955118'), (u'CALL_-1206962820', u'INDIRECT_-1206952999'), (u'INDIRECT_-1206955872', u'MULTIEQUAL_-1206955706'), (u'CALL_-1206965208', u'INDIRECT_-1206956472'), (u'MULTIEQUAL_-1206954591', u'MULTIEQUAL_-1206953615'), (u'INDIRECT_-1206954146', u'MULTIEQUAL_-1206954129'), (u'CALL_-1206961629', u'INDIRECT_-1206953282'), (u'COPY_-1206964089', u'MULTIEQUAL_-1206958232'), (u'CALL_-1206962820', u'INDIRECT_-1206953901'), (u'STORE_-1206963324', u'INDIRECT_-1206955249'), ('const-433', u'STORE_-1206963453'), (u'INDIRECT_-1206956041', u'COPY_-1206956095'), (u'CALL_-1206961471', u'INDIRECT_-1206955879'), (u'MULTIEQUAL_-1206954322', u'MULTIEQUAL_-1206953759'), (u'CALL_-1206963657', u'INDIRECT_-1206955150'), (u'INDIRECT_-1206953063', u'MULTIEQUAL_-1206953086'), (u'INDIRECT_-1206956495', u'MULTIEQUAL_-1206956377'), (u'INT_SUB_-1206963128', u'MULTIEQUAL_-1206959925'), (u'MULTIEQUAL_-1206954340', u'MULTIEQUAL_-1206954324'), (u'INDIRECT_-1206953890', u'MULTIEQUAL_-1206955074'), (u'INT_SUB_-1206966295', u'INT_ADD_-1206963598'), (u'INDIRECT_-1206957314', u'MULTIEQUAL_-1206957219'), (u'INDIRECT_-1206955352', u'MULTIEQUAL_-1206954747'), ('const-1097016', u'PTRSUB_-1206966157'), (u'CALL_-1206966480', u'INDIRECT_-1206958274'), (u'INDIRECT_-1206955335', u'MULTIEQUAL_-1206955205'), (u'CALL_-1206961527', u'INDIRECT_-1206952129'), (u'INDIRECT_-1206958913', u'MULTIEQUAL_-1206958754'), (u'INDIRECT_-1206954443', u'MULTIEQUAL_-1206954427'), (u'INDIRECT_-1206955709', u'MULTIEQUAL_-1206955628'), (u'MULTIEQUAL_-1206954693', u'MULTIEQUAL_-1206954829'), (u'MULTIEQUAL_-1206952861', u'MULTIEQUAL_-1206952997'), (u'CALL_-1206962505', u'INDIRECT_-1206955969'), (u'MULTIEQUAL_-1206957049', u'MULTIEQUAL_-1206957022'), (u'CALL_-1206962580', u'INDIRECT_-1206956213'), (u'CALL_-1206963513', u'INDIRECT_-1206954689'), (u'INDIRECT_-1206959724', u'MULTIEQUAL_-1206959612'), (u'CALL_-1206963482', u'INDIRECT_-1206956500'), ('const--64', u'PTRSUB_-1206953216'), (u'CALL_-1206961645', u'INDIRECT_-1206953295'), (u'STORE_-1206961701', u'INDIRECT_-1206954287'), (u'MULTIEQUAL_-1206956881', u'MULTIEQUAL_-1206956783'), ('const--2', u'INT_MULT_-1206952462'), (u'INDIRECT_-1206955964', u'MULTIEQUAL_-1206956881'), (u'INDIRECT_-1206958379', u'MULTIEQUAL_-1206958235'), (u'MULTIEQUAL_-1206955813', u'MULTIEQUAL_-1206955789'), (u'CALL_-1206962796', u'INDIRECT_-1206953890'), (u'MULTIEQUAL_-1206954886', u'MULTIEQUAL_-1206955476'), (u'CALL_-1206961519', u'INDIRECT_-1206956048'), ('const-433', u'LOAD_-1206963544'), (u'MULTIEQUAL_-1206958430', u'PTRADD_-1206952410'), (u'CALL_-1206962650', u'INDIRECT_-1206955702'), (u'CALL_-1206961471', u'INDIRECT_-1206954327'), (u'INDIRECT_-1206955613', u'MULTIEQUAL_-1206955476'), (u'CALL_-1206961709', u'INDIRECT_-1206954440'), (u'CALL_-1206961489', u'INDIRECT_-1206955323'), (u'CALL_-1206964256', u'INDIRECT_-1206954239'), (u'INDIRECT_-1206953846', u'MULTIEQUAL_-1206953762'), (u'INDIRECT_-1206954290', u'MULTIEQUAL_-1206954382'), (u'INDIRECT_-1206957151', u'MULTIEQUAL_-1206957223'), (u'MULTIEQUAL_-1206953842', u'MULTIEQUAL_-1206953812'), (u'INDIRECT_-1206955870', u'MULTIEQUAL_-1206955758'), (u'CALL_-1206963330', u'INDIRECT_-1206955887'), (u'CALL_-1206963482', u'INDIRECT_-1206954730'), (u'STORE_-1206963453', u'INDIRECT_-1206955430'), (u'INDIRECT_-1206958300', u'COPY_-1206958354'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206955817'), (u'CALL_-1206963376', u'INDIRECT_-1206956111'), (u'INDIRECT_-1206955905', u'MULTIEQUAL_-1206956597'), (u'CALL_-1206965188', u'INDIRECT_-1206956182'), ('const-4294967295', u'INT_ADD_-1206957595'), (u'MULTIEQUAL_-1206954025', u'MULTIEQUAL_-1206954009'), (u'INDIRECT_-1206956259', u'MULTIEQUAL_-1206957978'), (u'MULTIEQUAL_-1206956660', u'MULTIEQUAL_-1206956613'), (u'MULTIEQUAL_-1206958651', u'CALL_-1206961538'), (u'INT_NOTEQUAL_-1206962798', u'CBRANCH_-1206962793'), (u'CALL_-1206963356', u'INDIRECT_-1206955256'), (u'STORE_-1206963275', u'INDIRECT_-1206954802'), (u'CAST_-1206953066', u'CALL_-1206961527'), (u'INDIRECT_-1206957555', u'MULTIEQUAL_-1206957382'), (u'INDIRECT_-1206954248', u'MULTIEQUAL_-1206956144'), (u'INDIRECT_-1206957220', u'MULTIEQUAL_-1206957061'), (u'INDIRECT_-1206955369', u'MULTIEQUAL_-1206954642'), (u'INDIRECT_-1206953877', u'MULTIEQUAL_-1206953830'), (u'MULTIEQUAL_-1206955531', u'MULTIEQUAL_-1206955507'), (u'CALL_-1206961455', u'INDIRECT_-1206953329'), (u'INDIRECT_-1206958778', u'MULTIEQUAL_-1206958782'), (u'INDIRECT_-1206952418', u'MULTIEQUAL_-1206952354'), (u'CALL_-1206966464', u'INDIRECT_-1206955563'), (u'COPY_-1206952454', u'MULTIEQUAL_-1206959165'), (u'CALL_-1206963330', u'INDIRECT_-1206955746'), (u'CAST_-1206952001', u'STORE_-1206961701'), (u'CALL_-1206963359', u'INDIRECT_-1206953345'), (u'CALL_-1206966480', u'INDIRECT_-1206958979'), (u'CALL_-1206965223', u'INDIRECT_-1206955638'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206955838'), (u'CALL_-1206963314', u'INDIRECT_-1206956865'), ('const-433', u'LOAD_-1206963136'), (u'COPY_-1206958741', u'MULTIEQUAL_-1206958651'), (u'MULTIEQUAL_-1206957036', u'MULTIEQUAL_-1206957009'), (u'CALL_-1206962505', u'INDIRECT_-1206956957'), (u'INDIRECT_-1206956963', u'MULTIEQUAL_-1206955045'), (u'INDIRECT_-1206954540', u'MULTIEQUAL_-1206956285'), (u'CALL_-1206964279', u'INDIRECT_-1206956763'), (u'CALL_-1206961375', u'INDIRECT_-1206953464'), ('const-1', u'COPY_-1206964074'), (u'INDIRECT_-1206955366', u'MULTIEQUAL_-1206957177'), (u'STORE_-1206961701', u'INDIRECT_-1206955980'), (u'CALL_-1206963457', u'INDIRECT_-1206953752'), (u'CALL_-1206961615', u'INDIRECT_-1206953976'), (u'INDIRECT_-1206955187', u'INT_NOTEQUAL_-1206961716'), (u'MULTIEQUAL_-1206957728', u'MULTIEQUAL_-1206956754'), (u'INDIRECT_-1206956748', u'MULTIEQUAL_-1206956684'), (u'CALL_-1206963330', u'INDIRECT_-1206956029'), (u'STORE_-1206963324', u'INDIRECT_-1206956660'), ('const-1094009', u'COPY_-1206952471'), (u'INDIRECT_-1206953295', u'MULTIEQUAL_-1206953456'), (u'INT_AND_-1206964327', u'INT_NOTEQUAL_-1206964326'), ('const-0', u'INT_EQUAL_-1206961862'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958244'), (u'MULTIEQUAL_-1206956776', u'MULTIEQUAL_-1206956767'), (u'INDIRECT_-1206957074', u'MULTIEQUAL_-1206956952'), (u'CALL_-1206961794', u'INDIRECT_-1206954795'), (u'CALL_-1206963513', u'INDIRECT_-1206956805'), (u'CALL_-1206966645', u'INDIRECT_-1206955462'), (u'PTRADD_-1206952119', u'STORE_-1206961017'), (u'CAST_-1206952539', u'CALL_-1206961185'), (u'CALL_-1206961725', u'INDIRECT_-1206953528'), (u'INDIRECT_-1206955721', u'MULTIEQUAL_-1206955963'), (u'MULTIEQUAL_-1206955189', u'MULTIEQUAL_-1206954215'), (u'INDIRECT_-1206955599', u'MULTIEQUAL_-1206953775'), (u'MULTIEQUAL_-1206955812', u'MULTIEQUAL_-1206955796'), ('tmp_21670', u'PTRSUB_-1206954444'), (u'CALL_-1206961569', u'INDIRECT_-1206956065'), (u'CALL_-1206963314', u'INDIRECT_-1206956160'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206956581'), (u'INDIRECT_-1206959478', u'MULTIEQUAL_-1206959538'), (u'MULTIEQUAL_-1206955329', u'MULTIEQUAL_-1206955207'), (u'MULTIEQUAL_-1206957788', u'MULTIEQUAL_-1206956960'), (u'CALL_-1206962729', u'INDIRECT_-1206955144'), (u'COPY_-1206952898', u'MULTIEQUAL_-1206958913'), (u'CALL_-1206961128', u'INDIRECT_-1206953830'), (u'INDIRECT_-1206955926', u'MULTIEQUAL_-1206953689'), (u'CALL_-1206961629', u'INDIRECT_-1206956105'), (u'INDIRECT_-1206955714', u'MULTIEQUAL_-1206953762'), (u'INDIRECT_-1206955848', u'MULTIEQUAL_-1206955722'), (u'MULTIEQUAL_-1206956352', u'MULTIEQUAL_-1206956343'), (u'MULTIEQUAL_-1206957318', u'MULTIEQUAL_-1206956635'), (u'MULTIEQUAL_-1206957787', u'MULTIEQUAL_-1206956895'), (u'CALL_-1206966381', u'INDIRECT_-1206955626'), (u'COPY_-1206959548', u'MULTIEQUAL_-1206959469'), (u'INDIRECT_-1206954511', u'MULTIEQUAL_-1206954228'), (u'INDIRECT_-1206954671', u'MULTIEQUAL_-1206956567'), (u'MULTIEQUAL_-1206955506', u'MULTIEQUAL_-1206955470'), (u'CALL_-1206961128', u'INDIRECT_-1206952402'), (u'CALL_-1206963611', u'INDIRECT_-1206957104'), (u'MULTIEQUAL_-1206958494', u'MULTIEQUAL_-1206957666'), ('const-433', u'LOAD_-1206965996'), (u'INDIRECT_-1206954313', u'MULTIEQUAL_-1206954263'), (u'CALL_-1206961794', u'INDIRECT_-1206955218'), (u'CALL_-1206963564', u'INDIRECT_-1206955099'), (u'MULTIEQUAL_-1206960939', u'INT_ADD_-1206964564'), (u'MULTIEQUAL_-1206957994', u'MULTIEQUAL_-1206957038'), (u'CALL_-1206961519', u'INDIRECT_-1206953648'), (u'CALL_-1206960896', u'INDIRECT_-1206955692'), (u'INDIRECT_-1206958349', u'INT_NOTEQUAL_-1206966026'), (u'CALL_-1206963513', u'INDIRECT_-1206954971'), (u'CALL_-1206961645', u'INDIRECT_-1206954338'), (u'MULTIEQUAL_-1206953210', u'MULTIEQUAL_-1206953331'), (u'CALL_-1206962230', u'INDIRECT_-1206953396'), (u'INT_SUB_-1206966295', u'COPY_-1206954265'), (u'INDIRECT_-1206955692', u'MULTIEQUAL_-1206956990'), (u'CALL_-1206962479', u'INDIRECT_-1206954977'), (u'INDIRECT_-1206956048', u'MULTIEQUAL_-1206955956'), (u'MULTIEQUAL_-1206954923', u'MULTIEQUAL_-1206954972'), (u'INDIRECT_-1206956427', u'MULTIEQUAL_-1206956254'), (u'INDIRECT_-1206954692', u'MULTIEQUAL_-1206954591'), (u'MULTIEQUAL_-1206957164', u'MULTIEQUAL_-1206956190'), (u'STORE_-1206961742', u'INDIRECT_-1206955580'), (u'CALL_-1206962796', u'INDIRECT_-1206954172'), (u'CALL_-1206963314', u'INDIRECT_-1206953440'), (u'CALL_-1206965188', u'INDIRECT_-1206954732'), (u'MULTIEQUAL_-1206954353', u'COPY_-1206952872'), (u'INDIRECT_-1206955394', u'MULTIEQUAL_-1206956471'), ('const-0', u'INT_NOTEQUAL_-1206962868'), (u'MULTIEQUAL_-1206956519', u'MULTIEQUAL_-1206955691'), (u'INDIRECT_-1206954836', u'COPY_-1206954893'), (u'INDIRECT_-1206954977', u'MULTIEQUAL_-1206955894'), (u'INDIRECT_-1206958244', u'COPY_-1206958296'), (u'CALL_-1206961732', u'INDIRECT_-1206954059'), (u'INDIRECT_-1206955731', u'MULTIEQUAL_-1206955565'), (u'CALL_-1206961541', u'INDIRECT_-1206952608'), (u'INDIRECT_-1206957817', u'MULTIEQUAL_-1206957855'), (u'CALL_-1206961615', u'INDIRECT_-1206953835'), (u'CALL_-1206964279', u'INDIRECT_-1206958033'), (u'MULTIEQUAL_-1206957304', u'MULTIEQUAL_-1206957183'), (u'CALL_-1206961538', u'INDIRECT_-1206955669'), (u'MULTIEQUAL_-1206955750', u'MULTIEQUAL_-1206955734'), (u'INDIRECT_-1206952701', u'MULTIEQUAL_-1206954839'), (u'CALL_-1206961732', u'INDIRECT_-1206955328'), (u'INDIRECT_-1206955493', u'MULTIEQUAL_-1206955084'), (u'MULTIEQUAL_-1206957646', u'MULTIEQUAL_-1206956754'), (u'INDIRECT_-1206955156', u'MULTIEQUAL_-1206955398'), (u'INDIRECT_-1206956510', u'CALL_-1206966560'), (u'INDIRECT_-1206952719', u'MULTIEQUAL_-1206952980'), (u'CALL_-1206961185', u'INDIRECT_-1206955719'), (u'LOAD_-1206961881', u'MULTIEQUAL_-1206957866'), (u'INDIRECT_-1206955727', u'MULTIEQUAL_-1206955672'), (u'INDIRECT_-1206956198', u'MULTIEQUAL_-1206955789'), (u'INDIRECT_-1206957922', u'MULTIEQUAL_-1206957805'), (u'INDIRECT_-1206952679', u'MULTIEQUAL_-1206954595'), (u'INDIRECT_-1206956697', u'MULTIEQUAL_-1206956060'), (u'CALL_-1206963457', u'INDIRECT_-1206954779'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964091'), (u'INDIRECT_-1206955672', u'MULTIEQUAL_-1206955626'), (u'INDIRECT_-1206956512', u'MULTIEQUAL_-1206956378'), (u'MULTIEQUAL_-1206954165', u'PTRADD_-1206952707'), (u'MULTIEQUAL_-1206955188', u'MULTIEQUAL_-1206954661'), (u'MULTIEQUAL_-1206957599', u'MULTIEQUAL_-1206958189'), (u'CALL_-1206964167', u'INDIRECT_-1206954442'), (u'CALL_-1206963564', u'INDIRECT_-1206957779'), (u'INT_SLESS_-1206964230', u'CBRANCH_-1206964237'), (u'INDIRECT_-1206953262', u'MULTIEQUAL_-1206953179'), (u'MULTIEQUAL_-1206955988', u'MULTIEQUAL_-1206957448'), (u'INDIRECT_-1206954833', u'MULTIEQUAL_-1206954732'), (u'INDIRECT_-1206955482', u'MULTIEQUAL_-1206955390'), (u'INDIRECT_-1206954248', u'MULTIEQUAL_-1206954144'), (u'MULTIEQUAL_-1206956240', u'MULTIEQUAL_-1206956210'), (u'INDIRECT_-1206957715', u'MULTIEQUAL_-1206957787'), (u'INDIRECT_-1206954212', u'MULTIEQUAL_-1206954904'), (u'INDIRECT_-1206958628', u'MULTIEQUAL_-1206958511'), (u'CALL_-1206962650', u'INDIRECT_-1206954856'), (u'CALL_-1206961725', u'INDIRECT_-1206956427'), (u'INDIRECT_-1206954418', u'MULTIEQUAL_-1206956320'), (u'CALL_-1206961709', u'INDIRECT_-1206954158'), (u'INDIRECT_-1206957706', u'MULTIEQUAL_-1206957540'), (u'INDIRECT_-1206957922', u'MULTIEQUAL_-1206957788'), (u'INT_SEXT_-1206966333', u'INT_ADD_-1206954363'), (u'INDIRECT_-1206953749', u'MULTIEQUAL_-1206954933'), (u'INDIRECT_-1206956821', u'MULTIEQUAL_-1206954903'), (u'CALL_-1206961615', u'INDIRECT_-1206955387'), (u'MULTIEQUAL_-1206956881', u'MULTIEQUAL_-1206956759'), (u'CAST_-1206953066', u'CALL_-1206963611'), (u'MULTIEQUAL_-1206956799', u'MULTIEQUAL_-1206955907'), (u'INT_ADD_-1206952710', u'PTRADD_-1206952663'), (u'MULTIEQUAL_-1206956517', u'MULTIEQUAL_-1206956501'), (u'INDIRECT_-1206956957', u'MULTIEQUAL_-1206956859'), ('const-45', u'INT_NOTEQUAL_-1206966227'), (u'MULTIEQUAL_-1206956235', u'MULTIEQUAL_-1206956219'), (u'INDIRECT_-1206957781', u'MULTIEQUAL_-1206957664'), (u'MULTIEQUAL_-1206955638', u'MULTIEQUAL_-1206955611'), (u'CALL_-1206961603', u'INDIRECT_-1206954108'), (u'MULTIEQUAL_-1206956665', u'MULTIEQUAL_-1206956101'), (u'CALL_-1206963447', u'INDIRECT_-1206957610'), (u'INDIRECT_-1206955264', u'MULTIEQUAL_-1206957166'), (u'CALL_-1206962650', u'INDIRECT_-1206955420'), (u'CALL_-1206966464', u'INDIRECT_-1206959250'), (u'CALL_-1206966157', u'INDIRECT_-1206956938'), (u'CALL_-1206962796', u'INDIRECT_-1206956961'), (u'CALL_-1206962580', u'INDIRECT_-1206953277'), (u'CALL_-1206962230', u'INDIRECT_-1206955833'), ('const-1', u'INT_ADD_-1206953016'), (u'INDIRECT_-1206956841', u'MULTIEQUAL_-1206956794'), (u'CALL_-1206964010', u'INDIRECT_-1206953902'), (u'CALL_-1206965223', u'INDIRECT_-1206957331'), (u'CALL_-1206963182', u'INDIRECT_-1206954406'), (u'CALL_-1206961489', u'INDIRECT_-1206954194'), (u'INDIRECT_-1206954695', u'COPY_-1206954752'), (u'INDIRECT_-1206955439', u'MULTIEQUAL_-1206955681'), (u'CALL_-1206961128', u'INDIRECT_-1206956089'), (u'CALL_-1206966480', u'INDIRECT_-1206956440'), (u'INDIRECT_-1206954440', u'INT_EQUAL_-1206961666'), (u'INDIRECT_-1206955055', u'MULTIEQUAL_-1206954991'), (u'CALL_-1206966544', u'INDIRECT_-1206957471'), ('const-0', u'COPY_-1206958093'), (u'CALL_-1206962838', u'INDIRECT_-1206955518'), (u'INDIRECT_-1206954810', u'MULTIEQUAL_-1206954755'), (u'INDIRECT_-1206954112', u'COPY_-1206954141'), (u'INT_NOTEQUAL_-1206965316', u'CBRANCH_-1206965310'), (u'MULTIEQUAL_-1206955894', u'MULTIEQUAL_-1206955796'), (u'INDIRECT_-1206957911', u'MULTIEQUAL_-1206957787'), (u'INDIRECT_-1206957601', u'MULTIEQUAL_-1206957555'), (u'CALL_-1206966488', u'INDIRECT_-1206958985'), (u'CALL_-1206963720', u'INDIRECT_-1206954313'), (u'CALL_-1206961375', u'INDIRECT_-1206954028'), (u'INDIRECT_-1206956748', u'MULTIEQUAL_-1206956639'), (u'CALL_-1206961375', u'INDIRECT_-1206955156'), (u'INDIRECT_-1206955035', u'MULTIEQUAL_-1206953211'), (u'CALL_-1206965235', u'INDIRECT_-1206957056'), (u'CALL_-1206963376', u'INDIRECT_-1206955405'), (u'MULTIEQUAL_-1206956598', u'MULTIEQUAL_-1206956545'), (u'CALL_-1206961870', u'INDIRECT_-1206953083'), ('const-0', u'INT_SLESS_-1206964483'), ('const-0', u'INT_NOTEQUAL_-1206961937'), (u'CALL_-1206961541', u'INDIRECT_-1206953228'), (u'MULTIEQUAL_-1206956001', u'MULTIEQUAL_-1206958070'), (u'MULTIEQUAL_-1206955514', u'MULTIEQUAL_-1206954684'), (u'STORE_-1206961017', u'INDIRECT_-1206953507'), (u'INDIRECT_-1206956984', u'MULTIEQUAL_-1206955032'), (u'CALL_-1206963564', u'INDIRECT_-1206953997'), (u'CALL_-1206966605', u'INDIRECT_-1206957518'), (u'COPY_-1206964035', u'MULTIEQUAL_-1206958232'), (u'INDIRECT_-1206953783', u'MULTIEQUAL_-1206953396'), (u'MULTIEQUAL_-1206955806', u'MULTIEQUAL_-1206955767'), (u'MULTIEQUAL_-1206954262', u'MULTIEQUAL_-1206954801'), (u'CALL_-1206966522', u'INDIRECT_-1206958725'), (u'CALL_-1206966560', u'INDIRECT_-1206958754'), (u'INDIRECT_-1206954749', u'MULTIEQUAL_-1206954684'), (u'CALL_-1206961471', u'INDIRECT_-1206953622'), (u'CAST_-1206952539', u'CALL_-1206961538'), (u'MULTIEQUAL_-1206956722', u'MULTIEQUAL_-1206955958'), (u'INDIRECT_-1206955573', u'MULTIEQUAL_-1206953621'), (u'CALL_-1206962729', u'INDIRECT_-1206954862'), (u'INT_NEGATE_-1206963097', u'INT_SUB_-1206952412'), (u'MULTIEQUAL_-1206954747', u'MULTIEQUAL_-1206954145'), (u'CALL_-1206966673', u'INDIRECT_-1206957425'), (u'CALL_-1206966381', u'INDIRECT_-1206959051'), (u'CALL_-1206963482', u'INDIRECT_-1206955936'), (u'INDIRECT_-1206956816', u'MULTIEQUAL_-1206956718'), (u'INDIRECT_-1206957169', u'COPY_-1206957223'), (u'PTRSUB_-1206966157', u'CAST_-1206954161'), (u'CALL_-1206966464', u'INDIRECT_-1206956709'), ('const-2', u'INT_SLESS_-1206966244'), (u'CALL_-1206966544', u'INDIRECT_-1206957189'), (u'INDIRECT_-1206953902', u'MULTIEQUAL_-1206953317'), (u'INDIRECT_-1206955200', u'MULTIEQUAL_-1206955892'), (u'MULTIEQUAL_-1206955108', u'MULTIEQUAL_-1206955647'), (u'CALL_-1206963513', u'INDIRECT_-1206953662'), (u'INDIRECT_-1206956182', u'MULTIEQUAL_-1206956052'), (u'CALL_-1206966522', u'INDIRECT_-1206955967'), ('const-27', u'PTRADD_-1206951885'), (u'INDIRECT_-1206955337', u'MULTIEQUAL_-1206955228'), (u'INDIRECT_-1206956997', u'MULTIEQUAL_-1206956901'), (u'INDIRECT_-1206956895', u'MULTIEQUAL_-1206956849'), (u'INDIRECT_-1206954056', u'MULTIEQUAL_-1206954199'), (u'CALL_-1206963720', u'INDIRECT_-1206955882'), ('tmp_2098', u'CBRANCH_-1206964051'), (u'INDIRECT_-1206956030', u'LOAD_-1206966596'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206956176'), (u'INDIRECT_-1206957151', u'MULTIEQUAL_-1206955327'), (u'CALL_-1206964010', u'INDIRECT_-1206956339'), (u'INDIRECT_-1206955112', u'MULTIEQUAL_-1206956189'), (u'MULTIEQUAL_-1206954886', u'MULTIEQUAL_-1206954203'), (u'MULTIEQUAL_-1206952967', u'MULTIEQUAL_-1206952923'), (u'PTRADD_-1206952410', u'MULTIEQUAL_-1206958390'), (u'INDIRECT_-1206954936', u'MULTIEQUAL_-1206954940'), (u'COPY_-1206952712', u'INT_ADD_-1206964096'), (u'CALL_-1206961794', u'INDIRECT_-1206956347'), (u'CALL_-1206966645', u'INDIRECT_-1206956564'), (u'INDIRECT_-1206955518', u'MULTIEQUAL_-1206957414'), (u'CALL_-1206961541', u'INDIRECT_-1206955626'), (u'INDIRECT_-1206954406', u'MULTIEQUAL_-1206954262'), (u'CALL_-1206964279', u'INDIRECT_-1206957892'), (u'CALL_-1206966544', u'INDIRECT_-1206958459'), (u'INDIRECT_-1206953603', u'MULTIEQUAL_-1206955721'), (u'INDIRECT_-1206955400', u'COPY_-1206955457'), (u'CALL_-1206961541', u'INDIRECT_-1206952483'), (u'CALL_-1206963720', u'INDIRECT_-1206956869'), (u'INDIRECT_-1206956099', u'MULTIEQUAL_-1206957176'), (u'INDIRECT_-1206954171', u'MULTIEQUAL_-1206952367'), (u'MULTIEQUAL_-1206955779', u'MULTIEQUAL_-1206955752'), (u'MULTIEQUAL_-1206953301', u'MULTIEQUAL_-1206953840'), (u'MULTIEQUAL_-1206956371', u'MULTIEQUAL_-1206956351'), (u'MULTIEQUAL_-1206954942', u'MULTIEQUAL_-1206954933'), (u'INDIRECT_-1206955823', u'MULTIEQUAL_-1206956740'), (u'INDIRECT_-1206957241', u'MULTIEQUAL_-1206959141'), (u'CALL_-1206962230', u'INDIRECT_-1206955551'), (u'INDIRECT_-1206953316', u'MULTIEQUAL_-1206955240'), ('tmp_3625', u'CBRANCH_-1206964221'), ('const-0', u'INT_NOTEQUAL_-1206961890'), (u'CALL_-1206963611', u'INDIRECT_-1206956398'), (u'INDIRECT_-1206957273', u'MULTIEQUAL_-1206957100'), (u'CALL_-1206964010', u'INDIRECT_-1206953664'), (u'INDIRECT_-1206956106', u'COPY_-1206956163'), (u'INDIRECT_-1206955018', u'MULTIEQUAL_-1206956202'), ('const-1094107', u'COPY_-1206964423'), (u'CALL_-1206966488', u'INDIRECT_-1206957715'), (u'CALL_-1206961572', u'INDIRECT_-1206953861'), (u'CALL_-1206966488', u'INDIRECT_-1206956587'), (u'CALL_-1206963359', u'INDIRECT_-1206954632'), ('tmp_2450', u'CBRANCH_-1206963465'), (u'INDIRECT_-1206955813', u'MULTIEQUAL_-1206955767'), ('tmp_5525', u'CBRANCH_-1206961966'), (u'CAST_-1206952819', u'MULTIEQUAL_-1206959052'), (u'CALL_-1206961603', u'INDIRECT_-1206953403'), (u'CALL_-1206966488', u'INDIRECT_-1206957856'), (u'INDIRECT_-1206954467', u'COPY_-1206954492'), ('tmp_3911', u'CBRANCH_-1206963959'), (u'INDIRECT_-1206956009', u'MULTIEQUAL_-1206955507'), (u'STORE_-1206963453', u'INDIRECT_-1206956277'), (u'INDIRECT_-1206954494', u'MULTIEQUAL_-1206955186'), (u'INDIRECT_-1206957850', u'MULTIEQUAL_-1206957803'), (u'INDIRECT_-1206957226', u'MULTIEQUAL_-1206957180'), (u'INDIRECT_-1206955458', u'MULTIEQUAL_-1206953634'), (u'INDIRECT_-1206954379', u'MULTIEQUAL_-1206954262'), (u'INDIRECT_-1206955522', u'MULTIEQUAL_-1206955400'), (u'INDIRECT_-1206957327', u'MULTIEQUAL_-1206956918'), (u'PTRADD_-1206954316', u'PTRADD_-1206952517'), (u'CALL_-1206961128', u'INDIRECT_-1206953266'), (u'CALL_-1206966605', u'INDIRECT_-1206957941'), ('const-433', u'LOAD_-1206963327'), ('const-1', u'COPY_-1206957438'), (u'INDIRECT_-1206953648', u'MULTIEQUAL_-1206954340'), (u'CALL_-1206963611', u'INDIRECT_-1206955834'), (u'CALL_-1206960896', u'INDIRECT_-1206953717'), (u'INDIRECT_-1206955157', u'MULTIEQUAL_-1206955113'), (u'STORE_-1206961707', u'INDIRECT_-1206953727'), (u'CALL_-1206961725', u'INDIRECT_-1206956004'), (u'LOAD_-1206961712', u'CALL_-1206961645'), (u'CALL_-1206963356', u'INDIRECT_-1206954410'), (u'CALL_-1206961709', u'INDIRECT_-1206955427'), (u'CALL_-1206963330', u'INDIRECT_-1206955464'), (u'LOAD_-1206964414', u'INT_EQUAL_-1206964388'), (u'CALL_-1206966157', u'INDIRECT_-1206957925'), (u'INDIRECT_-1206957751', u'MULTIEQUAL_-1206957666'), (u'INDIRECT_-1206955887', u'MULTIEQUAL_-1206955792'), (u'INDIRECT_-1206952761', u'MULTIEQUAL_-1206952698'), (u'MULTIEQUAL_-1206957898', u'LOAD_-1206961881'), (u'INDIRECT_-1206957076', u'MULTIEQUAL_-1206956942'), (u'INDIRECT_-1206954235', u'MULTIEQUAL_-1206952335'), (u'CALL_-1206965223', u'INDIRECT_-1206958177'), (u'CALL_-1206961569', u'INDIRECT_-1206955640'), (u'MULTIEQUAL_-1206956660', u'MULTIEQUAL_-1206956636'), (u'STORE_-1206963494', u'INDIRECT_-1206957114'), (u'MULTIEQUAL_-1206956635', u'MULTIEQUAL_-1206956591'), (u'CALL_-1206963564', u'INDIRECT_-1206956368'), (u'PTRADD_-1206952423', u'COPY_-1206952454'), (u'CALL_-1206961629', u'INDIRECT_-1206955962'), (u'INDIRECT_-1206956137', u'MULTIEQUAL_-1206954185'), (u'PTRADD_-1206954286', u'LOAD_-1206966250'), (u'INDIRECT_-1206955108', u'MULTIEQUAL_-1206955081'), (u'STORE_-1206963494', u'INDIRECT_-1206956973'), (u'CALL_-1206963657', u'INDIRECT_-1206957689'), (u'INDIRECT_-1206956946', u'MULTIEQUAL_-1206958023'), (u'MULTIEQUAL_-1206953570', u'MULTIEQUAL_-1206955639'), (u'CALL_-1206964010', u'INDIRECT_-1206954929'), (u'CALL_-1206961814', u'INDIRECT_-1206955233'), (u'INDIRECT_-1206955626', u'MULTIEQUAL_-1206955580'), (u'CALL_-1206963564', u'INDIRECT_-1206954598'), (u'INDIRECT_-1206953266', u'COPY_-1206953295'), (u'CALL_-1206961794', u'INDIRECT_-1206955077'), ('tmp_1591', u'CBRANCH_-1206964362'), (u'CALL_-1206961870', u'INDIRECT_-1206954348'), (u'MULTIEQUAL_-1206957788', u'MULTIEQUAL_-1206957741'), (u'INDIRECT_-1206956556', u'MULTIEQUAL_-1206956475'), ('tmp_1125', u'CBRANCH_-1206965335'), (u'CALL_-1206963564', u'INDIRECT_-1206956650'), (u'STORE_-1206961701', u'INDIRECT_-1206956330'), (u'MULTIEQUAL_-1206954763', u'MULTIEQUAL_-1206954747'), (u'PTRADD_-1206963412', u'LOAD_-1206963449'), (u'CALL_-1206961603', u'INDIRECT_-1206955660'), (u'INDIRECT_-1206953294', u'MULTIEQUAL_-1206953218'), (u'MULTIEQUAL_-1206958494', u'MULTIEQUAL_-1206958447'), ('tmp_5304', u'BRANCH_-1206963074'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957868'), (u'CALL_-1206961645', u'INDIRECT_-1206953915'), (u'INDIRECT_-1206954929', u'MULTIEQUAL_-1206953722'), (u'CALL_-1206966605', u'INDIRECT_-1206958788'), (u'CALL_-1206963482', u'INT_SLESS_-1206963451'), (u'CALL_-1206962729', u'INDIRECT_-1206954721'), (u'INDIRECT_-1206956957', u'MULTIEQUAL_-1206958859'), (u'CALL_-1206965235', u'INDIRECT_-1206956492'), (u'INDIRECT_-1206955445', u'MULTIEQUAL_-1206954943'), (u'MULTIEQUAL_-1206952780', u'MULTIEQUAL_-1206953456'), (u'CALL_-1206964010', u'INDIRECT_-1206957186'), (u'INDIRECT_-1206958487', u'MULTIEQUAL_-1206958370'), (u'CALL_-1206963482', u'INDIRECT_-1206954129'), (u'MULTIEQUAL_-1206958211', u'INT_OR_-1206963384'), (u'CALL_-1206964256', u'INDIRECT_-1206957563'), (u'MULTIEQUAL_-1206955752', u'MULTIEQUAL_-1206955225'), (u'STORE_-1206963548', u'INDIRECT_-1206955337'), (u'INDIRECT_-1206955648', u'MULTIEQUAL_-1206955531'), (u'INDIRECT_-1206953933', u'COPY_-1206953945'), (u'MULTIEQUAL_-1206955470', u'MULTIEQUAL_-1206955349'), (u'CALL_-1206961603', u'INDIRECT_-1206954390'), (u'CALL_-1206965223', u'INDIRECT_-1206954633'), (u'INDIRECT_-1206953034', u'MULTIEQUAL_-1206952417'), (u'MULTIEQUAL_-1206956597', u'MULTIEQUAL_-1206956581'), (u'INDIRECT_-1206956830', u'MULTIEQUAL_-1206956868'), ('tmp_2495', u'CBRANCH_-1206962857'), (u'CALL_-1206966157', u'INDIRECT_-1206955250'), (u'MULTIEQUAL_-1206955947', u'MULTIEQUAL_-1206955927'), (u'MULTIEQUAL_-1206953959', u'MULTIEQUAL_-1206953396'), (u'INDIRECT_-1206954185', u'COPY_-1206954210'), (u'INDIRECT_-1206957220', u'MULTIEQUAL_-1206955225'), (u'CALL_-1206963575', u'INDIRECT_-1206956536'), (u'INDIRECT_-1206957892', u'MULTIEQUAL_-1206957787'), (u'PTRADD_-1206952663', u'INT_EQUAL_-1206964029'), ('const-0', u'CALL_-1206965188'), (u'INDIRECT_-1206953664', u'MULTIEQUAL_-1206953079'), (u'CALL_-1206962580', u'INDIRECT_-1206954661'), (u'INDIRECT_-1206955969', u'MULTIEQUAL_-1206956411'), (u'INDIRECT_-1206954998', u'MULTIEQUAL_-1206954977'), ('tmp_3708', u'BRANCH_-1206964060'), (u'CALL_-1206960896', u'INDIRECT_-1206952793'), ('tmp_2571', u'BRANCH_-1206962793'), (u'INDIRECT_-1206955043', u'MULTIEQUAL_-1206955186'), (u'CALL_-1206963720', u'INDIRECT_-1206957152'), (u'INDIRECT_-1206954863', u'MULTIEQUAL_-1206954226'), (u'INDIRECT_-1206953651', u'COPY_-1206953663'), ('const-201', u'INT_EQUAL_-1206964187'), ('const-27', u'PTRADD_-1206951779'), (u'INDIRECT_-1206958063', u'MULTIEQUAL_-1206957946'), (u'CALL_-1206961615', u'INDIRECT_-1206952526'), (u'MULTIEQUAL_-1206953923', u'MULTIEQUAL_-1206953802'), (u'STORE_-1206961701', u'INDIRECT_-1206955274'), (u'MULTIEQUAL_-1206957599', u'INT_EQUAL_-1206964548'), (u'INDIRECT_-1206955007', u'MULTIEQUAL_-1206954960'), (u'INDIRECT_-1206954700', u'MULTIEQUAL_-1206954602'), (u'INDIRECT_-1206955586', u'MULTIEQUAL_-1206955531'), (u'INDIRECT_-1206953808', u'MULTIEQUAL_-1206953812'), (u'INDIRECT_-1206955760', u'MULTIEQUAL_-1206955665'), (u'SUBPIECE_-1206959532', u'INT_SEXT_-1206964296'), (u'CALL_-1206963720', u'INDIRECT_-1206955318'), (u'CALL_-1206962729', u'INDIRECT_-1206954157'), (u'MULTIEQUAL_-1206959563', u'MULTIEQUAL_-1206959538'), (u'INDIRECT_-1206956252', u'MULTIEQUAL_-1206956154'), (u'CALL_-1206961725', u'INDIRECT_-1206955863'), (u'MULTIEQUAL_-1206957216', u'COPY_-1206952331'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206955979'), (u'INDIRECT_-1206958808', u'COPY_-1206958860'), ('tmp_1770', u'CBRANCH_-1206964232'), (u'CALL_-1206962650', u'INDIRECT_-1206955138'), (u'INDIRECT_-1206956331', u'MULTIEQUAL_-1206956285'), (u'CALL_-1206966605', u'INDIRECT_-1206958223'), ('const-433', u'LOAD_-1206963449'), (u'INDIRECT_-1206954826', u'MULTIEQUAL_-1206954799'), (u'MULTIEQUAL_-1206955047', u'MULTIEQUAL_-1206954926'), (u'CALL_-1206961629', u'INDIRECT_-1206952537'), (u'CALL_-1206963457', u'INDIRECT_-1206954920'), (u'CALL_-1206962505', u'INT_NOTEQUAL_-1206962490'), ('const-0', u'INT_SLESS_-1206966499'), (u'MULTIEQUAL_-1206954286', u'PTRADD_-1206952762'), (u'INDIRECT_-1206955022', u'MULTIEQUAL_-1206954967'), (u'CALL_-1206963376', u'INDIRECT_-1206954841'), (u'MULTIEQUAL_-1206955398', u'MULTIEQUAL_-1206955534'), (u'INDIRECT_-1206956006', u'MULTIEQUAL_-1206957190'), (u'INDIRECT_-1206954390', u'MULTIEQUAL_-1206954307'), (u'CAST_-1206954225', u'MULTIEQUAL_-1206960867'), (u'CALL_-1206963182', u'INDIRECT_-1206956295'), (u'INDIRECT_-1206955635', u'MULTIEQUAL_-1206955330'), (u'STORE_-1206963494', u'INDIRECT_-1206956832'), ('const-1', u'COPY_-1206965262'), (u'MULTIEQUAL_-1206954396', u'MULTIEQUAL_-1206954376'), (u'CALL_-1206962729', u'INDIRECT_-1206956275'), (u'CALL_-1206963376', u'INDIRECT_-1206954700'), (u'INDIRECT_-1206958825', u'MULTIEQUAL_-1206956566'), (u'CALL_-1206962796', u'INDIRECT_-1206954454'), (u'CALL_-1206965208', u'INDIRECT_-1206955485'), (u'CALL_-1206963482', u'INDIRECT_-1206957770'), (u'CALL_-1206966157', u'INDIRECT_-1206958772'), (u'INT_NOTEQUAL_-1206966026', u'CBRANCH_-1206966025'), (u'INDIRECT_-1206956559', u'MULTIEQUAL_-1206956542'), (u'INDIRECT_-1206953396', u'MULTIEQUAL_-1206953301'), (u'CALL_-1206961709', u'INDIRECT_-1206956697'), (u'MULTIEQUAL_-1206956635', u'MULTIEQUAL_-1206956598'), (u'INDIRECT_-1206956515', u'MULTIEQUAL_-1206956356'), (u'INDIRECT_-1206957497', u'MULTIEQUAL_-1206957375'), (u'MULTIEQUAL_-1206958165', u'MULTIEQUAL_-1206958138'), (u'CALL_-1206966157', u'INDIRECT_-1206958913'), (u'CALL_-1206966157', u'INDIRECT_-1206957643'), (u'MULTIEQUAL_-1206955639', u'INT_SUB_-1206966295'), (u'CALL_-1206962838', u'INDIRECT_-1206953684'), (u'COPY_-1206952712', u'SUBPIECE_-1206959429'), (u'CAST_-1206952899', u'COPY_-1206952986'), (u'MULTIEQUAL_-1206955249', u'MULTIEQUAL_-1206955788'), (u'STORE_-1206963494', u'INDIRECT_-1206955844'), (u'INDIRECT_-1206954647', u'MULTIEQUAL_-1206954042'), (u'CALL_-1206965956', u'INDIRECT_-1206956125'), (u'COPY_-1206951557', u'CALL_-1206961375'), (u'COPY_-1206953175', u'MULTIEQUAL_-1206958046'), (u'INDIRECT_-1206953759', u'MULTIEQUAL_-1206953664'), (u'INDIRECT_-1206952560', u'MULTIEQUAL_-1206954476'), (u'INDIRECT_-1206957469', u'MULTIEQUAL_-1206956154'), (u'INDIRECT_-1206953930', u'MULTIEQUAL_-1206954622'), (u'MULTIEQUAL_-1206955081', u'MULTIEQUAL_-1206955037'), (u'INDIRECT_-1206955055', u'MULTIEQUAL_-1206954960'), (u'MULTIEQUAL_-1206955647', u'MULTIEQUAL_-1206955084'), (u'STORE_-1206961701', u'INDIRECT_-1206955907'), (u'INDIRECT_-1206958093', u'MULTIEQUAL_-1206958019'), (u'INDIRECT_-1206957059', u'MULTIEQUAL_-1206958870'), (u'CALL_-1206965956', u'INDIRECT_-1206958523'), (u'PTRADD_-1206952423', u'INT_LESS_-1206963292'), (u'INDIRECT_-1206956085', u'MULTIEQUAL_-1206956002'), (u'CALL_-1206963356', u'INDIRECT_-1206953524'), (u'INDIRECT_-1206952361', u'PIECE_-1206952489'), (u'INDIRECT_-1206953272', u'MULTIEQUAL_-1206953210'), (u'INDIRECT_-1206957925', u'MULTIEQUAL_-1206957766'), (u'CALL_-1206961725', u'INDIRECT_-1206956145'), (u'INDIRECT_-1206956339', u'INT_SLESS_-1206961453'), (u'CALL_-1206960896', u'INDIRECT_-1206955128'), ('const-116', u'INT_EQUAL_-1206964223'), (u'MULTIEQUAL_-1206957898', u'LOAD_-1206961928'), (u'INDIRECT_-1206955758', u'MULTIEQUAL_-1206955628'), ('const-433', u'LOAD_-1206961777'), ('tmp_3663', u'CBRANCH_-1206964200'), (u'CALL_-1206962796', u'INDIRECT_-1206956147'), (u'MULTIEQUAL_-1206954933', u'MULTIEQUAL_-1206954905'), (u'INDIRECT_-1206955084', u'MULTIEQUAL_-1206956895'), (u'INDIRECT_-1206955286', u'MULTIEQUAL_-1206955205'), (u'INDIRECT_-1206957643', u'MULTIEQUAL_-1206956894'), (u'INDIRECT_-1206956997', u'MULTIEQUAL_-1206956495'), (u'CALL_-1206964010', u'INDIRECT_-1206955211'), (u'MULTIEQUAL_-1206955671', u'MULTIEQUAL_-1206955655'), (u'INDIRECT_-1206953752', u'MULTIEQUAL_-1206953697'), (u'CALL_-1206966605', u'INDIRECT_-1206956954'), (u'PTRADD_-1206952119', u'LOAD_-1206961041'), (u'INDIRECT_-1206953964', u'MULTIEQUAL_-1206953909'), (u'CALL_-1206961725', u'INDIRECT_-1206954029'), (u'CALL_-1206962705', u'INDIRECT_-1206953582'), (u'INDIRECT_-1206952913', u'MULTIEQUAL_-1206952861'), (u'INT_NOTEQUAL_-1206964263', u'CBRANCH_-1206964262'), ('const-0', u'CALL_-1206966157'), (u'STORE_-1206961742', u'INDIRECT_-1206955862'), (u'INDIRECT_-1206955200', u'MULTIEQUAL_-1206955108'), (u'INT_SLESS_-1206963695', u'CBRANCH_-1206963702'), (u'MULTIEQUAL_-1206956088', u'MULTIEQUAL_-1206956068'), (u'CALL_-1206961128', u'INDIRECT_-1206954958'), (u'MULTIEQUAL_-1206953317', u'MULTIEQUAL_-1206955108'), (u'MULTIEQUAL_-1206954967', u'MULTIEQUAL_-1206954943'), (u'CALL_-1206964167', u'INDIRECT_-1206954680'), (u'CALL_-1206962230', u'INDIRECT_-1206955128'), (u'INT_NOTEQUAL_-1206963965', u'CBRANCH_-1206963959'), (u'STORE_-1206961701', u'INDIRECT_-1206953723'), (u'CAST_-1206952539', u'PTRADD_-1206951885'), (u'INDIRECT_-1206957292', u'MULTIEQUAL_-1206955468'), (u'MULTIEQUAL_-1206957035', u'MULTIEQUAL_-1206956352'), (u'COPY_-1206954313', u'CALL_-1206966157'), (u'CALL_-1206966488', u'INDIRECT_-1206958844'), ('tmp_6643', u'CBRANCH_-1206961041'), (u'INDIRECT_-1206953544', u'MULTIEQUAL_-1206953461'), (u'INDIRECT_-1206958543', u'MULTIEQUAL_-1206956284'), (u'MULTIEQUAL_-1206955770', u'MULTIEQUAL_-1206955892'), (u'INT_EQUAL_-1206964202', u'CBRANCH_-1206964200'), (u'CALL_-1206963482', u'INDIRECT_-1206954367'), (u'CALL_-1206961673', u'INDIRECT_-1206954070'), (u'CALL_-1206963330', u'INDIRECT_-1206956593'), (u'INDIRECT_-1206954971', u'MULTIEQUAL_-1206956048'), ('tmp_1328', u'CBRANCH_-1206964593'), (u'CALL_-1206963376', u'INDIRECT_-1206953776'), (u'INDIRECT_-1206955764', u'MULTIEQUAL_-1206955672'), (u'INDIRECT_-1206959780', u'MULTIEQUAL_-1206959629'), (u'INDIRECT_-1206957356', u'MULTIEQUAL_-1206955436'), (u'PTRADD_-1206952119', u'LOAD_-1206961633'), ('const-1', u'INT_ADD_-1206964096'), (u'INDIRECT_-1206954863', u'MULTIEQUAL_-1206954782'), (u'STORE_-1206963548', u'INDIRECT_-1206954773'), (u'INDIRECT_-1206957952', u'MULTIEQUAL_-1206956034'), (u'INDIRECT_-1206959194', u'MULTIEQUAL_-1206959075'), (u'INDIRECT_-1206954569', u'COPY_-1206954599'), ('tmp_2421', u'BRANCH_-1206962845'), (u'CALL_-1206966673', u'INDIRECT_-1206956579'), (u'MULTIEQUAL_-1206954782', u'MULTIEQUAL_-1206954904'), (u'MULTIEQUAL_-1206957459', u'MULTIEQUAL_-1206958049'), (u'CALL_-1206966645', u'INDIRECT_-1206959103'), (u'INDIRECT_-1206955341', u'MULTIEQUAL_-1206956033'), (u'STORE_-1206961701', u'INDIRECT_-1206954778'), (u'INDIRECT_-1206953514', u'MULTIEQUAL_-1206953436'), (u'SUBPIECE_-1206961294', u'INT_AND_-1206966081'), (u'MULTIEQUAL_-1206954537', u'MULTIEQUAL_-1206954498'), (u'INDIRECT_-1206953321', u'MULTIEQUAL_-1206955439'), (u'MULTIEQUAL_-1206954761', u'MULTIEQUAL_-1206954078'), (u'CALL_-1206961794', u'INDIRECT_-1206953063'), ('tmp_2935', u'CBRANCH_-1206963623'), (u'PTRADD_-1206963412', u'MULTIEQUAL_-1206958487'), (u'CALL_-1206962838', u'INDIRECT_-1206953042'), ('const-1', u'RETURN_-1206962645'), (u'INDIRECT_-1206957018', u'MULTIEQUAL_-1206956921'), (u'CALL_-1206963720', u'INDIRECT_-1206956446'), (u'MULTIEQUAL_-1206954129', u'MULTIEQUAL_-1206954265'), (u'STORE_-1206961707', u'INDIRECT_-1206955561'), (u'COPY_-1206954237', u'MULTIEQUAL_-1206954353'), (u'MULTIEQUAL_-1206954078', u'MULTIEQUAL_-1206953515'), (u'CALL_-1206963443', u'INDIRECT_-1206954171'), (u'CALL_-1206963443', u'INDIRECT_-1206954290'), (u'CALL_-1206964256', u'INDIRECT_-1206953757'), (u'MULTIEQUAL_-1206957481', u'MULTIEQUAL_-1206957445'), (u'CALL_-1206964010', u'INDIRECT_-1206954788'), (u'PTRSUB_-1206954239', u'CALL_-1206966157'), (u'STORE_-1206961742', u'INDIRECT_-1206953887'), (u'MULTIEQUAL_-1206958305', u'MULTIEQUAL_-1206958895'), (u'INDIRECT_-1206955250', u'MULTIEQUAL_-1206953277'), (u'CALL_-1206966673', u'INDIRECT_-1206955834'), (u'MULTIEQUAL_-1206957647', u'MULTIEQUAL_-1206957484'), (u'INDIRECT_-1206955974', u'MULTIEQUAL_-1206956060'), (u'MULTIEQUAL_-1206954888', u'MULTIEQUAL_-1206954286'), (u'CALL_-1206964256', u'INDIRECT_-1206956150'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206955448'), (u'STORE_-1206963324', u'INDIRECT_-1206955813'), (u'CALL_-1206963376', u'INDIRECT_-1206953175'), (u'INDIRECT_-1206955635', u'MULTIEQUAL_-1206954320'), (u'INDIRECT_-1206956991', u'MULTIEQUAL_-1206956818'), (u'CALL_-1206961725', u'INDIRECT_-1206954593'), (u'STORE_-1206961701', u'INDIRECT_-1206956403'), (u'CALL_-1206966673', u'INDIRECT_-1206958836'), (u'INDIRECT_-1206953608', u'MULTIEQUAL_-1206954792'), (u'CALL_-1206964167', u'INDIRECT_-1206954323'), (u'STORE_-1206961707', u'INDIRECT_-1206954009'), (u'INT_SLESS_-1206964542', u'CBRANCH_-1206964549'), (u'CALL_-1206963575', u'INDIRECT_-1206954702'), (u'CALL_-1206961455', u'INDIRECT_-1206955727'), (u'CALL_-1206962505', u'INDIRECT_-1206953554'), (u'CALL_-1206963720', u'INDIRECT_-1206956023'), (u'CALL_-1206961732', u'INDIRECT_-1206955046'), (u'CALL_-1206961814', u'INDIRECT_-1206956503'), (u'CALL_-1206963657', u'INDIRECT_-1206954649'), (u'INDIRECT_-1206956325', u'MULTIEQUAL_-1206956216'), (u'INDIRECT_-1206955807', u'MULTIEQUAL_-1206953570'), (u'CALL_-1206961489', u'INDIRECT_-1206955464'), (u'MULTIEQUAL_-1206956776', u'MULTIEQUAL_-1206956213'), (u'COPY_-1206952593', u'MULTIEQUAL_-1206958816'), (u'CALL_-1206962505', u'INDIRECT_-1206956534'), (u'CALL_-1206962580', u'INDIRECT_-1206957059'), (u'CALL_-1206962650', u'INDIRECT_-1206956831'), (u'INT_SUB_-1206966295', u'COPY_-1206954253'), (u'INT_SLESS_-1206962853', u'CBRANCH_-1206962860'), (u'INDIRECT_-1206955775', u'MULTIEQUAL_-1206954970'), (u'PTRSUB_-1206952424', u'CALL_-1206963513'), (u'STORE_-1206963324', u'INDIRECT_-1206954967'), (u'CALL_-1206961572', u'INDIRECT_-1206952737'), (u'INDIRECT_-1206954265', u'MULTIEQUAL_-1206952367'), (u'CALL_-1206961603', u'INDIRECT_-1206954531'), (u'INDIRECT_-1206957537', u'MULTIEQUAL_-1206957516'), (u'CALL_-1206961645', u'INDIRECT_-1206955325'), (u'INDIRECT_-1206956374', u'MULTIEQUAL_-1206955625'), (u'MULTIEQUAL_-1206955484', u'MULTIEQUAL_-1206954801'), (u'CALL_-1206963443', u'INDIRECT_-1206956445'), (u'CALL_-1206963564', u'INDIRECT_-1206956791'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206956158'), (u'CALL_-1206961615', u'INDIRECT_-1206952770'), ('const-0', u'INT_NOTEQUAL_-1206962279'), (u'INDIRECT_-1206956126', u'MULTIEQUAL_-1206956105'), (u'CALL_-1206962230', u'INDIRECT_-1206955692'), (u'INDIRECT_-1206954282', u'MULTIEQUAL_-1206955580'), (u'INDIRECT_-1206954856', u'COPY_-1206954870'), (u'CALL_-1206962729', u'INDIRECT_-1206953734'), (u'MULTIEQUAL_-1206952742', u'MULTIEQUAL_-1206952878'), (u'MULTIEQUAL_-1206956616', u'MULTIEQUAL_-1206956665'), (u'CALL_-1206964256', u'INDIRECT_-1206956432'), (u'INDIRECT_-1206954710', u'COPY_-1206954740'), (u'CALL_-1206961519', u'INDIRECT_-1206952123'), (u'INDIRECT_-1206953967', u'MULTIEQUAL_-1206953884'), (u'CALL_-1206962580', u'INDIRECT_-1206954520'), (u'PIECE_-1206952487', u'CALL_-1206961471'), (u'MULTIEQUAL_-1206958651', u'INT_NOTEQUAL_-1206961937'), (u'INDIRECT_-1206957186', u'MULTIEQUAL_-1206956381'), (u'INT_ADD_-1206952617', u'PTRADD_-1206963577'), (u'INDIRECT_-1206955823', u'COPY_-1206955880'), (u'MULTIEQUAL_-1206955395', u'MULTIEQUAL_-1206955232'), ('const-1', u'INT_ADD_-1206952474'), (u'CALL_-1206961794', u'INDIRECT_-1206954654'), (u'STORE_-1206961017', u'INDIRECT_-1206954635'), (u'INDIRECT_-1206953046', u'MULTIEQUAL_-1206953021'), (u'CALL_-1206964092', u'INDIRECT_-1206953419'), (u'CALL_-1206964068', u'INDIRECT_-1206955259'), (u'STORE_-1206963453', u'INDIRECT_-1206955853'), (u'MULTIEQUAL_-1206954547', u'MULTIEQUAL_-1206953983'), (u'INDIRECT_-1206957760', u'MULTIEQUAL_-1206958859'), (u'INDIRECT_-1206955253', u'MULTIEQUAL_-1206956330'), (u'INDIRECT_-1206956724', u'COPY_-1206956749'), (u'MULTIEQUAL_-1206954801', u'MULTIEQUAL_-1206954792'), (u'CALL_-1206962729', u'INDIRECT_-1206952951'), (u'INDIRECT_-1206957696', u'MULTIEQUAL_-1206955437'), ('const-0', u'INT_NOTEQUAL_-1206961933'), (u'CALL_-1206966157', u'INDIRECT_-1206955131'), (u'COPY_-1206958316', u'MULTIEQUAL_-1206958211'), (u'INDIRECT_-1206956935', u'MULTIEQUAL_-1206956818'), (u'INDIRECT_-1206955485', u'MULTIEQUAL_-1206955359'), (u'CALL_-1206961569', u'INDIRECT_-1206952259'), (u'CALL_-1206962705', u'INDIRECT_-1206954428'), (u'INDIRECT_-1206955116', u'MULTIEQUAL_-1206955032'), (u'INT_EQUAL_-1206964452', u'CBRANCH_-1206964446'), (u'MULTIEQUAL_-1206959879', u'LOAD_-1206963751'), ('const-1', u'INT_NOTEQUAL_-1206964326'), (u'INDIRECT_-1206955813', u'MULTIEQUAL_-1206955786'), (u'INDIRECT_-1206956982', u'MULTIEQUAL_-1206956966'), (u'INDIRECT_-1206959107', u'MULTIEQUAL_-1206956848'), (u'INDIRECT_-1206955507', u'MULTIEQUAL_-1206955390'), (u'MULTIEQUAL_-1206956599', u'MULTIEQUAL_-1206955625'), (u'INDIRECT_-1206956641', u'MULTIEQUAL_-1206956517'), (u'INDIRECT_-1206954194', u'COPY_-1206954198'), (u'INT_EQUAL_-1206965292', u'CBRANCH_-1206965286'), (u'INDIRECT_-1206957470', u'MULTIEQUAL_-1206956263'), (u'MULTIEQUAL_-1206956471', u'MULTIEQUAL_-1206957061'), (u'INDIRECT_-1206957028', u'COPY_-1206957082'), (u'INDIRECT_-1206955261', u'MULTIEQUAL_-1206955321'), (u'MULTIEQUAL_-1206954359', u'MULTIEQUAL_-1206954481'), (u'STORE_-1206963453', u'INDIRECT_-1206955148'), (u'INDIRECT_-1206953414', u'MULTIEQUAL_-1206953575'), (u'CALL_-1206964279', u'INDIRECT_-1206957751'), (u'MULTIEQUAL_-1206958461', u'STORE_-1206963453'), (u'PTRADD_-1206951779', u'LOAD_-1206961777'), (u'MULTIEQUAL_-1206957788', u'MULTIEQUAL_-1206957625'), (u'CALL_-1206966488', u'INDIRECT_-1206957997'), (u'INDIRECT_-1206955595', u'COPY_-1206955620'), ('tmp_6066', u'BRANCH_-1206961535'), (u'CALL_-1206962580', u'MULTIEQUAL_-1206957216'), ('const-1', u'PTRADD_-1206954286'), (u'MULTIEQUAL_-1206960279', u'MULTIEQUAL_-1206960183'), (u'INDIRECT_-1206954528', u'MULTIEQUAL_-1206954473'), (u'INDIRECT_-1206956539', u'MULTIEQUAL_-1206957837'), (u'INDIRECT_-1206958847', u'MULTIEQUAL_-1206958782'), (u'INDIRECT_-1206954997', u'COPY_-1206955011'), ('tmp_913', u'CBRANCH_-1206966002'), (u'CALL_-1206962705', u'INDIRECT_-1206954287'), (u'STORE_-1206961017', u'INDIRECT_-1206956189'), (u'CALL_-1206962505', u'INDIRECT_-1206957241'), (u'INDIRECT_-1206955980', u'COPY_-1206956010'), (u'CALL_-1206966522', u'INDIRECT_-1206957596'), ('const-2', u'INT_SLESS_-1206966434'), (u'INDIRECT_-1206953032', u'MULTIEQUAL_-1206952980'), ('tmp_5201', u'CBRANCH_-1206963144'), (u'CALL_-1206963447', u'INDIRECT_-1206954711'), (u'MULTIEQUAL_-1206957681', u'MULTIEQUAL_-1206959141'), (u'INDIRECT_-1206953771', u'MULTIEQUAL_-1206954710'), (u'CALL_-1206963356', u'INDIRECT_-1206956667'), (u'INDIRECT_-1206953966', u'MULTIEQUAL_-1206955862'), (u'CALL_-1206963611', u'INDIRECT_-1206954509'), ('const-0', u'INT_EQUAL_-1206963493'), (u'CALL_-1206966480', u'INDIRECT_-1206956581'), (u'MULTIEQUAL_-1206958106', u'LOAD_-1206961712'), (u'CALL_-1206964010', u'INDIRECT_-1206955775'), (u'MULTIEQUAL_-1206954359', u'MULTIEQUAL_-1206954408'), (u'MULTIEQUAL_-1206956658', u'MULTIEQUAL_-1206956642'), (u'INDIRECT_-1206956125', u'MULTIEQUAL_-1206956163'), (u'CALL_-1206965188', u'INDIRECT_-1206957452'), (u'INDIRECT_-1206954277', u'MULTIEQUAL_-1206954179'), (u'CALL_-1206966560', u'INDIRECT_-1206955633'), (u'INDIRECT_-1206953397', u'MULTIEQUAL_-1206952780'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964244'), (u'CALL_-1206964167', u'INDIRECT_-1206956835'), (u'INDIRECT_-1206954598', u'MULTIEQUAL_-1206954543'), (u'INDIRECT_-1206955535', u'MULTIEQUAL_-1206956612'), (u'INT_EQUAL_-1206961642', u'CBRANCH_-1206961637'), (u'SUBPIECE_-1206957445', u'INT_NEGATE_-1206963596'), (u'INDIRECT_-1206955538', u'MULTIEQUAL_-1206955437'), (u'CALL_-1206961569', u'INDIRECT_-1206953806'), (u'INDIRECT_-1206955094', u'MULTIEQUAL_-1206956990'), (u'CALL_-1206963314', u'INDIRECT_-1206955736'), (u'CALL_-1206963356', u'INDIRECT_-1206954269'), (u'CALL_-1206964256', u'INDIRECT_-1206957420'), (u'INT_SUB_-1206966118', u'INT_LESS_-1206966104'), (u'CALL_-1206962479', u'INDIRECT_-1206953408'), (u'INDIRECT_-1206954336', u'MULTIEQUAL_-1206954241'), (u'CALL_-1206964010', u'INDIRECT_-1206957470'), (u'INDIRECT_-1206955901', u'MULTIEQUAL_-1206955792'), (u'INDIRECT_-1206957396', u'MULTIEQUAL_-1206957375'), (u'MULTIEQUAL_-1206953335', u'MULTIEQUAL_-1206953456'), (u'MULTIEQUAL_-1206956493', u'MULTIEQUAL_-1206955930'), ('tmp_6230', u'BRANCH_-1206961835'), (u'MULTIEQUAL_-1206955822', u'MULTIEQUAL_-1206955958'), (u'MULTIEQUAL_-1206959195', u'LOAD_-1206963136'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206956458'), (u'INDIRECT_-1206954418', u'MULTIEQUAL_-1206954860'), (u'MULTIEQUAL_-1206957304', u'MULTIEQUAL_-1206956331'), (u'CALL_-1206961471', u'INDIRECT_-1206954750'), (u'INDIRECT_-1206955828', u'MULTIEQUAL_-1206956270'), ('tmp_22122', u'COPY_-1206954521'), (u'PTRADD_-1206953223', u'INT_NOTEQUAL_-1206963544'), (u'INDIRECT_-1206957100', u'MULTIEQUAL_-1206957000'), (u'CALL_-1206961527', u'INDIRECT_-1206954077'), (u'CAST_-1206953066', u'CALL_-1206963657'), (u'CALL_-1206961538', u'INDIRECT_-1206955245'), (u'CALL_-1206961569', u'INDIRECT_-1206955217'), (u'INDIRECT_-1206954982', u'MULTIEQUAL_-1206955424'), (u'CALL_-1206961538', u'INDIRECT_-1206952711'), (u'MULTIEQUAL_-1206954194', u'MULTIEQUAL_-1206954167'), (u'CALL_-1206963564', u'INDIRECT_-1206957074'), (u'INDIRECT_-1206958769', u'MULTIEQUAL_-1206958635'), (u'CALL_-1206961572', u'INDIRECT_-1206952856'), (u'MULTIEQUAL_-1206955534', u'MULTIEQUAL_-1206955504'), (u'INDIRECT_-1206958402', u'MULTIEQUAL_-1206956143'), (u'INDIRECT_-1206955807', u'MULTIEQUAL_-1206955656'), (u'INDIRECT_-1206956534', u'MULTIEQUAL_-1206958436'), (u'CALL_-1206961870', u'INDIRECT_-1206956323'), (u'CALL_-1206963356', u'INDIRECT_-1206954692'), (u'INDIRECT_-1206955323', u'MULTIEQUAL_-1206955228'), (u'INDIRECT_-1206953902', u'MULTIEQUAL_-1206952715'), (u'INDIRECT_-1206954399', u'MULTIEQUAL_-1206956144'), ('const-9', u'PTRADD_-1206951542'), (u'CALL_-1206966673', u'INDIRECT_-1206957707'), (u'CALL_-1206961569', u'INDIRECT_-1206954934'), (u'INDIRECT_-1206955184', u'MULTIEQUAL_-1206955327'), (u'MULTIEQUAL_-1206955248', u'MULTIEQUAL_-1206955232'), (u'CALL_-1206966381', u'INDIRECT_-1206956935'), (u'MULTIEQUAL_-1206954124', u'MULTIEQUAL_-1206953560'), (u'CALL_-1206961160', u'INDIRECT_-1206953706'), (u'CALL_-1206963443', u'INDIRECT_-1206955740'), (u'INDIRECT_-1206956957', u'MULTIEQUAL_-1206957399'), (u'INDIRECT_-1206954730', u'MULTIEQUAL_-1206954626'), (u'MULTIEQUAL_-1206954507', u'MULTIEQUAL_-1206954491'), (u'CALL_-1206961603', u'INDIRECT_-1206955942'), (u'INDIRECT_-1206956110', u'MULTIEQUAL_-1206956552'), (u'INDIRECT_-1206957892', u'MULTIEQUAL_-1206957587'), (u'CALL_-1206966605', u'INDIRECT_-1206957659'), (u'CALL_-1206963720', u'INDIRECT_-1206957434'), (u'COPY_-1206952872', u'MULTIEQUAL_-1206952992'), (u'INDIRECT_-1206953902', u'MULTIEQUAL_-1206953515'), (u'INDIRECT_-1206953673', u'MULTIEQUAL_-1206955597'), (u'MULTIEQUAL_-1206955356', u'MULTIEQUAL_-1206955329'), ('tmp_5494', u'BRANCH_-1206961553'), (u'INDIRECT_-1206955317', u'MULTIEQUAL_-1206955389'), (u'INDIRECT_-1206955099', u'MULTIEQUAL_-1206953179'), (u'INDIRECT_-1206957079', u'MULTIEQUAL_-1206956920'), (u'INDIRECT_-1206952798', u'MULTIEQUAL_-1206954714'), (u'MULTIEQUAL_-1206954347', u'MULTIEQUAL_-1206954247'), (u'INDIRECT_-1206956841', u'MULTIEQUAL_-1206956825'), (u'MULTIEQUAL_-1206956776', u'MULTIEQUAL_-1206956740'), (u'COPY_-1206952471', u'CALL_-1206962505'), (u'CAST_-1206954251', u'LOAD_-1206966394'), ('const-0', u'INT_NOTEQUAL_-1206964051'), (u'INDIRECT_-1206954415', u'MULTIEQUAL_-1206952611'), (u'INDIRECT_-1206955264', u'MULTIEQUAL_-1206955706'), (u'CALL_-1206961870', u'INDIRECT_-1206956746'), (u'CALL_-1206962838', u'INDIRECT_-1206954671'), (u'MULTIEQUAL_-1206952972', u'MULTIEQUAL_-1206953021'), (u'CALL_-1206961519', u'INDIRECT_-1206952605'), (u'CALL_-1206961519', u'INDIRECT_-1206955200'), ('const-1096688', u'COPY_-1206963456'), (u'INDIRECT_-1206956529', u'COPY_-1206956586'), (u'CALL_-1206960896', u'INDIRECT_-1206955269'), (u'INDIRECT_-1206955425', u'MULTIEQUAL_-1206955409'), (u'INDIRECT_-1206955298', u'MULTIEQUAL_-1206955254'), (u'MULTIEQUAL_-1206954801', u'MULTIEQUAL_-1206954765'), (u'INDIRECT_-1206954281', u'MULTIEQUAL_-1206954137'), (u'MULTIEQUAL_-1206957994', u'MULTIEQUAL_-1206957914'), (u'INDIRECT_-1206956233', u'MULTIEQUAL_-1206954238'), (u'INDIRECT_-1206958490', u'MULTIEQUAL_-1206956495'), (u'INDIRECT_-1206956808', u'MULTIEQUAL_-1206956707'), (u'MULTIEQUAL_-1206957772', u'MULTIEQUAL_-1206959563'), (u'INDIRECT_-1206955196', u'MULTIEQUAL_-1206955101'), (u'MULTIEQUAL_-1206956653', u'MULTIEQUAL_-1206956633'), (u'INDIRECT_-1206955359', u'MULTIEQUAL_-1206955363'), (u'INDIRECT_-1206955613', u'MULTIEQUAL_-1206954886'), (u'COPY_-1206952986', u'MULTIEQUAL_-1206959195'), (u'INDIRECT_-1206956675', u'MULTIEQUAL_-1206956577'), (u'CAST_-1206953066', u'CALL_-1206961603'), (u'COPY_-1206953136', u'MULTIEQUAL_-1206958046'), ('const-1', u'PTRADD_-1206952079'), ('const-0', u'INT_NOTEQUAL_-1206963428'), (u'MULTIEQUAL_-1206959612', u'MULTIEQUAL_-1206959563'), (u'INDIRECT_-1206953424', u'MULTIEQUAL_-1206954523'), (u'CALL_-1206966621', u'INDIRECT_-1206956043'), (u'CALL_-1206963457', u'INDIRECT_-1206956048'), (u'INDIRECT_-1206957771', u'MULTIEQUAL_-1206959695'), (u'MULTIEQUAL_-1206955029', u'MULTIEQUAL_-1206954265'), (u'INDIRECT_-1206958067', u'MULTIEQUAL_-1206957908'), (u'INDIRECT_-1206957079', u'MULTIEQUAL_-1206956330'), (u'CALL_-1206963359', u'INDIRECT_-1206956325'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206966244'), (u'INDIRECT_-1206956163', u'MULTIEQUAL_-1206954339'), (u'COPY_-1206962678', u'MULTIEQUAL_-1206958773'), (u'CALL_-1206963447', u'INDIRECT_-1206954229'), ('const-0', u'COPY_-1206951621'), ('tmp_4578', u'CBRANCH_-1206963428'), (u'MULTIEQUAL_-1206953561', u'MULTIEQUAL_-1206952959'), (u'CALL_-1206966544', u'INDIRECT_-1206957048'), (u'CALL_-1206963611', u'INDIRECT_-1206957952'), (u'CALL_-1206963359', u'INDIRECT_-1206953589'), (u'MULTIEQUAL_-1206954970', u'MULTIEQUAL_-1206954406'), (u'MULTIEQUAL_-1206956801', u'MULTIEQUAL_-1206956777'), (u'INDIRECT_-1206955939', u'MULTIEQUAL_-1206955884'), (u'INDIRECT_-1206956471', u'MULTIEQUAL_-1206956456'), (u'MULTIEQUAL_-1206954353', u'MULTIEQUAL_-1206952992'), (u'INDIRECT_-1206954630', u'MULTIEQUAL_-1206954500'), ('tmp_3047', u'CBRANCH_-1206963516'), (u'INT_EQUAL_-1206966275', u'CBRANCH_-1206966273'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964107'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964107'), (u'INDIRECT_-1206954384', u'MULTIEQUAL_-1206952486'), (u'CALL_-1206961870', u'INDIRECT_-1206955335'), (u'CALL_-1206966544', u'INDIRECT_-1206958600'), (u'INDIRECT_-1206955985', u'MULTIEQUAL_-1206955964'), (u'CALL_-1206961732', u'INDIRECT_-1206952913'), (u'INDIRECT_-1206956738', u'MULTIEQUAL_-1206956881'), (u'CALL_-1206961709', u'INDIRECT_-1206956274'), (u'CALL_-1206963330', u'INDIRECT_-1206955605'), (u'CAST_-1206952653', u'CALL_-1206964256'), (u'INDIRECT_-1206953396', u'MULTIEQUAL_-1206954714'), (u'INDIRECT_-1206953158', u'MULTIEQUAL_-1206954476'), (u'INDIRECT_-1206958261', u'MULTIEQUAL_-1206956001'), (u'MULTIEQUAL_-1206955045', u'MULTIEQUAL_-1206955029'), (u'MULTIEQUAL_-1206956942', u'MULTIEQUAL_-1206956779'), (u'INDIRECT_-1206956607', u'MULTIEQUAL_-1206956511'), (u'INDIRECT_-1206955519', u'MULTIEQUAL_-1206955436'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206955676'), (u'MULTIEQUAL_-1206956190', u'MULTIEQUAL_-1206956163'), (u'CALL_-1206962580', u'INDIRECT_-1206955084'), (u'INDIRECT_-1206957784', u'MULTIEQUAL_-1206955789'), ('const-1', u'CALL_-1206961615'), (u'INDIRECT_-1206955233', u'MULTIEQUAL_-1206955178'), (u'MULTIEQUAL_-1206953440', u'MULTIEQUAL_-1206955439'), (u'CALL_-1206961471', u'INDIRECT_-1206952335'), (u'CALL_-1206966464', u'INDIRECT_-1206955444'), (u'INDIRECT_-1206957574', u'MULTIEQUAL_-1206957646'), ('const-0', u'CALL_-1206961732'), (u'INDIRECT_-1206955724', u'MULTIEQUAL_-1206956907'), (u'INDIRECT_-1206954170', u'MULTIEQUAL_-1206954126'), ('const-1', u'RETURN_-1206961123'), (u'MULTIEQUAL_-1206953783', u'MULTIEQUAL_-1206953759'), (u'INDIRECT_-1206953825', u'MULTIEQUAL_-1206955721'), ('const--2', u'INT_ADD_-1206952457'), (u'STORE_-1206963494', u'INDIRECT_-1206956408'), (u'STORE_-1206961742', u'INDIRECT_-1206955297'), (u'INDIRECT_-1206954269', u'MULTIEQUAL_-1206954168'), (u'CALL_-1206965188', u'INDIRECT_-1206955477'), (u'CALL_-1206966157', u'INDIRECT_-1206957361'), (u'INDIRECT_-1206953345', u'MULTIEQUAL_-1206953258'), (u'CALL_-1206966560', u'INDIRECT_-1206955877'), (u'MULTIEQUAL_-1206952972', u'MULTIEQUAL_-1206953093'), (u'INDIRECT_-1206955851', u'MULTIEQUAL_-1206955214'), (u'MULTIEQUAL_-1206956381', u'MULTIEQUAL_-1206955817'), (u'CALL_-1206966480', u'INDIRECT_-1206958132'), (u'CALL_-1206961128', u'INDIRECT_-1206953548'), (u'MULTIEQUAL_-1206954544', u'MULTIEQUAL_-1206954520'), ('const-0', u'SUBPIECE_-1206957445'), (u'INDIRECT_-1206955635', u'MULTIEQUAL_-1206955550'), (u'INT_EQUAL_-1206961856', u'CBRANCH_-1206961855'), (u'INDIRECT_-1206957087', u'MULTIEQUAL_-1206958164'), (u'CALL_-1206961572', u'INDIRECT_-1206955977'), (u'CALL_-1206963457', u'INDIRECT_-1206955343'), (u'CAST_-1206952450', u'MULTIEQUAL_-1206960297'), (u'MULTIEQUAL_-1206954078', u'MULTIEQUAL_-1206954069'), (u'INDIRECT_-1206955692', u'MULTIEQUAL_-1206955778'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958526'), (u'CALL_-1206964010', u'INDIRECT_-1206955634'), (u'MULTIEQUAL_-1206956054', u'MULTIEQUAL_-1206957484'), (u'INDIRECT_-1206955805', u'COPY_-1206955834'), (u'INDIRECT_-1206953996', u'MULTIEQUAL_-1206953949'), (u'CALL_-1206961572', u'INDIRECT_-1206956118'), ('tmp_2493', u'CBRANCH_-1206962860'), (u'STORE_-1206963548', u'INDIRECT_-1206955196'), (u'CALL_-1206962580', u'INDIRECT_-1206954802'), (u'MULTIEQUAL_-1206953812', u'MULTIEQUAL_-1206953768'), (u'INDIRECT_-1206957292', u'MULTIEQUAL_-1206957364'), (u'LOAD_-1206966243', u'INT_NOTEQUAL_-1206966227'), (u'INDIRECT_-1206956889', u'MULTIEQUAL_-1206956759'), (u'INDIRECT_-1206955557', u'MULTIEQUAL_-1206955540'), (u'INDIRECT_-1206954513', u'MULTIEQUAL_-1206954517'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206956354'), (u'MULTIEQUAL_-1206954183', u'MULTIEQUAL_-1206953419'), (u'CALL_-1206966544', u'INDIRECT_-1206958176'), (u'MULTIEQUAL_-1206954270', u'MULTIEQUAL_-1206954406'), (u'MULTIEQUAL_-1206959507', u'SUBPIECE_-1206959532'), (u'CALL_-1206963657', u'INDIRECT_-1206956560'), (u'INDIRECT_-1206953757', u'MULTIEQUAL_-1206953683'), (u'PTRSUB_-1206954450', u'CALL_-1206966522'), (u'INDIRECT_-1206957115', u'COPY_-1206957167'), (u'CALL_-1206966605', u'INDIRECT_-1206957095'), (u'INDIRECT_-1206953789', u'MULTIEQUAL_-1206954481'), (u'COPY_-1206952046', u'MULTIEQUAL_-1206952035'), (u'MULTIEQUAL_-1206954218', u'MULTIEQUAL_-1206954340'), (u'CALL_-1206965235', u'INDIRECT_-1206957197'), (u'CALL_-1206963376', u'INDIRECT_-1206956252'), (u'MULTIEQUAL_-1206960955', u'MULTIEQUAL_-1206960867'), ('const-10', u'CALL_-1206964256'), (u'INDIRECT_-1206957555', u'MULTIEQUAL_-1206955296'), (u'CALL_-1206962838', u'INDIRECT_-1206955377'), (u'CALL_-1206961471', u'INDIRECT_-1206953481'), (u'INDIRECT_-1206956656', u'MULTIEQUAL_-1206955907'), (u'CALL_-1206962838', u'INDIRECT_-1206955094'), (u'INT_ADD_-1206963596', u'INT_ADD_-1206957595'), (u'CALL_-1206964010', u'INDIRECT_-1206953783'), (u'CALL_-1206961673', u'INDIRECT_-1206954775'), (u'CALL_-1206966381', u'INDIRECT_-1206955751'), (u'MULTIEQUAL_-1206956330', u'MULTIEQUAL_-1206956920'), (u'STORE_-1206961707', u'INDIRECT_-1206954150'), (u'MULTIEQUAL_-1206957622', u'MULTIEQUAL_-1206957586'), (u'CALL_-1206962479', u'INDIRECT_-1206953652'), (u'INDIRECT_-1206955561', u'COPY_-1206955575'), (u'CALL_-1206961569', u'INDIRECT_-1206952741'), (u'INDIRECT_-1206956797', u'MULTIEQUAL_-1206956638'), ('const-0', u'CALL_-1206962729'), (u'CALL_-1206961538', u'INDIRECT_-1206955104'), (u'INDIRECT_-1206955751', u'MULTIEQUAL_-1206955656'), (u'INDIRECT_-1206955954', u'MULTIEQUAL_-1206955908'), (u'INDIRECT_-1206956791', u'MULTIEQUAL_-1206954871'), (u'STORE_-1206961707', u'INDIRECT_-1206954714'), (u'INDIRECT_-1206956407', u'MULTIEQUAL_-1206956445'), (u'INDIRECT_-1206958205', u'MULTIEQUAL_-1206958070'), (u'INDIRECT_-1206955022', u'MULTIEQUAL_-1206954926'), (u'INDIRECT_-1206956801', u'MULTIEQUAL_-1206956774'), (u'CALL_-1206966544', u'INDIRECT_-1206955864'), (u'MULTIEQUAL_-1206954144', u'MULTIEQUAL_-1206954128'), (u'CALL_-1206961870', u'INDIRECT_-1206956605'), (u'INDIRECT_-1206955764', u'MULTIEQUAL_-1206956456'), (u'INDIRECT_-1206958208', u'MULTIEQUAL_-1206958049'), (u'CALL_-1206964092', u'INDIRECT_-1206957106'), (u'CALL_-1206964167', u'INDIRECT_-1206955425'), (u'CALL_-1206966522', u'INDIRECT_-1206958584'), (u'CALL_-1206962479', u'INDIRECT_-1206956529'), (u'MULTIEQUAL_-1206952715', u'MULTIEQUAL_-1206954714'), (u'INDIRECT_-1206956680', u'MULTIEQUAL_-1206957978'), (u'CALL_-1206961455', u'INDIRECT_-1206954598'), (u'INDIRECT_-1206955176', u'MULTIEQUAL_-1206953352'), (u'MULTIEQUAL_-1206955625', u'MULTIEQUAL_-1206956215'), (u'INDIRECT_-1206954432', u'MULTIEQUAL_-1206954382'), (u'INDIRECT_-1206955916', u'MULTIEQUAL_-1206955311'), (u'CAST_-1206954053', u'CALLIND_-1206965972'), (u'CALL_-1206961455', u'INDIRECT_-1206954316'), (u'COPY_-1206963482', u'MULTIEQUAL_-1206958773'), (u'CALL_-1206961603', u'INDIRECT_-1206955237'), (u'INDIRECT_-1206959250', u'MULTIEQUAL_-1206956989'), (u'INDIRECT_-1206956077', u'MULTIEQUAL_-1206955953'), (u'CALL_-1206963482', u'INDIRECT_-1206954486'), (u'INT_NOTEQUAL_-1206963622', u'CBRANCH_-1206963623'), (u'INDIRECT_-1206956680', u'MULTIEQUAL_-1206954762'), (u'INDIRECT_-1206958067', u'MULTIEQUAL_-1206957318'), (u'STORE_-1206963324', u'INDIRECT_-1206956378'), (u'CALL_-1206966621', u'INDIRECT_-1206956544'), ('tmp_21670', u'PTRSUB_-1206953216'), (u'COPY_-1206962777', u'MULTIEQUAL_-1206958773'), (u'CALL_-1206963657', u'INDIRECT_-1206955855'), (u'STORE_-1206961017', u'INDIRECT_-1206954494'), (u'CALL_-1206966544', u'INDIRECT_-1206958882'), ('const-8', u'INT_ADD_-1206964564'), (u'CALL_-1206963657', u'INDIRECT_-1206954286'), (u'CALL_-1206963376', u'INDIRECT_-1206956957'), (u'CALL_-1206962650', u'INDIRECT_-1206953547'), (u'MULTIEQUAL_-1206959551', u'MULTIEQUAL_-1206959548'), (u'INDIRECT_-1206952605', u'MULTIEQUAL_-1206952533'), (u'INDIRECT_-1206955855', u'MULTIEQUAL_-1206953903'), (u'INDIRECT_-1206956237', u'MULTIEQUAL_-1206956210'), (u'INDIRECT_-1206956247', u'COPY_-1206956304'), (u'CALL_-1206961673', u'INDIRECT_-1206954352'), (u'MULTIEQUAL_-1206959052', u'CALL_-1206963330'), (u'COPY_-1206963456', u'MULTIEQUAL_-1206958773'), (u'CALL_-1206961128', u'INDIRECT_-1206954817'), (u'INT_NOTEQUAL_-1206963123', u'CBRANCH_-1206963124'), (u'CALL_-1206961160', u'INDIRECT_-1206954975'), (u'INDIRECT_-1206957400', u'MULTIEQUAL_-1206957384'), (u'INDIRECT_-1206954028', u'MULTIEQUAL_-1206954270'), (u'INDIRECT_-1206954841', u'MULTIEQUAL_-1206956743'), (u'INDIRECT_-1206957497', u'MULTIEQUAL_-1206955577'), ('const-0', u'INT_NOTEQUAL_-1206963516'), (u'INDIRECT_-1206956427', u'MULTIEQUAL_-1206954168'), (u'CALL_-1206963482', u'INDIRECT_-1206956641'), (u'INDIRECT_-1206953768', u'MULTIEQUAL_-1206953689'), (u'CALL_-1206961455', u'INDIRECT_-1206955868'), (u'MULTIEQUAL_-1206955506', u'MULTIEQUAL_-1206954943'), (u'MULTIEQUAL_-1206956070', u'MULTIEQUAL_-1206956034'), (u'CALL_-1206963611', u'INT_ADD_-1206963483'), (u'INDIRECT_-1206955870', u'MULTIEQUAL_-1206955775'), (u'CAST_-1206951672', u'LOAD_-1206961714'), (u'INDIRECT_-1206958631', u'MULTIEQUAL_-1206957882'), (u'PTRADD_-1206952451', u'INT_LESS_-1206963344'), (u'INDIRECT_-1206956398', u'MULTIEQUAL_-1206954480'), (u'INDIRECT_-1206953565', u'MULTIEQUAL_-1206953575'), (u'INDIRECT_-1206955580', u'MULTIEQUAL_-1206955822'), (u'STORE_-1206963494', u'INDIRECT_-1206957678'), (u'MULTIEQUAL_-1206956801', u'MULTIEQUAL_-1206956638'), (u'INDIRECT_-1206954711', u'MULTIEQUAL_-1206954626'), (u'CALL_-1206964256', u'INDIRECT_-1206953995'), ('tmp_3879', u'CBRANCH_-1206963984'), (u'CALL_-1206963182', u'INDIRECT_-1206955872'), (u'INT_NOTEQUAL_-1206961890', u'CBRANCH_-1206961889'), (u'STORE_-1206963275', u'INDIRECT_-1206956495'), (u'CALL_-1206963359', u'INDIRECT_-1206955478'), (u'INDIRECT_-1206955353', u'MULTIEQUAL_-1206955248'), (u'INDIRECT_-1206957132', u'MULTIEQUAL_-1206956959'), (u'INDIRECT_-1206954773', u'MULTIEQUAL_-1206954709'), (u'COPY_-1206954592', u'CALL_-1206966621'), (u'MULTIEQUAL_-1206956901', u'MULTIEQUAL_-1206958331'), (u'CALL_-1206961814', u'INDIRECT_-1206953203'), (u'CALL_-1206963330', u'INDIRECT_-1206956734'), (u'INDIRECT_-1206956794', u'MULTIEQUAL_-1206956660'), (u'INDIRECT_-1206953435', u'MULTIEQUAL_-1206953521'), ('tmp_6492', u'CBRANCH_-1206961693'), ('const-8', u'PTRADD_-1206952423'), (u'LOAD_-1206965996', u'INT_SEXT_-1206965979'), (u'STORE_-1206963494', u'INDIRECT_-1206955703'), (u'STORE_-1206963275', u'INDIRECT_-1206956918'), (u'CALL_-1206966464', u'INDIRECT_-1206957132'), (u'STORE_-1206961707', u'INDIRECT_-1206954573'), (u'STORE_-1206963548', u'INDIRECT_-1206957030'), (u'CALL_-1206962580', u'INDIRECT_-1206957732'), (u'CALL_-1206963564', u'INDIRECT_-1206954116'), (u'MULTIEQUAL_-1206954165', u'PTRADD_-1206952663'), (u'LOAD_-1206966394', u'CALL_-1206966381'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206955556'), (u'CALL_-1206962230', u'INDIRECT_-1206955269'), (u'MULTIEQUAL_-1206956035', u'MULTIEQUAL_-1206955061'), (u'CALL_-1206965956', u'INDIRECT_-1206958664'), (u'INDIRECT_-1206956942', u'MULTIEQUAL_-1206956896'), (u'MULTIEQUAL_-1206957058', u'MULTIEQUAL_-1206956495'), (u'MULTIEQUAL_-1206956048', u'MULTIEQUAL_-1206954826'), (u'CALL_-1206966605', u'INDIRECT_-1206955429'), (u'MULTIEQUAL_-1206956378', u'INT_EQUAL_-1206966275'), (u'CALL_-1206962796', u'INDIRECT_-1206956431'), (u'CALL_-1206964167', u'INDIRECT_-1206956976'), (u'CALL_-1206961814', u'INDIRECT_-1206955374'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958103'), (u'CALL_-1206961471', u'INDIRECT_-1206952454'), (u'INDIRECT_-1206955557', u'COPY_-1206955587'), (u'CALL_-1206961541', u'INDIRECT_-1206952245'), (u'INDIRECT_-1206955980', u'MULTIEQUAL_-1206955963'), (u'INT_NEGATE_-1206963842', u'INT_ADD_-1206963842'), (u'STORE_-1206963324', u'INDIRECT_-1206956801'), (u'CALL_-1206966464', u'INDIRECT_-1206957978'), ('const-8', u'PTRADD_-1206952517'), (u'INDIRECT_-1206954749', u'MULTIEQUAL_-1206953456'), (u'INDIRECT_-1206953462', u'MULTIEQUAL_-1206955580'), (u'INDIRECT_-1206954107', u'MULTIEQUAL_-1206956003'), (u'INDIRECT_-1206955775', u'MULTIEQUAL_-1206955366'), (u'CALL_-1206962650', u'INDIRECT_-1206953428'), (u'INDIRECT_-1206954569', u'MULTIEQUAL_-1206954552'), (u'MULTIEQUAL_-1206956211', u'MULTIEQUAL_-1206955648'), (u'CALL_-1206966488', u'INDIRECT_-1206958138'), (u'INDIRECT_-1206958000', u'MULTIEQUAL_-1206957930'), (u'INDIRECT_-1206956574', u'MULTIEQUAL_-1206956072'), (u'CALL_-1206960896', u'INDIRECT_-1206953999'), (u'CALL_-1206966381', u'INDIRECT_-1206958487'), (u'MULTIEQUAL_-1206953116', u'MULTIEQUAL_-1206953086'), (u'CALL_-1206961814', u'INDIRECT_-1206952959'), (u'CAST_-1206952613', u'MULTIEQUAL_-1206959436'), (u'INT_NOTEQUAL_-1206961912', u'CBRANCH_-1206961909'), (u'CALL_-1206962796', u'INDIRECT_-1206954736'), ('const-433', u'STORE_-1206963494'), (u'CALL_-1206961160', u'INDIRECT_-1206953424'), (u'INDIRECT_-1206955130', u'MULTIEQUAL_-1206956849'), (u'MULTIEQUAL_-1206955346', u'INT_NOTEQUAL_-1206961721'), (u'CALL_-1206966621', u'INDIRECT_-1206957813'), (u'CALL_-1206965223', u'INDIRECT_-1206956061'), (u'MULTIEQUAL_-1206957216', u'INT_EQUAL_-1206963493'), (u'MULTIEQUAL_-1206952878', u'MULTIEQUAL_-1206952315'), (u'CALL_-1206964010', u'INDIRECT_-1206954647'), (u'MULTIEQUAL_-1206955415', u'MULTIEQUAL_-1206957414'), (u'CALL_-1206961870', u'INDIRECT_-1206954771'), (u'INDIRECT_-1206955901', u'MULTIEQUAL_-1206955837'), (u'INDIRECT_-1206955905', u'MULTIEQUAL_-1206955813'), (u'MULTIEQUAL_-1206953210', u'MULTIEQUAL_-1206953259'), (u'MULTIEQUAL_-1206955578', u'MULTIEQUAL_-1206957647'), (u'MULTIEQUAL_-1206956237', u'MULTIEQUAL_-1206955409'), ('tmp_3975', u'CBRANCH_-1206963909'), (u'CALL_-1206962796', u'INDIRECT_-1206953608'), (u'INDIRECT_-1206957215', u'MULTIEQUAL_-1206955295'), (u'CALL_-1206966522', u'INDIRECT_-1206956468'), (u'MULTIEQUAL_-1206955817', u'MULTIEQUAL_-1206955787'), (u'CALL_-1206961375', u'INDIRECT_-1206955015'), (u'CALL_-1206962705', u'INDIRECT_-1206954992'), (u'MULTIEQUAL_-1206957599', u'COPY_-1206952885'), (u'CALL_-1206966522', u'INDIRECT_-1206958019'), (u'INDIRECT_-1206953717', u'MULTIEQUAL_-1206953803'), (u'MULTIEQUAL_-1206954144', u'MULTIEQUAL_-1206953252'), (u'INDIRECT_-1206955344', u'COPY_-1206955356'), (u'MULTIEQUAL_-1206958164', u'CALL_-1206965235'), (u'INDIRECT_-1206955505', u'MULTIEQUAL_-1206955565'), ('const-1', u'RETURN_-1206965183'), (u'CALL_-1206966381', u'INDIRECT_-1206959194'), (u'MULTIEQUAL_-1206955257', u'MULTIEQUAL_-1206955393'), (u'CALL_-1206965235', u'INDIRECT_-1206956351'), (u'INDIRECT_-1206955958', u'MULTIEQUAL_-1206957035'), (u'CALL_-1206963575', u'INDIRECT_-1206955830'), (u'CALL_-1206965235', u'INDIRECT_-1206955787'), ('const-8', u'PTRADD_-1206954286'), (u'INDIRECT_-1206957001', u'MULTIEQUAL_-1206956835'), (u'INDIRECT_-1206954428', u'COPY_-1206954458'), (u'INDIRECT_-1206954635', u'MULTIEQUAL_-1206954543'), (u'MULTIEQUAL_-1206952596', u'MULTIEQUAL_-1206954595'), (u'STORE_-1206961707', u'INDIRECT_-1206956266'), (u'INDIRECT_-1206954249', u'MULTIEQUAL_-1206954166'), (u'INDIRECT_-1206958033', u'MULTIEQUAL_-1206957728'), (u'CALL_-1206961615', u'INDIRECT_-1206954540'), (u'INT_ADD_-1206963628', u'MULTIEQUAL_-1206959548'), (u'STORE_-1206961701', u'INDIRECT_-1206955557'), (u'CALL_-1206966605', u'INDIRECT_-1206958506'), (u'INDIRECT_-1206954630', u'MULTIEQUAL_-1206954347'), (u'CALL_-1206964010', u'INDIRECT_-1206956763'), (u'COPY_-1206961568', u'MULTIEQUAL_-1206956567'), (u'CALL_-1206961645', u'INDIRECT_-1206954056'), (u'INDIRECT_-1206955378', u'MULTIEQUAL_-1206955295'), (u'PTRADD_-1206954316', u'LOAD_-1206963556'), (u'CALL_-1206961732', u'INDIRECT_-1206956457'), (u'INDIRECT_-1206955507', u'MULTIEQUAL_-1206955412'), (u'CALL_-1206961538', u'INDIRECT_-1206956092'), (u'INDIRECT_-1206955128', u'MULTIEQUAL_-1206956426'), (u'CALL_-1206961709', u'INDIRECT_-1206955709'), (u'CALL_-1206961128', u'INDIRECT_-1206955946'), (u'CALL_-1206963376', u'INDIRECT_-1206954277'), (u'MULTIEQUAL_-1206955531', u'MULTIEQUAL_-1206956070'), (u'INDIRECT_-1206955084', u'MULTIEQUAL_-1206954967'), (u'CALL_-1206961128', u'INDIRECT_-1206954535'), (u'CALL_-1206963356', u'INDIRECT_-1206954974'), (u'STORE_-1206961742', u'INDIRECT_-1206955015'), (u'MULTIEQUAL_-1206955612', u'MULTIEQUAL_-1206954638'), (u'CALL_-1206964279', u'INDIRECT_-1206957045'), (u'CALL_-1206965208', u'INDIRECT_-1206954740'), (u'MULTIEQUAL_-1206958776', u'MULTIEQUAL_-1206958729'), (u'CALL_-1206961160', u'INDIRECT_-1206955117'), (u'CALL_-1206966544', u'INDIRECT_-1206956484'), (u'COPY_-1206952310', u'MULTIEQUAL_-1206952992'), (u'CALL_-1206961375', u'INDIRECT_-1206953605'), (u'INDIRECT_-1206956267', u'COPY_-1206956281'), (u'STORE_-1206961742', u'INDIRECT_-1206954592'), ('const-1', u'INT_ADD_-1206964577'), (u'CALL_-1206964068', u'INDIRECT_-1206955682'), (u'MULTIEQUAL_-1206954829', u'MULTIEQUAL_-1206954265'), ('tmp_4857', u'CBRANCH_-1206961502'), (u'INDIRECT_-1206956347', u'MULTIEQUAL_-1206956351'), (u'INDIRECT_-1206958769', u'MULTIEQUAL_-1206958652'), (u'MULTIEQUAL_-1206956120', u'MULTIEQUAL_-1206958119'), (u'INDIRECT_-1206953941', u'MULTIEQUAL_-1206953830'), (u'INDIRECT_-1206957074', u'MULTIEQUAL_-1206955154'), ('const-0', u'PTRSUB_-1206964273'), ('const-255', u'INT_SLESS_-1206963528'), (u'MULTIEQUAL_-1206954826', u'MULTIEQUAL_-1206955365'), (u'CALL_-1206962505', u'INDIRECT_-1206955123'), (u'CALL_-1206961725', u'INDIRECT_-1206954452'), (u'INT_ADD_-1206965971', u'CAST_-1206954053'), ('const-8', u'PTRADD_-1206951542'), (u'INDIRECT_-1206956252', u'MULTIEQUAL_-1206956693'), (u'INDIRECT_-1206954611', u'MULTIEQUAL_-1206954507'), (u'INDIRECT_-1206953403', u'MULTIEQUAL_-1206953320'), (u'INDIRECT_-1206954954', u'MULTIEQUAL_-1206954871'), (u'INDIRECT_-1206955732', u'MULTIEQUAL_-1206955595'), (u'CALL_-1206961615', u'INDIRECT_-1206952651'), (u'PTRADD_-1206952517', u'LOAD_-1206963544'), (u'CALL_-1206963482', u'INDIRECT_-1206956218'), (u'MULTIEQUAL_-1206955929', u'MULTIEQUAL_-1206955893'), (u'STORE_-1206961701', u'INDIRECT_-1206954005'), (u'INDIRECT_-1206957922', u'INT_NOTEQUAL_-1206963505'), ('const-8', u'PTRADD_-1206951739'), ('const-0', u'CALL_-1206964279'), (u'CALL_-1206962580', u'INDIRECT_-1206955789'), (u'CALL_-1206966464', u'INDIRECT_-1206957555'), (u'INDIRECT_-1206957394', u'MULTIEQUAL_-1206957432'), (u'STORE_-1206961742', u'INDIRECT_-1206954028'), (u'INDIRECT_-1206955318', u'MULTIEQUAL_-1206955248'), (u'CALL_-1206963575', u'INDIRECT_-1206953697'), (u'CAST_-1206953066', u'CALL_-1206961629'), (u'INDIRECT_-1206955500', u'MULTIEQUAL_-1206955504'), (u'INDIRECT_-1206958379', u'INT_ZEXT_-1206963128'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955508'), (u'CALL_-1206963611', u'INDIRECT_-1206957527'), (u'INDIRECT_-1206956415', u'MULTIEQUAL_-1206955778'), (u'CALL_-1206966621', u'INDIRECT_-1206957390'), (u'INDIRECT_-1206955676', u'MULTIEQUAL_-1206956753'), (u'MULTIEQUAL_-1206953212', u'MULTIEQUAL_-1206953198'), (u'CALL_-1206963314', u'INDIRECT_-1206955454'), ('const-0', u'CALL_-1206964092'), (u'STORE_-1206961017', u'INDIRECT_-1206955482'), (u'CALL_-1206963356', u'INDIRECT_-1206955397'), (u'INDIRECT_-1206955613', u'MULTIEQUAL_-1206953640'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206956072'), (u'INDIRECT_-1206955746', u'MULTIEQUAL_-1206955651'), (u'MULTIEQUAL_-1206953664', u'MULTIEQUAL_-1206954203'), (u'CALL_-1206964167', u'INDIRECT_-1206955989'), (u'CALL_-1206961569', u'INDIRECT_-1206953242'), ('const-1114912', u'PTRSUB_-1206954239'), (u'CALL_-1206961527', u'INDIRECT_-1206955770'), (u'CALL_-1206963314', u'INDIRECT_-1206954890'), (u'CALL_-1206961569', u'INDIRECT_-1206953524'), (u'INDIRECT_-1206956972', u'COPY_-1206956986'), (u'MULTIEQUAL_-1206955806', u'MULTIEQUAL_-1206955786'), (u'MULTIEQUAL_-1206958023', u'MULTIEQUAL_-1206958613'), (u'CALL_-1206961629', u'INDIRECT_-1206955680'), (u'INDIRECT_-1206955723', u'MULTIEQUAL_-1206955597'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955327'), (u'INDIRECT_-1206952216', u'PIECE_-1206952475'), (u'MULTIEQUAL_-1206958651', u'INT_NOTEQUAL_-1206962279'), (u'CALL_-1206961375', u'INDIRECT_-1206956287'), (u'INDIRECT_-1206956288', u'MULTIEQUAL_-1206957472'), (u'CALL_-1206965235', u'INDIRECT_-1206957903'), (u'CALL_-1206966645', u'INDIRECT_-1206956987'), (u'MULTIEQUAL_-1206954658', u'MULTIEQUAL_-1206954614'), (u'CALL_-1206961870', u'INDIRECT_-1206954066'), (u'INDIRECT_-1206956182', u'COPY_-1206956236'), (u'MULTIEQUAL_-1206953454', u'MULTIEQUAL_-1206953503'), (u'CALL_-1206961541', u'INDIRECT_-1206955908'), (u'CALL_-1206961732', u'INDIRECT_-1206956175'), (u'INDIRECT_-1206953294', u'MULTIEQUAL_-1206953380'), (u'INDIRECT_-1206955515', u'MULTIEQUAL_-1206955460'), (u'MULTIEQUAL_-1206958070', u'MULTIEQUAL_-1206958024'), ('tmp_1514', u'CBRANCH_-1206964446'), (u'INDIRECT_-1206956595', u'MULTIEQUAL_-1206956738'), (u'CALL_-1206963457', u'INDIRECT_-1206955202'), (u'MULTIEQUAL_-1206958011', u'INT_SLESS_-1206963915'), (u'CALL_-1206961572', u'INDIRECT_-1206955554'), (u'INDIRECT_-1206956291', u'MULTIEQUAL_-1206955789'), ('const-100', u'INT_SUB_-1206966118'), (u'MULTIEQUAL_-1206959436', u'MULTIEQUAL_-1206960867'), (u'MULTIEQUAL_-1206953091', u'MULTIEQUAL_-1206953212'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964187'), (u'MULTIEQUAL_-1206954427', u'MULTIEQUAL_-1206956426'), (u'CALL_-1206963513', u'INDIRECT_-1206956099'), (u'CALL_-1206964092', u'INDIRECT_-1206956681'), (u'CALL_-1206965188', u'INDIRECT_-1206954494'), (u'MULTIEQUAL_-1206953093', u'MULTIEQUAL_-1206953079'), (u'CALL_-1206961527', u'INDIRECT_-1206953372'), (u'MULTIEQUAL_-1206956519', u'MULTIEQUAL_-1206956472'), (u'CALL_-1206963575', u'INDIRECT_-1206955689'), (u'CALL_-1206966605', u'INDIRECT_-1206955911'), (u'MULTIEQUAL_-1206953241', u'MULTIEQUAL_-1206953211'), (u'CALL_-1206961615', u'INDIRECT_-1206954963'), (u'CALL_-1206966157', u'INDIRECT_-1206956797'), (u'MULTIEQUAL_-1206955672', u'MULTIEQUAL_-1206956211'), (u'CALL_-1206966621', u'INDIRECT_-1206957954'), ('const-1', u'PTRADD_-1206962464'), ('const-1094000', u'COPY_-1206954592'), ('tmp_1561', u'CBRANCH_-1206964386'), (u'MULTIEQUAL_-1206955157', u'MULTIEQUAL_-1206954994'), ('const-8', u'PTRADD_-1206954316'), ('tmp_999', u'BRANCH_-1206965935'), (u'CALL_-1206960896', u'INDIRECT_-1206953435'), (u'CALL_-1206965208', u'INDIRECT_-1206956613'), (u'STORE_-1206963494', u'INDIRECT_-1206957537'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957302'), (u'CALL_-1206961185', u'INDIRECT_-1206953603'), (u'INT_SEXT_-1206964296', u'PTRADD_-1206952762'), ('const-2', u'CALL_-1206963564'), (u'PTRADD_-1206963078', u'COPY_-1206952982'), (u'INDIRECT_-1206952311', u'MULTIEQUAL_-1206952417'), (u'INDIRECT_-1206953078', u'MULTIEQUAL_-1206953042'), (u'CALL_-1206961725', u'INDIRECT_-1206954170'), (u'MULTIEQUAL_-1206956484', u'MULTIEQUAL_-1206956457'), (u'INDIRECT_-1206956145', u'MULTIEQUAL_-1206956101'), (u'INDIRECT_-1206955833', u'MULTIEQUAL_-1206957131'), (u'MULTIEQUAL_-1206954481', u'MULTIEQUAL_-1206954465'), (u'LOAD_-1206961777', u'STORE_-1206961742'), (u'INDIRECT_-1206953565', u'MULTIEQUAL_-1206953454'), (u'MULTIEQUAL_-1206957177', u'MULTIEQUAL_-1206957150'), (u'CALL_-1206963356', u'INDIRECT_-1206955961'), (u'INDIRECT_-1206955235', u'MULTIEQUAL_-1206957131'), (u'MULTIEQUAL_-1206957898', u'LOAD_-1206961408'), (u'CAST_-1206954060', u'INT_ADD_-1206965980'), (u'CALL_-1206962230', u'INDIRECT_-1206956821'), (u'CALL_-1206961603', u'INDIRECT_-1206955096'), (u'INDIRECT_-1206953289', u'MULTIEQUAL_-1206954228'), ('tmp_6047', u'BRANCH_-1206961569'), (u'CALL_-1206963457', u'INDIRECT_-1206955907'), (u'CALL_-1206963376', u'INDIRECT_-1206956393'), (u'MULTIEQUAL_-1206956801', u'MULTIEQUAL_-1206956754'), ('tmp_2306', u'CBRANCH_-1206962869'), (u'CALL_-1206961794', u'INDIRECT_-1206955642'), (u'CALL_-1206962729', u'INDIRECT_-1206954016'), (u'CALL_-1206963575', u'INDIRECT_-1206955407'), ('const-0', u'INT_EQUAL_-1206961754'), (u'CALL_-1206965188', u'INDIRECT_-1206957734'), (u'INDIRECT_-1206957574', u'MULTIEQUAL_-1206955750'), (u'CALLIND_-1206963455', u'INDIRECT_-1206956455'), (u'MULTIEQUAL_-1206953840', u'MULTIEQUAL_-1206953804'), (u'COPY_-1206954629', u'CALL_-1206966673'), (u'COPY_-1206966438', u'MULTIEQUAL_-1206960939'), (u'CALL_-1206962650', u'INDIRECT_-1206955561'), (u'INDIRECT_-1206953228', u'COPY_-1206953240'), (u'CALL_-1206964256', u'INDIRECT_-1206956291'), (u'MULTIEQUAL_-1206956612', u'MULTIEQUAL_-1206957202'), (u'CALL_-1206966605', u'INDIRECT_-1206958647'), (u'INDIRECT_-1206954299', u'MULTIEQUAL_-1206954218'), (u'INDIRECT_-1206955760', u'MULTIEQUAL_-1206955696'), (u'MULTIEQUAL_-1206956052', u'MULTIEQUAL_-1206956101'), (u'CALL_-1206963513', u'INDIRECT_-1206954407'), (u'CAST_-1206951756', u'COPY_-1206951893'), (u'INDIRECT_-1206958103', u'COPY_-1206958155'), (u'MULTIEQUAL_-1206952035', u'PTRADD_-1206952119'), ('const-8', u'PTRADD_-1206952484'), (u'CALL_-1206962650', u'INDIRECT_-1206954433'), (u'CALL_-1206961725', u'INDIRECT_-1206953165'), (u'INDIRECT_-1206957356', u'MULTIEQUAL_-1206957234'), (u'INDIRECT_-1206958443', u'MULTIEQUAL_-1206958295'), (u'MULTIEQUAL_-1206957199', u'MULTIEQUAL_-1206956636'), (u'INDIRECT_-1206956172', u'MULTIEQUAL_-1206956315'), (u'INDIRECT_-1206958385', u'COPY_-1206958437'), (u'CALL_-1206961870', u'INDIRECT_-1206955900'), (u'INDIRECT_-1206956656', u'MULTIEQUAL_-1206954661'), (u'INDIRECT_-1206954788', u'MULTIEQUAL_-1206953983'), (u'INDIRECT_-1206955663', u'MULTIEQUAL_-1206955541'), (u'CALL_-1206963330', u'INDIRECT_-1206954477'), (u'INDIRECT_-1206957104', u'MULTIEQUAL_-1206955186'), (u'INDIRECT_-1206953413', u'MULTIEQUAL_-1206953337'), (u'MULTIEQUAL_-1206956794', u'MULTIEQUAL_-1206956755'), (u'INDIRECT_-1206955466', u'MULTIEQUAL_-1206955609'), ('const-1', u'COPY_-1206965949'), (u'MULTIEQUAL_-1206956330', u'MULTIEQUAL_-1206955108'), (u'COPY_-1206952712', u'INT_AND_-1206958838'), (u'MULTIEQUAL_-1206955330', u'MULTIEQUAL_-1206955232'), (u'MULTIEQUAL_-1206956099', u'MULTIEQUAL_-1206955535'), (u'CALL_-1206966381', u'INDIRECT_-1206956371'), ('const-0', u'INT_EQUAL_-1206964595'), ('const-1096840', u'COPY_-1206962797'), (u'CALL_-1206961541', u'INDIRECT_-1206955344'), (u'INDIRECT_-1206953543', u'MULTIEQUAL_-1206954642'), (u'INDIRECT_-1206957177', u'MULTIEQUAL_-1206957131'), (u'INT_NOTEQUAL_-1206962873', u'CBRANCH_-1206962869'), ('tmp_548', u'CBRANCH_-1206966251'), (u'INDIRECT_-1206955951', u'MULTIEQUAL_-1206957696'), (u'INDIRECT_-1206956692', u'COPY_-1206956744'), ('const-0', u'PTRSUB_-1206951582'), (u'MULTIEQUAL_-1206955207', u'MULTIEQUAL_-1206956638'), (u'CALL_-1206966560', u'INDIRECT_-1206955996'), (u'INDIRECT_-1206956126', u'COPY_-1206956140'), (u'PTRADD_-1206952529', u'COPY_-1206952514'), (u'CALL_-1206963720', u'INDIRECT_-1206956587'), (u'PTRADD_-1206954316', u'PTRADD_-1206952451'), (u'MULTIEQUAL_-1206955593', u'MULTIEQUAL_-1206954829'), (u'CALL_-1206961709', u'INDIRECT_-1206955851'), (u'INDIRECT_-1206957132', u'MULTIEQUAL_-1206954873'), (u'CALL_-1206961732', u'INDIRECT_-1206953918'), ('const-0', u'INT_NOTEQUAL_-1206965316'), ('const-1094053', u'COPY_-1206954313'), (u'MULTIEQUAL_-1206953198', u'MULTIEQUAL_-1206952434'), (u'INDIRECT_-1206954415', u'MULTIEQUAL_-1206954507'), (u'CALL_-1206963657', u'INDIRECT_-1206957830'), (u'CALL_-1206964092', u'INDIRECT_-1206956540'), ('const-1', u'INT_SLESS_-1206964225'), (u'INDIRECT_-1206953941', u'MULTIEQUAL_-1206953799'), (u'INT_NOTEQUAL_-1206963466', u'CBRANCH_-1206963465'), ('tmp_4134', u'BRANCH_-1206963793'), (u'CALL_-1206964010', u'INDIRECT_-1206955916'), (u'CALL_-1206966157', u'INT_SUB_-1206966118'), (u'CALL_-1206966544', u'INDIRECT_-1206957612'), (u'INDIRECT_-1206955528', u'MULTIEQUAL_-1206957273'), (u'CALL_-1206966605', u'INDIRECT_-1206957236'), (u'INDIRECT_-1206958490', u'MULTIEQUAL_-1206957741'), (u'CALL_-1206962580', u'INDIRECT_-1206956071'), (u'CALL_-1206961160', u'CALL_-1206961128'), (u'INDIRECT_-1206953188', u'MULTIEQUAL_-1206953211'), (u'INDIRECT_-1206954740', u'MULTIEQUAL_-1206954714'), (u'MULTIEQUAL_-1206955383', u'MULTIEQUAL_-1206955363'), (u'INDIRECT_-1206955388', u'MULTIEQUAL_-1206955293'), ('const-1068832', u'PTRSUB_-1206951768'), (u'STORE_-1206961742', u'INDIRECT_-1206954874'), ('const-1093699', u'COPY_-1206954614'), ('const-0', u'INT_EQUAL_-1206961780'), (u'MULTIEQUAL_-1206956096', u'MULTIEQUAL_-1206956635'), (u'CAST_-1206952965', u'LOAD_-1206963544'), (u'CALL_-1206961732', u'INDIRECT_-1206954482'), (u'INDIRECT_-1206955380', u'MULTIEQUAL_-1206955440'), (u'CALL_-1206964068', u'INDIRECT_-1206955823'), (u'INDIRECT_-1206957253', u'MULTIEQUAL_-1206957291'), (u'INDIRECT_-1206953697', u'MULTIEQUAL_-1206953555'), (u'CALL_-1206964068', u'INDIRECT_-1206955964'), (u'CALL_-1206966522', u'INDIRECT_-1206956891'), (u'COPY_-1206959662', u'COPY_-1206952716'), (u'CALL_-1206961538', u'INDIRECT_-1206952830'), (u'INDIRECT_-1206952443', u'MULTIEQUAL_-1206952408'), (u'MULTIEQUAL_-1206953581', u'MULTIEQUAL_-1206955580'), (u'CALL_-1206962479', u'INDIRECT_-1206953289'), (u'INT_EQUAL_-1206961780', u'CBRANCH_-1206961778'), ('const-0', u'INT_EQUAL_-1206964548'), ('const-68', u'INT_ADD_-1206963483'), (u'INDIRECT_-1206954958', u'COPY_-1206954987'), (u'INDIRECT_-1206959056', u'MULTIEQUAL_-1206958895'), (u'INDIRECT_-1206957433', u'MULTIEQUAL_-1206955609'), (u'INDIRECT_-1206954379', u'MULTIEQUAL_-1206956190'), (u'INDIRECT_-1206956271', u'MULTIEQUAL_-1206956255'), (u'MULTIEQUAL_-1206953224', u'MULTIEQUAL_-1206953360'), (u'CALL_-1206963564', u'INDIRECT_-1206956933'), (u'INDIRECT_-1206955115', u'MULTIEQUAL_-1206955014'), (u'CALL_-1206961732', u'INDIRECT_-1206954764'), (u'INDIRECT_-1206954943', u'MULTIEQUAL_-1206956754'), (u'INDIRECT_-1206957629', u'MULTIEQUAL_-1206957505'), (u'INDIRECT_-1206955449', u'MULTIEQUAL_-1206955283'), (u'MULTIEQUAL_-1206955506', u'MULTIEQUAL_-1206955497'), (u'CALL_-1206962505', u'INDIRECT_-1206957771'), ('tmp_3595', u'CBRANCH_-1206964237'), (u'CALL_-1206963564', u'INDIRECT_-1206955945'), (u'INT_SLESS_-1206964225', u'CBRANCH_-1206964232'), (u'INDIRECT_-1206955578', u'MULTIEQUAL_-1206957696'), ('const-5', u'CALL_-1206962729'), (u'INDIRECT_-1206956622', u'MULTIEQUAL_-1206956537'), (u'MULTIEQUAL_-1206959450', u'INT_SUB_-1206966325'), (u'INDIRECT_-1206956548', u'MULTIEQUAL_-1206956586'), (u'CALL_-1206963457', u'INDIRECT_-1206953633'), (u'MULTIEQUAL_-1206956386', u'MULTIEQUAL_-1206956522'), (u'CALL_-1206965235', u'INDIRECT_-1206955004'), ('const-433', u'LOAD_-1206961712'), (u'CALL_-1206961519', u'INDIRECT_-1206954635'), (u'CALL_-1206966464', u'INDIRECT_-1206958119'), (u'CALL_-1206961629', u'INDIRECT_-1206953564'), ('tmp_3693', u'CBRANCH_-1206964182'), (u'INDIRECT_-1206954795', u'MULTIEQUAL_-1206954799'), (u'CALL_-1206961629', u'INDIRECT_-1206954128'), (u'INDIRECT_-1206957202', u'MULTIEQUAL_-1206957083'), (u'STORE_-1206961707', u'INDIRECT_-1206953868'), (u'COPY_-1206965949', u'MULTIEQUAL_-1206958138'), (u'CALL_-1206966544', u'INDIRECT_-1206958741'), (u'INT_EQUAL_-1206964529', u'CBRANCH_-1206964527'), (u'INDIRECT_-1206957638', u'MULTIEQUAL_-1206957516'), (u'INDIRECT_-1206954802', u'MULTIEQUAL_-1206956613'), (u'MULTIEQUAL_-1206958235', u'MULTIEQUAL_-1206959695'), (u'INT_NOTEQUAL_-1206964326', u'CBRANCH_-1206964324'), ('const-1094081', u'PTRSUB_-1206952424'), (u'CALL_-1206961541', u'INDIRECT_-1206953651'), (u'MULTIEQUAL_-1206957929', u'MULTIEQUAL_-1206957101'), (u'CALL_-1206963359', u'INDIRECT_-1206957032'), (u'INDIRECT_-1206955352', u'MULTIEQUAL_-1206954943'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206956658'), (u'MULTIEQUAL_-1206957869', u'MULTIEQUAL_-1206956895'), (u'INDIRECT_-1206956727', u'MULTIEQUAL_-1206954903'), (u'CALL_-1206963457', u'INDIRECT_-1206957850'), (u'INDIRECT_-1206954422', u'MULTIEQUAL_-1206954508'), (u'INDIRECT_-1206952123', u'PIECE_-1206952487'), (u'CALL_-1206963575', u'INDIRECT_-1206956959'), (u'CALL_-1206966488', u'INDIRECT_-1206957574'), (u'STORE_-1206963453', u'INDIRECT_-1206956559'), (u'CALL_-1206961538', u'INDIRECT_-1206954822'), (u'MULTIEQUAL_-1206956458', u'MULTIEQUAL_-1206955484'), (u'MULTIEQUAL_-1206956316', u'MULTIEQUAL_-1206956195'), (u'CALL_-1206962230', u'INDIRECT_-1206954141'), (u'MULTIEQUAL_-1206959928', u'INT_SUB_-1206963128'), (u'MULTIEQUAL_-1206960279', u'MULTIEQUAL_-1206958913'), (u'INDIRECT_-1206955454', u'COPY_-1206955479'), (u'MULTIEQUAL_-1206957728', u'CAST_-1206953148'), (u'INDIRECT_-1206957011', u'MULTIEQUAL_-1206956941'), (u'CALL_-1206965235', u'INDIRECT_-1206954522'), (u'CALL_-1206961794', u'INDIRECT_-1206954231'), ('const-433', u'LOAD_-1206964306'), (u'INDIRECT_-1206955104', u'MULTIEQUAL_-1206956849'), (u'MULTIEQUAL_-1206954761', u'MULTIEQUAL_-1206955351'), (u'CALLIND_-1206965972', u'INDIRECT_-1206955264'), ('const-1071872', u'PTRSUB_-1206954425'), (u'INDIRECT_-1206956247', u'MULTIEQUAL_-1206957164'), (u'INDIRECT_-1206956587', u'MULTIEQUAL_-1206956517'), (u'PTRADD_-1206952484', u'MULTIEQUAL_-1206958430'), (u'CALL_-1206963657', u'INDIRECT_-1206957407'), (u'MULTIEQUAL_-1206954765', u'MULTIEQUAL_-1206954238'), (u'INDIRECT_-1206954060', u'MULTIEQUAL_-1206953918'), (u'INDIRECT_-1206956431', u'MULTIEQUAL_-1206957613'), (u'INDIRECT_-1206959780', u'MULTIEQUAL_-1206957543'), (u'MULTIEQUAL_-1206957741', u'MULTIEQUAL_-1206957058'), (u'INDIRECT_-1206956568', u'MULTIEQUAL_-1206954309'), (u'MULTIEQUAL_-1206955005', u'MULTIEQUAL_-1206953783'), (u'INDIRECT_-1206954479', u'MULTIEQUAL_-1206954622'), (u'CALL_-1206965956', u'INDIRECT_-1206955505'), (u'INDIRECT_-1206953083', u'MULTIEQUAL_-1206953093'), (u'CALL_-1206960896', u'INDIRECT_-1206956117'), (u'MULTIEQUAL_-1206956517', u'MULTIEQUAL_-1206955625'), (u'CALL_-1206962705', u'INDIRECT_-1206955275'), (u'INDIRECT_-1206953876', u'MULTIEQUAL_-1206953396'), (u'STORE_-1206963548', u'INDIRECT_-1206956042'), (u'INDIRECT_-1206957964', u'MULTIEQUAL_-1206957948'), (u'INDIRECT_-1206954951', u'MULTIEQUAL_-1206954896'), (u'MULTIEQUAL_-1206958019', u'MULTIEQUAL_-1206959449'), ('tmp_673', u'CBRANCH_-1206966140'), (u'CALL_-1206961629', u'INDIRECT_-1206953846'), (u'MULTIEQUAL_-1206957083', u'MULTIEQUAL_-1206956255'), (u'CALL_-1206963314', u'INDIRECT_-1206954185'), ('tmp_2273', u'BRANCH_-1206962999'), (u'INDIRECT_-1206956534', u'MULTIEQUAL_-1206956976'), (u'INDIRECT_-1206956667', u'MULTIEQUAL_-1206956566'), ('const-1', u'INT_ADD_-1206952617'), (u'MULTIEQUAL_-1206956411', u'MULTIEQUAL_-1206957871'), (u'INDIRECT_-1206957470', u'MULTIEQUAL_-1206957061'), (u'MULTIEQUAL_-1206956457', u'MULTIEQUAL_-1206956336'), (u'MULTIEQUAL_-1206954942', u'MULTIEQUAL_-1206954379'), (u'INDIRECT_-1206955522', u'MULTIEQUAL_-1206953602'), (u'INDIRECT_-1206953589', u'MULTIEQUAL_-1206953502'), (u'INDIRECT_-1206952963', u'MULTIEQUAL_-1206953224'), (u'INDIRECT_-1206957640', u'MULTIEQUAL_-1206957523'), (u'PTRADD_-1206951739', u'STORE_-1206961701'), (u'INDIRECT_-1206954496', u'MULTIEQUAL_-1206954481'), (u'INDIRECT_-1206955975', u'MULTIEQUAL_-1206954057'), (u'INDIRECT_-1206953305', u'MULTIEQUAL_-1206954404'), (u'INDIRECT_-1206956481', u'INT_NOTEQUAL_-1206963965'), (u'INT_NEGATE_-1206963596', u'INT_ADD_-1206963596'), ('const-0', u'INT_EQUAL_-1206965292'), (u'MULTIEQUAL_-1206956926', u'MULTIEQUAL_-1206956881'), (u'INDIRECT_-1206953723', u'COPY_-1206953753'), (u'CAST_-1206952899', u'PTRADD_-1206962464'), (u'INDIRECT_-1206956287', u'MULTIEQUAL_-1206956529'), (u'MULTIEQUAL_-1206956202', u'MULTIEQUAL_-1206956175'), (u'INT_MULT_-1206958022', u'INT_ADD_-1206953016'), (u'MULTIEQUAL_-1206954353', u'MULTIEQUAL_-1206954264'), (u'CALL_-1206961519', u'INDIRECT_-1206954212'), (u'COPY_-1206956667', u'MULTIEQUAL_-1206957834'), (u'INDIRECT_-1206953720', u'MULTIEQUAL_-1206955439'), (u'INDIRECT_-1206959586', u'MULTIEQUAL_-1206958859'), (u'LOAD_-1206961746', u'MULTIEQUAL_-1206958299'), (u'CALL_-1206963443', u'INDIRECT_-1206956304'), (u'INDIRECT_-1206956805', u'MULTIEQUAL_-1206957882'), (u'INDIRECT_-1206956029', u'MULTIEQUAL_-1206955934'), (u'INDIRECT_-1206955269', u'MULTIEQUAL_-1206955174'), (u'LOAD_-1206963751', u'CAST_-1206953066'), (u'INDIRECT_-1206952988', u'MULTIEQUAL_-1206954194'), (u'INDIRECT_-1206956412', u'MULTIEQUAL_-1206956396'), (u'MULTIEQUAL_-1206958729', u'MULTIEQUAL_-1206958702'), (u'MULTIEQUAL_-1206956511', u'MULTIEQUAL_-1206956492'), (u'INDIRECT_-1206956971', u'MULTIEQUAL_-1206957009'), (u'CALL_-1206963447', u'INDIRECT_-1206956622'), (u'INDIRECT_-1206955605', u'COPY_-1206955609'), (u'INDIRECT_-1206956295', u'MULTIEQUAL_-1206956129'), (u'MULTIEQUAL_-1206957613', u'INT_SLESS_-1206964483'), (u'MULTIEQUAL_-1206955465', u'MULTIEQUAL_-1206955440'), (u'CAST_-1206952450', u'STORE_-1206963548'), (u'INDIRECT_-1206956257', u'MULTIEQUAL_-1206957555'), (u'MULTIEQUAL_-1206955005', u'LOAD_-1206964613'), (u'CALL_-1206963575', u'INDIRECT_-1206955266'), (u'INDIRECT_-1206953987', u'MULTIEQUAL_-1206953903'), (u'MULTIEQUAL_-1206957728', u'CAST_-1206953141'), (u'MULTIEQUAL_-1206956552', u'MULTIEQUAL_-1206958012'), (u'INDIRECT_-1206955176', u'MULTIEQUAL_-1206955248'), (u'CALL_-1206962705', u'INDIRECT_-1206955133'), (u'CALL_-1206965956', u'INDIRECT_-1206956548'), (u'STORE_-1206963324', u'INDIRECT_-1206955672'), (u'MULTIEQUAL_-1206958635', u'MULTIEQUAL_-1206957807'), (u'MULTIEQUAL_-1206957637', u'MULTIEQUAL_-1206958176'), ('const-0', u'INT_SLESS_-1206963451'), (u'CALL_-1206961794', u'INDIRECT_-1206955924'), (u'CALL_-1206962820', u'INDIRECT_-1206953760'), (u'INDIRECT_-1206955482', u'MULTIEQUAL_-1206956174'), (u'INDIRECT_-1206954410', u'MULTIEQUAL_-1206954309'), (u'CALL_-1206963376', u'INDIRECT_-1206955123'), (u'INDIRECT_-1206956170', u'MULTIEQUAL_-1206956075'), (u'CALL_-1206961538', u'INDIRECT_-1206953976'), (u'MULTIEQUAL_-1206956801', u'MULTIEQUAL_-1206955973'), (u'CALL_-1206961615', u'INDIRECT_-1206952288'), (u'CALL_-1206961603', u'INDIRECT_-1206955378'), ('tmp_3739', u'CBRANCH_-1206964104'), (u'INDIRECT_-1206955476', u'MULTIEQUAL_-1206955346'), (u'COPY_-1206963910', u'MULTIEQUAL_-1206957994'), (u'LOAD_-1206961633', u'CAST_-1206951874'), (u'INDIRECT_-1206956301', u'COPY_-1206956326'), (u'MULTIEQUAL_-1206954644', u'MULTIEQUAL_-1206956074'), (u'MULTIEQUAL_-1206954309', u'MULTIEQUAL_-1206956378'), (u'INT_AND_-1206958838', u'CALL_-1206961538'), (u'MULTIEQUAL_-1206955893', u'MULTIEQUAL_-1206955772'), (u'CAST_-1206952944', u'LOAD_-1206963497'), (u'INDIRECT_-1206954618', u'MULTIEQUAL_-1206954523'), (u'INDIRECT_-1206955862', u'MULTIEQUAL_-1206956104'), (u'MULTIEQUAL_-1206955395', u'MULTIEQUAL_-1206955346'), (u'CALL_-1206961732', u'INDIRECT_-1206952794'), (u'INDIRECT_-1206952662', u'MULTIEQUAL_-1206952598'), (u'INDIRECT_-1206957328', u'MULTIEQUAL_-1206957023'), (u'CALL_-1206962820', u'INDIRECT_-1206954747'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206956240'), (u'MULTIEQUAL_-1206954547', u'MULTIEQUAL_-1206954517'), (u'INDIRECT_-1206955568', u'MULTIEQUAL_-1206954931'), (u'INDIRECT_-1206955795', u'MULTIEQUAL_-1206955671'), (u'CALL_-1206963376', u'INDIRECT_-1206955264'), (u'CALL_-1206965956', u'INDIRECT_-1206956689'), (u'MULTIEQUAL_-1206953936', u'MULTIEQUAL_-1206953985'), (u'MULTIEQUAL_-1206956235', u'MULTIEQUAL_-1206955343'), (u'CALL_-1206961375', u'INDIRECT_-1206955298'), (u'CALL_-1206961814', u'INDIRECT_-1206955515'), (u'INDIRECT_-1206955682', u'COPY_-1206955739'), (u'PTRSUB_-1206954425', u'CALL_-1206966464'), (u'CALL_-1206961160', u'INDIRECT_-1206952300'), (u'MULTIEQUAL_-1206953722', u'MULTIEQUAL_-1206955721'), (u'STORE_-1206961701', u'INDIRECT_-1206955060'), (u'CALL_-1206963359', u'INDIRECT_-1206956607'), (u'CALL_-1206961870', u'INDIRECT_-1206953202'), (u'CALL_-1206962705', u'INDIRECT_-1206952821'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956410'), (u'CALLIND_-1206965972', u'INDIRECT_-1206958951'), (u'INDIRECT_-1206954531', u'MULTIEQUAL_-1206954448'), (u'CALL_-1206960896', u'INDIRECT_-1206955410'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957725'), (u'INDIRECT_-1206956080', u'MULTIEQUAL_-1206956025'), (u'SUBPIECE_-1206959474', u'INT_SEXT_-1206964191'), (u'CALL_-1206961673', u'INDIRECT_-1206955339'), (u'CALL_-1206961538', u'INDIRECT_-1206954399'), (u'INDIRECT_-1206957079', u'INT_NOTEQUAL_-1206965316'), (u'INDIRECT_-1206954805', u'MULTIEQUAL_-1206954809'), (u'PTRADD_-1206952762', u'LOAD_-1206964306'), (u'INDIRECT_-1206953554', u'MULTIEQUAL_-1206955478'), (u'CALL_-1206962479', u'INDIRECT_-1206954836'), ('const-1', u'INT_SUB_-1206963098'), (u'CALL_-1206965956', u'INDIRECT_-1206957676'), (u'LOAD_-1206960929', u'CALL_-1206960896'), (u'CALL_-1206963657', u'INDIRECT_-1206955714'), (u'INDIRECT_-1206955531', u'MULTIEQUAL_-1206955485'), (u'INDIRECT_-1206954308', u'MULTIEQUAL_-1206956426'), (u'INDIRECT_-1206956816', u'MULTIEQUAL_-1206957258'), ('tmp_6442', u'CBRANCH_-1206961736'), ('tmp_4475', u'CBRANCH_-1206963500'), (u'CALL_-1206966522', u'INDIRECT_-1206955485'), (u'CALL_-1206961629', u'INDIRECT_-1206954974'), (u'INDIRECT_-1206956221', u'MULTIEQUAL_-1206956166'), (u'INDIRECT_-1206952793', u'MULTIEQUAL_-1206952899'), (u'CALL_-1206962729', u'INDIRECT_-1206954439'), (u'MULTIEQUAL_-1206957224', u'MULTIEQUAL_-1206957177'), (u'INDIRECT_-1206957328', u'MULTIEQUAL_-1206957243'), (u'CALL_-1206963657', u'CALL_-1206963611'), (u'MULTIEQUAL_-1206955470', u'MULTIEQUAL_-1206954943'), (u'MULTIEQUAL_-1206957446', u'MULTIEQUAL_-1206956472'), (u'INDIRECT_-1206955138', u'COPY_-1206955152'), (u'INDIRECT_-1206954140', u'MULTIEQUAL_-1206954226'), (u'MULTIEQUAL_-1206952051', u'MULTIEQUAL_-1206952060'), (u'LOAD_-1206961839', u'CALL_-1206961794'), (u'CALL_-1206964279', u'INT_EQUAL_-1206964202'), ('tmp_4206', u'CBRANCH_-1206963702'), (u'CALL_-1206961455', u'INDIRECT_-1206955445'), (u'CALL_-1206964279', u'INDIRECT_-1206957610'), (u'CALL_-1206963182', u'INDIRECT_-1206955449'), (u'CALL_-1206961615', u'INDIRECT_-1206955669'), (u'CALL_-1206961629', u'INDIRECT_-1206952781'), (u'MULTIEQUAL_-1206955276', u'MULTIEQUAL_-1206954446'), (u'COPY_-1206952514', u'MULTIEQUAL_-1206958461'), (u'MULTIEQUAL_-1206954904', u'MULTIEQUAL_-1206954888'), (u'INDIRECT_-1206955259', u'MULTIEQUAL_-1206956176'), (u'CALL_-1206963443', u'INDIRECT_-1206957292'), ('const-216', u'INT_ADD_-1206961755'), (u'INDIRECT_-1206955507', u'MULTIEQUAL_-1206957318'), (u'CALL_-1206962505', u'INDIRECT_-1206953917'), (u'MULTIEQUAL_-1206957587', u'MULTIEQUAL_-1206957489'), (u'CALL_-1206963482', u'INDIRECT_-1206955795'), (u'INDIRECT_-1206957123', u'MULTIEQUAL_-1206957076'), (u'MULTIEQUAL_-1206956189', u'MULTIEQUAL_-1206955506'), (u'CALL_-1206961538', u'INDIRECT_-1206953074'), (u'CALL_-1206961725', u'INDIRECT_-1206956709'), ('const-433', u'LOAD_-1206961757'), ('const-8', u'PTRADD_-1206952529'), ('tmp_1418', u'CBRANCH_-1206964527'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955045'), (u'CALL_-1206963575', u'INDIRECT_-1206953578'), (u'CALL_-1206966480', u'INDIRECT_-1206956863'), (u'CALL_-1206966381', u'INDIRECT_-1206955870'), (u'INDIRECT_-1206955945', u'MULTIEQUAL_-1206954025'), (u'CALL_-1206963657', u'INDIRECT_-1206956278'), (u'INDIRECT_-1206953528', u'MULTIEQUAL_-1206953503'), ('tmp_6262', u'CBRANCH_-1206961736'), (u'CALL_-1206963359', u'INDIRECT_-1206954914'), (u'INDIRECT_-1206956042', u'MULTIEQUAL_-1206955978'), (u'INDIRECT_-1206953694', u'MULTIEQUAL_-1206955439'), (u'MULTIEQUAL_-1206953863', u'MULTIEQUAL_-1206955862'), ('const-433', u'STORE_-1206961017'), (u'CALL_-1206966544', u'INDIRECT_-1206955983'), (u'CALL_-1206962505', u'INDIRECT_-1206956816'), (u'CALL_-1206963457', u'INDIRECT_-1206953877'), (u'CALL_-1206966621', u'INDIRECT_-1206958236'), (u'MULTIEQUAL_-1206955393', u'MULTIEQUAL_-1206954829'), (u'CALL_-1206961709', u'INT_EQUAL_-1206961695'), (u'CALL_-1206961709', u'INDIRECT_-1206955568'), (u'CALL_-1206963182', u'INDIRECT_-1206956860'), (u'MULTIEQUAL_-1206955083', u'MULTIEQUAL_-1206955074'), (u'INDIRECT_-1206955240', u'MULTIEQUAL_-1206953320'), (u'CALL_-1206961455', u'INDIRECT_-1206955304'), (u'MULTIEQUAL_-1206958164', u'MULTIEQUAL_-1206956942'), (u'CALL_-1206961629', u'INDIRECT_-1206955398'), (u'CALL_-1206962479', u'INDIRECT_-1206956106'), (u'INDIRECT_-1206954338', u'MULTIEQUAL_-1206954481'), (u'INDIRECT_-1206959056', u'MULTIEQUAL_-1206957061'), (u'CALL_-1206963356', u'INDIRECT_-1206956808'), (u'CALL_-1206965188', u'INDIRECT_-1206954857'), (u'INDIRECT_-1206955563', u'MULTIEQUAL_-1206953326'), (u'MULTIEQUAL_-1206956017', u'MULTIEQUAL_-1206955415'), (u'INDIRECT_-1206956650', u'MULTIEQUAL_-1206956528'), ('tmp_4364', u'CBRANCH_-1206963591'), (u'CALL_-1206964167', u'INDIRECT_-1206956130'), (u'INDIRECT_-1206959051', u'MULTIEQUAL_-1206958934'), (u'INDIRECT_-1206956277', u'MULTIEQUAL_-1206956230'), (u'MULTIEQUAL_-1206954218', u'MULTIEQUAL_-1206954267'), (u'CALL_-1206963330', u'INDIRECT_-1206956875'), (u'CALL_-1206966544', u'INDIRECT_-1206955620'), (u'INDIRECT_-1206956763', u'MULTIEQUAL_-1206955958'), ('const-8', u'PTRADD_-1206952410'), (u'INDIRECT_-1206957809', u'MULTIEQUAL_-1206955891'), (u'INDIRECT_-1206953170', u'MULTIEQUAL_-1206953331'), (u'INT_ZEXT_-1206963315', u'INT_MULT_-1206952458'), (u'INDIRECT_-1206953744', u'MULTIEQUAL_-1206955862'), (u'CALL_-1206964279', u'INT_NOTEQUAL_-1206964263'), (u'INDIRECT_-1206955123', u'MULTIEQUAL_-1206957025'), (u'CALL_-1206963575', u'INDIRECT_-1206953459'), (u'CALL_-1206966544', u'INDIRECT_-1206959837'), (u'INDIRECT_-1206957973', u'MULTIEQUAL_-1206956021'), (u'INDIRECT_-1206954771', u'MULTIEQUAL_-1206954641'), ('const-0', u'INT_NOTEQUAL_-1206966026'), (u'INDIRECT_-1206954476', u'COPY_-1206954480'), (u'PTRADD_-1206954316', u'PTRADD_-1206953223'), (u'CALL_-1206961629', u'INDIRECT_-1206953705'), (u'INDIRECT_-1206955605', u'MULTIEQUAL_-1206955510'), (u'MULTIEQUAL_-1206954404', u'MULTIEQUAL_-1206954994'), (u'LOAD_-1206961198', u'CALL_-1206961128'), (u'CALL_-1206966576', u'INDIRECT_-1206957356'), (u'MULTIEQUAL_-1206955224', u'MULTIEQUAL_-1206955188'), (u'INDIRECT_-1206956646', u'MULTIEQUAL_-1206956591'), (u'MULTIEQUAL_-1206952536', u'MULTIEQUAL_-1206953212'), (u'CALL_-1206963657', u'INDIRECT_-1206957125'), (u'INDIRECT_-1206955013', u'MULTIEQUAL_-1206957131'), ('const-433', u'LOAD_-1206961886'), (u'INDIRECT_-1206956777', u'MULTIEQUAL_-1206956660'), (u'MULTIEQUAL_-1206957882', u'MULTIEQUAL_-1206957199'), (u'INDIRECT_-1206954423', u'MULTIEQUAL_-1206955721'), (u'INDIRECT_-1206956586', u'MULTIEQUAL_-1206956658'), (u'INDIRECT_-1206954029', u'MULTIEQUAL_-1206953985'), (u'INDIRECT_-1206956500', u'MULTIEQUAL_-1206956376'), (u'CALL_-1206961725', u'INDIRECT_-1206954875'), (u'INDIRECT_-1206955386', u'MULTIEQUAL_-1206957131'), (u'CALLIND_-1206965972', u'INDIRECT_-1206957962'), (u'CALL_-1206964279', u'INDIRECT_-1206954993'), (u'INDIRECT_-1206954989', u'MULTIEQUAL_-1206956708'), (u'INDIRECT_-1206956403', u'MULTIEQUAL_-1206956386'), (u'INDIRECT_-1206957045', u'MULTIEQUAL_-1206956440'), (u'INDIRECT_-1206955250', u'MULTIEQUAL_-1206955113'), (u'MULTIEQUAL_-1206953198', u'MULTIEQUAL_-1206952596'), (u'INDIRECT_-1206955900', u'MULTIEQUAL_-1206955770'), ('const-2', u'COPY_-1206962790'), (u'MULTIEQUAL_-1206955395', u'MULTIEQUAL_-1206954565'), (u'INDIRECT_-1206954454', u'MULTIEQUAL_-1206955638'), (u'INDIRECT_-1206955478', u'MULTIEQUAL_-1206955414'), (u'CALLIND_-1206965972', u'INDIRECT_-1206956128'), (u'CALL_-1206965956', u'INDIRECT_-1206955023'), (u'MULTIEQUAL_-1206956099', u'MULTIEQUAL_-1206956069'), (u'INDIRECT_-1206955566', u'MULTIEQUAL_-1206955550'), ('const-0', u'INT_EQUAL_-1206964452'), (u'INDIRECT_-1206956340', u'MULTIEQUAL_-1206956235'), (u'INDIRECT_-1206955381', u'MULTIEQUAL_-1206955259'), (u'CALL_-1206963443', u'INDIRECT_-1206957574'), ('const-1114912', u'PTRSUB_-1206953474'), (u'CAST_-1206952539', u'CALL_-1206962838'), (u'MULTIEQUAL_-1206954403', u'MULTIEQUAL_-1206954379'), (u'CALL_-1206961185', u'INDIRECT_-1206955437'), (u'CALL_-1206961527', u'INDIRECT_-1206955206'), (u'MULTIEQUAL_-1206956376', u'MULTIEQUAL_-1206955484'), ('const-4294967291', u'INT_AND_-1206964327'), (u'MULTIEQUAL_-1206957647', u'MULTIEQUAL_-1206957600'), ('tmp_5256', u'CBRANCH_-1206963124'), (u'CAST_-1206953148', u'INT_SLESS_-1206963866'), (u'MULTIEQUAL_-1206954967', u'MULTIEQUAL_-1206955506'), (u'INDIRECT_-1206955507', u'MULTIEQUAL_-1206955395'), (u'CALL_-1206965208', u'INDIRECT_-1206956331'), (u'CALL_-1206961541', u'INDIRECT_-1206953369'), (u'MULTIEQUAL_-1206955471', u'MULTIEQUAL_-1206954497'), (u'INDIRECT_-1206956385', u'MULTIEQUAL_-1206956284'), (u'INDIRECT_-1206954525', u'MULTIEQUAL_-1206954381'), (u'MULTIEQUAL_-1206957022', u'MULTIEQUAL_-1206956495'), (u'INDIRECT_-1206955416', u'COPY_-1206955446'), (u'MULTIEQUAL_-1206957258', u'MULTIEQUAL_-1206958718'), (u'STORE_-1206961017', u'INDIRECT_-1206954071'), (u'INDIRECT_-1206953395', u'MULTIEQUAL_-1206953317'), ('const-0', u'SUBPIECE_-1206960139'), (u'INDIRECT_-1206958684', u'MULTIEQUAL_-1206958511'), (u'INT_SUB_-1206952412', u'PTRADD_-1206962464'), (u'CALL_-1206961538', u'INDIRECT_-1206953694'), (u'CALL_-1206963513', u'INDIRECT_-1206955253'), (u'MULTIEQUAL_-1206956519', u'MULTIEQUAL_-1206957058'), (u'INDIRECT_-1206956976', u'MULTIEQUAL_-1206956960'), (u'MULTIEQUAL_-1206954626', u'MULTIEQUAL_-1206953734'), (u'CALL_-1206962820', u'INDIRECT_-1206956158'), (u'MULTIEQUAL_-1206955047', u'MULTIEQUAL_-1206954520'), (u'STORE_-1206963275', u'INDIRECT_-1206954943'), (u'INDIRECT_-1206952737', u'MULTIEQUAL_-1206954476'), (u'INDIRECT_-1206955249', u'MULTIEQUAL_-1206955203'), (u'CALL_-1206966480', u'INDIRECT_-1206957568'), (u'MULTIEQUAL_-1206957446', u'MULTIEQUAL_-1206957348'), (u'STORE_-1206963324', u'INDIRECT_-1206956519'), (u'INDIRECT_-1206952781', u'MULTIEQUAL_-1206952717'), ('const-0', u'CALL_-1206964256'), (u'INDIRECT_-1206956481', u'MULTIEQUAL_-1206956376'), ('const-104', u'INT_EQUAL_-1206964107'), (u'INDIRECT_-1206954707', u'MULTIEQUAL_-1206956426'), (u'CALL_-1206963575', u'INDIRECT_-1206954984'), (u'INDIRECT_-1206956509', u'MULTIEQUAL_-1206956387'), (u'CALL_-1206961160', u'INDIRECT_-1206952538'), (u'MULTIEQUAL_-1206954500', u'MULTIEQUAL_-1206954549'), (u'INDIRECT_-1206957751', u'MULTIEQUAL_-1206956436'), (u'CALL_-1206963564', u'INDIRECT_-1206955663'), (u'CALL_-1206966522', u'INDIRECT_-1206956750'), (u'CALL_-1206962650', u'INDIRECT_-1206957115'), (u'INDIRECT_-1206956519', u'MULTIEQUAL_-1206956473'), (u'INDIRECT_-1206954654', u'MULTIEQUAL_-1206954658'), (u'INDIRECT_-1206956237', u'MULTIEQUAL_-1206956191'), (u'CALL_-1206961603', u'INDIRECT_-1206955519'), (u'CALL_-1206961128', u'INDIRECT_-1206954676'), (u'CALL_-1206961455', u'INDIRECT_-1206953611'), (u'CAST_-1206952944', u'STORE_-1206963494'), (u'CALL_-1206961185', u'INDIRECT_-1206954872'), (u'INDIRECT_-1206956546', u'MULTIEQUAL_-1206956529'), (u'MULTIEQUAL_-1206958487', u'PTRADD_-1206963412'), (u'LOAD_-1206964100', u'INT_NOTEQUAL_-1206964080'), ('const-433', u'LOAD_-1206963465'), ('const-7', u'INT_SUB_-1206952412'), (u'CALL_-1206966560', u'INDIRECT_-1206957625'), (u'INDIRECT_-1206956918', u'MULTIEQUAL_-1206958729'), (u'CALL_-1206961629', u'INDIRECT_-1206954692'), (u'STORE_-1206963275', u'INDIRECT_-1206954661'), (u'INDIRECT_-1206957689', u'MULTIEQUAL_-1206955737'), (u'INDIRECT_-1206953887', u'MULTIEQUAL_-1206954129'), ('const-72', u'INT_EQUAL_-1206964123'), (u'INDIRECT_-1206955751', u'MULTIEQUAL_-1206955639'), (u'CALL_-1206963611', u'INDIRECT_-1206957245'), (u'STORE_-1206961701', u'INDIRECT_-1206954146'), (u'INDIRECT_-1206955291', u'MULTIEQUAL_-1206953339'), (u'CALL_-1206960896', u'INDIRECT_-1206955833'), (u'INDIRECT_-1206954246', u'MULTIEQUAL_-1206954191'), (u'INDIRECT_-1206956116', u'MULTIEQUAL_-1206954198'), ('const-433', u'LOAD_-1206964613'), (u'INDIRECT_-1206954914', u'MULTIEQUAL_-1206954819'), (u'MULTIEQUAL_-1206955911', u'MULTIEQUAL_-1206956033'), (u'CALL_-1206964068', u'INDIRECT_-1206954272'), (u'MULTIEQUAL_-1206958164', u'MULTIEQUAL_-1206957481'), (u'MULTIEQUAL_-1206955276', u'MULTIEQUAL_-1206955113'), (u'INDIRECT_-1206953634', u'MULTIEQUAL_-1206953539'), (u'INDIRECT_-1206958772', u'MULTIEQUAL_-1206958613'), (u'INDIRECT_-1206955992', u'MULTIEQUAL_-1206955911'), (u'MULTIEQUAL_-1206953331', u'MULTIEQUAL_-1206953317'), (u'INDIRECT_-1206957565', u'MULTIEQUAL_-1206957399'), (u'COPY_-1206951698', u'CALL_-1206962820'), ('const-433', u'LOAD_-1206961714'), (u'INDIRECT_-1206952517', u'MULTIEQUAL_-1206952454'), (u'CALL_-1206962505', u'INDIRECT_-1206955546'), (u'INDIRECT_-1206956339', u'MULTIEQUAL_-1206955734'), (u'MULTIEQUAL_-1206957505', u'MULTIEQUAL_-1206956613'), (u'INT_OR_-1206963384', u'MULTIEQUAL_-1206958211'), (u'INDIRECT_-1206956277', u'MULTIEQUAL_-1206956261'), (u'INDIRECT_-1206954129', u'MULTIEQUAL_-1206954025'), (u'CALL_-1206963564', u'INDIRECT_-1206954479'), (u'CALL_-1206966488', u'INDIRECT_-1206958280'), ('const-8', u'PTRADD_-1206952079'), (u'INDIRECT_-1206955916', u'MULTIEQUAL_-1206955507'), (u'CALL_-1206965956', u'INDIRECT_-1206955380'), (u'MULTIEQUAL_-1206955628', u'MULTIEQUAL_-1206955677'), ('const-488', u'INT_ADD_-1206963449'), (u'CALL_-1206966157', u'INDIRECT_-1206955732'), (u'CALL_-1206961572', u'INDIRECT_-1206954707'), (u'CALL_-1206961128', u'INDIRECT_-1206953689'), (u'INDIRECT_-1206956832', u'MULTIEQUAL_-1206956811'), (u'MULTIEQUAL_-1206957331', u'MULTIEQUAL_-1206957304'), (u'MULTIEQUAL_-1206955817', u'MULTIEQUAL_-1206955253'), (u'INDIRECT_-1206957358', u'MULTIEQUAL_-1206957224'), (u'INDIRECT_-1206954554', u'COPY_-1206954611'), (u'INDIRECT_-1206958772', u'CAST_-1206953500'), (u'CALL_-1206966157', u'INDIRECT_-1206959056'), ('const-0', u'COPY_-1206958316'), ('tmp_6707', u'BRANCH_-1206960893'), (u'INDIRECT_-1206954812', u'MULTIEQUAL_-1206956708'), (u'CALL_-1206963182', u'INDIRECT_-1206957849'), (u'CALL_-1206961673', u'INDIRECT_-1206956045'), (u'CALL_-1206966605', u'INDIRECT_-1206956531'), (u'INT_EQUAL_-1206963139', u'CBRANCH_-1206963144'), (u'INDIRECT_-1206955634', u'MULTIEQUAL_-1206954427'), (u'CALL_-1206962580', u'INDIRECT_-1206953634'), (u'INDIRECT_-1206954689', u'MULTIEQUAL_-1206955766'), (u'CALL_-1206965235', u'INDIRECT_-1206954641'), (u'CALL_-1206962505', u'INDIRECT_-1206956110'), (u'INDIRECT_-1206957682', u'MULTIEQUAL_-1206957666'), (u'CALL_-1206962650', u'INDIRECT_-1206955984'), (u'INT_SUB_-1206966295', u'INT_SLESS_-1206963977'), (u'INDIRECT_-1206956816', u'MULTIEQUAL_-1206958718'), (u'LOAD_-1206961028', u'STORE_-1206961017'), (u'INT_SLESS_-1206963977', u'CBRANCH_-1206963984'), (u'MULTIEQUAL_-1206954264', u'MULTIEQUAL_-1206954353'), (u'CALL_-1206965188', u'INDIRECT_-1206956041'), (u'COPY_-1206952885', u'MULTIEQUAL_-1206957216'), (u'MULTIEQUAL_-1206956759', u'MULTIEQUAL_-1206956881'), (u'INDIRECT_-1206956464', u'MULTIEQUAL_-1206956334'), (u'INDIRECT_-1206956233', u'MULTIEQUAL_-1206957978'), (u'CALL_-1206964279', u'INT_SLESS_-1206964209'), ('const-0', u'INT_NOTEQUAL_-1206961912'), (u'MULTIEQUAL_-1206955665', u'MULTIEQUAL_-1206955645'), (u'INDIRECT_-1206953685', u'MULTIEQUAL_-1206953602'), (u'MULTIEQUAL_-1206953326', u'MULTIEQUAL_-1206955395'), (u'MULTIEQUAL_-1206958773', u'CALL_-1206964092'), ('const-1094000', u'COPY_-1206954581'), (u'CALL_-1206961128', u'INDIRECT_-1206955382'), (u'LOAD_-1206964414', u'MULTIEQUAL_-1206956072'), (u'STORE_-1206961701', u'INDIRECT_-1206956612'), ('tmp_6028', u'BRANCH_-1206961182'), (u'INDIRECT_-1206954299', u'MULTIEQUAL_-1206953662'), (u'MULTIEQUAL_-1206955766', u'MULTIEQUAL_-1206955083'), (u'MULTIEQUAL_-1206954137', u'MULTIEQUAL_-1206955597'), (u'CALL_-1206961732', u'INDIRECT_-1206953032'), (u'INDIRECT_-1206955225', u'MULTIEQUAL_-1206955108'), ('const-2', u'INT_NOTEQUAL_-1206963466'), (u'CALLIND_-1206963455', u'INDIRECT_-1206955468'), ('tmp_5356', u'BRANCH_-1206962472'), (u'CALL_-1206963330', u'INDIRECT_-1206956452'), (u'CALL_-1206966488', u'INDIRECT_-1206957292'), (u'MULTIEQUAL_-1206955709', u'MULTIEQUAL_-1206955684'), (u'CALL_-1206961794', u'INDIRECT_-1206956206'), (u'INDIRECT_-1206952642', u'MULTIEQUAL_-1206952579'), (u'MULTIEQUAL_-1206955393', u'MULTIEQUAL_-1206955363'), (u'CALL_-1206965235', u'INDIRECT_-1206958328'), (u'MULTIEQUAL_-1206953241', u'MULTIEQUAL_-1206952678'), (u'INDIRECT_-1206954557', u'MULTIEQUAL_-1206954507'), (u'INDIRECT_-1206953188', u'MULTIEQUAL_-1206953133'), (u'INDIRECT_-1206954924', u'MULTIEQUAL_-1206954928'), (u'CALLIND_-1206963455', u'INDIRECT_-1206957443'), (u'INDIRECT_-1206953543', u'MULTIEQUAL_-1206955439'), (u'COPY_-1206952331', u'MULTIEQUAL_-1206957834'), (u'CALL_-1206961794', u'INDIRECT_-1206955359')]
null
null
00102620
x64
O2
(translation_unit "void FUN_00102620(int param_1,ulong *param_2)\n\n{\n undefined8 *puVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n undefined4 uVar8;\n long lVar9;\n char *pcVar10;\n undefined8 *puVar11;\n ulong *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n undefined8 uVar16;\n ulong uVar17;\n undefined **ppuVar18;\n ulong *puVar19;\n int iVar20;\n long lVar21;\n ulong uVar22;\n ulong *puVar23;\n char *pcVar24;\n ulong *puVar25;\n uint uVar26;\n ulong *puVar27;\n ulong *puVar28;\n bool bVar29;\n byte bVar30;\n ulong *local_58;\n int local_4c [3];\n undefined1 local_40;\n char cStack_3f;\n undefined1 uStack_3e;\n undefined5 uStack_3d;\n \n bVar30 = 0;\n local_58 = param_2;\n local_4c[0] = param_1;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n DAT_00110690 = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(DAT_00110690);\n bfd_plugin_set_program_name(DAT_00110690);\n FUN_00108bb0(local_4c,&local_58);\n if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }\n bfd_init();\n FUN_001079a0();\n FUN_001092f0(FUN_00105b00);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar21 = 8;\n iVar20 = 1;\n do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);\n do {\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar26);\n}\n\n" (ERROR "void FUN_00102620(int param_1,ulong *param_2)\n\n{\n undefined8 *puVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n undefined4 uVar8;\n long lVar9;\n char *pcVar10;\n undefined8 *puVar11;\n ulong *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n undefined8 uVar16;\n ulong uVar17;\n undefined **ppuVar18;\n ulong *puVar19;\n int iVar20;\n long lVar21;\n ulong uVar22;\n ulong *puVar23;\n char *pcVar24;\n ulong *puVar25;\n uint uVar26;\n ulong *puVar27;\n ulong *puVar28;\n bool bVar29;\n byte bVar30;\n ulong *local_58;\n int local_4c [3];\n undefined1 local_40;\n char cStack_3f;\n undefined1 uStack_3e;\n undefined5 uStack_3d;\n \n bVar30 = 0;\n local_58 = param_2;\n local_4c[0] = param_1;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n DAT_00110690 = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(DAT_00110690);\n bfd_plugin_set_program_name(DAT_00110690);\n FUN_00108bb0(local_4c,&local_58);\n if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }\n bfd_init();\n FUN_001079a0();\n FUN_001092f0(FUN_00105b00);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar21 = 8;\n iVar20 = 1;\n do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);\n do {\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar26);\n}" primitive_type (function_declarator "FUN_00102620(int param_1,ulong *param_2)" identifier (parameter_list "(int param_1,ulong *param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "ulong *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "undefined8 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "ulong *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "undefined8 uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "undefined **ppuVar18;" type_identifier (pointer_declarator "**ppuVar18" * (pointer_declarator "*ppuVar18" * identifier)) ;) (declaration "ulong *puVar19;" type_identifier (pointer_declarator "*puVar19" * identifier) ;) (declaration "int iVar20;" primitive_type identifier ;) (declaration "long lVar21;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar22;" type_identifier identifier ;) (declaration "ulong *puVar23;" type_identifier (pointer_declarator "*puVar23" * identifier) ;) (declaration "char *pcVar24;" primitive_type (pointer_declarator "*pcVar24" * identifier) ;) (declaration "ulong *puVar25;" type_identifier (pointer_declarator "*puVar25" * identifier) ;) (declaration "uint uVar26;" type_identifier identifier ;) (declaration "ulong *puVar27;" type_identifier (pointer_declarator "*puVar27" * identifier) ;) (declaration "ulong *puVar28;" type_identifier (pointer_declarator "*puVar28" * identifier) ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "byte bVar30;" type_identifier identifier ;) (declaration "ulong *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "int local_4c [3];" primitive_type (array_declarator "local_4c [3]" identifier [ number_literal ]) ;) (declaration "undefined1 local_40;" type_identifier identifier ;) (declaration "char cStack_3f;" primitive_type identifier ;) (declaration "undefined1 uStack_3e;" type_identifier identifier ;) (declaration "undefined5 uStack_3d;" type_identifier identifier ;) (expression_statement "bVar30 = 0;" (assignment_expression "bVar30 = 0" identifier = number_literal) ;) (expression_statement "local_58 = param_2;" (assignment_expression "local_58 = param_2" identifier = identifier) ;) (expression_statement "local_4c[0] = param_1;" (assignment_expression "local_4c[0] = param_1" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "setlocale(5,"");" (call_expression "setlocale(5,"")" identifier (argument_list "(5,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "setlocale(0,"");" (call_expression "setlocale(0,"")" identifier (argument_list "(0,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "bindtextdomain("binutils","/usr/share/locale");" (call_expression "bindtextdomain("binutils","/usr/share/locale")" identifier (argument_list "("binutils","/usr/share/locale")" ( (string_literal ""binutils"" " string_content ") , (string_literal ""/usr/share/locale"" " string_content ") ))) ;) (expression_statement "textdomain("binutils");" (call_expression "textdomain("binutils")" identifier (argument_list "("binutils")" ( (string_literal ""binutils"" " string_content ") ))) ;) (expression_statement "DAT_00110690 = *local_58;" (assignment_expression "DAT_00110690 = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "xmalloc_set_program_name();" (call_expression "xmalloc_set_program_name()" identifier (argument_list "()" ( ))) ;) (expression_statement "bfd_set_error_program_name(DAT_00110690);" (call_expression "bfd_set_error_program_name(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))) ;) (expression_statement "bfd_plugin_set_program_name(DAT_00110690);" (call_expression "bfd_plugin_set_program_name(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))) ;) (expression_statement "FUN_00108bb0(local_4c,&local_58);" (call_expression "FUN_00108bb0(local_4c,&local_58)" identifier (argument_list "(local_4c,&local_58)" ( identifier , (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" if (parenthesized_expression "(DAT_00110518 < 0)" ( (binary_expression "DAT_00110518 < 0" identifier < number_literal) )) (compound_statement "{\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" { (expression_statement "pcVar10 = (char *)lbasename(DAT_00110690);" (assignment_expression "pcVar10 = (char *)lbasename(DAT_00110690)" identifier = (cast_expression "(char *)lbasename(DAT_00110690)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "lbasename(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))))) ;) (expression_statement "uVar13 = 0xffffffffffffffff;" (assignment_expression "uVar13 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "pcVar24 = pcVar10;" (assignment_expression "pcVar24 = pcVar10" identifier = identifier) ;) (do_statement "do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" do (compound_statement "{\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" { (if_statement "if (uVar13 == 0) break;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar13 = uVar13 - 1;" (assignment_expression "uVar13 = uVar13 - 1" identifier = (binary_expression "uVar13 - 1" identifier - number_literal)) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (if_statement "if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }" if (parenthesized_expression "((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))" ( (binary_expression "(~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" (parenthesized_expression "(~uVar13 - 1 < 6)" ( (binary_expression "~uVar13 - 1 < 6" (binary_expression "~uVar13 - 1" (unary_expression "~uVar13" ~ identifier) - number_literal) < number_literal) )) || (parenthesized_expression "(iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" ( (comma_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0" (assignment_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" identifier = (call_expression "filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" identifier (argument_list "(pcVar10 + (~uVar13 - 7),"ranlib")" ( (binary_expression "pcVar10 + (~uVar13 - 7)" identifier + (parenthesized_expression "(~uVar13 - 7)" ( (binary_expression "~uVar13 - 7" (unary_expression "~uVar13" ~ identifier) - number_literal) ))) , (string_literal ""ranlib"" " string_content ") )))) , (binary_expression "iVar20 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n DAT_00110518 = 0;\n }" { (expression_statement "DAT_00110518 = 0;" (assignment_expression "DAT_00110518 = 0" identifier = number_literal) ;) }) (else_clause "else {\n DAT_00110518 = 1;\n }" else (compound_statement "{\n DAT_00110518 = 1;\n }" { (expression_statement "DAT_00110518 = 1;" (assignment_expression "DAT_00110518 = 1" identifier = number_literal) ;) }))) })) (expression_statement "bfd_init();" (call_expression "bfd_init()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001079a0();" (call_expression "FUN_001079a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001092f0(FUN_00105b00);" (call_expression "FUN_001092f0(FUN_00105b00)" identifier (argument_list "(FUN_00105b00)" ( identifier ))) ;) (if_statement "if (local_4c[0] < 2) goto LAB_00102f25;" if (parenthesized_expression "(local_4c[0] < 2)" ( (binary_expression "local_4c[0] < 2" (subscript_expression "local_4c[0]" identifier [ number_literal ]) < number_literal) )) (goto_statement "goto LAB_00102f25;" goto statement_identifier ;)) (expression_statement "lVar21 = 8;" (assignment_expression "lVar21 = 8" identifier = number_literal) ;) (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);" do (compound_statement "{\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n }" { (expression_statement "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));" (assignment_expression "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" identifier = (call_expression "FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" identifier (argument_list "(*(undefined8 *)((long)local_58 + lVar21))" ( (pointer_expression "*(undefined8 *)((long)local_58 + lVar21)" * (cast_expression "(undefined8 *)((long)local_58 + lVar21)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)local_58 + lVar21)" ( (binary_expression "(long)local_58 + lVar21" (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) )))) ;) (if_statement "if (iVar3 == 0) break;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar20 = iVar20 + 1;" (assignment_expression "iVar20 = iVar20 + 1" identifier = (binary_expression "iVar20 + 1" identifier + number_literal)) ;) (expression_statement "lVar21 = lVar21 + 8;" (assignment_expression "lVar21 = lVar21 + 8" identifier = (binary_expression "lVar21 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar20 < local_4c[0])" ( (binary_expression "iVar20 < local_4c[0]" identifier < (subscript_expression "local_4c[0]" identifier [ number_literal ])) )) ;) do (compound_statement "{\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar26);\n}" { (expression_statement "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);" (assignment_expression "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U)" identifier = (cast_expression "(undefined **)(ulong)(iVar20 - 1U)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "(ulong)(iVar20 - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar20 - 1U)" ( (binary_expression "iVar20 - 1U" identifier - number_literal) ))))) ;) (expression_statement "puVar27 = local_58 + (long)iVar20 + -1;" (assignment_expression "puVar27 = local_58 + (long)iVar20 + -1" identifier = (binary_expression "local_58 + (long)iVar20 + -1" (binary_expression "local_58 + (long)iVar20" identifier + (cast_expression "(long)iVar20" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) (expression_statement "iVar20 = local_4c[0] - (iVar20 - 1U);" (assignment_expression "iVar20 = local_4c[0] - (iVar20 - 1U)" identifier = (binary_expression "local_4c[0] - (iVar20 - 1U)" (subscript_expression "local_4c[0]" identifier [ number_literal ]) - (parenthesized_expression "(iVar20 - 1U)" ( (binary_expression "iVar20 - 1U" identifier - number_literal) )))) ;) (expression_statement "local_58 = puVar27;" (assignment_expression "local_58 = puVar27" identifier = identifier) ;) (expression_statement "local_4c[0] = iVar20;" (assignment_expression "local_4c[0] = iVar20" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" if (parenthesized_expression "(DAT_00110518 == 0)" ( (binary_expression "DAT_00110518 == 0" identifier == number_literal) )) (compound_statement "{\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" { (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" identifier = identifier) ;) (if_statement "if (iVar20 < 2) goto LAB_001027bc;" if (parenthesized_expression "(iVar20 < 2)" ( (binary_expression "iVar20 < 2" identifier < number_literal) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "iVar3 = iVar20;" (assignment_expression "iVar3 = iVar20" identifier = identifier) ;) (if_statement "if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" if (parenthesized_expression "(*(char *)puVar27[1] != '-')" ( (binary_expression "*(char *)puVar27[1] != '-'" (pointer_expression "*(char *)puVar27[1]" * (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) != (char_literal "'-'" ' character ')) )) (compound_statement "{\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" { (expression_statement "local_40 = 0x2d;" (assignment_expression "local_40 = 0x2d" identifier = number_literal) ;) (expression_statement "lVar21 = -1;" (assignment_expression "lVar21 = -1" identifier = number_literal) ;) (expression_statement "puVar19 = puVar27 + 2;" (assignment_expression "puVar19 = puVar27 + 2" identifier = (binary_expression "puVar27 + 2" identifier + number_literal)) ;) (expression_statement "uStack_3e = 0;" (assignment_expression "uStack_3e = 0" identifier = number_literal) ;) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" identifier = (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) ;) (do_statement "do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" do (compound_statement "{\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" { (if_statement "if (lVar21 == 0) break;" if (parenthesized_expression "(lVar21 == 0)" ( (binary_expression "lVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar21 = lVar21 + -1;" (assignment_expression "lVar21 = lVar21 + -1" identifier = (binary_expression "lVar21 + -1" identifier + number_literal)) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "iVar7 = iVar20 + -1 + ~(uint)lVar21;" (assignment_expression "iVar7 = iVar20 + -1 + ~(uint)lVar21" identifier = (binary_expression "iVar20 + -1 + ~(uint)lVar21" (binary_expression "iVar20 + -1" identifier + number_literal) + (unary_expression "~(uint)lVar21" ~ (cast_expression "(uint)lVar21" ( (type_descriptor "uint" type_identifier) ) identifier)))) ;) (expression_statement "iVar3 = iVar7 + -1;" (assignment_expression "iVar3 = iVar7 + -1" identifier = (binary_expression "iVar7 + -1" identifier + number_literal)) ;) (expression_statement "puVar12 = (ulong *)xmalloc((long)iVar7 * 8);" (assignment_expression "puVar12 = (ulong *)xmalloc((long)iVar7 * 8)" identifier = (cast_expression "(ulong *)xmalloc((long)iVar7 * 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((long)iVar7 * 8)" identifier (argument_list "((long)iVar7 * 8)" ( (binary_expression "(long)iVar7 * 8" (cast_expression "(long)iVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) ))))) ;) (expression_statement "puVar28 = puVar12 + 1;" (assignment_expression "puVar28 = puVar12 + 1" identifier = (binary_expression "puVar12 + 1" identifier + number_literal)) ;) (expression_statement "*puVar12 = *puVar27;" (assignment_expression "*puVar12 = *puVar27" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar27" * identifier)) ;) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" identifier = (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (if_statement "if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" { (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) (do_statement "do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');" do (compound_statement "{\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n }" { (expression_statement "puVar28 = puVar25 + 1;" (assignment_expression "puVar28 = puVar25 + 1" identifier = (binary_expression "puVar25 + 1" identifier + number_literal)) ;) (expression_statement "pcVar24 = pcVar24 + 1;" (assignment_expression "pcVar24 = pcVar24 + 1" identifier = (binary_expression "pcVar24 + 1" identifier + number_literal)) ;) (expression_statement "cStack_3f = cVar2;" (assignment_expression "cStack_3f = cVar2" identifier = identifier) ;) (expression_statement "uVar13 = xstrdup(&local_40);" (assignment_expression "uVar13 = xstrdup(&local_40)" identifier = (call_expression "xstrdup(&local_40)" identifier (argument_list "(&local_40)" ( (pointer_expression "&local_40" & identifier) )))) ;) (expression_statement "*puVar25 = uVar13;" (assignment_expression "*puVar25 = uVar13" (pointer_expression "*puVar25" * identifier) = identifier) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) (if_statement "if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" if (parenthesized_expression "(puVar19 < puVar27 + iVar20)" ( (binary_expression "puVar19 < puVar27 + iVar20" identifier < (binary_expression "puVar27 + iVar20" identifier + identifier)) )) (compound_statement "{\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" { (do_statement "do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);" do (compound_statement "{\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n }" { (expression_statement "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "puVar19 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar19 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "*puVar25 = *puVar19;" (assignment_expression "*puVar25 = *puVar19" (pointer_expression "*puVar25" * identifier) = (pointer_expression "*puVar19" * identifier)) ;) (expression_statement "puVar19 = puVar23;" (assignment_expression "puVar19 = puVar23" identifier = identifier) ;) (expression_statement "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "puVar25 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar25 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(puVar23 < puVar27 + iVar20)" ( (binary_expression "puVar23 < puVar27 + iVar20" identifier < (binary_expression "puVar27 + iVar20" identifier + identifier)) )) ;) (expression_statement "puVar28 = puVar28 + (long)iVar20 + -2;" (assignment_expression "puVar28 = puVar28 + (long)iVar20 + -2" identifier = (binary_expression "puVar28 + (long)iVar20 + -2" (binary_expression "puVar28 + (long)iVar20" identifier + (cast_expression "(long)iVar20" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) })) (expression_statement "*puVar28 = 0;" (assignment_expression "*puVar28 = 0" (pointer_expression "*puVar28" * identifier) = number_literal) ;) })) (expression_statement "ppuVar18 = (undefined **)&DAT_0010bd38;" (assignment_expression "ppuVar18 = (undefined **)&DAT_0010bd38" identifier = (cast_expression "(undefined **)&DAT_0010bd38" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_0010bd38" & identifier))) ;) (expression_statement "iVar20 = iVar3;" (assignment_expression "iVar20 = iVar3" identifier = identifier) ;) (while_statement "while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" while (parenthesized_expression "(uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff)" ( (comma_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff" (assignment_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" identifier = (call_expression "getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" identifier (argument_list "(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" ( identifier , identifier , (string_literal ""hdmpqrtxlcoOVsSuvabiMNfPTDU"" " string_content ") , (pointer_expression "&PTR_DAT_00110320" & identifier) , number_literal )))) , (binary_expression "uVar4 != 0xffffffff" identifier != number_literal)) )) (compound_statement "{\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" { (if_statement "if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0))" ( (binary_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)" (parenthesized_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0))" ( (binary_expression "(uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" (parenthesized_expression "(uVar4 - 100 < 0x15)" ( (binary_expression "uVar4 - 100 < 0x15" (binary_expression "uVar4 - 100" identifier - number_literal) < number_literal) )) && (parenthesized_expression "((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" ( (binary_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0" (parenthesized_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U)" ( (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U" (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f)" number_literal << (parenthesized_expression "((byte)(uVar4 - 100) & 0x3f)" ( (binary_expression "(byte)(uVar4 - 100) & 0x3f" (call_expression "(byte)(uVar4 - 100)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar4 - 100)" ( (binary_expression "uVar4 - 100" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(DAT_001104b0 != 0)" ( (binary_expression "DAT_001104b0 != 0" identifier != number_literal) ))) )) (compound_statement "{\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "two different operation options specified";" (assignment_expression "pcVar24 = "two different operation options specified"" identifier = (string_literal ""two different operation options specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (uVar4 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" if (parenthesized_expression "(uVar4 < 0xcb)" ( (binary_expression "uVar4 < 0xcb" identifier < number_literal) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" { comment comment (expression_statement "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();" (call_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))()" (parenthesized_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))" ( (pointer_expression "*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" * (cast_expression "(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" ( (binary_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18" (cast_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" * (cast_expression "(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)ppuVar18 + (ulong)uVar4 * 4)" ( (binary_expression "(long)ppuVar18 + (ulong)uVar4 * 4" (cast_expression "(long)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)uVar4 * 4" (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) + (cast_expression "(long)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_001027bc:\n FUN_001053f0(0);" statement_identifier : (expression_statement "FUN_001053f0(0);" (call_expression "FUN_001053f0(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) (expression_statement "DAT_001104b4 = 1;" (assignment_expression "DAT_001104b4 = 1" identifier = number_literal) ;) })) (expression_statement "local_58 = puVar12 + (int)optind;" (assignment_expression "local_58 = puVar12 + (int)optind" identifier = (binary_expression "puVar12 + (int)optind" identifier + (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" if (parenthesized_expression "(DAT_001104f8 == 0)" ( (binary_expression "DAT_001104f8 == 0" identifier == number_literal) )) (compound_statement "{\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n FUN_001053f0(1);\n }" { (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }" if (parenthesized_expression "(DAT_001104fc != 0)" ( (binary_expression "DAT_001104fc != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00108580(&DAT_0010b1c1);\n }" { (expression_statement "FUN_00108580(&DAT_0010b1c1);" (call_expression "FUN_00108580(&DAT_0010b1c1)" identifier (argument_list "(&DAT_0010b1c1)" ( (pointer_expression "&DAT_0010b1c1" & identifier) ))) ;) })) (if_statement "if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }" if (parenthesized_expression "(DAT_00110514 == 0)" ( (binary_expression "DAT_00110514 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }" { (expression_statement "ppuVar18 = (undefined **)*local_58;" (assignment_expression "ppuVar18 = (undefined **)*local_58" identifier = (cast_expression "(undefined **)*local_58" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*local_58" * identifier))) ;) (if_statement "if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;" if (parenthesized_expression "(ppuVar18 == (undefined **)0x0)" ( (binary_expression "ppuVar18 == (undefined **)0x0" identifier == (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "uVar4 = DAT_001104b0;" (assignment_expression "uVar4 = DAT_001104b0" identifier = identifier) ;) (if_statement "if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" if (parenthesized_expression "(DAT_001104b0 == 7)" ( (binary_expression "DAT_001104b0 == 7" identifier == number_literal) )) (compound_statement "{\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }" { (if_statement "if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" if (parenthesized_expression "(DAT_001104c0 != 0)" ( (binary_expression "DAT_001104c0 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" { (expression_statement "DAT_001104b0 = 2;" (assignment_expression "DAT_001104b0 = 2" identifier = number_literal) ;) (expression_statement "uVar4 = 2;" (assignment_expression "uVar4 = 2" identifier = number_literal) ;) })) }) (else_clause "else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" else (compound_statement "{\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" { (expression_statement "puVar27 = puVar12;" (assignment_expression "puVar27 = puVar12" identifier = identifier) ;) (if_statement "if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" if (parenthesized_expression "((DAT_001104b0 == 0) || (DAT_001104b0 == 3))" ( (binary_expression "(DAT_001104b0 == 0) || (DAT_001104b0 == 3)" (parenthesized_expression "(DAT_001104b0 == 0)" ( (binary_expression "DAT_001104b0 == 0" identifier == number_literal) )) || (parenthesized_expression "(DAT_001104b0 == 3)" ( (binary_expression "DAT_001104b0 == 3" identifier == number_literal) ))) )) (compound_statement "{\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" { (labeled_statement "LAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }" statement_identifier : (if_statement "if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }" if (parenthesized_expression "(DAT_001104c0 == 1)" ( (binary_expression "DAT_001104c0 == 1" identifier == number_literal) )) (compound_statement "{\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar8);\n }" { (expression_statement "lVar21 = FUN_00108170(ppuVar18);" (assignment_expression "lVar21 = FUN_00108170(ppuVar18)" identifier = (call_expression "FUN_00108170(ppuVar18)" identifier (argument_list "(ppuVar18)" ( identifier )))) ;) (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) (if_statement "if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }" if (parenthesized_expression "(0 < lVar21)" ( (binary_expression "0 < lVar21" number_literal < identifier) )) (compound_statement "{\n uVar8 = FUN_001062f0(ppuVar18);\n }" { (expression_statement "uVar8 = FUN_001062f0(ppuVar18);" (assignment_expression "uVar8 = FUN_001062f0(ppuVar18)" identifier = (call_expression "FUN_001062f0(ppuVar18)" identifier (argument_list "(ppuVar18)" ( identifier )))) ;) })) comment (expression_statement "xexit(uVar8);" (call_expression "xexit(uVar8)" identifier (argument_list "(uVar8)" ( identifier ))) ;) }))) (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" identifier = identifier) ;) (expression_statement "iVar20 = DAT_001104c0;" (assignment_expression "iVar20 = DAT_001104c0" identifier = identifier) ;) (if_statement "if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "no operation specified";" (assignment_expression "pcVar24 = "no operation specified"" identifier = (string_literal ""no operation specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) })) }))) (if_statement "if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" if (parenthesized_expression "(DAT_001104c4 == 0)" ( (binary_expression "DAT_001104c4 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }" { (labeled_statement "LAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" statement_identifier : (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) }))) }) (else_clause "else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" else (compound_statement "{\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" { (if_statement "if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(uVar4 != 2)" ( (binary_expression "uVar4 != 2" identifier != number_literal) )) (compound_statement "{\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`u\' is only meaningful with the `r\' option.";" (assignment_expression "pcVar24 = "`u\' is only meaningful with the `r\' option."" identifier = (string_literal ""`u\' is only meaningful with the `r\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(0 < DAT_00110314)" ( (binary_expression "0 < DAT_00110314" number_literal < identifier) )) (compound_statement "{\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`u\' is not meaningful with the `D\' option.";" (assignment_expression "pcVar24 = "`u\' is not meaningful with the `D\' option."" identifier = (string_literal ""`u\' is not meaningful with the `D\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" if (parenthesized_expression "(DAT_00110314 != 0)" ( (binary_expression "DAT_00110314 != 0" identifier != number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" { (expression_statement "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);" (assignment_expression "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" identifier = (call_expression "dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" identifier (argument_list "(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" ( number_literal , (string_literal ""`u\' modifier ignored since `D\' is the default (see `U\')"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00107900(uVar14);" (call_expression "FUN_00107900(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) (goto_statement "goto LAB_00102cc0;" goto statement_identifier ;) })) }))) (if_statement "if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" if (parenthesized_expression "(DAT_001104b4 == 0)" ( (binary_expression "DAT_001104b4 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar18 = (undefined **)0x0;\n }" { (expression_statement "ppuVar18 = (undefined **)0x0;" (assignment_expression "ppuVar18 = (undefined **)0x0" identifier = (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) }) (else_clause "else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" else (compound_statement "{\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" { (expression_statement "ppuVar18 = (undefined **)0x1;" (assignment_expression "ppuVar18 = (undefined **)0x1" identifier = (cast_expression "(undefined **)0x1" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "pcVar24 = "missing position arg.";" (assignment_expression "pcVar24 = "missing position arg."" identifier = (string_literal ""missing position arg."" " string_content ")) ;) (expression_statement "DAT_001104b8 = *local_58;" (assignment_expression "DAT_001104b8 = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (if_statement "if (DAT_001104b8 == 0) goto LAB_00102ef0;" if (parenthesized_expression "(DAT_001104b8 == 0)" ( (binary_expression "DAT_001104b8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;)) }))) (if_statement "if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" if (parenthesized_expression "(DAT_00110510 != 0)" ( (binary_expression "DAT_00110510 != 0" identifier != number_literal) )) (compound_statement "{\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" { (if_statement "if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((DAT_001104b0 & 0xfffffffb) != 1)" ( (binary_expression "(DAT_001104b0 & 0xfffffffb) != 1" (parenthesized_expression "(DAT_001104b0 & 0xfffffffb)" ( (binary_expression "DAT_001104b0 & 0xfffffffb" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";" (assignment_expression "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options."" identifier = (string_literal ""`N\' is only meaningful with the `x\' and `d\' options."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }" if (parenthesized_expression "((char *)local_58[(int)ppuVar18] == (char *)0x0)" ( (binary_expression "(char *)local_58[(int)ppuVar18] == (char *)0x0" (cast_expression "(char *)local_58[(int)ppuVar18]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"`N\' missing value.",5);" (assignment_expression "uVar14 = dcgettext(0,"`N\' missing value.",5)" identifier = (call_expression "dcgettext(0,"`N\' missing value.",5)" identifier (argument_list "(0,"`N\' missing value.",5)" ( number_literal , (string_literal ""`N\' missing value."" " string_content escape_sequence string_content ") , number_literal )))) ;) comment (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (expression_statement "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);" (assignment_expression "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" identifier = (call_expression "strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" identifier (argument_list "((char *)local_58[(int)ppuVar18],(char **)0x0,10)" ( (cast_expression "(char *)local_58[(int)ppuVar18]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "DAT_0011050c = (int)lVar21;" (assignment_expression "DAT_0011050c = (int)lVar21" identifier = (cast_expression "(int)lVar21" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(DAT_0011050c < 1)" ( (binary_expression "DAT_0011050c < 1" identifier < number_literal) )) (compound_statement "{\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "Value for `N\' must be positive.";" (assignment_expression "pcVar24 = "Value for `N\' must be positive."" identifier = (string_literal ""Value for `N\' must be positive."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);" (assignment_expression "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1)" identifier = (cast_expression "(undefined **)(ulong)((int)ppuVar18 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "(ulong)((int)ppuVar18 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)ppuVar18 + 1)" ( (binary_expression "(int)ppuVar18 + 1" (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) })) (expression_statement "uVar13 = local_58[(int)ppuVar18];" (assignment_expression "uVar13 = local_58[(int)ppuVar18]" identifier = (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (uVar13 == 0) goto LAB_001027bc;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);" do (compound_statement "{\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n }" { (expression_statement "uVar17 = uVar22;" (assignment_expression "uVar17 = uVar22" identifier = identifier) ;) (expression_statement "uVar22 = uVar17 + 1;" (assignment_expression "uVar22 = uVar17 + 1" identifier = (binary_expression "uVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((local_58 + (int)ppuVar18)[uVar17 + 1] != 0)" ( (binary_expression "(local_58 + (int)ppuVar18)[uVar17 + 1] != 0" (subscript_expression "(local_58 + (int)ppuVar18)[uVar17 + 1]" (parenthesized_expression "(local_58 + (int)ppuVar18)" ( (binary_expression "local_58 + (int)ppuVar18" identifier + (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier)) )) [ (binary_expression "uVar17 + 1" identifier + number_literal) ]) != number_literal) )) ;) (expression_statement "puVar27 = (ulong *)0x0;" (assignment_expression "puVar27 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) (if_statement "if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" if (parenthesized_expression "((int)uVar17 != 0)" ( (binary_expression "(int)uVar17 != 0" (cast_expression "(int)uVar17" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" { (expression_statement "puVar27 = local_58 + (long)(int)ppuVar18 + 1;" (assignment_expression "puVar27 = local_58 + (long)(int)ppuVar18 + 1" identifier = (binary_expression "local_58 + (long)(int)ppuVar18 + 1" (binary_expression "local_58 + (long)(int)ppuVar18" identifier + (cast_expression "(long)(int)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier))) + number_literal)) ;) (if_statement "if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }" if (parenthesized_expression "(puVar27 == (ulong *)0x0)" ( (binary_expression "puVar27 == (ulong *)0x0" identifier == (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar22 = 0;\n }" { (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) }) (else_clause "else {\n uVar22 = *puVar27;\n }" else (compound_statement "{\n uVar22 = *puVar27;\n }" { (expression_statement "uVar22 = *puVar27;" (assignment_expression "uVar22 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) }))) })) (expression_statement "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);" (assignment_expression "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22)" identifier = (cast_expression "(undefined8 *)FUN_00106030(uVar13,uVar22)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00106030(uVar13,uVar22)" identifier (argument_list "(uVar13,uVar22)" ( identifier , identifier ))))) ;) (if_statement "if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(DAT_001104b0 == 5)" ( (binary_expression "DAT_001104b0 == 5" identifier == number_literal) )) (compound_statement "{\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" { (if_statement "if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((*(byte *)(puVar11 + 9) & 1) != 0)" ( (binary_expression "(*(byte *)(puVar11 + 9) & 1) != 0" (parenthesized_expression "(*(byte *)(puVar11 + 9) & 1)" ( (binary_expression "*(byte *)(puVar11 + 9) & 1" (pointer_expression "*(byte *)(puVar11 + 9)" * (cast_expression "(byte *)(puVar11 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 9)" ( (binary_expression "puVar11 + 9" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`x\' cannot be used on thin archives.";" (assignment_expression "pcVar24 = "`x\' cannot be used on thin archives."" identifier = (string_literal ""`x\' cannot be used on thin archives."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) })) (switch_statement "switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" switch (parenthesized_expression "(DAT_001104b0)" ( identifier )) (compound_statement "{\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" { (case_statement "case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;" case number_literal : (expression_statement "bVar29 = false;" (assignment_expression "bVar29 = false" identifier = false) ;) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" if (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" { (for_statement "for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" for ( ; (binary_expression "(char *)*puVar27 != (char *)0x0" (cast_expression "(char *)*puVar27" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar27" * identifier)) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar27 = puVar27 + 1" identifier = (binary_expression "puVar27 + 1" identifier + number_literal)) ) (compound_statement "{\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" { (expression_statement "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");" (assignment_expression "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF")" identifier = (call_expression "strcmp((char *)*puVar27,"__.SYMDEF")" identifier (argument_list "((char *)*puVar27,"__.SYMDEF")" ( (cast_expression "(char *)*puVar27" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar27" * identifier)) , (string_literal ""__.SYMDEF"" " string_content ") )))) ;) (if_statement "if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" if (parenthesized_expression "(iVar20 == 0)" ( (binary_expression "iVar20 == 0" identifier == number_literal) )) (compound_statement "{\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }" { (expression_statement "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;" (assignment_expression "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" * (cast_expression "(byte *)((long)puVar11 + 0x47)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0x47)" ( (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" * (cast_expression "(byte *)((long)puVar11 + 0x47)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0x47)" ( (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal)) ;) (expression_statement "DAT_001104c0 = -1;" (assignment_expression "DAT_001104c0 = -1" identifier = number_literal) ;) }) (else_clause "else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" else (compound_statement "{\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" { (expression_statement "iVar20 = 0;" (assignment_expression "iVar20 = 0" identifier = number_literal) ;) (expression_statement "puVar1 = puVar11;" (assignment_expression "puVar1 = puVar11" identifier = identifier) ;) (while_statement "while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" { (expression_statement "plVar15 = puVar1 + 0x1b;" (assignment_expression "plVar15 = puVar1 + 0x1b" identifier = (binary_expression "puVar1 + 0x1b" identifier + number_literal)) ;) (if_statement "if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;" if (parenthesized_expression "((undefined8 *)*plVar15 == (undefined8 *)0x0)" ( (binary_expression "(undefined8 *)*plVar15 == (undefined8 *)0x0" (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)) == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar14 = *(undefined8 *)*plVar15;" (assignment_expression "uVar14 = *(undefined8 *)*plVar15" identifier = (pointer_expression "*(undefined8 *)*plVar15" * (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)))) ;) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" if (parenthesized_expression "(DAT_00110504 == 0)" ( (binary_expression "DAT_00110504 == 0" identifier == number_literal) )) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" { (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" identifier = (call_expression "FUN_00105b50(uVar13,puVar11)" identifier (argument_list "(uVar13,puVar11)" ( identifier , identifier )))) ;) })) (expression_statement "iVar3 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar3 = filename_cmp(uVar13,uVar14)" identifier = (call_expression "filename_cmp(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier )))) ;) (if_statement "if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" if (parenthesized_expression "((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))))" ( (binary_expression "(iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) && (parenthesized_expression "((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" ( (parenthesized_expression "(iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))" ( (comma_expression "iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (assignment_expression "iVar20 = iVar20 + 1" identifier = (binary_expression "iVar20 + 1" identifier + number_literal)) , (binary_expression "DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (binary_expression "DAT_00110510 == 0" identifier == number_literal) || (parenthesized_expression "(iVar20 == DAT_0011050c)" ( (binary_expression "iVar20 == DAT_0011050c" identifier == identifier) )))) )) ))) )) (compound_statement "{\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" { (if_statement "if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }" if (parenthesized_expression "(DAT_001104d0 != 0)" ( (binary_expression "DAT_001104d0 != 0" identifier != number_literal) )) (compound_statement "{\n printf("d - %s\n",*puVar27);\n }" { (expression_statement "printf("d - %s\n",*puVar27);" (call_expression "printf("d - %s\n",*puVar27)" identifier (argument_list "("d - %s\n",*puVar27)" ( (string_literal ""d - %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar27" * identifier) ))) ;) })) (expression_statement "bVar29 = true;" (assignment_expression "bVar29 = true" identifier = true) ;) (expression_statement "*plVar15 = *(long *)(*plVar15 + 0xd8);" (assignment_expression "*plVar15 = *(long *)(*plVar15 + 0xd8)" (pointer_expression "*plVar15" * identifier) = (pointer_expression "*(long *)(*plVar15 + 0xd8)" * (cast_expression "(long *)(*plVar15 + 0xd8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar15 + 0xd8)" ( (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) ;) (goto_statement "goto LAB_00102fbd;" goto statement_identifier ;) })) (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" identifier = (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) })) (if_statement "if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" if (parenthesized_expression "(DAT_001104d0 != 0)" ( (binary_expression "DAT_001104d0 != 0" identifier != number_literal) )) (compound_statement "{\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" { (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (expression_statement "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);" (assignment_expression "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"No member named `%s\'\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"No member named `%s\'\n",5)" identifier (argument_list "(0,"No member named `%s\'\n",5)" ( number_literal , (string_literal ""No member named `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar24,uVar13);" (call_expression "printf(pcVar24,uVar13)" identifier (argument_list "(pcVar24,uVar13)" ( identifier , identifier ))) ;) })) }))) (labeled_statement "LAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;" statement_identifier : (ERROR "}" }) (if_statement "if (bVar29) goto LAB_001032bc;" if (parenthesized_expression "(bVar29)" ( identifier )) (goto_statement "goto LAB_001032bc;" goto statement_identifier ;))) })) (break_statement "break;" break ;) (case_statement "case 2:" case number_literal :) (case_statement "case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;" case number_literal : (labeled_statement "switchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" statement_identifier : (if_statement "if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" if (parenthesized_expression "((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0))" ( (binary_expression "(puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)" (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(0 < DAT_001104c0)" ( (binary_expression "0 < DAT_001104c0" number_literal < identifier) ))) )) (compound_statement "{\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" { (expression_statement "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);" (call_expression "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7)" identifier (argument_list "(puVar11,puVar27,DAT_001104b0 == 7)" ( identifier , identifier , (binary_expression "DAT_001104b0 == 7" identifier == number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) (break_statement "break;" break ;)) (case_statement "case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" case number_literal : (expression_statement "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" case number_literal : (expression_statement "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14);" default : (expression_statement "pcVar24 = "internal error -- this option not implemented";" (assignment_expression "pcVar24 = "internal error -- this option not implemented"" identifier = (string_literal ""internal error -- this option not implemented"" " string_content ")) ;) (labeled_statement "LAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);" statement_identifier : (expression_statement "uVar14 = dcgettext(0,pcVar24,5);" (assignment_expression "uVar14 = dcgettext(0,pcVar24,5)" identifier = (call_expression "dcgettext(0,pcVar24,5)" identifier (argument_list "(0,pcVar24,5)" ( number_literal , identifier , number_literal )))) ;)) comment (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;)) (case_statement "case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" case number_literal : (if_statement "if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;" if (parenthesized_expression "(DAT_001104d4 != 0)" ( (binary_expression "DAT_001104d4 != 0" identifier != number_literal) )) (goto_statement "goto switchD_00102dcd_caseD_2;" goto statement_identifier ;)) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" { (for_statement "for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" for ( ; (comma_expression "plVar15 = puVar11 + 0x1b, *puVar27 != 0" (assignment_expression "plVar15 = puVar11 + 0x1b" identifier = (binary_expression "puVar11 + 0x1b" identifier + number_literal)) , (binary_expression "*puVar27 != 0" (pointer_expression "*puVar27" * identifier) != number_literal)) ; (assignment_expression "puVar27 = puVar27 + 1" identifier = (binary_expression "puVar27 + 1" identifier + number_literal)) ) (compound_statement "{\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" { (while_statement "while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" { (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" identifier = (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar16,uVar13,uVar14);\n }" { (expression_statement "uVar14 = *puVar11;" (assignment_expression "uVar14 = *puVar11" identifier = (pointer_expression "*puVar11" * identifier)) ;) (expression_statement "uVar16 = dcgettext(0,"no entry %s in archive %s!",5);" (assignment_expression "uVar16 = dcgettext(0,"no entry %s in archive %s!",5)" identifier = (call_expression "dcgettext(0,"no entry %s in archive %s!",5)" identifier (argument_list "(0,"no entry %s in archive %s!",5)" ( number_literal , (string_literal ""no entry %s in archive %s!"" " string_content ") , number_literal )))) ;) comment (expression_statement "FUN_00107860(uVar16,uVar13,uVar14);" (call_expression "FUN_00107860(uVar16,uVar13,uVar14)" identifier (argument_list "(uVar16,uVar13,uVar14)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "uVar14 = *puVar1;" (assignment_expression "uVar14 = *puVar1" identifier = (pointer_expression "*puVar1" * identifier)) ;) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" if (parenthesized_expression "(DAT_00110504 == 0)" ( (binary_expression "DAT_00110504 == 0" identifier == number_literal) )) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" { (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" identifier = (call_expression "FUN_00105b50(uVar13,puVar11)" identifier (argument_list "(uVar13,puVar11)" ( identifier , identifier )))) ;) })) (expression_statement "iVar20 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar20 = filename_cmp(uVar13,uVar14)" identifier = (call_expression "filename_cmp(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier )))) ;) (if_statement "if (iVar20 == 0) break;" if (parenthesized_expression "(iVar20 == 0)" ( (binary_expression "iVar20 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "plVar15 = (long *)(*plVar15 + 0xd8);" (assignment_expression "plVar15 = (long *)(*plVar15 + 0xd8)" identifier = (cast_expression "(long *)(*plVar15 + 0xd8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar15 + 0xd8)" ( (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" * identifier) + number_literal) )))) ;) })) (expression_statement "*plVar15 = puVar1[0x1b];" (assignment_expression "*plVar15 = puVar1[0x1b]" (pointer_expression "*plVar15" * identifier) = (subscript_expression "puVar1[0x1b]" identifier [ number_literal ])) ;) (expression_statement "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);" (assignment_expression "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0)" identifier = (cast_expression "(long *)FUN_00104e70(puVar11 + 0x1b,3,0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00104e70(puVar11 + 0x1b,3,0)" identifier (argument_list "(puVar11 + 0x1b,3,0)" ( (binary_expression "puVar11 + 0x1b" identifier + number_literal) , number_literal , number_literal ))))) ;) (expression_statement "bVar29 = DAT_001104d0 != 0;" (assignment_expression "bVar29 = DAT_001104d0 != 0" identifier = (binary_expression "DAT_001104d0 != 0" identifier != number_literal)) ;) (expression_statement "lVar21 = *plVar15;" (assignment_expression "lVar21 = *plVar15" identifier = (pointer_expression "*plVar15" * identifier)) ;) (expression_statement "*plVar15 = (long)puVar1;" (assignment_expression "*plVar15 = (long)puVar1" (pointer_expression "*plVar15" * identifier) = (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "puVar1[0x1b] = lVar21;" (assignment_expression "puVar1[0x1b] = lVar21" (subscript_expression "puVar1[0x1b]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (bVar29) {\n printf("m - %s\n",*puVar27);\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n printf("m - %s\n",*puVar27);\n }" { (expression_statement "printf("m - %s\n",*puVar27);" (call_expression "printf("m - %s\n",*puVar27)" identifier (argument_list "("m - %s\n",*puVar27)" ( (string_literal ""m - %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar27" * identifier) ))) ;) })) })) (labeled_statement "LAB_001032bc:\n FUN_00105280(puVar11);" statement_identifier : (expression_statement "FUN_00105280(puVar11);" (call_expression "FUN_00105280(puVar11)" identifier (argument_list "(puVar11)" ( identifier ))) ;)) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) })) (expression_statement "DAT_001104e8 = 0;" (assignment_expression "DAT_001104e8 = 0" identifier = number_literal) ;)) })) type_identifier ; (compound_statement "{\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }" { (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })) (expression_statement "iVar20 = fileno(stdin);" (assignment_expression "iVar20 = fileno(stdin)" identifier = (call_expression "fileno(stdin)" identifier (argument_list "(stdin)" ( identifier )))) ;) (expression_statement "DAT_001104ac = isatty(iVar20);" (assignment_expression "DAT_001104ac = isatty(iVar20)" identifier = (call_expression "isatty(iVar20)" identifier (argument_list "(iVar20)" ( identifier )))) ;) (expression_statement "FUN_00103490();" (call_expression "FUN_00103490()" identifier (argument_list "()" ( ))) ;) }) (labeled_statement "LAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);" statement_identifier : comment (expression_statement "xexit(0);" (call_expression "xexit(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) })) (expression_statement "FUN_001053f0(1);" (call_expression "FUN_001053f0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" else (compound_statement "{\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) (expression_statement "ppuVar18 = &PTR_DAT_00110320;" (assignment_expression "ppuVar18 = &PTR_DAT_00110320" identifier = (pointer_expression "&PTR_DAT_00110320" & identifier)) ;) (while_statement "while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" while (parenthesized_expression "(iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1)" ( (comma_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1" (assignment_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" identifier = (call_expression "getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" identifier (argument_list "(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" ( identifier , identifier , (string_literal ""DhHUvVt"" " string_content ") , (pointer_expression "&PTR_DAT_00110320" & identifier) , number_literal )))) , (binary_expression "iVar3 != -1" identifier != number_literal)) )) (compound_statement "{\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" { (if_statement "if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 == 0x56)" ( (binary_expression "iVar3 == 0x56" identifier == number_literal) )) (compound_statement "{\nLAB_00102b02:\n DAT_001104fc = 1;\n }" { (labeled_statement "LAB_00102b02:\n DAT_001104fc = 1;" statement_identifier : (expression_statement "DAT_001104fc = 1;" (assignment_expression "DAT_001104fc = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 < 0x57)" ( (binary_expression "iVar3 < 0x57" identifier < number_literal) )) (compound_statement "{\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }" { (if_statement "if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x48)" ( (binary_expression "iVar3 == 0x48" identifier == number_literal) )) (compound_statement "{\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }" { (labeled_statement "LAB_00102ad5:\n DAT_001104f8 = 1;" statement_identifier : (expression_statement "DAT_001104f8 = 1;" (assignment_expression "DAT_001104f8 = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" else (if_statement "if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x55)" ( (binary_expression "iVar3 == 0x55" identifier == number_literal) )) (compound_statement "{\n DAT_00110314 = 0;\n }" { (expression_statement "DAT_00110314 = 0;" (assignment_expression "DAT_00110314 = 0" identifier = number_literal) ;) }) (else_clause "else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" else (if_statement "if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x44)" ( (binary_expression "iVar3 == 0x44" identifier == number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })))))) }) (else_clause "else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 == 0x74)" ( (binary_expression "iVar3 == 0x74" identifier == number_literal) )) (compound_statement "{\n uVar4 = 1;\n }" { (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) }) (else_clause "else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 < 0x75)" ( (binary_expression "iVar3 < 0x75" identifier < number_literal) )) (compound_statement "{\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }" { (if_statement "if (iVar3 == 0x68) goto LAB_00102ad5;" if (parenthesized_expression "(iVar3 == 0x68)" ( (binary_expression "iVar3 == 0x68" identifier == number_literal) )) (goto_statement "goto LAB_00102ad5;" goto statement_identifier ;)) }) (else_clause "else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (compound_statement "{\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" { (if_statement "if (iVar3 == 0x76) goto LAB_00102b02;" if (parenthesized_expression "(iVar3 == 0x76)" ( (binary_expression "iVar3 == 0x76" identifier == number_literal) )) (goto_statement "goto LAB_00102b02;" goto statement_identifier ;)) (if_statement "if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }" if (parenthesized_expression "(iVar3 == 0xc9)" ( (binary_expression "iVar3 == 0xc9" identifier == number_literal) )) (compound_statement "{\n bfd_plugin_set_plugin(optarg);\n }" { (expression_statement "bfd_plugin_set_plugin(optarg);" (call_expression "bfd_plugin_set_plugin(optarg)" identifier (argument_list "(optarg)" ( identifier ))) ;) })) }))))))))) })) (if_statement "if (1 < iVar20) break;" if (parenthesized_expression "(1 < iVar20)" ( (binary_expression "1 < iVar20" number_literal < identifier) )) (break_statement "break;" break ;)) }))) (expression_statement "FUN_00105080(0);" (call_expression "FUN_00105080(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (labeled_statement "LAB_00102f25:\n iVar20 = 1;" statement_identifier : (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" identifier = number_literal) ;)) })) (while_statement "while( true );" while (parenthesized_expression "( true )" ( true )) (expression_statement ";" ;)) (if_statement "if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" if (parenthesized_expression "(DAT_001104f8 != 0)" ( (binary_expression "DAT_001104f8 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" { (expression_statement "uVar4 = FUN_00105080(1);" (assignment_expression "uVar4 = FUN_00105080(1)" identifier = (call_expression "FUN_00105080(1)" identifier (argument_list "(1)" ( number_literal )))) ;) (goto_statement "goto LAB_00102ed1;" goto statement_identifier ;) })) (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }" if (parenthesized_expression "(DAT_001104fc != 0)" ( (binary_expression "DAT_001104fc != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00108580("ranlib");\n }" { (expression_statement "FUN_00108580("ranlib");" (call_expression "FUN_00108580("ranlib")" identifier (argument_list "("ranlib")" ( (string_literal ""ranlib"" " string_content ") ))) ;) })) (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })) (if_statement "if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }" if (parenthesized_expression "((int)optind < iVar20)" ( (binary_expression "(int)optind < iVar20" (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier) < identifier) )) (compound_statement "{\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }" { (expression_statement "lVar21 = (long)(int)optind;" (assignment_expression "lVar21 = (long)(int)optind" identifier = (cast_expression "(long)(int)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar5 = ~optind;" (assignment_expression "uVar5 = ~optind" identifier = (unary_expression "~optind" ~ identifier)) ;) (expression_statement "puVar12 = puVar27 + lVar21;" (assignment_expression "puVar12 = puVar27 + lVar21" identifier = (binary_expression "puVar27 + lVar21" identifier + identifier)) ;) (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);" do (compound_statement "{\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n }" { (expression_statement "pcVar24 = (char *)*puVar12;" (assignment_expression "pcVar24 = (char *)*puVar12" identifier = (cast_expression "(char *)*puVar12" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar12" * identifier))) ;) (if_statement "if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }" { (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" identifier = (call_expression "FUN_00108170(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) (if_statement "if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }" if (parenthesized_expression "(0 < lVar9)" ( (binary_expression "0 < lVar9" number_literal < identifier) )) (compound_statement "{\n uVar6 = FUN_001062f0(pcVar24);\n }" { (expression_statement "uVar6 = FUN_001062f0(pcVar24);" (assignment_expression "uVar6 = FUN_001062f0(pcVar24)" identifier = (call_expression "FUN_001062f0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) })) }) (else_clause "else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }" else (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }\n }" { (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" identifier = (call_expression "FUN_00108170(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) (expression_statement "uVar6 = uVar4;" (assignment_expression "uVar6 = uVar4" identifier = identifier) ;) (if_statement "if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }" if (parenthesized_expression "(0 < lVar9)" ( (binary_expression "0 < lVar9" number_literal < identifier) )) (compound_statement "{\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n FUN_00107860(uVar14,pcVar24);\n }" { (expression_statement "iVar3 = open(pcVar24,2,0);" (assignment_expression "iVar3 = open(pcVar24,2,0)" identifier = (call_expression "open(pcVar24,2,0)" identifier (argument_list "(pcVar24,2,0)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" if (parenthesized_expression "(-1 < iVar3)" ( (binary_expression "-1 < iVar3" number_literal < identifier) )) (compound_statement "{\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" { (expression_statement "lVar9 = bfd_fdopenr(pcVar24,0,iVar3);" (assignment_expression "lVar9 = bfd_fdopenr(pcVar24,0,iVar3)" identifier = (call_expression "bfd_fdopenr(pcVar24,0,iVar3)" identifier (argument_list "(pcVar24,0,iVar3)" ( identifier , number_literal , identifier )))) ;) (if_statement "if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" if (parenthesized_expression "(lVar9 != 0)" ( (binary_expression "lVar9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" { (expression_statement "iVar3 = bfd_check_format_matches(lVar9,2,&local_40);" (assignment_expression "iVar3 = bfd_check_format_matches(lVar9,2,&local_40)" identifier = (call_expression "bfd_check_format_matches(lVar9,2,&local_40)" identifier (argument_list "(lVar9,2,&local_40)" ( identifier , number_literal , (pointer_expression "&local_40" & identifier) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" { (expression_statement "FUN_001075b0(pcVar24);" (call_expression "FUN_001075b0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) (expression_statement "iVar20 = bfd_get_error();" (assignment_expression "iVar20 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" if (parenthesized_expression "(iVar20 == 0xd)" ( (binary_expression "iVar20 == 0xd" identifier == number_literal) )) (compound_statement "{\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" { (expression_statement "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" identifier (argument_list "(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" ( (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" identifier (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( identifier , (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" identifier (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" ( identifier , (call_expression "CONCAT11(cStack_3f,local_40)" identifier (argument_list "(cStack_3f,local_40)" ( identifier , identifier ))) ))) ))) ))) ;) (expression_statement "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" identifier (argument_list "((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" ( (cast_expression "(void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" identifier (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( identifier , (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" identifier (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" ( identifier , (call_expression "CONCAT11(cStack_3f,local_40)" identifier (argument_list "(cStack_3f,local_40)" ( identifier , identifier ))) ))) )))) ))) ;) })) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (if_statement "if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;" if (parenthesized_expression "(-1 < *(char *)(lVar9 + 0x47))" ( (binary_expression "-1 < *(char *)(lVar9 + 0x47)" number_literal < (pointer_expression "*(char *)(lVar9 + 0x47)" * (cast_expression "(char *)(lVar9 + 0x47)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x47)" ( (binary_expression "lVar9 + 0x47" identifier + number_literal) ))))) )) (goto_statement "goto LAB_0010331d;" goto statement_identifier ;)) (if_statement "if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" if (parenthesized_expression "(DAT_00110314 != 0)" ( (binary_expression "DAT_00110314 != 0" identifier != number_literal) )) (compound_statement "{\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" { (expression_statement "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;" (assignment_expression "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" * (cast_expression "(uint *)(lVar9 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x44)" ( (binary_expression "lVar9 + 0x44" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" * (cast_expression "(uint *)(lVar9 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x44)" ( (binary_expression "lVar9 + 0x44" identifier + number_literal) )))) | number_literal)) ;) })) (expression_statement "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);" (call_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9)" (parenthesized_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))" ( (pointer_expression "**(code **)(*(long *)(lVar9 + 8) + 0x1e8)" * (pointer_expression "*(code **)(*(long *)(lVar9 + 8) + 0x1e8)" * (cast_expression "(code **)(*(long *)(lVar9 + 8) + 0x1e8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar9 + 8) + 0x1e8)" ( (binary_expression "*(long *)(lVar9 + 8) + 0x1e8" (pointer_expression "*(long *)(lVar9 + 8)" * (cast_expression "(long *)(lVar9 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 8)" ( (binary_expression "lVar9 + 8" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(lVar9)" ( identifier ))) ;) (expression_statement "iVar3 = bfd_close(lVar9);" (assignment_expression "iVar3 = bfd_close(lVar9)" identifier = (call_expression "bfd_close(lVar9)" identifier (argument_list "(lVar9)" ( identifier )))) ;) (if_statement "if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar6 = 0;\n goto LAB_00102b92;\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00102b92;" goto statement_identifier ;) })) })) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) })) (expression_statement "bfd_set_error(1);" (call_expression "bfd_set_error(1)" identifier (argument_list "(1)" ( number_literal ))) ;) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) (labeled_statement "LAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);" statement_identifier : (expression_statement "uVar14 = dcgettext(0,"%s: no archive map to update",5);" (assignment_expression "uVar14 = dcgettext(0,"%s: no archive map to update",5)" identifier = (call_expression "dcgettext(0,"%s: no archive map to update",5)" identifier (argument_list "(0,"%s: no archive map to update",5)" ( number_literal , (string_literal ""%s: no archive map to update"" " string_content ") , number_literal )))) ;)) comment (expression_statement "FUN_00107860(uVar14,pcVar24);" (call_expression "FUN_00107860(uVar14,pcVar24)" identifier (argument_list "(uVar14,pcVar24)" ( identifier , identifier ))) ;) })) }))) (labeled_statement "LAB_00102b92:\n uVar26 = uVar26 | uVar6;" statement_identifier : (expression_statement "uVar26 = uVar26 | uVar6;" (assignment_expression "uVar26 = uVar26 | uVar6" identifier = (binary_expression "uVar26 | uVar6" identifier | identifier)) ;)) (expression_statement "puVar12 = puVar12 + 1;" (assignment_expression "puVar12 = puVar12 + 1" identifier = (binary_expression "puVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1)" ( (binary_expression "puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" identifier != (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20)" identifier + (call_expression "(ulong)(uVar5 + iVar20)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar5 + iVar20)" ( (binary_expression "uVar5 + iVar20" identifier + identifier) )))) + identifier) + number_literal)) )) ;) }) (else_clause "else {\n uVar26 = 0;\n }" else (compound_statement "{\n uVar26 = 0;\n }" { (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" identifier = number_literal) ;) }))) comment (expression_statement "xexit(uVar26);" (call_expression "xexit(uVar26)" identifier (argument_list "(uVar26)" ( identifier ))) ;) })))
(translation_unit "int main(int argc,char **argv)\n\n{\n bfd *pbVar1;\n bfd *pbVar2;\n char cVar3;\n bfd_boolean bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n int iVar9;\n operations extraout_EAX;\n operations oVar10;\n long lVar11;\n bfd *arch;\n char **ppcVar12;\n char *pcVar13;\n off_t oVar14;\n bfd **ppbVar15;\n char *format;\n ulong uVar16;\n option *file_name;\n char **ppcVar17;\n int iVar18;\n long lVar19;\n char **ppcVar20;\n char *pcVar21;\n char **ppcVar22;\n uint uVar23;\n char **ppcVar24;\n char **ppcVar25;\n bool bVar26;\n byte bVar27;\n char **local_58;\n int local_4c [3];\n char buffer [3];\n undefined5 uStack_3d;\n \n bVar27 = 0;\n local_58 = argv;\n local_4c[0] = argc;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n program_name = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(program_name);\n bfd_plugin_set_program_name(program_name);\n expandargv(local_4c,&local_58);\n if (is_ranlib < 0) {\n pcVar13 = (char *)lbasename(program_name);\n uVar16 = 0xffffffffffffffff;\n pcVar21 = pcVar13;\n do {\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))\n {\n is_ranlib = 0;\n }\n else {\n is_ranlib = 1;\n }\n }\n bfd_init();\n set_default_bfd_target();\n xatexit(remove_output);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar19 = 8;\n iVar18 = 1;\n do {\n bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19));\n if (bVar4 == 0) break;\n iVar18 = iVar18 + 1;\n lVar19 = lVar19 + 8;\n } while (iVar18 < local_4c[0]);\n do {\n file_name = (option *)(ulong)(iVar18 - 1U);\n ppcVar24 = local_58 + (long)iVar18 + -1;\n iVar18 = local_4c[0] - (iVar18 - 1U);\n local_58 = ppcVar24;\n local_4c[0] = iVar18;\n if (is_ranlib == 0) {\n ppcVar12 = ppcVar24;\n if (iVar18 < 2) goto LAB_001027bc;\n iVar6 = iVar18;\n if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }\n file_name = (option *)&DAT_0010bd38;\n iVar18 = iVar6;\n while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }\n local_58 = ppcVar12 + (int)optind;\n if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }\n ranlib_usage(0);\nLAB_00102f25:\n iVar18 = 1;\n } while( true );\n if (show_help != 0) {\n ranlib_usage(1);\n oVar10 = extraout_EAX;\n goto LAB_00102ed1;\n }\n if (show_version != 0) {\n print_version("ranlib");\n }\n if (deterministic < 0) {\n deterministic = 1;\n }\n if ((int)optind < iVar18) {\n lVar19 = (long)(int)optind;\n uVar7 = ~optind;\n ppcVar12 = ppcVar24 + lVar19;\n uVar23 = 0;\n do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);\n }\n else {\n uVar23 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar23);\n}\n\n" (ERROR "int main(int argc,char **argv)\n\n{\n bfd *pbVar1;\n bfd *pbVar2;\n char cVar3;\n bfd_boolean bVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n uint uVar8;\n int iVar9;\n operations extraout_EAX;\n operations oVar10;\n long lVar11;\n bfd *arch;\n char **ppcVar12;\n char *pcVar13;\n off_t oVar14;\n bfd **ppbVar15;\n char *format;\n ulong uVar16;\n option *file_name;\n char **ppcVar17;\n int iVar18;\n long lVar19;\n char **ppcVar20;\n char *pcVar21;\n char **ppcVar22;\n uint uVar23;\n char **ppcVar24;\n char **ppcVar25;\n bool bVar26;\n byte bVar27;\n char **local_58;\n int local_4c [3];\n char buffer [3];\n undefined5 uStack_3d;\n \n bVar27 = 0;\n local_58 = argv;\n local_4c[0] = argc;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n program_name = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(program_name);\n bfd_plugin_set_program_name(program_name);\n expandargv(local_4c,&local_58);\n if (is_ranlib < 0) {\n pcVar13 = (char *)lbasename(program_name);\n uVar16 = 0xffffffffffffffff;\n pcVar21 = pcVar13;\n do {\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))\n {\n is_ranlib = 0;\n }\n else {\n is_ranlib = 1;\n }\n }\n bfd_init();\n set_default_bfd_target();\n xatexit(remove_output);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar19 = 8;\n iVar18 = 1;\n do {\n bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19));\n if (bVar4 == 0) break;\n iVar18 = iVar18 + 1;\n lVar19 = lVar19 + 8;\n } while (iVar18 < local_4c[0]);\n do {\n file_name = (option *)(ulong)(iVar18 - 1U);\n ppcVar24 = local_58 + (long)iVar18 + -1;\n iVar18 = local_4c[0] - (iVar18 - 1U);\n local_58 = ppcVar24;\n local_4c[0] = iVar18;\n if (is_ranlib == 0) {\n ppcVar12 = ppcVar24;\n if (iVar18 < 2) goto LAB_001027bc;\n iVar6 = iVar18;\n if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }\n file_name = (option *)&DAT_0010bd38;\n iVar18 = iVar6;\n while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }\n local_58 = ppcVar12 + (int)optind;\n if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }\n ranlib_usage(0);\nLAB_00102f25:\n iVar18 = 1;\n } while( true );\n if (show_help != 0) {\n ranlib_usage(1);\n oVar10 = extraout_EAX;\n goto LAB_00102ed1;\n }\n if (show_version != 0) {\n print_version("ranlib");\n }\n if (deterministic < 0) {\n deterministic = 1;\n }\n if ((int)optind < iVar18) {\n lVar19 = (long)(int)optind;\n uVar7 = ~optind;\n ppcVar12 = ppcVar24 + lVar19;\n uVar23 = 0;\n do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);\n }\n else {\n uVar23 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar23);\n}" primitive_type (function_declarator "main(int argc,char **argv)" identifier (parameter_list "(int argc,char **argv)" ( (parameter_declaration "int argc" primitive_type identifier) , (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) ))) { (declaration "bfd *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "bfd *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "bfd_boolean bVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "operations extraout_EAX;" type_identifier identifier ;) (declaration "operations oVar10;" type_identifier identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "bfd *arch;" type_identifier (pointer_declarator "*arch" * identifier) ;) (declaration "char **ppcVar12;" primitive_type (pointer_declarator "**ppcVar12" * (pointer_declarator "*ppcVar12" * identifier)) ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "off_t oVar14;" type_identifier identifier ;) (declaration "bfd **ppbVar15;" type_identifier (pointer_declarator "**ppbVar15" * (pointer_declarator "*ppbVar15" * identifier)) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "ulong uVar16;" type_identifier identifier ;) (declaration "option *file_name;" type_identifier (pointer_declarator "*file_name" * identifier) ;) (declaration "char **ppcVar17;" primitive_type (pointer_declarator "**ppcVar17" * (pointer_declarator "*ppcVar17" * identifier)) ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "long lVar19;" (sized_type_specifier "long" long) identifier ;) (declaration "char **ppcVar20;" primitive_type (pointer_declarator "**ppcVar20" * (pointer_declarator "*ppcVar20" * identifier)) ;) (declaration "char *pcVar21;" primitive_type (pointer_declarator "*pcVar21" * identifier) ;) (declaration "char **ppcVar22;" primitive_type (pointer_declarator "**ppcVar22" * (pointer_declarator "*ppcVar22" * identifier)) ;) (declaration "uint uVar23;" type_identifier identifier ;) (declaration "char **ppcVar24;" primitive_type (pointer_declarator "**ppcVar24" * (pointer_declarator "*ppcVar24" * identifier)) ;) (declaration "char **ppcVar25;" primitive_type (pointer_declarator "**ppcVar25" * (pointer_declarator "*ppcVar25" * identifier)) ;) (declaration "bool bVar26;" primitive_type identifier ;) (declaration "byte bVar27;" type_identifier identifier ;) (declaration "char **local_58;" primitive_type (pointer_declarator "**local_58" * (pointer_declarator "*local_58" * identifier)) ;) (declaration "int local_4c [3];" primitive_type (array_declarator "local_4c [3]" identifier [ number_literal ]) ;) (declaration "char buffer [3];" primitive_type (array_declarator "buffer [3]" identifier [ number_literal ]) ;) (declaration "undefined5 uStack_3d;" type_identifier identifier ;) (expression_statement "bVar27 = 0;" (assignment_expression "bVar27 = 0" identifier = number_literal) ;) (expression_statement "local_58 = argv;" (assignment_expression "local_58 = argv" identifier = identifier) ;) (expression_statement "local_4c[0] = argc;" (assignment_expression "local_4c[0] = argc" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "setlocale(5,"");" (call_expression "setlocale(5,"")" identifier (argument_list "(5,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "setlocale(0,"");" (call_expression "setlocale(0,"")" identifier (argument_list "(0,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "bindtextdomain("binutils","/usr/share/locale");" (call_expression "bindtextdomain("binutils","/usr/share/locale")" identifier (argument_list "("binutils","/usr/share/locale")" ( (string_literal ""binutils"" " string_content ") , (string_literal ""/usr/share/locale"" " string_content ") ))) ;) (expression_statement "textdomain("binutils");" (call_expression "textdomain("binutils")" identifier (argument_list "("binutils")" ( (string_literal ""binutils"" " string_content ") ))) ;) (expression_statement "program_name = *local_58;" (assignment_expression "program_name = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "xmalloc_set_program_name();" (call_expression "xmalloc_set_program_name()" identifier (argument_list "()" ( ))) ;) (expression_statement "bfd_set_error_program_name(program_name);" (call_expression "bfd_set_error_program_name(program_name)" identifier (argument_list "(program_name)" ( identifier ))) ;) (expression_statement "bfd_plugin_set_program_name(program_name);" (call_expression "bfd_plugin_set_program_name(program_name)" identifier (argument_list "(program_name)" ( identifier ))) ;) (expression_statement "expandargv(local_4c,&local_58);" (call_expression "expandargv(local_4c,&local_58)" identifier (argument_list "(local_4c,&local_58)" ( identifier , (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (is_ranlib < 0) {\n pcVar13 = (char *)lbasename(program_name);\n uVar16 = 0xffffffffffffffff;\n pcVar21 = pcVar13;\n do {\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))\n {\n is_ranlib = 0;\n }\n else {\n is_ranlib = 1;\n }\n }" if (parenthesized_expression "(is_ranlib < 0)" ( (binary_expression "is_ranlib < 0" identifier < number_literal) )) (compound_statement "{\n pcVar13 = (char *)lbasename(program_name);\n uVar16 = 0xffffffffffffffff;\n pcVar21 = pcVar13;\n do {\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))\n {\n is_ranlib = 0;\n }\n else {\n is_ranlib = 1;\n }\n }" { (expression_statement "pcVar13 = (char *)lbasename(program_name);" (assignment_expression "pcVar13 = (char *)lbasename(program_name)" identifier = (cast_expression "(char *)lbasename(program_name)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "lbasename(program_name)" identifier (argument_list "(program_name)" ( identifier ))))) ;) (expression_statement "uVar16 = 0xffffffffffffffff;" (assignment_expression "uVar16 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "pcVar21 = pcVar13;" (assignment_expression "pcVar21 = pcVar13" identifier = identifier) ;) (do_statement "do {\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');" do (compound_statement "{\n if (uVar16 == 0) break;\n uVar16 = uVar16 - 1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n }" { (if_statement "if (uVar16 == 0) break;" if (parenthesized_expression "(uVar16 == 0)" ( (binary_expression "uVar16 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar16 = uVar16 - 1;" (assignment_expression "uVar16 = uVar16 - 1" identifier = (binary_expression "uVar16 - 1" identifier - number_literal)) ;) (expression_statement "cVar3 = *pcVar21;" (assignment_expression "cVar3 = *pcVar21" identifier = (pointer_expression "*pcVar21" * identifier)) ;) (expression_statement "pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;" (assignment_expression "pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1" identifier = (binary_expression "pcVar21 + (ulong)bVar27 * -2 + 1" (binary_expression "pcVar21 + (ulong)bVar27 * -2" identifier + (binary_expression "(ulong)bVar27 * -2" (cast_expression "(ulong)bVar27" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (if_statement "if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))\n {\n is_ranlib = 0;\n }\n else {\n is_ranlib = 1;\n }" if (parenthesized_expression "((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0))" ( (binary_expression "(~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0)" (parenthesized_expression "(~uVar16 - 1 < 6)" ( (binary_expression "~uVar16 - 1 < 6" (binary_expression "~uVar16 - 1" (unary_expression "~uVar16" ~ identifier) - number_literal) < number_literal) )) || (parenthesized_expression "(iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0)" ( (comma_expression "iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0" (assignment_expression "iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib")" identifier = (call_expression "filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib")" identifier (argument_list "(pcVar13 + (~uVar16 - 7),"ranlib")" ( (binary_expression "pcVar13 + (~uVar16 - 7)" identifier + (parenthesized_expression "(~uVar16 - 7)" ( (binary_expression "~uVar16 - 7" (unary_expression "~uVar16" ~ identifier) - number_literal) ))) , (string_literal ""ranlib"" " string_content ") )))) , (binary_expression "iVar18 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n is_ranlib = 0;\n }" { (expression_statement "is_ranlib = 0;" (assignment_expression "is_ranlib = 0" identifier = number_literal) ;) }) (else_clause "else {\n is_ranlib = 1;\n }" else (compound_statement "{\n is_ranlib = 1;\n }" { (expression_statement "is_ranlib = 1;" (assignment_expression "is_ranlib = 1" identifier = number_literal) ;) }))) })) (expression_statement "bfd_init();" (call_expression "bfd_init()" identifier (argument_list "()" ( ))) ;) (expression_statement "set_default_bfd_target();" (call_expression "set_default_bfd_target()" identifier (argument_list "()" ( ))) ;) (expression_statement "xatexit(remove_output);" (call_expression "xatexit(remove_output)" identifier (argument_list "(remove_output)" ( identifier ))) ;) (if_statement "if (local_4c[0] < 2) goto LAB_00102f25;" if (parenthesized_expression "(local_4c[0] < 2)" ( (binary_expression "local_4c[0] < 2" (subscript_expression "local_4c[0]" identifier [ number_literal ]) < number_literal) )) (goto_statement "goto LAB_00102f25;" goto statement_identifier ;)) (expression_statement "lVar19 = 8;" (assignment_expression "lVar19 = 8" identifier = number_literal) ;) (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;) (do_statement "do {\n bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19));\n if (bVar4 == 0) break;\n iVar18 = iVar18 + 1;\n lVar19 = lVar19 + 8;\n } while (iVar18 < local_4c[0]);" do (compound_statement "{\n bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19));\n if (bVar4 == 0) break;\n iVar18 = iVar18 + 1;\n lVar19 = lVar19 + 8;\n }" { (expression_statement "bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19));" (assignment_expression "bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19))" identifier = (call_expression "ar_emul_parse_arg(*(char **)((long)local_58 + lVar19))" identifier (argument_list "(*(char **)((long)local_58 + lVar19))" ( (pointer_expression "*(char **)((long)local_58 + lVar19)" * (cast_expression "(char **)((long)local_58 + lVar19)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)local_58 + lVar19)" ( (binary_expression "(long)local_58 + lVar19" (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) )))) ;) (if_statement "if (bVar4 == 0) break;" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 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 "lVar19 = lVar19 + 8;" (assignment_expression "lVar19 = lVar19 + 8" identifier = (binary_expression "lVar19 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar18 < local_4c[0])" ( (binary_expression "iVar18 < local_4c[0]" identifier < (subscript_expression "local_4c[0]" identifier [ number_literal ])) )) ;) do (compound_statement "{\n file_name = (option *)(ulong)(iVar18 - 1U);\n ppcVar24 = local_58 + (long)iVar18 + -1;\n iVar18 = local_4c[0] - (iVar18 - 1U);\n local_58 = ppcVar24;\n local_4c[0] = iVar18;\n if (is_ranlib == 0) {\n ppcVar12 = ppcVar24;\n if (iVar18 < 2) goto LAB_001027bc;\n iVar6 = iVar18;\n if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }\n file_name = (option *)&DAT_0010bd38;\n iVar18 = iVar6;\n while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }\n local_58 = ppcVar12 + (int)optind;\n if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }\n ranlib_usage(0);\nLAB_00102f25:\n iVar18 = 1;\n } while( true );\n if (show_help != 0) {\n ranlib_usage(1);\n oVar10 = extraout_EAX;\n goto LAB_00102ed1;\n }\n if (show_version != 0) {\n print_version("ranlib");\n }\n if (deterministic < 0) {\n deterministic = 1;\n }\n if ((int)optind < iVar18) {\n lVar19 = (long)(int)optind;\n uVar7 = ~optind;\n ppcVar12 = ppcVar24 + lVar19;\n uVar23 = 0;\n do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);\n }\n else {\n uVar23 = 0;\n }\n /* WARNING: Subroutine does not return */\n xexit(uVar23);\n}" { (expression_statement "file_name = (option *)(ulong)(iVar18 - 1U);" (assignment_expression "file_name = (option *)(ulong)(iVar18 - 1U)" identifier = (cast_expression "(option *)(ulong)(iVar18 - 1U)" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)(iVar18 - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar18 - 1U)" ( (binary_expression "iVar18 - 1U" identifier - number_literal) ))))) ;) (expression_statement "ppcVar24 = local_58 + (long)iVar18 + -1;" (assignment_expression "ppcVar24 = local_58 + (long)iVar18 + -1" identifier = (binary_expression "local_58 + (long)iVar18 + -1" (binary_expression "local_58 + (long)iVar18" identifier + (cast_expression "(long)iVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) (expression_statement "iVar18 = local_4c[0] - (iVar18 - 1U);" (assignment_expression "iVar18 = local_4c[0] - (iVar18 - 1U)" identifier = (binary_expression "local_4c[0] - (iVar18 - 1U)" (subscript_expression "local_4c[0]" identifier [ number_literal ]) - (parenthesized_expression "(iVar18 - 1U)" ( (binary_expression "iVar18 - 1U" identifier - number_literal) )))) ;) (expression_statement "local_58 = ppcVar24;" (assignment_expression "local_58 = ppcVar24" identifier = identifier) ;) (expression_statement "local_4c[0] = iVar18;" (assignment_expression "local_4c[0] = iVar18" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (is_ranlib == 0) {\n ppcVar12 = ppcVar24;\n if (iVar18 < 2) goto LAB_001027bc;\n iVar6 = iVar18;\n if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }\n file_name = (option *)&DAT_0010bd38;\n iVar18 = iVar6;\n while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }\n local_58 = ppcVar12 + (int)optind;\n if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }\n ranlib_usage(0);\nLAB_00102f25:\n iVar18 = 1;\n }" if (parenthesized_expression "(is_ranlib == 0)" ( (binary_expression "is_ranlib == 0" identifier == number_literal) )) (compound_statement "{\n ppcVar12 = ppcVar24;\n if (iVar18 < 2) goto LAB_001027bc;\n iVar6 = iVar18;\n if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }\n file_name = (option *)&DAT_0010bd38;\n iVar18 = iVar6;\n while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }\n local_58 = ppcVar12 + (int)optind;\n if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }\n ranlib_usage(0);\nLAB_00102f25:\n iVar18 = 1;\n }" { (expression_statement "ppcVar12 = ppcVar24;" (assignment_expression "ppcVar12 = ppcVar24" identifier = identifier) ;) (if_statement "if (iVar18 < 2) goto LAB_001027bc;" if (parenthesized_expression "(iVar18 < 2)" ( (binary_expression "iVar18 < 2" identifier < number_literal) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "iVar6 = iVar18;" (assignment_expression "iVar6 = iVar18" identifier = identifier) ;) (if_statement "if (*ppcVar24[1] != '-') {\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }" if (parenthesized_expression "(*ppcVar24[1] != '-')" ( (binary_expression "*ppcVar24[1] != '-'" (pointer_expression "*ppcVar24[1]" * (subscript_expression "ppcVar24[1]" identifier [ number_literal ])) != (char_literal "'-'" ' character ')) )) (compound_statement "{\n buffer[0] = '-';\n lVar19 = -1;\n ppcVar17 = ppcVar24 + 2;\n buffer[2] = '\0';\n pcVar21 = ppcVar24[1];\n do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');\n iVar9 = iVar18 + -1 + ~(uint)lVar19;\n iVar6 = iVar9 + -1;\n ppcVar12 = (char **)xmalloc((long)iVar9 * 8);\n ppcVar25 = ppcVar12 + 1;\n *ppcVar12 = *ppcVar24;\n pcVar21 = ppcVar24[1];\n cVar3 = *pcVar21;\n if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }\n ppcVar22 = ppcVar25;\n if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }\n *ppcVar25 = (char *)0x0;\n }" { (expression_statement "buffer[0] = '-';" (assignment_expression "buffer[0] = '-'" (subscript_expression "buffer[0]" identifier [ number_literal ]) = (char_literal "'-'" ' character ')) ;) (expression_statement "lVar19 = -1;" (assignment_expression "lVar19 = -1" identifier = number_literal) ;) (expression_statement "ppcVar17 = ppcVar24 + 2;" (assignment_expression "ppcVar17 = ppcVar24 + 2" identifier = (binary_expression "ppcVar24 + 2" identifier + number_literal)) ;) (expression_statement "buffer[2] = '\0';" (assignment_expression "buffer[2] = '\0'" (subscript_expression "buffer[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pcVar21 = ppcVar24[1];" (assignment_expression "pcVar21 = ppcVar24[1]" identifier = (subscript_expression "ppcVar24[1]" identifier [ number_literal ])) ;) (do_statement "do {\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n } while (cVar3 != '\0');" do (compound_statement "{\n if (lVar19 == 0) break;\n lVar19 = lVar19 + -1;\n cVar3 = *pcVar21;\n pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;\n }" { (if_statement "if (lVar19 == 0) break;" if (parenthesized_expression "(lVar19 == 0)" ( (binary_expression "lVar19 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar19 = lVar19 + -1;" (assignment_expression "lVar19 = lVar19 + -1" identifier = (binary_expression "lVar19 + -1" identifier + number_literal)) ;) (expression_statement "cVar3 = *pcVar21;" (assignment_expression "cVar3 = *pcVar21" identifier = (pointer_expression "*pcVar21" * identifier)) ;) (expression_statement "pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1;" (assignment_expression "pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1" identifier = (binary_expression "pcVar21 + (ulong)bVar27 * -2 + 1" (binary_expression "pcVar21 + (ulong)bVar27 * -2" identifier + (binary_expression "(ulong)bVar27 * -2" (cast_expression "(ulong)bVar27" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "iVar9 = iVar18 + -1 + ~(uint)lVar19;" (assignment_expression "iVar9 = iVar18 + -1 + ~(uint)lVar19" identifier = (binary_expression "iVar18 + -1 + ~(uint)lVar19" (binary_expression "iVar18 + -1" identifier + number_literal) + (unary_expression "~(uint)lVar19" ~ (cast_expression "(uint)lVar19" ( (type_descriptor "uint" type_identifier) ) identifier)))) ;) (expression_statement "iVar6 = iVar9 + -1;" (assignment_expression "iVar6 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "ppcVar12 = (char **)xmalloc((long)iVar9 * 8);" (assignment_expression "ppcVar12 = (char **)xmalloc((long)iVar9 * 8)" identifier = (cast_expression "(char **)xmalloc((long)iVar9 * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc((long)iVar9 * 8)" identifier (argument_list "((long)iVar9 * 8)" ( (binary_expression "(long)iVar9 * 8" (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) ))))) ;) (expression_statement "ppcVar25 = ppcVar12 + 1;" (assignment_expression "ppcVar25 = ppcVar12 + 1" identifier = (binary_expression "ppcVar12 + 1" identifier + number_literal)) ;) (expression_statement "*ppcVar12 = *ppcVar24;" (assignment_expression "*ppcVar12 = *ppcVar24" (pointer_expression "*ppcVar12" * identifier) = (pointer_expression "*ppcVar24" * identifier)) ;) (expression_statement "pcVar21 = ppcVar24[1];" (assignment_expression "pcVar21 = ppcVar24[1]" identifier = (subscript_expression "ppcVar24[1]" identifier [ number_literal ])) ;) (expression_statement "cVar3 = *pcVar21;" (assignment_expression "cVar3 = *pcVar21" identifier = (pointer_expression "*pcVar21" * identifier)) ;) (if_statement "if (cVar3 != '\0') {\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n ppcVar22 = ppcVar25;\n do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');\n }" { (expression_statement "ppcVar22 = ppcVar25;" (assignment_expression "ppcVar22 = ppcVar25" identifier = identifier) ;) (do_statement "do {\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n } while (cVar3 != '\0');" do (compound_statement "{\n ppcVar25 = ppcVar22 + 1;\n pcVar21 = pcVar21 + 1;\n buffer[1] = cVar3;\n pcVar13 = (char *)xstrdup(buffer);\n *ppcVar22 = pcVar13;\n cVar3 = *pcVar21;\n ppcVar22 = ppcVar25;\n }" { (expression_statement "ppcVar25 = ppcVar22 + 1;" (assignment_expression "ppcVar25 = ppcVar22 + 1" identifier = (binary_expression "ppcVar22 + 1" identifier + number_literal)) ;) (expression_statement "pcVar21 = pcVar21 + 1;" (assignment_expression "pcVar21 = pcVar21 + 1" identifier = (binary_expression "pcVar21 + 1" identifier + number_literal)) ;) (expression_statement "buffer[1] = cVar3;" (assignment_expression "buffer[1] = cVar3" (subscript_expression "buffer[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pcVar13 = (char *)xstrdup(buffer);" (assignment_expression "pcVar13 = (char *)xstrdup(buffer)" identifier = (cast_expression "(char *)xstrdup(buffer)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(buffer)" identifier (argument_list "(buffer)" ( identifier ))))) ;) (expression_statement "*ppcVar22 = pcVar13;" (assignment_expression "*ppcVar22 = pcVar13" (pointer_expression "*ppcVar22" * identifier) = identifier) ;) (expression_statement "cVar3 = *pcVar21;" (assignment_expression "cVar3 = *pcVar21" identifier = (pointer_expression "*pcVar21" * identifier)) ;) (expression_statement "ppcVar22 = ppcVar25;" (assignment_expression "ppcVar22 = ppcVar25" identifier = identifier) ;) }) while (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "ppcVar22 = ppcVar25;" (assignment_expression "ppcVar22 = ppcVar25" identifier = identifier) ;) (if_statement "if (ppcVar17 < ppcVar24 + iVar18) {\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }" if (parenthesized_expression "(ppcVar17 < ppcVar24 + iVar18)" ( (binary_expression "ppcVar17 < ppcVar24 + iVar18" identifier < (binary_expression "ppcVar24 + iVar18" identifier + identifier)) )) (compound_statement "{\n do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);\n ppcVar25 = ppcVar25 + (long)iVar18 + -2;\n }" { (do_statement "do {\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n } while (ppcVar20 < ppcVar24 + iVar18);" do (compound_statement "{\n ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;\n *ppcVar22 = *ppcVar17;\n ppcVar17 = ppcVar20;\n ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;\n }" { (expression_statement "ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1;" (assignment_expression "ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1" identifier = (binary_expression "ppcVar17 + (ulong)bVar27 * -2 + 1" (binary_expression "ppcVar17 + (ulong)bVar27 * -2" identifier + (binary_expression "(ulong)bVar27 * -2" (cast_expression "(ulong)bVar27" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "*ppcVar22 = *ppcVar17;" (assignment_expression "*ppcVar22 = *ppcVar17" (pointer_expression "*ppcVar22" * identifier) = (pointer_expression "*ppcVar17" * identifier)) ;) (expression_statement "ppcVar17 = ppcVar20;" (assignment_expression "ppcVar17 = ppcVar20" identifier = identifier) ;) (expression_statement "ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1;" (assignment_expression "ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1" identifier = (binary_expression "ppcVar22 + (ulong)bVar27 * -2 + 1" (binary_expression "ppcVar22 + (ulong)bVar27 * -2" identifier + (binary_expression "(ulong)bVar27 * -2" (cast_expression "(ulong)bVar27" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(ppcVar20 < ppcVar24 + iVar18)" ( (binary_expression "ppcVar20 < ppcVar24 + iVar18" identifier < (binary_expression "ppcVar24 + iVar18" identifier + identifier)) )) ;) (expression_statement "ppcVar25 = ppcVar25 + (long)iVar18 + -2;" (assignment_expression "ppcVar25 = ppcVar25 + (long)iVar18 + -2" identifier = (binary_expression "ppcVar25 + (long)iVar18 + -2" (binary_expression "ppcVar25 + (long)iVar18" identifier + (cast_expression "(long)iVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) })) (expression_statement "*ppcVar25 = (char *)0x0;" (assignment_expression "*ppcVar25 = (char *)0x0" (pointer_expression "*ppcVar25" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "file_name = (option *)&DAT_0010bd38;" (assignment_expression "file_name = (option *)&DAT_0010bd38" identifier = (cast_expression "(option *)&DAT_0010bd38" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0010bd38" & identifier))) ;) (expression_statement "iVar18 = iVar6;" (assignment_expression "iVar18 = iVar6" identifier = identifier) ;) (while_statement "while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff) {\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }" while (parenthesized_expression "(uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff)" ( (comma_expression "uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0),\n uVar5 != 0xffffffff" (assignment_expression "uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0)" identifier = (call_expression "getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0)" identifier (argument_list "(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0)" ( identifier , identifier , (string_literal ""hdmpqrtxlcoOVsSuvabiMNfPTDU"" " string_content ") , identifier , number_literal )))) , (binary_expression "uVar5 != 0xffffffff" identifier != number_literal)) )) (compound_statement "{\n if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }\nLAB_001027bc:\n usage(0);\n postype = pos_before;\n }" { (if_statement "if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)) {\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none))" ( (binary_expression "((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (operation != none)" (parenthesized_expression "((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0))" ( (binary_expression "(uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)" (parenthesized_expression "(uVar5 - 100 < 0x15)" ( (binary_expression "uVar5 - 100 < 0x15" (binary_expression "uVar5 - 100" identifier - number_literal) < number_literal) )) && (parenthesized_expression "((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)" ( (binary_expression "(1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0" (parenthesized_expression "(1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U)" ( (binary_expression "1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U" (binary_expression "1L << ((byte)(uVar5 - 100) & 0x3f)" number_literal << (parenthesized_expression "((byte)(uVar5 - 100) & 0x3f)" ( (binary_expression "(byte)(uVar5 - 100) & 0x3f" (call_expression "(byte)(uVar5 - 100)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar5 - 100)" ( (binary_expression "uVar5 - 100" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(operation != none)" ( (binary_expression "operation != none" identifier != identifier) ))) )) (compound_statement "{\n pcVar21 = "two different operation options specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "two different operation options specified";" (assignment_expression "pcVar21 = "two different operation options specified"" identifier = (string_literal ""two different operation options specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (uVar5 < 0xcb) {\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }" if (parenthesized_expression "(uVar5 < 0xcb)" ( (binary_expression "uVar5 < 0xcb" identifier < number_literal) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();\n return iVar18;\n }" { comment comment (expression_statement "iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))();" (assignment_expression "iVar18 = (*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))()" identifier = (call_expression "(*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))()" (parenthesized_expression "(*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))" ( (pointer_expression "*(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4))" * (cast_expression "(code *)((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4))" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4))" ( (binary_expression "(long)&file_name->name +\n (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)" (cast_expression "(long)&file_name->name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&file_name->name" & (field_expression "file_name->name" identifier -> field_identifier))) + (cast_expression "(long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)&file_name->name + (ulong)uVar5 * 4)" * (cast_expression "(int *)((long)&file_name->name + (ulong)uVar5 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&file_name->name + (ulong)uVar5 * 4)" ( (binary_expression "(long)&file_name->name + (ulong)uVar5 * 4" (cast_expression "(long)&file_name->name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&file_name->name" & (field_expression "file_name->name" identifier -> field_identifier))) + (binary_expression "(ulong)uVar5 * 4" (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))))) )))) )) (argument_list "()" ( )))) ;) (return_statement "return iVar18;" return identifier ;) })) (labeled_statement "LAB_001027bc:\n usage(0);" statement_identifier : (expression_statement "usage(0);" (call_expression "usage(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) (expression_statement "postype = pos_before;" (assignment_expression "postype = pos_before" identifier = identifier) ;) })) (expression_statement "local_58 = ppcVar12 + (int)optind;" (assignment_expression "local_58 = ppcVar12 + (int)optind" identifier = (binary_expression "ppcVar12 + (int)optind" identifier + (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (show_help == 0) {\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }\n else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }" if (parenthesized_expression "(show_help == 0)" ( (binary_expression "show_help == 0" identifier == number_literal) )) (compound_statement "{\n if (show_version != 0) {\n print_version("ar");\n }\n if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }\n usage(1);\n }" { (if_statement "if (show_version != 0) {\n print_version("ar");\n }" if (parenthesized_expression "(show_version != 0)" ( (binary_expression "show_version != 0" identifier != number_literal) )) (compound_statement "{\n print_version("ar");\n }" { (expression_statement "print_version("ar");" (call_expression "print_version("ar")" identifier (argument_list "("ar")" ( (string_literal ""ar"" " string_content ") ))) ;) })) (if_statement "if (mri_mode == 0) {\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }" if (parenthesized_expression "(mri_mode == 0)" ( (binary_expression "mri_mode == 0" identifier == number_literal) )) (compound_statement "{\n file_name = (option *)*local_58;\n if (file_name == (option *)0x0) goto LAB_001027bc;\n oVar10 = operation;\n if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }\n if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }\n if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }\n pcVar21 = local_58[(int)file_name];\n if (pcVar21 == (char *)0x0) goto LAB_001027bc;\n lVar19 = 0;\n do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);\n ppcVar24 = (char **)0x0;\n iVar18 = (int)lVar11;\n pcVar13 = (char *)0x0;\n if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }\n arch = open_inarch(pcVar21,pcVar13);\n if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }\n switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }\n else {\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }\nLAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);\n }" { (expression_statement "file_name = (option *)*local_58;" (assignment_expression "file_name = (option *)*local_58" identifier = (cast_expression "(option *)*local_58" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_58" * identifier))) ;) (if_statement "if (file_name == (option *)0x0) goto LAB_001027bc;" if (parenthesized_expression "(file_name == (option *)0x0)" ( (binary_expression "file_name == (option *)0x0" identifier == (cast_expression "(option *)0x0" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "oVar10 = operation;" (assignment_expression "oVar10 = operation" identifier = identifier) ;) (if_statement "if (operation == quick_append) {\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }\n else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" if (parenthesized_expression "(operation == quick_append)" ( (binary_expression "operation == quick_append" identifier == identifier) )) (compound_statement "{\n if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }\n }" { (if_statement "if (write_armap != 0) {\n operation = replace;\n oVar10 = replace;\n }" if (parenthesized_expression "(write_armap != 0)" ( (binary_expression "write_armap != 0" identifier != number_literal) )) (compound_statement "{\n operation = replace;\n oVar10 = replace;\n }" { (expression_statement "operation = replace;" (assignment_expression "operation = replace" identifier = identifier) ;) (expression_statement "oVar10 = replace;" (assignment_expression "oVar10 = replace" identifier = identifier) ;) })) }) (else_clause "else {\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" else (compound_statement "{\n ppcVar24 = ppcVar12;\n if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" { (expression_statement "ppcVar24 = ppcVar12;" (assignment_expression "ppcVar24 = ppcVar12" identifier = identifier) ;) (if_statement "if ((operation == none) || (operation == print_table)) {\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" if (parenthesized_expression "((operation == none) || (operation == print_table))" ( (binary_expression "(operation == none) || (operation == print_table)" (parenthesized_expression "(operation == none)" ( (binary_expression "operation == none" identifier == identifier) )) || (parenthesized_expression "(operation == print_table)" ( (binary_expression "operation == print_table" identifier == identifier) ))) )) (compound_statement "{\nLAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }\n ppcVar12 = ppcVar24;\n iVar18 = write_armap;\n if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" { (labeled_statement "LAB_00102ed1:\n if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }" statement_identifier : (if_statement "if (write_armap == 1) {\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }" if (parenthesized_expression "(write_armap == 1)" ( (binary_expression "write_armap == 1" identifier == number_literal) )) (compound_statement "{\n oVar14 = get_file_size((char *)file_name);\n iVar18 = 1;\n if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }\n /* WARNING: Subroutine does not return */\n xexit(iVar18);\n }" { (expression_statement "oVar14 = get_file_size((char *)file_name);" (assignment_expression "oVar14 = get_file_size((char *)file_name)" identifier = (call_expression "get_file_size((char *)file_name)" identifier (argument_list "((char *)file_name)" ( (cast_expression "(char *)file_name" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;) (if_statement "if (0 < oVar14) {\n iVar18 = ranlib_only((char *)file_name);\n }" if (parenthesized_expression "(0 < oVar14)" ( (binary_expression "0 < oVar14" number_literal < identifier) )) (compound_statement "{\n iVar18 = ranlib_only((char *)file_name);\n }" { (expression_statement "iVar18 = ranlib_only((char *)file_name);" (assignment_expression "iVar18 = ranlib_only((char *)file_name)" identifier = (call_expression "ranlib_only((char *)file_name)" identifier (argument_list "((char *)file_name)" ( (cast_expression "(char *)file_name" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) })) comment (expression_statement "xexit(iVar18);" (call_expression "xexit(iVar18)" identifier (argument_list "(iVar18)" ( identifier ))) ;) }))) (expression_statement "ppcVar12 = ppcVar24;" (assignment_expression "ppcVar12 = ppcVar24" identifier = identifier) ;) (expression_statement "iVar18 = write_armap;" (assignment_expression "iVar18 = write_armap" identifier = identifier) ;) (if_statement "if (oVar10 == none) {\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(oVar10 == none)" ( (binary_expression "oVar10 == none" identifier == identifier) )) (compound_statement "{\n pcVar21 = "no operation specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "no operation specified";" (assignment_expression "pcVar21 = "no operation specified"" identifier = (string_literal ""no operation specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) })) }))) (if_statement "if (newer_only == 0) {\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }\n else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }" if (parenthesized_expression "(newer_only == 0)" ( (binary_expression "newer_only == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }\n }" { (labeled_statement "LAB_00102cc0:\n if (deterministic < 0) {\n deterministic = 1;\n }" statement_identifier : (if_statement "if (deterministic < 0) {\n deterministic = 1;\n }" if (parenthesized_expression "(deterministic < 0)" ( (binary_expression "deterministic < 0" identifier < number_literal) )) (compound_statement "{\n deterministic = 1;\n }" { (expression_statement "deterministic = 1;" (assignment_expression "deterministic = 1" identifier = number_literal) ;) }))) }) (else_clause "else {\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }" else (compound_statement "{\n if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }\n }" { (if_statement "if (oVar10 != replace) {\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(oVar10 != replace)" ( (binary_expression "oVar10 != replace" identifier != identifier) )) (compound_statement "{\n pcVar21 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "`u\' is only meaningful with the `r\' option.";" (assignment_expression "pcVar21 = "`u\' is only meaningful with the `r\' option."" identifier = (string_literal ""`u\' is only meaningful with the `r\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (0 < deterministic) {\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(0 < deterministic)" ( (binary_expression "0 < deterministic" number_literal < identifier) )) (compound_statement "{\n pcVar21 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "`u\' is not meaningful with the `D\' option.";" (assignment_expression "pcVar21 = "`u\' is not meaningful with the `D\' option."" identifier = (string_literal ""`u\' is not meaningful with the `D\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (deterministic != 0) {\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }" if (parenthesized_expression "(deterministic != 0)" ( (binary_expression "deterministic != 0" identifier != number_literal) )) (compound_statement "{\n pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);\n non_fatal(pcVar21);\n goto LAB_00102cc0;\n }" { (expression_statement "pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5);" (assignment_expression "pcVar21 = (char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5)" identifier (argument_list "(0,\n "`u\' modifier ignored since `D\' is the default (see `U\')"\n ,5)" ( number_literal , (string_literal ""`u\' modifier ignored since `D\' is the default (see `U\')"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , number_literal ))))) ;) (expression_statement "non_fatal(pcVar21);" (call_expression "non_fatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;) (goto_statement "goto LAB_00102cc0;" goto statement_identifier ;) })) }))) (if_statement "if (postype == pos_default) {\n file_name = (option *)0x0;\n }\n else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }" if (parenthesized_expression "(postype == pos_default)" ( (binary_expression "postype == pos_default" identifier == identifier) )) (compound_statement "{\n file_name = (option *)0x0;\n }" { (expression_statement "file_name = (option *)0x0;" (assignment_expression "file_name = (option *)0x0" identifier = (cast_expression "(option *)0x0" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }" else (compound_statement "{\n file_name = (option *)0x1;\n pcVar21 = "missing position arg.";\n posname = *local_58;\n if (posname == (char *)0x0) goto LAB_00102ef0;\n }" { (expression_statement "file_name = (option *)0x1;" (assignment_expression "file_name = (option *)0x1" identifier = (cast_expression "(option *)0x1" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar21 = "missing position arg.";" (assignment_expression "pcVar21 = "missing position arg."" identifier = (string_literal ""missing position arg."" " string_content ")) ;) (expression_statement "posname = *local_58;" (assignment_expression "posname = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (if_statement "if (posname == (char *)0x0) goto LAB_00102ef0;" if (parenthesized_expression "(posname == (char *)0x0)" ( (binary_expression "posname == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;)) }))) (if_statement "if (counted_name_mode != 0) {\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }" if (parenthesized_expression "(counted_name_mode != 0)" ( (binary_expression "counted_name_mode != 0" identifier != number_literal) )) (compound_statement "{\n if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }\n lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);\n counted_name_counter = (int)lVar19;\n if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n file_name = (option *)(ulong)((int)file_name + 1);\n }" { (if_statement "if ((operation & ~print_files) != del) {\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((operation & ~print_files) != del)" ( (binary_expression "(operation & ~print_files) != del" (parenthesized_expression "(operation & ~print_files)" ( (binary_expression "operation & ~print_files" identifier & (unary_expression "~print_files" ~ identifier)) )) != identifier) )) (compound_statement "{\n pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options.";" (assignment_expression "pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options."" identifier = (string_literal ""`N\' is only meaningful with the `x\' and `d\' options."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (local_58[(int)file_name] == (char *)0x0) {\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }" if (parenthesized_expression "(local_58[(int)file_name] == (char *)0x0)" ( (binary_expression "local_58[(int)file_name] == (char *)0x0" (subscript_expression "local_58[(int)file_name]" identifier [ (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier) ]) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n }" { (expression_statement "pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5);" (assignment_expression "pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5)" identifier = (cast_expression "(char *)dcgettext(0,"`N\' missing value.",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"`N\' missing value.",5)" identifier (argument_list "(0,"`N\' missing value.",5)" ( number_literal , (string_literal ""`N\' missing value."" " string_content escape_sequence string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(pcVar21);" (call_expression "fatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;) })) (expression_statement "lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10);" (assignment_expression "lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10)" identifier = (call_expression "strtol(local_58[(int)file_name],(char **)0x0,10)" identifier (argument_list "(local_58[(int)file_name],(char **)0x0,10)" ( (subscript_expression "local_58[(int)file_name]" identifier [ (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier) ]) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "counted_name_counter = (int)lVar19;" (assignment_expression "counted_name_counter = (int)lVar19" identifier = (cast_expression "(int)lVar19" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (counted_name_counter < 1) {\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(counted_name_counter < 1)" ( (binary_expression "counted_name_counter < 1" identifier < number_literal) )) (compound_statement "{\n pcVar21 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "Value for `N\' must be positive.";" (assignment_expression "pcVar21 = "Value for `N\' must be positive."" identifier = (string_literal ""Value for `N\' must be positive."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "file_name = (option *)(ulong)((int)file_name + 1);" (assignment_expression "file_name = (option *)(ulong)((int)file_name + 1)" identifier = (cast_expression "(option *)(ulong)((int)file_name + 1)" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)((int)file_name + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)file_name + 1)" ( (binary_expression "(int)file_name + 1" (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) })) (expression_statement "pcVar21 = local_58[(int)file_name];" (assignment_expression "pcVar21 = local_58[(int)file_name]" identifier = (subscript_expression "local_58[(int)file_name]" identifier [ (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (pcVar21 == (char *)0x0) goto LAB_001027bc;" if (parenthesized_expression "(pcVar21 == (char *)0x0)" ( (binary_expression "pcVar21 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0);" do (compound_statement "{\n lVar11 = lVar19;\n lVar19 = lVar11 + 1;\n }" { (expression_statement "lVar11 = lVar19;" (assignment_expression "lVar11 = lVar19" identifier = identifier) ;) (expression_statement "lVar19 = lVar11 + 1;" (assignment_expression "lVar19 = lVar11 + 1" identifier = (binary_expression "lVar11 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((local_58 + (int)file_name)[lVar19] != (char *)0x0)" ( (binary_expression "(local_58 + (int)file_name)[lVar19] != (char *)0x0" (subscript_expression "(local_58 + (int)file_name)[lVar19]" (parenthesized_expression "(local_58 + (int)file_name)" ( (binary_expression "local_58 + (int)file_name" identifier + (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier)) )) [ identifier ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "ppcVar24 = (char **)0x0;" (assignment_expression "ppcVar24 = (char **)0x0" identifier = (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "iVar18 = (int)lVar11;" (assignment_expression "iVar18 = (int)lVar11" identifier = (cast_expression "(int)lVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar13 = (char *)0x0;" (assignment_expression "pcVar13 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar18 != 0) {\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }" if (parenthesized_expression "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )) (compound_statement "{\n ppcVar24 = local_58 + (long)(int)file_name + 1;\n if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }\n }" { (expression_statement "ppcVar24 = local_58 + (long)(int)file_name + 1;" (assignment_expression "ppcVar24 = local_58 + (long)(int)file_name + 1" identifier = (binary_expression "local_58 + (long)(int)file_name + 1" (binary_expression "local_58 + (long)(int)file_name" identifier + (cast_expression "(long)(int)file_name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)file_name" ( (type_descriptor "int" primitive_type) ) identifier))) + number_literal)) ;) (if_statement "if (ppcVar24 == (char **)0x0) {\n pcVar13 = (char *)0x0;\n }\n else {\n pcVar13 = *ppcVar24;\n }" if (parenthesized_expression "(ppcVar24 == (char **)0x0)" ( (binary_expression "ppcVar24 == (char **)0x0" identifier == (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n pcVar13 = (char *)0x0;\n }" { (expression_statement "pcVar13 = (char *)0x0;" (assignment_expression "pcVar13 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n pcVar13 = *ppcVar24;\n }" else (compound_statement "{\n pcVar13 = *ppcVar24;\n }" { (expression_statement "pcVar13 = *ppcVar24;" (assignment_expression "pcVar13 = *ppcVar24" identifier = (pointer_expression "*ppcVar24" * identifier)) ;) }))) })) (expression_statement "arch = open_inarch(pcVar21,pcVar13);" (assignment_expression "arch = open_inarch(pcVar21,pcVar13)" identifier = (call_expression "open_inarch(pcVar21,pcVar13)" identifier (argument_list "(pcVar21,pcVar13)" ( identifier , identifier )))) ;) (if_statement "if (operation == extract) {\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(operation == extract)" ( (binary_expression "operation == extract" identifier == identifier) )) (compound_statement "{\n if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n map_over_members(arch,extract_file,ppcVar24,iVar18);\n goto LAB_00102a47;\n }" { (if_statement "if ((arch->field_0x48 & 1) != 0) {\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((arch->field_0x48 & 1) != 0)" ( (binary_expression "(arch->field_0x48 & 1) != 0" (parenthesized_expression "(arch->field_0x48 & 1)" ( (binary_expression "arch->field_0x48 & 1" (field_expression "arch->field_0x48" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar21 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar21 = "`x\' cannot be used on thin archives.";" (assignment_expression "pcVar21 = "`x\' cannot be used on thin archives."" identifier = (string_literal ""`x\' cannot be used on thin archives."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "map_over_members(arch,extract_file,ppcVar24,iVar18);" (call_expression "map_over_members(arch,extract_file,ppcVar24,iVar18)" identifier (argument_list "(arch,extract_file,ppcVar24,iVar18)" ( identifier , identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) })) (switch_statement "switch(operation) {\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }" switch (parenthesized_expression "(operation)" ( identifier )) (compound_statement "{\n case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;\n }" { (case_statement "case del:\n bVar26 = false;\n if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }\n output_filename = (char *)0x0;" case identifier : (expression_statement "bVar26 = false;" (assignment_expression "bVar26 = false" identifier = false) ;) (if_statement "if (ppcVar24 != (char **)0x0) {\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }" if (parenthesized_expression "(ppcVar24 != (char **)0x0)" ( (binary_expression "ppcVar24 != (char **)0x0" identifier != (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }\n break;\n case replace:\n case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;\n case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;\n case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;\n default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);\n case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }\n }" { (for_statement "for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) {\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }" for ( ; (binary_expression "*ppcVar24 != (char *)0x0" (pointer_expression "*ppcVar24" * identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "ppcVar24 = ppcVar24 + 1" identifier = (binary_expression "ppcVar24 + 1" identifier + number_literal)) ) (compound_statement "{\n iVar18 = strcmp(*ppcVar24,"__.SYMDEF");\n if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }\nLAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;\n }" { (expression_statement "iVar18 = strcmp(*ppcVar24,"__.SYMDEF");" (assignment_expression "iVar18 = strcmp(*ppcVar24,"__.SYMDEF")" identifier = (call_expression "strcmp(*ppcVar24,"__.SYMDEF")" identifier (argument_list "(*ppcVar24,"__.SYMDEF")" ( (pointer_expression "*ppcVar24" * identifier) , (string_literal ""__.SYMDEF"" " string_content ") )))) ;) (if_statement "if (iVar18 == 0) {\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }\n else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (compound_statement "{\n arch->field_0x47 = arch->field_0x47 & 0x7f;\n write_armap = -1;\n }" { (expression_statement "arch->field_0x47 = arch->field_0x47 & 0x7f;" (assignment_expression "arch->field_0x47 = arch->field_0x47 & 0x7f" (field_expression "arch->field_0x47" identifier -> field_identifier) = (binary_expression "arch->field_0x47 & 0x7f" (field_expression "arch->field_0x47" identifier -> field_identifier) & number_literal)) ;) (expression_statement "write_armap = -1;" (assignment_expression "write_armap = -1" identifier = number_literal) ;) }) (else_clause "else {\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }" else (compound_statement "{\n iVar18 = 0;\n pbVar1 = arch;\n while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }\n if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (expression_statement "pbVar1 = arch;" (assignment_expression "pbVar1 = arch" identifier = identifier) ;) (while_statement "while( true ) {\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n ppbVar15 = &pbVar1->archive_next;\n if (*ppbVar15 == (bfd *)0x0) break;\n pcVar21 = (*ppbVar15)->filename;\n pcVar13 = *ppcVar24;\n if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }\n iVar6 = filename_cmp(pcVar13,pcVar21);\n if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }\n pbVar1 = *ppbVar15;\n }" { (expression_statement "ppbVar15 = &pbVar1->archive_next;" (assignment_expression "ppbVar15 = &pbVar1->archive_next" identifier = (pointer_expression "&pbVar1->archive_next" & (field_expression "pbVar1->archive_next" identifier -> field_identifier))) ;) (if_statement "if (*ppbVar15 == (bfd *)0x0) break;" if (parenthesized_expression "(*ppbVar15 == (bfd *)0x0)" ( (binary_expression "*ppbVar15 == (bfd *)0x0" (pointer_expression "*ppbVar15" * identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar21 = (*ppbVar15)->filename;" (assignment_expression "pcVar21 = (*ppbVar15)->filename" identifier = (field_expression "(*ppbVar15)->filename" (parenthesized_expression "(*ppbVar15)" ( (pointer_expression "*ppbVar15" * identifier) )) -> field_identifier)) ;) (expression_statement "pcVar13 = *ppcVar24;" (assignment_expression "pcVar13 = *ppcVar24" identifier = (pointer_expression "*ppcVar24" * identifier)) ;) (if_statement "if (full_pathname == 0) {\n pcVar13 = normalize(pcVar13,arch);\n }" if (parenthesized_expression "(full_pathname == 0)" ( (binary_expression "full_pathname == 0" identifier == number_literal) )) (compound_statement "{\n pcVar13 = normalize(pcVar13,arch);\n }" { (expression_statement "pcVar13 = normalize(pcVar13,arch);" (assignment_expression "pcVar13 = normalize(pcVar13,arch)" identifier = (call_expression "normalize(pcVar13,arch)" identifier (argument_list "(pcVar13,arch)" ( identifier , identifier )))) ;) })) (expression_statement "iVar6 = filename_cmp(pcVar13,pcVar21);" (assignment_expression "iVar6 = filename_cmp(pcVar13,pcVar21)" identifier = (call_expression "filename_cmp(pcVar13,pcVar21)" identifier (argument_list "(pcVar13,pcVar21)" ( identifier , identifier )))) ;) (if_statement "if ((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))) {\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }" if (parenthesized_expression "((iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter))))" ( (binary_expression "(iVar6 == 0) &&\n ((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))" (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) && (parenthesized_expression "((iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)))" ( (parenthesized_expression "(iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter))" ( (comma_expression "iVar18 = iVar18 + 1, counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)" (assignment_expression "iVar18 = iVar18 + 1" identifier = (binary_expression "iVar18 + 1" identifier + number_literal)) , (binary_expression "counted_name_mode == 0 ||\n (iVar18 == counted_name_counter)" (binary_expression "counted_name_mode == 0" identifier == number_literal) || (parenthesized_expression "(iVar18 == counted_name_counter)" ( (binary_expression "iVar18 == counted_name_counter" identifier == identifier) )))) )) ))) )) (compound_statement "{\n if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }\n bVar26 = true;\n *ppbVar15 = (*ppbVar15)->archive_next;\n goto LAB_00102fbd;\n }" { (if_statement "if (verbose != 0) {\n printf("d - %s\n",*ppcVar24);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n printf("d - %s\n",*ppcVar24);\n }" { (expression_statement "printf("d - %s\n",*ppcVar24);" (call_expression "printf("d - %s\n",*ppcVar24)" identifier (argument_list "("d - %s\n",*ppcVar24)" ( (string_literal ""d - %s\n"" " string_content escape_sequence ") , (pointer_expression "*ppcVar24" * identifier) ))) ;) })) (expression_statement "bVar26 = true;" (assignment_expression "bVar26 = true" identifier = true) ;) (expression_statement "*ppbVar15 = (*ppbVar15)->archive_next;" (assignment_expression "*ppbVar15 = (*ppbVar15)->archive_next" (pointer_expression "*ppbVar15" * identifier) = (field_expression "(*ppbVar15)->archive_next" (parenthesized_expression "(*ppbVar15)" ( (pointer_expression "*ppbVar15" * identifier) )) -> field_identifier)) ;) (goto_statement "goto LAB_00102fbd;" goto statement_identifier ;) })) (expression_statement "pbVar1 = *ppbVar15;" (assignment_expression "pbVar1 = *ppbVar15" identifier = (pointer_expression "*ppbVar15" * identifier)) ;) })) (if_statement "if (verbose != 0) {\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }" if (parenthesized_expression "(verbose != 0)" ( (binary_expression "verbose != 0" identifier != number_literal) )) (compound_statement "{\n pcVar21 = *ppcVar24;\n pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar13,pcVar21);\n }" { (expression_statement "pcVar21 = *ppcVar24;" (assignment_expression "pcVar21 = *ppcVar24" identifier = (pointer_expression "*ppcVar24" * identifier)) ;) (expression_statement "pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5);" (assignment_expression "pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"No member named `%s\'\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"No member named `%s\'\n",5)" identifier (argument_list "(0,"No member named `%s\'\n",5)" ( number_literal , (string_literal ""No member named `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar13,pcVar21);" (call_expression "printf(pcVar13,pcVar21)" identifier (argument_list "(pcVar13,pcVar21)" ( identifier , identifier ))) ;) })) }))) (labeled_statement "LAB_00102fbd:\n }\n if (bVar26) goto LAB_001032bc;" statement_identifier : (ERROR "}" }) (if_statement "if (bVar26) goto LAB_001032bc;" if (parenthesized_expression "(bVar26)" ( identifier )) (goto_statement "goto LAB_001032bc;" goto statement_identifier ;))) })) (break_statement "break;" break ;) (case_statement "case replace:" case identifier :) (case_statement "case quick_append:\nswitchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }\n break;" case identifier : (labeled_statement "switchD_00102dcd_caseD_2:\n if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }" statement_identifier : (if_statement "if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) {\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }" if (parenthesized_expression "((ppcVar24 != (char **)0x0) || (0 < write_armap))" ( (binary_expression "(ppcVar24 != (char **)0x0) || (0 < write_armap)" (parenthesized_expression "(ppcVar24 != (char **)0x0)" ( (binary_expression "ppcVar24 != (char **)0x0" identifier != (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) || (parenthesized_expression "(0 < write_armap)" ( (binary_expression "0 < write_armap" number_literal < identifier) ))) )) (compound_statement "{\n replace_members(arch,ppcVar24,(uint)(operation == quick_append));\n goto LAB_00102a47;\n }" { (expression_statement "replace_members(arch,ppcVar24,(uint)(operation == quick_append));" (call_expression "replace_members(arch,ppcVar24,(uint)(operation == quick_append))" identifier (argument_list "(arch,ppcVar24,(uint)(operation == quick_append))" ( identifier , identifier , (call_expression "(uint)(operation == quick_append)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(operation == quick_append)" ( (binary_expression "operation == quick_append" identifier == identifier) ))) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) (break_statement "break;" break ;)) (case_statement "case print_table:\n map_over_members(arch,print_descr,ppcVar24,iVar18);\n goto LAB_00102a47;" case identifier : (expression_statement "map_over_members(arch,print_descr,ppcVar24,iVar18);" (call_expression "map_over_members(arch,print_descr,ppcVar24,iVar18)" identifier (argument_list "(arch,print_descr,ppcVar24,iVar18)" ( identifier , identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "case print_files:\n map_over_members(arch,print_contents,ppcVar24,iVar18);\n goto LAB_00102a47;" case identifier : (expression_statement "map_over_members(arch,print_contents,ppcVar24,iVar18);" (call_expression "map_over_members(arch,print_contents,ppcVar24,iVar18)" identifier (argument_list "(arch,print_contents,ppcVar24,iVar18)" ( identifier , identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "default:\n pcVar21 = "internal error -- this option not implemented";\nLAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar21);" default : (expression_statement "pcVar21 = "internal error -- this option not implemented";" (assignment_expression "pcVar21 = "internal error -- this option not implemented"" identifier = (string_literal ""internal error -- this option not implemented"" " string_content ")) ;) (labeled_statement "LAB_00102ef0:\n pcVar21 = (char *)dcgettext(0,pcVar21,5);" statement_identifier : (expression_statement "pcVar21 = (char *)dcgettext(0,pcVar21,5);" (assignment_expression "pcVar21 = (char *)dcgettext(0,pcVar21,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar21,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar21,5)" identifier (argument_list "(0,pcVar21,5)" ( number_literal , identifier , number_literal ))))) ;)) comment (expression_statement "fatal(pcVar21);" (call_expression "fatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;)) (case_statement "case move:\n if (silent_create != 0) goto switchD_00102dcd_caseD_2;\n if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }" case identifier : (if_statement "if (silent_create != 0) goto switchD_00102dcd_caseD_2;" if (parenthesized_expression "(silent_create != 0)" ( (binary_expression "silent_create != 0" identifier != number_literal) )) (goto_statement "goto switchD_00102dcd_caseD_2;" goto statement_identifier ;)) (if_statement "if (ppcVar24 != (char **)0x0) {\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(ppcVar24 != (char **)0x0)" ( (binary_expression "ppcVar24 != (char **)0x0" identifier != (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }\nLAB_001032bc:\n write_archive(arch);\n goto LAB_00102a47;\n }" { (for_statement "for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0;\n ppcVar24 = ppcVar24 + 1) {\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }" for ( ; (comma_expression "ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0" (assignment_expression "ppbVar15 = &arch->archive_next" identifier = (pointer_expression "&arch->archive_next" & (field_expression "arch->archive_next" identifier -> field_identifier))) , (binary_expression "*ppcVar24 != (char *)0x0" (pointer_expression "*ppcVar24" * identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "ppcVar24 = ppcVar24 + 1" identifier = (binary_expression "ppcVar24 + 1" identifier + number_literal)) ) (compound_statement "{\n while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }\n *ppbVar15 = pbVar1->archive_next;\n ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);\n bVar26 = verbose != 0;\n pbVar2 = *ppbVar15;\n *ppbVar15 = pbVar1;\n pbVar1->archive_next = pbVar2;\n if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }\n }" { (while_statement "while( true ) {\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar1 = *ppbVar15;\n pcVar21 = *ppcVar24;\n if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }\n pcVar13 = pbVar1->filename;\n if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }\n iVar18 = filename_cmp(pcVar21,pcVar13);\n if (iVar18 == 0) break;\n ppbVar15 = &(*ppbVar15)->archive_next;\n }" { (expression_statement "pbVar1 = *ppbVar15;" (assignment_expression "pbVar1 = *ppbVar15" identifier = (pointer_expression "*ppbVar15" * identifier)) ;) (expression_statement "pcVar21 = *ppcVar24;" (assignment_expression "pcVar21 = *ppcVar24" identifier = (pointer_expression "*ppcVar24" * identifier)) ;) (if_statement "if (pbVar1 == (bfd *)0x0) {\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }" if (parenthesized_expression "(pbVar1 == (bfd *)0x0)" ( (binary_expression "pbVar1 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar13 = arch->filename;\n format = (char *)dcgettext(0,"no entry %s in archive %s!",5);\n /* WARNING: Subroutine does not return */\n fatal(format,pcVar21,pcVar13);\n }" { (expression_statement "pcVar13 = arch->filename;" (assignment_expression "pcVar13 = arch->filename" identifier = (field_expression "arch->filename" identifier -> field_identifier)) ;) (expression_statement "format = (char *)dcgettext(0,"no entry %s in archive %s!",5);" (assignment_expression "format = (char *)dcgettext(0,"no entry %s in archive %s!",5)" identifier = (cast_expression "(char *)dcgettext(0,"no entry %s in archive %s!",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"no entry %s in archive %s!",5)" identifier (argument_list "(0,"no entry %s in archive %s!",5)" ( number_literal , (string_literal ""no entry %s in archive %s!"" " string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(format,pcVar21,pcVar13);" (call_expression "fatal(format,pcVar21,pcVar13)" identifier (argument_list "(format,pcVar21,pcVar13)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "pcVar13 = pbVar1->filename;" (assignment_expression "pcVar13 = pbVar1->filename" identifier = (field_expression "pbVar1->filename" identifier -> field_identifier)) ;) (if_statement "if (full_pathname == 0) {\n pcVar21 = normalize(pcVar21,arch);\n }" if (parenthesized_expression "(full_pathname == 0)" ( (binary_expression "full_pathname == 0" identifier == number_literal) )) (compound_statement "{\n pcVar21 = normalize(pcVar21,arch);\n }" { (expression_statement "pcVar21 = normalize(pcVar21,arch);" (assignment_expression "pcVar21 = normalize(pcVar21,arch)" identifier = (call_expression "normalize(pcVar21,arch)" identifier (argument_list "(pcVar21,arch)" ( identifier , identifier )))) ;) })) (expression_statement "iVar18 = filename_cmp(pcVar21,pcVar13);" (assignment_expression "iVar18 = filename_cmp(pcVar21,pcVar13)" identifier = (call_expression "filename_cmp(pcVar21,pcVar13)" identifier (argument_list "(pcVar21,pcVar13)" ( identifier , identifier )))) ;) (if_statement "if (iVar18 == 0) break;" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "ppbVar15 = &(*ppbVar15)->archive_next;" (assignment_expression "ppbVar15 = &(*ppbVar15)->archive_next" identifier = (pointer_expression "&(*ppbVar15)->archive_next" & (field_expression "(*ppbVar15)->archive_next" (parenthesized_expression "(*ppbVar15)" ( (pointer_expression "*ppbVar15" * identifier) )) -> field_identifier))) ;) })) (expression_statement "*ppbVar15 = pbVar1->archive_next;" (assignment_expression "*ppbVar15 = pbVar1->archive_next" (pointer_expression "*ppbVar15" * identifier) = (field_expression "pbVar1->archive_next" identifier -> field_identifier)) ;) (expression_statement "ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0);" (assignment_expression "ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0)" identifier = (call_expression "get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0)" identifier (argument_list "(&arch->archive_next,pos_end,(char *)0x0)" ( (pointer_expression "&arch->archive_next" & (field_expression "arch->archive_next" identifier -> field_identifier)) , identifier , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "bVar26 = verbose != 0;" (assignment_expression "bVar26 = verbose != 0" identifier = (binary_expression "verbose != 0" identifier != number_literal)) ;) (expression_statement "pbVar2 = *ppbVar15;" (assignment_expression "pbVar2 = *ppbVar15" identifier = (pointer_expression "*ppbVar15" * identifier)) ;) (expression_statement "*ppbVar15 = pbVar1;" (assignment_expression "*ppbVar15 = pbVar1" (pointer_expression "*ppbVar15" * identifier) = identifier) ;) (expression_statement "pbVar1->archive_next = pbVar2;" (assignment_expression "pbVar1->archive_next = pbVar2" (field_expression "pbVar1->archive_next" identifier -> field_identifier) = identifier) ;) (if_statement "if (bVar26) {\n printf("m - %s\n",*ppcVar24);\n }" if (parenthesized_expression "(bVar26)" ( identifier )) (compound_statement "{\n printf("m - %s\n",*ppcVar24);\n }" { (expression_statement "printf("m - %s\n",*ppcVar24);" (call_expression "printf("m - %s\n",*ppcVar24)" identifier (argument_list "("m - %s\n",*ppcVar24)" ( (string_literal ""m - %s\n"" " string_content escape_sequence ") , (pointer_expression "*ppcVar24" * identifier) ))) ;) })) })) (labeled_statement "LAB_001032bc:\n write_archive(arch);" statement_identifier : (expression_statement "write_archive(arch);" (call_expression "write_archive(arch)" identifier (argument_list "(arch)" ( identifier ))) ;)) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) })) (expression_statement "output_filename = (char *)0x0;" (assignment_expression "output_filename = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) })) type_identifier ; (compound_statement "{\n if (deterministic < 0) {\n deterministic = 1;\n }\n iVar18 = fileno(stdin);\n interactive = isatty(iVar18);\n yyparse();\n }" { (if_statement "if (deterministic < 0) {\n deterministic = 1;\n }" if (parenthesized_expression "(deterministic < 0)" ( (binary_expression "deterministic < 0" identifier < number_literal) )) (compound_statement "{\n deterministic = 1;\n }" { (expression_statement "deterministic = 1;" (assignment_expression "deterministic = 1" identifier = number_literal) ;) })) (expression_statement "iVar18 = fileno(stdin);" (assignment_expression "iVar18 = fileno(stdin)" identifier = (call_expression "fileno(stdin)" identifier (argument_list "(stdin)" ( identifier )))) ;) (expression_statement "interactive = isatty(iVar18);" (assignment_expression "interactive = isatty(iVar18)" identifier = (call_expression "isatty(iVar18)" identifier (argument_list "(iVar18)" ( identifier )))) ;) (expression_statement "yyparse();" (call_expression "yyparse()" identifier (argument_list "()" ( ))) ;) }) (labeled_statement "LAB_00102a47:\n /* WARNING: Subroutine does not return */\n xexit(0);" statement_identifier : comment (expression_statement "xexit(0);" (call_expression "xexit(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) })) (expression_statement "usage(1);" (call_expression "usage(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }" else (compound_statement "{\n uVar5 = 0;\n file_name = long_options;\n while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar18) break;\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "file_name = long_options;" (assignment_expression "file_name = long_options" identifier = identifier) ;) (while_statement "while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) {\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" while (parenthesized_expression "(iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1)" ( (comma_expression "iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1" (assignment_expression "iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0)" identifier = (call_expression "getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0)" identifier (argument_list "(iVar18,ppcVar24,"DhHUvVt",long_options,0)" ( identifier , identifier , (string_literal ""DhHUvVt"" " string_content ") , identifier , number_literal )))) , (binary_expression "iVar6 != -1" identifier != number_literal)) )) (compound_statement "{\n if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" { (if_statement "if (iVar6 == 0x56) {\nLAB_00102b02:\n show_version = 1;\n }\n else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar6 == 0x56)" ( (binary_expression "iVar6 == 0x56" identifier == number_literal) )) (compound_statement "{\nLAB_00102b02:\n show_version = 1;\n }" { (labeled_statement "LAB_00102b02:\n show_version = 1;" statement_identifier : (expression_statement "show_version = 1;" (assignment_expression "show_version = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar6 < 0x57) {\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }\n else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar6 < 0x57)" ( (binary_expression "iVar6 < 0x57" identifier < number_literal) )) (compound_statement "{\n if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }\n }" { (if_statement "if (iVar6 == 0x48) {\nLAB_00102ad5:\n show_help = 1;\n }\n else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }" if (parenthesized_expression "(iVar6 == 0x48)" ( (binary_expression "iVar6 == 0x48" identifier == number_literal) )) (compound_statement "{\nLAB_00102ad5:\n show_help = 1;\n }" { (labeled_statement "LAB_00102ad5:\n show_help = 1;" statement_identifier : (expression_statement "show_help = 1;" (assignment_expression "show_help = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }" else (if_statement "if (iVar6 == 0x55) {\n deterministic = 0;\n }\n else if (iVar6 == 0x44) {\n deterministic = 1;\n }" if (parenthesized_expression "(iVar6 == 0x55)" ( (binary_expression "iVar6 == 0x55" identifier == number_literal) )) (compound_statement "{\n deterministic = 0;\n }" { (expression_statement "deterministic = 0;" (assignment_expression "deterministic = 0" identifier = number_literal) ;) }) (else_clause "else if (iVar6 == 0x44) {\n deterministic = 1;\n }" else (if_statement "if (iVar6 == 0x44) {\n deterministic = 1;\n }" if (parenthesized_expression "(iVar6 == 0x44)" ( (binary_expression "iVar6 == 0x44" identifier == number_literal) )) (compound_statement "{\n deterministic = 1;\n }" { (expression_statement "deterministic = 1;" (assignment_expression "deterministic = 1" identifier = number_literal) ;) })))))) }) (else_clause "else if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar6 == 0x74) {\n uVar5 = 1;\n }\n else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar6 == 0x74)" ( (binary_expression "iVar6 == 0x74" identifier == number_literal) )) (compound_statement "{\n uVar5 = 1;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) }) (else_clause "else if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar6 < 0x75) {\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar6 < 0x75)" ( (binary_expression "iVar6 < 0x75" identifier < number_literal) )) (compound_statement "{\n if (iVar6 == 0x68) goto LAB_00102ad5;\n }" { (if_statement "if (iVar6 == 0x68) goto LAB_00102ad5;" if (parenthesized_expression "(iVar6 == 0x68)" ( (binary_expression "iVar6 == 0x68" identifier == number_literal) )) (goto_statement "goto LAB_00102ad5;" goto statement_identifier ;)) }) (else_clause "else {\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (compound_statement "{\n if (iVar6 == 0x76) goto LAB_00102b02;\n if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" { (if_statement "if (iVar6 == 0x76) goto LAB_00102b02;" if (parenthesized_expression "(iVar6 == 0x76)" ( (binary_expression "iVar6 == 0x76" identifier == number_literal) )) (goto_statement "goto LAB_00102b02;" goto statement_identifier ;)) (if_statement "if (iVar6 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }" if (parenthesized_expression "(iVar6 == 0xc9)" ( (binary_expression "iVar6 == 0xc9" identifier == number_literal) )) (compound_statement "{\n bfd_plugin_set_plugin(optarg);\n }" { (expression_statement "bfd_plugin_set_plugin(optarg);" (call_expression "bfd_plugin_set_plugin(optarg)" identifier (argument_list "(optarg)" ( identifier ))) ;) })) }))))))))) })) (if_statement "if (1 < iVar18) break;" if (parenthesized_expression "(1 < iVar18)" ( (binary_expression "1 < iVar18" number_literal < identifier) )) (break_statement "break;" break ;)) }))) (expression_statement "ranlib_usage(0);" (call_expression "ranlib_usage(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (labeled_statement "LAB_00102f25:\n iVar18 = 1;" statement_identifier : (expression_statement "iVar18 = 1;" (assignment_expression "iVar18 = 1" identifier = number_literal) ;)) })) (while_statement "while( true );" while (parenthesized_expression "( true )" ( true )) (expression_statement ";" ;)) (if_statement "if (show_help != 0) {\n ranlib_usage(1);\n oVar10 = extraout_EAX;\n goto LAB_00102ed1;\n }" if (parenthesized_expression "(show_help != 0)" ( (binary_expression "show_help != 0" identifier != number_literal) )) (compound_statement "{\n ranlib_usage(1);\n oVar10 = extraout_EAX;\n goto LAB_00102ed1;\n }" { (expression_statement "ranlib_usage(1);" (call_expression "ranlib_usage(1)" identifier (argument_list "(1)" ( number_literal ))) ;) (expression_statement "oVar10 = extraout_EAX;" (assignment_expression "oVar10 = extraout_EAX" identifier = identifier) ;) (goto_statement "goto LAB_00102ed1;" goto statement_identifier ;) })) (if_statement "if (show_version != 0) {\n print_version("ranlib");\n }" if (parenthesized_expression "(show_version != 0)" ( (binary_expression "show_version != 0" identifier != number_literal) )) (compound_statement "{\n print_version("ranlib");\n }" { (expression_statement "print_version("ranlib");" (call_expression "print_version("ranlib")" identifier (argument_list "("ranlib")" ( (string_literal ""ranlib"" " string_content ") ))) ;) })) (if_statement "if (deterministic < 0) {\n deterministic = 1;\n }" if (parenthesized_expression "(deterministic < 0)" ( (binary_expression "deterministic < 0" identifier < number_literal) )) (compound_statement "{\n deterministic = 1;\n }" { (expression_statement "deterministic = 1;" (assignment_expression "deterministic = 1" identifier = number_literal) ;) })) (if_statement "if ((int)optind < iVar18) {\n lVar19 = (long)(int)optind;\n uVar7 = ~optind;\n ppcVar12 = ppcVar24 + lVar19;\n uVar23 = 0;\n do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);\n }\n else {\n uVar23 = 0;\n }" if (parenthesized_expression "((int)optind < iVar18)" ( (binary_expression "(int)optind < iVar18" (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier) < identifier) )) (compound_statement "{\n lVar19 = (long)(int)optind;\n uVar7 = ~optind;\n ppcVar12 = ppcVar24 + lVar19;\n uVar23 = 0;\n do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);\n }" { (expression_statement "lVar19 = (long)(int)optind;" (assignment_expression "lVar19 = (long)(int)optind" identifier = (cast_expression "(long)(int)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar7 = ~optind;" (assignment_expression "uVar7 = ~optind" identifier = (unary_expression "~optind" ~ identifier)) ;) (expression_statement "ppcVar12 = ppcVar24 + lVar19;" (assignment_expression "ppcVar12 = ppcVar24 + lVar19" identifier = (binary_expression "ppcVar24 + lVar19" identifier + identifier)) ;) (expression_statement "uVar23 = 0;" (assignment_expression "uVar23 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1);" do (compound_statement "{\n pcVar21 = *ppcVar12;\n if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }\n uVar23 = uVar23 | uVar8;\n ppcVar12 = ppcVar12 + 1;\n }" { (expression_statement "pcVar21 = *ppcVar12;" (assignment_expression "pcVar21 = *ppcVar12" identifier = (pointer_expression "*ppcVar12" * identifier)) ;) (if_statement "if (uVar5 == 0) {\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }\n else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }" if (parenthesized_expression "(uVar5 == 0)" ( (binary_expression "uVar5 == 0" identifier == number_literal) )) (compound_statement "{\n oVar14 = get_file_size(pcVar21);\n uVar8 = 1;\n if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }\n }" { (expression_statement "oVar14 = get_file_size(pcVar21);" (assignment_expression "oVar14 = get_file_size(pcVar21)" identifier = (call_expression "get_file_size(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier )))) ;) (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) (if_statement "if (0 < oVar14) {\n uVar8 = ranlib_only(pcVar21);\n }" if (parenthesized_expression "(0 < oVar14)" ( (binary_expression "0 < oVar14" number_literal < identifier) )) (compound_statement "{\n uVar8 = ranlib_only(pcVar21);\n }" { (expression_statement "uVar8 = ranlib_only(pcVar21);" (assignment_expression "uVar8 = ranlib_only(pcVar21)" identifier = (call_expression "ranlib_only(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier )))) ;) })) }) (else_clause "else {\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }" else (compound_statement "{\n oVar14 = get_file_size(pcVar21);\n uVar8 = uVar5;\n if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }\n }" { (expression_statement "oVar14 = get_file_size(pcVar21);" (assignment_expression "oVar14 = get_file_size(pcVar21)" identifier = (call_expression "get_file_size(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier )))) ;) (expression_statement "uVar8 = uVar5;" (assignment_expression "uVar8 = uVar5" identifier = identifier) ;) (if_statement "if (0 < oVar14) {\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }" if (parenthesized_expression "(0 < oVar14)" ( (binary_expression "0 < oVar14" number_literal < identifier) )) (compound_statement "{\n iVar6 = open(pcVar21,2,0);\n if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n lVar11 = bfd_fdopenr(pcVar21,0,iVar6);\n if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }\n iVar6 = bfd_check_format_matches(lVar11,2,buffer);\n if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }\n if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);\n iVar6 = bfd_close(lVar11);\n if (iVar6 == 0) goto LAB_00103303;\n uVar8 = 0;\n }" { (expression_statement "iVar6 = open(pcVar21,2,0);" (assignment_expression "iVar6 = open(pcVar21,2,0)" identifier = (call_expression "open(pcVar21,2,0)" identifier (argument_list "(pcVar21,2,0)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar6 < 0) {\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }" if (parenthesized_expression "(iVar6 < 0)" ( (binary_expression "iVar6 < 0" identifier < number_literal) )) (compound_statement "{\n bfd_set_error(1);\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }" { (expression_statement "bfd_set_error(1);" (call_expression "bfd_set_error(1)" identifier (argument_list "(1)" ( number_literal ))) ;) comment (expression_statement "bfd_fatal(pcVar21);" (call_expression "bfd_fatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;) })) (expression_statement "lVar11 = bfd_fdopenr(pcVar21,0,iVar6);" (assignment_expression "lVar11 = bfd_fdopenr(pcVar21,0,iVar6)" identifier = (call_expression "bfd_fdopenr(pcVar21,0,iVar6)" identifier (argument_list "(pcVar21,0,iVar6)" ( identifier , number_literal , identifier )))) ;) (if_statement "if (lVar11 == 0) {\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }" if (parenthesized_expression "(lVar11 == 0)" ( (binary_expression "lVar11 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);\n }" { (labeled_statement "LAB_00103303:\n /* WARNING: Subroutine does not return */\n bfd_fatal(pcVar21);" statement_identifier : comment (expression_statement "bfd_fatal(pcVar21);" (call_expression "bfd_fatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;)) })) (expression_statement "iVar6 = bfd_check_format_matches(lVar11,2,buffer);" (assignment_expression "iVar6 = bfd_check_format_matches(lVar11,2,buffer)" identifier = (call_expression "bfd_check_format_matches(lVar11,2,buffer)" identifier (argument_list "(lVar11,2,buffer)" ( identifier , number_literal , identifier )))) ;) (if_statement "if (iVar6 == 0) {\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n bfd_nonfatal(pcVar21);\n iVar18 = bfd_get_error();\n if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" { (expression_statement "bfd_nonfatal(pcVar21);" (call_expression "bfd_nonfatal(pcVar21)" identifier (argument_list "(pcVar21)" ( identifier ))) ;) (expression_statement "iVar18 = bfd_get_error();" (assignment_expression "iVar18 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar18 == 0xd) {\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }" if (parenthesized_expression "(iVar18 == 0xd)" ( (binary_expression "iVar18 == 0xd" identifier == number_literal) )) (compound_statement "{\n list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));\n }" { (expression_statement "list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));" (call_expression "list_matching_formats\n ((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))))" identifier (argument_list "((char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))))" ( (cast_expression "(char **)CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "CONCAT53(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" identifier (argument_list "(uStack_3d,\n CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" ( identifier , (call_expression "CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))" identifier (argument_list "(buffer[2],CONCAT11(buffer[1],buffer[0]))" ( (subscript_expression "buffer[2]" identifier [ number_literal ]) , (call_expression "CONCAT11(buffer[1],buffer[0])" identifier (argument_list "(buffer[1],buffer[0])" ( (subscript_expression "buffer[1]" identifier [ number_literal ]) , (subscript_expression "buffer[0]" identifier [ number_literal ]) ))) ))) )))) ))) ;) (expression_statement "free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))));" (call_expression "free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))))" identifier (argument_list "((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))))" ( (cast_expression "(void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" identifier (argument_list "(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))" ( identifier , (call_expression "CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0]))" identifier (argument_list "(buffer[2],CONCAT11(buffer[1],buffer[0]))" ( (subscript_expression "buffer[2]" identifier [ number_literal ]) , (call_expression "CONCAT11(buffer[1],buffer[0])" identifier (argument_list "(buffer[1],buffer[0])" ( (subscript_expression "buffer[1]" identifier [ number_literal ]) , (subscript_expression "buffer[0]" identifier [ number_literal ]) ))) ))) )))) ))) ;) })) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (if_statement "if (-1 < *(char *)(lVar11 + 0x47)) {\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }" if (parenthesized_expression "(-1 < *(char *)(lVar11 + 0x47))" ( (binary_expression "-1 < *(char *)(lVar11 + 0x47)" number_literal < (pointer_expression "*(char *)(lVar11 + 0x47)" * (cast_expression "(char *)(lVar11 + 0x47)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x47)" ( (binary_expression "lVar11 + 0x47" identifier + number_literal) ))))) )) (compound_statement "{\n pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar13,pcVar21);\n }" { (expression_statement "pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5);" (assignment_expression "pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: no archive map to update",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: no archive map to update",5)" identifier (argument_list "(0,"%s: no archive map to update",5)" ( number_literal , (string_literal ""%s: no archive map to update"" " string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(pcVar13,pcVar21);" (call_expression "fatal(pcVar13,pcVar21)" identifier (argument_list "(pcVar13,pcVar21)" ( identifier , identifier ))) ;) })) (if_statement "if (deterministic != 0) {\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }" if (parenthesized_expression "(deterministic != 0)" ( (binary_expression "deterministic != 0" identifier != number_literal) )) (compound_statement "{\n *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;\n }" { (expression_statement "*(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000;" (assignment_expression "*(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar11 + 0x44)" * (cast_expression "(uint *)(lVar11 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x44)" ( (binary_expression "lVar11 + 0x44" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar11 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar11 + 0x44)" * (cast_expression "(uint *)(lVar11 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 0x44)" ( (binary_expression "lVar11 + 0x44" identifier + number_literal) )))) | number_literal)) ;) })) (expression_statement "(**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11);" (call_expression "(**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11)" (parenthesized_expression "(**(code **)(*(long *)(lVar11 + 8) + 0x1e8))" ( (pointer_expression "**(code **)(*(long *)(lVar11 + 8) + 0x1e8)" * (pointer_expression "*(code **)(*(long *)(lVar11 + 8) + 0x1e8)" * (cast_expression "(code **)(*(long *)(lVar11 + 8) + 0x1e8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar11 + 8) + 0x1e8)" ( (binary_expression "*(long *)(lVar11 + 8) + 0x1e8" (pointer_expression "*(long *)(lVar11 + 8)" * (cast_expression "(long *)(lVar11 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar11 + 8)" ( (binary_expression "lVar11 + 8" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(lVar11)" ( identifier ))) ;) (expression_statement "iVar6 = bfd_close(lVar11);" (assignment_expression "iVar6 = bfd_close(lVar11)" identifier = (call_expression "bfd_close(lVar11)" identifier (argument_list "(lVar11)" ( identifier )))) ;) (if_statement "if (iVar6 == 0) goto LAB_00103303;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00103303;" goto statement_identifier ;)) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) }))) (expression_statement "uVar23 = uVar23 | uVar8;" (assignment_expression "uVar23 = uVar23 | uVar8" identifier = (binary_expression "uVar23 | uVar8" identifier | identifier)) ;) (expression_statement "ppcVar12 = ppcVar12 + 1;" (assignment_expression "ppcVar12 = ppcVar12 + 1" identifier = (binary_expression "ppcVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1)" ( (binary_expression "ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1" identifier != (binary_expression "ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1" (binary_expression "ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19" (binary_expression "ppcVar24 + (ulong)(uVar7 + iVar18)" identifier + (call_expression "(ulong)(uVar7 + iVar18)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 + iVar18)" ( (binary_expression "uVar7 + iVar18" identifier + identifier) )))) + identifier) + number_literal)) )) ;) }) (else_clause "else {\n uVar23 = 0;\n }" else (compound_statement "{\n uVar23 = 0;\n }" { (expression_statement "uVar23 = 0;" (assignment_expression "uVar23 = 0" identifier = number_literal) ;) }))) comment (expression_statement "xexit(uVar23);" (call_expression "xexit(uVar23)" identifier (argument_list "(uVar23)" ( identifier ))) ;) })))
(translation_unit "void FUN_00102620(int param_1,ulong *param_2)\n\n{\n undefined8 *puVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n undefined4 uVar8;\n long lVar9;\n char *pcVar10;\n undefined8 *puVar11;\n ulong *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n undefined8 uVar16;\n ulong uVar17;\n undefined **ppuVar18;\n ulong *puVar19;\n int iVar20;\n long lVar21;\n ulong uVar22;\n ulong *puVar23;\n char *pcVar24;\n ulong *puVar25;\n uint uVar26;\n ulong *puVar27;\n ulong *puVar28;\n bool bVar29;\n byte bVar30;\n ulong *local_58;\n int local_4c [3];\n undefined1 local_40;\n char cStack_3f;\n undefined1 uStack_3e;\n undefined5 uStack_3d;\n \n bVar30 = 0;\n local_58 = param_2;\n local_4c[0] = param_1;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n DAT_00110690 = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(DAT_00110690);\n bfd_plugin_set_program_name(DAT_00110690);\n FUN_00108bb0(local_4c,&local_58);\n if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }\n bfd_init();\n FUN_001079a0();\n FUN_001092f0(FUN_00105b00);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar21 = 8;\n iVar20 = 1;\n do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);\n do {\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n \n xexit(uVar26);\n}\n\n" (ERROR "void FUN_00102620(int param_1,ulong *param_2)\n\n{\n undefined8 *puVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n undefined4 uVar8;\n long lVar9;\n char *pcVar10;\n undefined8 *puVar11;\n ulong *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n undefined8 uVar16;\n ulong uVar17;\n undefined **ppuVar18;\n ulong *puVar19;\n int iVar20;\n long lVar21;\n ulong uVar22;\n ulong *puVar23;\n char *pcVar24;\n ulong *puVar25;\n uint uVar26;\n ulong *puVar27;\n ulong *puVar28;\n bool bVar29;\n byte bVar30;\n ulong *local_58;\n int local_4c [3];\n undefined1 local_40;\n char cStack_3f;\n undefined1 uStack_3e;\n undefined5 uStack_3d;\n \n bVar30 = 0;\n local_58 = param_2;\n local_4c[0] = param_1;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n DAT_00110690 = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(DAT_00110690);\n bfd_plugin_set_program_name(DAT_00110690);\n FUN_00108bb0(local_4c,&local_58);\n if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }\n bfd_init();\n FUN_001079a0();\n FUN_001092f0(FUN_00105b00);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar21 = 8;\n iVar20 = 1;\n do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);\n do {\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n \n xexit(uVar26);\n}" primitive_type (function_declarator "FUN_00102620(int param_1,ulong *param_2)" identifier (parameter_list "(int param_1,ulong *param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "ulong *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "undefined8 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "ulong *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "undefined8 uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "undefined **ppuVar18;" type_identifier (pointer_declarator "**ppuVar18" * (pointer_declarator "*ppuVar18" * identifier)) ;) (declaration "ulong *puVar19;" type_identifier (pointer_declarator "*puVar19" * identifier) ;) (declaration "int iVar20;" primitive_type identifier ;) (declaration "long lVar21;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar22;" type_identifier identifier ;) (declaration "ulong *puVar23;" type_identifier (pointer_declarator "*puVar23" * identifier) ;) (declaration "char *pcVar24;" primitive_type (pointer_declarator "*pcVar24" * identifier) ;) (declaration "ulong *puVar25;" type_identifier (pointer_declarator "*puVar25" * identifier) ;) (declaration "uint uVar26;" type_identifier identifier ;) (declaration "ulong *puVar27;" type_identifier (pointer_declarator "*puVar27" * identifier) ;) (declaration "ulong *puVar28;" type_identifier (pointer_declarator "*puVar28" * identifier) ;) (declaration "bool bVar29;" primitive_type identifier ;) (declaration "byte bVar30;" type_identifier identifier ;) (declaration "ulong *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "int local_4c [3];" primitive_type (array_declarator "local_4c [3]" identifier [ number_literal ]) ;) (declaration "undefined1 local_40;" type_identifier identifier ;) (declaration "char cStack_3f;" primitive_type identifier ;) (declaration "undefined1 uStack_3e;" type_identifier identifier ;) (declaration "undefined5 uStack_3d;" type_identifier identifier ;) (expression_statement "bVar30 = 0;" (assignment_expression "bVar30 = 0" identifier = number_literal) ;) (expression_statement "local_58 = param_2;" (assignment_expression "local_58 = param_2" identifier = identifier) ;) (expression_statement "local_4c[0] = param_1;" (assignment_expression "local_4c[0] = param_1" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "setlocale(5,"");" (call_expression "setlocale(5,"")" identifier (argument_list "(5,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "setlocale(0,"");" (call_expression "setlocale(0,"")" identifier (argument_list "(0,"")" ( number_literal , (string_literal """" " ") ))) ;) (expression_statement "bindtextdomain("binutils","/usr/share/locale");" (call_expression "bindtextdomain("binutils","/usr/share/locale")" identifier (argument_list "("binutils","/usr/share/locale")" ( (string_literal ""binutils"" " string_content ") , (string_literal ""/usr/share/locale"" " string_content ") ))) ;) (expression_statement "textdomain("binutils");" (call_expression "textdomain("binutils")" identifier (argument_list "("binutils")" ( (string_literal ""binutils"" " string_content ") ))) ;) (expression_statement "DAT_00110690 = *local_58;" (assignment_expression "DAT_00110690 = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "xmalloc_set_program_name();" (call_expression "xmalloc_set_program_name()" identifier (argument_list "()" ( ))) ;) (expression_statement "bfd_set_error_program_name(DAT_00110690);" (call_expression "bfd_set_error_program_name(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))) ;) (expression_statement "bfd_plugin_set_program_name(DAT_00110690);" (call_expression "bfd_plugin_set_program_name(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))) ;) (expression_statement "FUN_00108bb0(local_4c,&local_58);" (call_expression "FUN_00108bb0(local_4c,&local_58)" identifier (argument_list "(local_4c,&local_58)" ( identifier , (pointer_expression "&local_58" & identifier) ))) ;) (if_statement "if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" if (parenthesized_expression "(DAT_00110518 < 0)" ( (binary_expression "DAT_00110518 < 0" identifier < number_literal) )) (compound_statement "{\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" { (expression_statement "pcVar10 = (char *)lbasename(DAT_00110690);" (assignment_expression "pcVar10 = (char *)lbasename(DAT_00110690)" identifier = (cast_expression "(char *)lbasename(DAT_00110690)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "lbasename(DAT_00110690)" identifier (argument_list "(DAT_00110690)" ( identifier ))))) ;) (expression_statement "uVar13 = 0xffffffffffffffff;" (assignment_expression "uVar13 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "pcVar24 = pcVar10;" (assignment_expression "pcVar24 = pcVar10" identifier = identifier) ;) (do_statement "do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" do (compound_statement "{\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" { (if_statement "if (uVar13 == 0) break;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "uVar13 = uVar13 - 1;" (assignment_expression "uVar13 = uVar13 - 1" identifier = (binary_expression "uVar13 - 1" identifier - number_literal)) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (if_statement "if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }" if (parenthesized_expression "((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))" ( (binary_expression "(~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" (parenthesized_expression "(~uVar13 - 1 < 6)" ( (binary_expression "~uVar13 - 1 < 6" (binary_expression "~uVar13 - 1" (unary_expression "~uVar13" ~ identifier) - number_literal) < number_literal) )) || (parenthesized_expression "(iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" ( (comma_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0" (assignment_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" identifier = (call_expression "filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" identifier (argument_list "(pcVar10 + (~uVar13 - 7),"ranlib")" ( (binary_expression "pcVar10 + (~uVar13 - 7)" identifier + (parenthesized_expression "(~uVar13 - 7)" ( (binary_expression "~uVar13 - 7" (unary_expression "~uVar13" ~ identifier) - number_literal) ))) , (string_literal ""ranlib"" " string_content ") )))) , (binary_expression "iVar20 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n DAT_00110518 = 0;\n }" { (expression_statement "DAT_00110518 = 0;" (assignment_expression "DAT_00110518 = 0" identifier = number_literal) ;) }) (else_clause "else {\n DAT_00110518 = 1;\n }" else (compound_statement "{\n DAT_00110518 = 1;\n }" { (expression_statement "DAT_00110518 = 1;" (assignment_expression "DAT_00110518 = 1" identifier = number_literal) ;) }))) })) (expression_statement "bfd_init();" (call_expression "bfd_init()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001079a0();" (call_expression "FUN_001079a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001092f0(FUN_00105b00);" (call_expression "FUN_001092f0(FUN_00105b00)" identifier (argument_list "(FUN_00105b00)" ( identifier ))) ;) (if_statement "if (local_4c[0] < 2) goto LAB_00102f25;" if (parenthesized_expression "(local_4c[0] < 2)" ( (binary_expression "local_4c[0] < 2" (subscript_expression "local_4c[0]" identifier [ number_literal ]) < number_literal) )) (goto_statement "goto LAB_00102f25;" goto statement_identifier ;)) (expression_statement "lVar21 = 8;" (assignment_expression "lVar21 = 8" identifier = number_literal) ;) (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);" do (compound_statement "{\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n }" { (expression_statement "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));" (assignment_expression "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" identifier = (call_expression "FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" identifier (argument_list "(*(undefined8 *)((long)local_58 + lVar21))" ( (pointer_expression "*(undefined8 *)((long)local_58 + lVar21)" * (cast_expression "(undefined8 *)((long)local_58 + lVar21)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)local_58 + lVar21)" ( (binary_expression "(long)local_58 + lVar21" (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) )))) ;) (if_statement "if (iVar3 == 0) break;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar20 = iVar20 + 1;" (assignment_expression "iVar20 = iVar20 + 1" identifier = (binary_expression "iVar20 + 1" identifier + number_literal)) ;) (expression_statement "lVar21 = lVar21 + 8;" (assignment_expression "lVar21 = lVar21 + 8" identifier = (binary_expression "lVar21 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar20 < local_4c[0])" ( (binary_expression "iVar20 < local_4c[0]" identifier < (subscript_expression "local_4c[0]" identifier [ number_literal ])) )) ;) do (compound_statement "{\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n \n xexit(uVar26);\n}" { (expression_statement "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);" (assignment_expression "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U)" identifier = (cast_expression "(undefined **)(ulong)(iVar20 - 1U)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "(ulong)(iVar20 - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar20 - 1U)" ( (binary_expression "iVar20 - 1U" identifier - number_literal) ))))) ;) (expression_statement "puVar27 = local_58 + (long)iVar20 + -1;" (assignment_expression "puVar27 = local_58 + (long)iVar20 + -1" identifier = (binary_expression "local_58 + (long)iVar20 + -1" (binary_expression "local_58 + (long)iVar20" identifier + (cast_expression "(long)iVar20" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) (expression_statement "iVar20 = local_4c[0] - (iVar20 - 1U);" (assignment_expression "iVar20 = local_4c[0] - (iVar20 - 1U)" identifier = (binary_expression "local_4c[0] - (iVar20 - 1U)" (subscript_expression "local_4c[0]" identifier [ number_literal ]) - (parenthesized_expression "(iVar20 - 1U)" ( (binary_expression "iVar20 - 1U" identifier - number_literal) )))) ;) (expression_statement "local_58 = puVar27;" (assignment_expression "local_58 = puVar27" identifier = identifier) ;) (expression_statement "local_4c[0] = iVar20;" (assignment_expression "local_4c[0] = iVar20" (subscript_expression "local_4c[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" if (parenthesized_expression "(DAT_00110518 == 0)" ( (binary_expression "DAT_00110518 == 0" identifier == number_literal) )) (compound_statement "{\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" { (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" identifier = identifier) ;) (if_statement "if (iVar20 < 2) goto LAB_001027bc;" if (parenthesized_expression "(iVar20 < 2)" ( (binary_expression "iVar20 < 2" identifier < number_literal) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "iVar3 = iVar20;" (assignment_expression "iVar3 = iVar20" identifier = identifier) ;) (if_statement "if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" if (parenthesized_expression "(*(char *)puVar27[1] != '-')" ( (binary_expression "*(char *)puVar27[1] != '-'" (pointer_expression "*(char *)puVar27[1]" * (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) != (char_literal "'-'" ' character ')) )) (compound_statement "{\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" { (expression_statement "local_40 = 0x2d;" (assignment_expression "local_40 = 0x2d" identifier = number_literal) ;) (expression_statement "lVar21 = -1;" (assignment_expression "lVar21 = -1" identifier = number_literal) ;) (expression_statement "puVar19 = puVar27 + 2;" (assignment_expression "puVar19 = puVar27 + 2" identifier = (binary_expression "puVar27 + 2" identifier + number_literal)) ;) (expression_statement "uStack_3e = 0;" (assignment_expression "uStack_3e = 0" identifier = number_literal) ;) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" identifier = (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) ;) (do_statement "do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" do (compound_statement "{\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" { (if_statement "if (lVar21 == 0) break;" if (parenthesized_expression "(lVar21 == 0)" ( (binary_expression "lVar21 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar21 = lVar21 + -1;" (assignment_expression "lVar21 = lVar21 + -1" identifier = (binary_expression "lVar21 + -1" identifier + number_literal)) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "iVar7 = iVar20 + -1 + ~(uint)lVar21;" (assignment_expression "iVar7 = iVar20 + -1 + ~(uint)lVar21" identifier = (binary_expression "iVar20 + -1 + ~(uint)lVar21" (binary_expression "iVar20 + -1" identifier + number_literal) + (unary_expression "~(uint)lVar21" ~ (cast_expression "(uint)lVar21" ( (type_descriptor "uint" type_identifier) ) identifier)))) ;) (expression_statement "iVar3 = iVar7 + -1;" (assignment_expression "iVar3 = iVar7 + -1" identifier = (binary_expression "iVar7 + -1" identifier + number_literal)) ;) (expression_statement "puVar12 = (ulong *)xmalloc((long)iVar7 * 8);" (assignment_expression "puVar12 = (ulong *)xmalloc((long)iVar7 * 8)" identifier = (cast_expression "(ulong *)xmalloc((long)iVar7 * 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc((long)iVar7 * 8)" identifier (argument_list "((long)iVar7 * 8)" ( (binary_expression "(long)iVar7 * 8" (cast_expression "(long)iVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal) ))))) ;) (expression_statement "puVar28 = puVar12 + 1;" (assignment_expression "puVar28 = puVar12 + 1" identifier = (binary_expression "puVar12 + 1" identifier + number_literal)) ;) (expression_statement "*puVar12 = *puVar27;" (assignment_expression "*puVar12 = *puVar27" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar27" * identifier)) ;) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" identifier = (cast_expression "(char *)puVar27[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar27[1]" identifier [ number_literal ]))) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (if_statement "if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" { (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) (do_statement "do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');" do (compound_statement "{\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n }" { (expression_statement "puVar28 = puVar25 + 1;" (assignment_expression "puVar28 = puVar25 + 1" identifier = (binary_expression "puVar25 + 1" identifier + number_literal)) ;) (expression_statement "pcVar24 = pcVar24 + 1;" (assignment_expression "pcVar24 = pcVar24 + 1" identifier = (binary_expression "pcVar24 + 1" identifier + number_literal)) ;) (expression_statement "cStack_3f = cVar2;" (assignment_expression "cStack_3f = cVar2" identifier = identifier) ;) (expression_statement "uVar13 = xstrdup(&local_40);" (assignment_expression "uVar13 = xstrdup(&local_40)" identifier = (call_expression "xstrdup(&local_40)" identifier (argument_list "(&local_40)" ( (pointer_expression "&local_40" & identifier) )))) ;) (expression_statement "*puVar25 = uVar13;" (assignment_expression "*puVar25 = uVar13" (pointer_expression "*puVar25" * identifier) = identifier) ;) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" identifier = (pointer_expression "*pcVar24" * identifier)) ;) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) }) while (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) ;) })) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" identifier = identifier) ;) (if_statement "if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" if (parenthesized_expression "(puVar19 < puVar27 + iVar20)" ( (binary_expression "puVar19 < puVar27 + iVar20" identifier < (binary_expression "puVar27 + iVar20" identifier + identifier)) )) (compound_statement "{\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" { (do_statement "do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);" do (compound_statement "{\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n }" { (expression_statement "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "puVar19 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar19 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "*puVar25 = *puVar19;" (assignment_expression "*puVar25 = *puVar19" (pointer_expression "*puVar25" * identifier) = (pointer_expression "*puVar19" * identifier)) ;) (expression_statement "puVar19 = puVar23;" (assignment_expression "puVar19 = puVar23" identifier = identifier) ;) (expression_statement "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1" identifier = (binary_expression "puVar25 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar25 + (ulong)bVar30 * -2" identifier + (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(puVar23 < puVar27 + iVar20)" ( (binary_expression "puVar23 < puVar27 + iVar20" identifier < (binary_expression "puVar27 + iVar20" identifier + identifier)) )) ;) (expression_statement "puVar28 = puVar28 + (long)iVar20 + -2;" (assignment_expression "puVar28 = puVar28 + (long)iVar20 + -2" identifier = (binary_expression "puVar28 + (long)iVar20 + -2" (binary_expression "puVar28 + (long)iVar20" identifier + (cast_expression "(long)iVar20" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) + number_literal)) ;) })) (expression_statement "*puVar28 = 0;" (assignment_expression "*puVar28 = 0" (pointer_expression "*puVar28" * identifier) = number_literal) ;) })) (expression_statement "ppuVar18 = (undefined **)&DAT_0010bd38;" (assignment_expression "ppuVar18 = (undefined **)&DAT_0010bd38" identifier = (cast_expression "(undefined **)&DAT_0010bd38" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_0010bd38" & identifier))) ;) (expression_statement "iVar20 = iVar3;" (assignment_expression "iVar20 = iVar3" identifier = identifier) ;) (while_statement "while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" while (parenthesized_expression "(uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff)" ( (comma_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff" (assignment_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" identifier = (call_expression "getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" identifier (argument_list "(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" ( identifier , identifier , (string_literal ""hdmpqrtxlcoOVsSuvabiMNfPTDU"" " string_content ") , (pointer_expression "&PTR_DAT_00110320" & identifier) , number_literal )))) , (binary_expression "uVar4 != 0xffffffff" identifier != number_literal)) )) (compound_statement "{\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" { (if_statement "if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0))" ( (binary_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)" (parenthesized_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0))" ( (binary_expression "(uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" (parenthesized_expression "(uVar4 - 100 < 0x15)" ( (binary_expression "uVar4 - 100 < 0x15" (binary_expression "uVar4 - 100" identifier - number_literal) < number_literal) )) && (parenthesized_expression "((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" ( (binary_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0" (parenthesized_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U)" ( (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U" (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f)" number_literal << (parenthesized_expression "((byte)(uVar4 - 100) & 0x3f)" ( (binary_expression "(byte)(uVar4 - 100) & 0x3f" (call_expression "(byte)(uVar4 - 100)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar4 - 100)" ( (binary_expression "uVar4 - 100" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(DAT_001104b0 != 0)" ( (binary_expression "DAT_001104b0 != 0" identifier != number_literal) ))) )) (compound_statement "{\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "two different operation options specified";" (assignment_expression "pcVar24 = "two different operation options specified"" identifier = (string_literal ""two different operation options specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" if (parenthesized_expression "(uVar4 < 0xcb)" ( (binary_expression "uVar4 < 0xcb" identifier < number_literal) )) (compound_statement "{\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" { (expression_statement "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();" (call_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))()" (parenthesized_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))" ( (pointer_expression "*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" * (cast_expression "(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" ( (binary_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18" (cast_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" * (cast_expression "(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)ppuVar18 + (ulong)uVar4 * 4)" ( (binary_expression "(long)ppuVar18 + (ulong)uVar4 * 4" (cast_expression "(long)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)uVar4 * 4" (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) + (cast_expression "(long)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_001027bc:\n FUN_001053f0(0);" statement_identifier : (expression_statement "FUN_001053f0(0);" (call_expression "FUN_001053f0(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) (expression_statement "DAT_001104b4 = 1;" (assignment_expression "DAT_001104b4 = 1" identifier = number_literal) ;) })) (expression_statement "local_58 = puVar12 + (int)optind;" (assignment_expression "local_58 = puVar12 + (int)optind" identifier = (binary_expression "puVar12 + (int)optind" identifier + (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" if (parenthesized_expression "(DAT_001104f8 == 0)" ( (binary_expression "DAT_001104f8 == 0" identifier == number_literal) )) (compound_statement "{\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }" { (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }" if (parenthesized_expression "(DAT_001104fc != 0)" ( (binary_expression "DAT_001104fc != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00108580(&DAT_0010b1c1);\n }" { (expression_statement "FUN_00108580(&DAT_0010b1c1);" (call_expression "FUN_00108580(&DAT_0010b1c1)" identifier (argument_list "(&DAT_0010b1c1)" ( (pointer_expression "&DAT_0010b1c1" & identifier) ))) ;) })) (if_statement "if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }" if (parenthesized_expression "(DAT_00110514 == 0)" ( (binary_expression "DAT_00110514 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }" { (expression_statement "ppuVar18 = (undefined **)*local_58;" (assignment_expression "ppuVar18 = (undefined **)*local_58" identifier = (cast_expression "(undefined **)*local_58" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*local_58" * identifier))) ;) (if_statement "if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;" if (parenthesized_expression "(ppuVar18 == (undefined **)0x0)" ( (binary_expression "ppuVar18 == (undefined **)0x0" identifier == (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "uVar4 = DAT_001104b0;" (assignment_expression "uVar4 = DAT_001104b0" identifier = identifier) ;) (if_statement "if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" if (parenthesized_expression "(DAT_001104b0 == 7)" ( (binary_expression "DAT_001104b0 == 7" identifier == number_literal) )) (compound_statement "{\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }" { (if_statement "if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" if (parenthesized_expression "(DAT_001104c0 != 0)" ( (binary_expression "DAT_001104c0 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" { (expression_statement "DAT_001104b0 = 2;" (assignment_expression "DAT_001104b0 = 2" identifier = number_literal) ;) (expression_statement "uVar4 = 2;" (assignment_expression "uVar4 = 2" identifier = number_literal) ;) })) }) (else_clause "else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" else (compound_statement "{\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" { (expression_statement "puVar27 = puVar12;" (assignment_expression "puVar27 = puVar12" identifier = identifier) ;) (if_statement "if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" if (parenthesized_expression "((DAT_001104b0 == 0) || (DAT_001104b0 == 3))" ( (binary_expression "(DAT_001104b0 == 0) || (DAT_001104b0 == 3)" (parenthesized_expression "(DAT_001104b0 == 0)" ( (binary_expression "DAT_001104b0 == 0" identifier == number_literal) )) || (parenthesized_expression "(DAT_001104b0 == 3)" ( (binary_expression "DAT_001104b0 == 3" identifier == number_literal) ))) )) (compound_statement "{\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" { (labeled_statement "LAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" statement_identifier : (if_statement "if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" if (parenthesized_expression "(DAT_001104c0 == 1)" ( (binary_expression "DAT_001104c0 == 1" identifier == number_literal) )) (compound_statement "{\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" { (expression_statement "lVar21 = FUN_00108170(ppuVar18);" (assignment_expression "lVar21 = FUN_00108170(ppuVar18)" identifier = (call_expression "FUN_00108170(ppuVar18)" identifier (argument_list "(ppuVar18)" ( identifier )))) ;) (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" identifier = number_literal) ;) (if_statement "if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }" if (parenthesized_expression "(0 < lVar21)" ( (binary_expression "0 < lVar21" number_literal < identifier) )) (compound_statement "{\n uVar8 = FUN_001062f0(ppuVar18);\n }" { (expression_statement "uVar8 = FUN_001062f0(ppuVar18);" (assignment_expression "uVar8 = FUN_001062f0(ppuVar18)" identifier = (call_expression "FUN_001062f0(ppuVar18)" identifier (argument_list "(ppuVar18)" ( identifier )))) ;) })) (expression_statement "xexit(uVar8);" (call_expression "xexit(uVar8)" identifier (argument_list "(uVar8)" ( identifier ))) ;) }))) (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" identifier = identifier) ;) (expression_statement "iVar20 = DAT_001104c0;" (assignment_expression "iVar20 = DAT_001104c0" identifier = identifier) ;) (if_statement "if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "no operation specified";" (assignment_expression "pcVar24 = "no operation specified"" identifier = (string_literal ""no operation specified"" " string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) })) }))) (if_statement "if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" if (parenthesized_expression "(DAT_001104c4 == 0)" ( (binary_expression "DAT_001104c4 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }" { (labeled_statement "LAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" statement_identifier : (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) }))) }) (else_clause "else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" else (compound_statement "{\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" { (if_statement "if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(uVar4 != 2)" ( (binary_expression "uVar4 != 2" identifier != number_literal) )) (compound_statement "{\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`u\' is only meaningful with the `r\' option.";" (assignment_expression "pcVar24 = "`u\' is only meaningful with the `r\' option."" identifier = (string_literal ""`u\' is only meaningful with the `r\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(0 < DAT_00110314)" ( (binary_expression "0 < DAT_00110314" number_literal < identifier) )) (compound_statement "{\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`u\' is not meaningful with the `D\' option.";" (assignment_expression "pcVar24 = "`u\' is not meaningful with the `D\' option."" identifier = (string_literal ""`u\' is not meaningful with the `D\' option."" " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" if (parenthesized_expression "(DAT_00110314 != 0)" ( (binary_expression "DAT_00110314 != 0" identifier != number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" { (expression_statement "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);" (assignment_expression "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" identifier = (call_expression "dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" identifier (argument_list "(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" ( number_literal , (string_literal ""`u\' modifier ignored since `D\' is the default (see `U\')"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00107900(uVar14);" (call_expression "FUN_00107900(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) (goto_statement "goto LAB_00102cc0;" goto statement_identifier ;) })) }))) (if_statement "if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" if (parenthesized_expression "(DAT_001104b4 == 0)" ( (binary_expression "DAT_001104b4 == 0" identifier == number_literal) )) (compound_statement "{\n ppuVar18 = (undefined **)0x0;\n }" { (expression_statement "ppuVar18 = (undefined **)0x0;" (assignment_expression "ppuVar18 = (undefined **)0x0" identifier = (cast_expression "(undefined **)0x0" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) }) (else_clause "else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" else (compound_statement "{\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" { (expression_statement "ppuVar18 = (undefined **)0x1;" (assignment_expression "ppuVar18 = (undefined **)0x1" identifier = (cast_expression "(undefined **)0x1" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "pcVar24 = "missing position arg.";" (assignment_expression "pcVar24 = "missing position arg."" identifier = (string_literal ""missing position arg."" " string_content ")) ;) (expression_statement "DAT_001104b8 = *local_58;" (assignment_expression "DAT_001104b8 = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (if_statement "if (DAT_001104b8 == 0) goto LAB_00102ef0;" if (parenthesized_expression "(DAT_001104b8 == 0)" ( (binary_expression "DAT_001104b8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;)) }))) (if_statement "if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" if (parenthesized_expression "(DAT_00110510 != 0)" ( (binary_expression "DAT_00110510 != 0" identifier != number_literal) )) (compound_statement "{\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" { (if_statement "if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((DAT_001104b0 & 0xfffffffb) != 1)" ( (binary_expression "(DAT_001104b0 & 0xfffffffb) != 1" (parenthesized_expression "(DAT_001104b0 & 0xfffffffb)" ( (binary_expression "DAT_001104b0 & 0xfffffffb" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";" (assignment_expression "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options."" identifier = (string_literal ""`N\' is only meaningful with the `x\' and `d\' options."" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (if_statement "if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }" if (parenthesized_expression "((char *)local_58[(int)ppuVar18] == (char *)0x0)" ( (binary_expression "(char *)local_58[(int)ppuVar18] == (char *)0x0" (cast_expression "(char *)local_58[(int)ppuVar18]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"`N\' missing value.",5);" (assignment_expression "uVar14 = dcgettext(0,"`N\' missing value.",5)" identifier = (call_expression "dcgettext(0,"`N\' missing value.",5)" identifier (argument_list "(0,"`N\' missing value.",5)" ( number_literal , (string_literal ""`N\' missing value."" " string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (expression_statement "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);" (assignment_expression "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" identifier = (call_expression "strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" identifier (argument_list "((char *)local_58[(int)ppuVar18],(char **)0x0,10)" ( (cast_expression "(char *)local_58[(int)ppuVar18]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "DAT_0011050c = (int)lVar21;" (assignment_expression "DAT_0011050c = (int)lVar21" identifier = (cast_expression "(int)lVar21" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "(DAT_0011050c < 1)" ( (binary_expression "DAT_0011050c < 1" identifier < number_literal) )) (compound_statement "{\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "Value for `N\' must be positive.";" (assignment_expression "pcVar24 = "Value for `N\' must be positive."" identifier = (string_literal ""Value for `N\' must be positive."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);" (assignment_expression "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1)" identifier = (cast_expression "(undefined **)(ulong)((int)ppuVar18 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "(ulong)((int)ppuVar18 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)ppuVar18 + 1)" ( (binary_expression "(int)ppuVar18 + 1" (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) })) (expression_statement "uVar13 = local_58[(int)ppuVar18];" (assignment_expression "uVar13 = local_58[(int)ppuVar18]" identifier = (subscript_expression "local_58[(int)ppuVar18]" identifier [ (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (uVar13 == 0) goto LAB_001027bc;" if (parenthesized_expression "(uVar13 == 0)" ( (binary_expression "uVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001027bc;" goto statement_identifier ;)) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);" do (compound_statement "{\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n }" { (expression_statement "uVar17 = uVar22;" (assignment_expression "uVar17 = uVar22" identifier = identifier) ;) (expression_statement "uVar22 = uVar17 + 1;" (assignment_expression "uVar22 = uVar17 + 1" identifier = (binary_expression "uVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((local_58 + (int)ppuVar18)[uVar17 + 1] != 0)" ( (binary_expression "(local_58 + (int)ppuVar18)[uVar17 + 1] != 0" (subscript_expression "(local_58 + (int)ppuVar18)[uVar17 + 1]" (parenthesized_expression "(local_58 + (int)ppuVar18)" ( (binary_expression "local_58 + (int)ppuVar18" identifier + (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier)) )) [ (binary_expression "uVar17 + 1" identifier + number_literal) ]) != number_literal) )) ;) (expression_statement "puVar27 = (ulong *)0x0;" (assignment_expression "puVar27 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) (if_statement "if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" if (parenthesized_expression "((int)uVar17 != 0)" ( (binary_expression "(int)uVar17 != 0" (cast_expression "(int)uVar17" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" { (expression_statement "puVar27 = local_58 + (long)(int)ppuVar18 + 1;" (assignment_expression "puVar27 = local_58 + (long)(int)ppuVar18 + 1" identifier = (binary_expression "local_58 + (long)(int)ppuVar18 + 1" (binary_expression "local_58 + (long)(int)ppuVar18" identifier + (cast_expression "(long)(int)ppuVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)ppuVar18" ( (type_descriptor "int" primitive_type) ) identifier))) + number_literal)) ;) (if_statement "if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }" if (parenthesized_expression "(puVar27 == (ulong *)0x0)" ( (binary_expression "puVar27 == (ulong *)0x0" identifier == (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar22 = 0;\n }" { (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" identifier = number_literal) ;) }) (else_clause "else {\n uVar22 = *puVar27;\n }" else (compound_statement "{\n uVar22 = *puVar27;\n }" { (expression_statement "uVar22 = *puVar27;" (assignment_expression "uVar22 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) }))) })) (expression_statement "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);" (assignment_expression "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22)" identifier = (cast_expression "(undefined8 *)FUN_00106030(uVar13,uVar22)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00106030(uVar13,uVar22)" identifier (argument_list "(uVar13,uVar22)" ( identifier , identifier ))))) ;) (if_statement "if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(DAT_001104b0 == 5)" ( (binary_expression "DAT_001104b0 == 5" identifier == number_literal) )) (compound_statement "{\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" { (if_statement "if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" if (parenthesized_expression "((*(byte *)(puVar11 + 9) & 1) != 0)" ( (binary_expression "(*(byte *)(puVar11 + 9) & 1) != 0" (parenthesized_expression "(*(byte *)(puVar11 + 9) & 1)" ( (binary_expression "*(byte *)(puVar11 + 9) & 1" (pointer_expression "*(byte *)(puVar11 + 9)" * (cast_expression "(byte *)(puVar11 + 9)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 9)" ( (binary_expression "puVar11 + 9" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" { (expression_statement "pcVar24 = "`x\' cannot be used on thin archives.";" (assignment_expression "pcVar24 = "`x\' cannot be used on thin archives."" identifier = (string_literal ""`x\' cannot be used on thin archives."" " string_content escape_sequence string_content ")) ;) (goto_statement "goto LAB_00102ef0;" goto statement_identifier ;) })) (expression_statement "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) })) (switch_statement "switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" switch (parenthesized_expression "(DAT_001104b0)" ( identifier )) (compound_statement "{\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" { (case_statement "case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;" case number_literal : (expression_statement "bVar29 = false;" (assignment_expression "bVar29 = false" identifier = false) ;) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" if (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" { (for_statement "for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" for ( ; (binary_expression "(char *)*puVar27 != (char *)0x0" (cast_expression "(char *)*puVar27" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar27" * identifier)) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar27 = puVar27 + 1" identifier = (binary_expression "puVar27 + 1" identifier + number_literal)) ) (compound_statement "{\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" { (expression_statement "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");" (assignment_expression "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF")" identifier = (call_expression "strcmp((char *)*puVar27,"__.SYMDEF")" identifier (argument_list "((char *)*puVar27,"__.SYMDEF")" ( (cast_expression "(char *)*puVar27" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar27" * identifier)) , (string_literal ""__.SYMDEF"" " string_content ") )))) ;) (if_statement "if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" if (parenthesized_expression "(iVar20 == 0)" ( (binary_expression "iVar20 == 0" identifier == number_literal) )) (compound_statement "{\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }" { (expression_statement "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;" (assignment_expression "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" * (cast_expression "(byte *)((long)puVar11 + 0x47)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0x47)" ( (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" * (cast_expression "(byte *)((long)puVar11 + 0x47)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0x47)" ( (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal)) ;) (expression_statement "DAT_001104c0 = -1;" (assignment_expression "DAT_001104c0 = -1" identifier = number_literal) ;) }) (else_clause "else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" else (compound_statement "{\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" { (expression_statement "iVar20 = 0;" (assignment_expression "iVar20 = 0" identifier = number_literal) ;) (expression_statement "puVar1 = puVar11;" (assignment_expression "puVar1 = puVar11" identifier = identifier) ;) (while_statement "while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" { (expression_statement "plVar15 = puVar1 + 0x1b;" (assignment_expression "plVar15 = puVar1 + 0x1b" identifier = (binary_expression "puVar1 + 0x1b" identifier + number_literal)) ;) (if_statement "if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;" if (parenthesized_expression "((undefined8 *)*plVar15 == (undefined8 *)0x0)" ( (binary_expression "(undefined8 *)*plVar15 == (undefined8 *)0x0" (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)) == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar14 = *(undefined8 *)*plVar15;" (assignment_expression "uVar14 = *(undefined8 *)*plVar15" identifier = (pointer_expression "*(undefined8 *)*plVar15" * (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)))) ;) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" if (parenthesized_expression "(DAT_00110504 == 0)" ( (binary_expression "DAT_00110504 == 0" identifier == number_literal) )) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" { (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" identifier = (call_expression "FUN_00105b50(uVar13,puVar11)" identifier (argument_list "(uVar13,puVar11)" ( identifier , identifier )))) ;) })) (expression_statement "iVar3 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar3 = filename_cmp(uVar13,uVar14)" identifier = (call_expression "filename_cmp(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier )))) ;) (if_statement "if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" if (parenthesized_expression "((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))))" ( (binary_expression "(iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) && (parenthesized_expression "((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" ( (parenthesized_expression "(iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))" ( (comma_expression "iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (assignment_expression "iVar20 = iVar20 + 1" identifier = (binary_expression "iVar20 + 1" identifier + number_literal)) , (binary_expression "DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (binary_expression "DAT_00110510 == 0" identifier == number_literal) || (parenthesized_expression "(iVar20 == DAT_0011050c)" ( (binary_expression "iVar20 == DAT_0011050c" identifier == identifier) )))) )) ))) )) (compound_statement "{\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" { (if_statement "if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }" if (parenthesized_expression "(DAT_001104d0 != 0)" ( (binary_expression "DAT_001104d0 != 0" identifier != number_literal) )) (compound_statement "{\n printf("d - %s\n",*puVar27);\n }" { (expression_statement "printf("d - %s\n",*puVar27);" (call_expression "printf("d - %s\n",*puVar27)" identifier (argument_list "("d - %s\n",*puVar27)" ( (string_literal ""d - %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar27" * identifier) ))) ;) })) (expression_statement "bVar29 = true;" (assignment_expression "bVar29 = true" identifier = true) ;) (expression_statement "*plVar15 = *(long *)(*plVar15 + 0xd8);" (assignment_expression "*plVar15 = *(long *)(*plVar15 + 0xd8)" (pointer_expression "*plVar15" * identifier) = (pointer_expression "*(long *)(*plVar15 + 0xd8)" * (cast_expression "(long *)(*plVar15 + 0xd8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar15 + 0xd8)" ( (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) ;) (goto_statement "goto LAB_00102fbd;" goto statement_identifier ;) })) (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" identifier = (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) })) (if_statement "if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" if (parenthesized_expression "(DAT_001104d0 != 0)" ( (binary_expression "DAT_001104d0 != 0" identifier != number_literal) )) (compound_statement "{\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" { (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (expression_statement "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);" (assignment_expression "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"No member named `%s\'\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"No member named `%s\'\n",5)" identifier (argument_list "(0,"No member named `%s\'\n",5)" ( number_literal , (string_literal ""No member named `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar24,uVar13);" (call_expression "printf(pcVar24,uVar13)" identifier (argument_list "(pcVar24,uVar13)" ( identifier , identifier ))) ;) })) }))) (labeled_statement "LAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;" statement_identifier : (ERROR "}" }) (if_statement "if (bVar29) goto LAB_001032bc;" if (parenthesized_expression "(bVar29)" ( identifier )) (goto_statement "goto LAB_001032bc;" goto statement_identifier ;))) })) (break_statement "break;" break ;) (case_statement "case 2:" case number_literal :) (case_statement "case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;" case number_literal : (labeled_statement "switchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" statement_identifier : (if_statement "if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" if (parenthesized_expression "((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0))" ( (binary_expression "(puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)" (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(0 < DAT_001104c0)" ( (binary_expression "0 < DAT_001104c0" number_literal < identifier) ))) )) (compound_statement "{\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" { (expression_statement "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);" (call_expression "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7)" identifier (argument_list "(puVar11,puVar27,DAT_001104b0 == 7)" ( identifier , identifier , (binary_expression "DAT_001104b0 == 7" identifier == number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) (break_statement "break;" break ;)) (case_statement "case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" case number_literal : (expression_statement "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" case number_literal : (expression_statement "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" identifier (argument_list "(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar17 & 0xffffffff" identifier & number_literal) ))) ;) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;)) (case_statement "default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);" default : (expression_statement "pcVar24 = "internal error -- this option not implemented";" (assignment_expression "pcVar24 = "internal error -- this option not implemented"" identifier = (string_literal ""internal error -- this option not implemented"" " string_content ")) ;) (labeled_statement "LAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);" statement_identifier : (expression_statement "uVar14 = dcgettext(0,pcVar24,5);" (assignment_expression "uVar14 = dcgettext(0,pcVar24,5)" identifier = (call_expression "dcgettext(0,pcVar24,5)" identifier (argument_list "(0,pcVar24,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;)) (case_statement "case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" case number_literal : (if_statement "if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;" if (parenthesized_expression "(DAT_001104d4 != 0)" ( (binary_expression "DAT_001104d4 != 0" identifier != number_literal) )) (goto_statement "goto switchD_00102dcd_caseD_2;" goto statement_identifier ;)) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" if (parenthesized_expression "(puVar27 != (ulong *)0x0)" ( (binary_expression "puVar27 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" { (for_statement "for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" for ( ; (comma_expression "plVar15 = puVar11 + 0x1b, *puVar27 != 0" (assignment_expression "plVar15 = puVar11 + 0x1b" identifier = (binary_expression "puVar11 + 0x1b" identifier + number_literal)) , (binary_expression "*puVar27 != 0" (pointer_expression "*puVar27" * identifier) != number_literal)) ; (assignment_expression "puVar27 = puVar27 + 1" identifier = (binary_expression "puVar27 + 1" identifier + number_literal)) ) (compound_statement "{\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" { (while_statement "while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" { (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" identifier = (cast_expression "(undefined8 *)*plVar15" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" identifier = (pointer_expression "*puVar27" * identifier)) ;) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }" { (expression_statement "uVar14 = *puVar11;" (assignment_expression "uVar14 = *puVar11" identifier = (pointer_expression "*puVar11" * identifier)) ;) (expression_statement "uVar16 = dcgettext(0,"no entry %s in archive %s!",5);" (assignment_expression "uVar16 = dcgettext(0,"no entry %s in archive %s!",5)" identifier = (call_expression "dcgettext(0,"no entry %s in archive %s!",5)" identifier (argument_list "(0,"no entry %s in archive %s!",5)" ( number_literal , (string_literal ""no entry %s in archive %s!"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00107860(uVar16,uVar13,uVar14);" (call_expression "FUN_00107860(uVar16,uVar13,uVar14)" identifier (argument_list "(uVar16,uVar13,uVar14)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "uVar14 = *puVar1;" (assignment_expression "uVar14 = *puVar1" identifier = (pointer_expression "*puVar1" * identifier)) ;) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" if (parenthesized_expression "(DAT_00110504 == 0)" ( (binary_expression "DAT_00110504 == 0" identifier == number_literal) )) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" { (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" identifier = (call_expression "FUN_00105b50(uVar13,puVar11)" identifier (argument_list "(uVar13,puVar11)" ( identifier , identifier )))) ;) })) (expression_statement "iVar20 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar20 = filename_cmp(uVar13,uVar14)" identifier = (call_expression "filename_cmp(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier )))) ;) (if_statement "if (iVar20 == 0) break;" if (parenthesized_expression "(iVar20 == 0)" ( (binary_expression "iVar20 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "plVar15 = (long *)(*plVar15 + 0xd8);" (assignment_expression "plVar15 = (long *)(*plVar15 + 0xd8)" identifier = (cast_expression "(long *)(*plVar15 + 0xd8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar15 + 0xd8)" ( (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" * identifier) + number_literal) )))) ;) })) (expression_statement "*plVar15 = puVar1[0x1b];" (assignment_expression "*plVar15 = puVar1[0x1b]" (pointer_expression "*plVar15" * identifier) = (subscript_expression "puVar1[0x1b]" identifier [ number_literal ])) ;) (expression_statement "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);" (assignment_expression "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0)" identifier = (cast_expression "(long *)FUN_00104e70(puVar11 + 0x1b,3,0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00104e70(puVar11 + 0x1b,3,0)" identifier (argument_list "(puVar11 + 0x1b,3,0)" ( (binary_expression "puVar11 + 0x1b" identifier + number_literal) , number_literal , number_literal ))))) ;) (expression_statement "bVar29 = DAT_001104d0 != 0;" (assignment_expression "bVar29 = DAT_001104d0 != 0" identifier = (binary_expression "DAT_001104d0 != 0" identifier != number_literal)) ;) (expression_statement "lVar21 = *plVar15;" (assignment_expression "lVar21 = *plVar15" identifier = (pointer_expression "*plVar15" * identifier)) ;) (expression_statement "*plVar15 = (long)puVar1;" (assignment_expression "*plVar15 = (long)puVar1" (pointer_expression "*plVar15" * identifier) = (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "puVar1[0x1b] = lVar21;" (assignment_expression "puVar1[0x1b] = lVar21" (subscript_expression "puVar1[0x1b]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (bVar29) {\n printf("m - %s\n",*puVar27);\n }" if (parenthesized_expression "(bVar29)" ( identifier )) (compound_statement "{\n printf("m - %s\n",*puVar27);\n }" { (expression_statement "printf("m - %s\n",*puVar27);" (call_expression "printf("m - %s\n",*puVar27)" identifier (argument_list "("m - %s\n",*puVar27)" ( (string_literal ""m - %s\n"" " string_content escape_sequence ") , (pointer_expression "*puVar27" * identifier) ))) ;) })) })) (labeled_statement "LAB_001032bc:\n FUN_00105280(puVar11);" statement_identifier : (expression_statement "FUN_00105280(puVar11);" (call_expression "FUN_00105280(puVar11)" identifier (argument_list "(puVar11)" ( identifier ))) ;)) (goto_statement "goto LAB_00102a47;" goto statement_identifier ;) }))) })) (expression_statement "DAT_001104e8 = 0;" (assignment_expression "DAT_001104e8 = 0" identifier = number_literal) ;)) })) type_identifier ; (compound_statement "{\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }" { (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })) (expression_statement "iVar20 = fileno(stdin);" (assignment_expression "iVar20 = fileno(stdin)" identifier = (call_expression "fileno(stdin)" identifier (argument_list "(stdin)" ( identifier )))) ;) (expression_statement "DAT_001104ac = isatty(iVar20);" (assignment_expression "DAT_001104ac = isatty(iVar20)" identifier = (call_expression "isatty(iVar20)" identifier (argument_list "(iVar20)" ( identifier )))) ;) (expression_statement "FUN_00103490();" (call_expression "FUN_00103490()" identifier (argument_list "()" ( ))) ;) }) (labeled_statement "LAB_00102a47:\n \n xexit(0);" statement_identifier : (expression_statement "xexit(0);" (call_expression "xexit(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) })) (expression_statement "FUN_001053f0(1);" (call_expression "FUN_001053f0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" else (compound_statement "{\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) (expression_statement "ppuVar18 = &PTR_DAT_00110320;" (assignment_expression "ppuVar18 = &PTR_DAT_00110320" identifier = (pointer_expression "&PTR_DAT_00110320" & identifier)) ;) (while_statement "while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" while (parenthesized_expression "(iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1)" ( (comma_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1" (assignment_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" identifier = (call_expression "getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" identifier (argument_list "(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" ( identifier , identifier , (string_literal ""DhHUvVt"" " string_content ") , (pointer_expression "&PTR_DAT_00110320" & identifier) , number_literal )))) , (binary_expression "iVar3 != -1" identifier != number_literal)) )) (compound_statement "{\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" { (if_statement "if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 == 0x56)" ( (binary_expression "iVar3 == 0x56" identifier == number_literal) )) (compound_statement "{\nLAB_00102b02:\n DAT_001104fc = 1;\n }" { (labeled_statement "LAB_00102b02:\n DAT_001104fc = 1;" statement_identifier : (expression_statement "DAT_001104fc = 1;" (assignment_expression "DAT_001104fc = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 < 0x57)" ( (binary_expression "iVar3 < 0x57" identifier < number_literal) )) (compound_statement "{\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }" { (if_statement "if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x48)" ( (binary_expression "iVar3 == 0x48" identifier == number_literal) )) (compound_statement "{\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }" { (labeled_statement "LAB_00102ad5:\n DAT_001104f8 = 1;" statement_identifier : (expression_statement "DAT_001104f8 = 1;" (assignment_expression "DAT_001104f8 = 1" identifier = number_literal) ;)) }) (else_clause "else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" else (if_statement "if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x55)" ( (binary_expression "iVar3 == 0x55" identifier == number_literal) )) (compound_statement "{\n DAT_00110314 = 0;\n }" { (expression_statement "DAT_00110314 = 0;" (assignment_expression "DAT_00110314 = 0" identifier = number_literal) ;) }) (else_clause "else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" else (if_statement "if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(iVar3 == 0x44)" ( (binary_expression "iVar3 == 0x44" identifier == number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })))))) }) (else_clause "else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 == 0x74)" ( (binary_expression "iVar3 == 0x74" identifier == number_literal) )) (compound_statement "{\n uVar4 = 1;\n }" { (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) }) (else_clause "else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (if_statement "if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" if (parenthesized_expression "(iVar3 < 0x75)" ( (binary_expression "iVar3 < 0x75" identifier < number_literal) )) (compound_statement "{\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }" { (if_statement "if (iVar3 == 0x68) goto LAB_00102ad5;" if (parenthesized_expression "(iVar3 == 0x68)" ( (binary_expression "iVar3 == 0x68" identifier == number_literal) )) (goto_statement "goto LAB_00102ad5;" goto statement_identifier ;)) }) (else_clause "else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" else (compound_statement "{\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" { (if_statement "if (iVar3 == 0x76) goto LAB_00102b02;" if (parenthesized_expression "(iVar3 == 0x76)" ( (binary_expression "iVar3 == 0x76" identifier == number_literal) )) (goto_statement "goto LAB_00102b02;" goto statement_identifier ;)) (if_statement "if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }" if (parenthesized_expression "(iVar3 == 0xc9)" ( (binary_expression "iVar3 == 0xc9" identifier == number_literal) )) (compound_statement "{\n bfd_plugin_set_plugin(optarg);\n }" { (expression_statement "bfd_plugin_set_plugin(optarg);" (call_expression "bfd_plugin_set_plugin(optarg)" identifier (argument_list "(optarg)" ( identifier ))) ;) })) }))))))))) })) (if_statement "if (1 < iVar20) break;" if (parenthesized_expression "(1 < iVar20)" ( (binary_expression "1 < iVar20" number_literal < identifier) )) (break_statement "break;" break ;)) }))) (expression_statement "FUN_00105080(0);" (call_expression "FUN_00105080(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (labeled_statement "LAB_00102f25:\n iVar20 = 1;" statement_identifier : (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" identifier = number_literal) ;)) })) (while_statement "while( true );" while (parenthesized_expression "( true )" ( true )) (expression_statement ";" ;)) (if_statement "if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" if (parenthesized_expression "(DAT_001104f8 != 0)" ( (binary_expression "DAT_001104f8 != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" { (expression_statement "uVar4 = FUN_00105080(1);" (assignment_expression "uVar4 = FUN_00105080(1)" identifier = (call_expression "FUN_00105080(1)" identifier (argument_list "(1)" ( number_literal )))) ;) (goto_statement "goto LAB_00102ed1;" goto statement_identifier ;) })) (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }" if (parenthesized_expression "(DAT_001104fc != 0)" ( (binary_expression "DAT_001104fc != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00108580("ranlib");\n }" { (expression_statement "FUN_00108580("ranlib");" (call_expression "FUN_00108580("ranlib")" identifier (argument_list "("ranlib")" ( (string_literal ""ranlib"" " string_content ") ))) ;) })) (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" if (parenthesized_expression "(DAT_00110314 < 0)" ( (binary_expression "DAT_00110314 < 0" identifier < number_literal) )) (compound_statement "{\n DAT_00110314 = 1;\n }" { (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" identifier = number_literal) ;) })) (if_statement "if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }" if (parenthesized_expression "((int)optind < iVar20)" ( (binary_expression "(int)optind < iVar20" (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier) < identifier) )) (compound_statement "{\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }" { (expression_statement "lVar21 = (long)(int)optind;" (assignment_expression "lVar21 = (long)(int)optind" identifier = (cast_expression "(long)(int)optind" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)optind" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar5 = ~optind;" (assignment_expression "uVar5 = ~optind" identifier = (unary_expression "~optind" ~ identifier)) ;) (expression_statement "puVar12 = puVar27 + lVar21;" (assignment_expression "puVar12 = puVar27 + lVar21" identifier = (binary_expression "puVar27 + lVar21" identifier + identifier)) ;) (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);" do (compound_statement "{\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n }" { (expression_statement "pcVar24 = (char *)*puVar12;" (assignment_expression "pcVar24 = (char *)*puVar12" identifier = (cast_expression "(char *)*puVar12" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar12" * identifier))) ;) (if_statement "if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" if (parenthesized_expression "(uVar4 == 0)" ( (binary_expression "uVar4 == 0" identifier == number_literal) )) (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }" { (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" identifier = (call_expression "FUN_00108170(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) (if_statement "if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }" if (parenthesized_expression "(0 < lVar9)" ( (binary_expression "0 < lVar9" number_literal < identifier) )) (compound_statement "{\n uVar6 = FUN_001062f0(pcVar24);\n }" { (expression_statement "uVar6 = FUN_001062f0(pcVar24);" (assignment_expression "uVar6 = FUN_001062f0(pcVar24)" identifier = (call_expression "FUN_001062f0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) })) }) (else_clause "else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" else (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" { (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" identifier = (call_expression "FUN_00108170(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier )))) ;) (expression_statement "uVar6 = uVar4;" (assignment_expression "uVar6 = uVar4" identifier = identifier) ;) (if_statement "if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }" if (parenthesized_expression "(0 < lVar9)" ( (binary_expression "0 < lVar9" number_literal < identifier) )) (compound_statement "{\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }" { (expression_statement "iVar3 = open(pcVar24,2,0);" (assignment_expression "iVar3 = open(pcVar24,2,0)" identifier = (call_expression "open(pcVar24,2,0)" identifier (argument_list "(pcVar24,2,0)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" if (parenthesized_expression "(-1 < iVar3)" ( (binary_expression "-1 < iVar3" number_literal < identifier) )) (compound_statement "{\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" { (expression_statement "lVar9 = bfd_fdopenr(pcVar24,0,iVar3);" (assignment_expression "lVar9 = bfd_fdopenr(pcVar24,0,iVar3)" identifier = (call_expression "bfd_fdopenr(pcVar24,0,iVar3)" identifier (argument_list "(pcVar24,0,iVar3)" ( identifier , number_literal , identifier )))) ;) (if_statement "if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" if (parenthesized_expression "(lVar9 != 0)" ( (binary_expression "lVar9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" { (expression_statement "iVar3 = bfd_check_format_matches(lVar9,2,&local_40);" (assignment_expression "iVar3 = bfd_check_format_matches(lVar9,2,&local_40)" identifier = (call_expression "bfd_check_format_matches(lVar9,2,&local_40)" identifier (argument_list "(lVar9,2,&local_40)" ( identifier , number_literal , (pointer_expression "&local_40" & identifier) )))) ;) (if_statement "if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }" { (expression_statement "FUN_001075b0(pcVar24);" (call_expression "FUN_001075b0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) (expression_statement "iVar20 = bfd_get_error();" (assignment_expression "iVar20 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" if (parenthesized_expression "(iVar20 == 0xd)" ( (binary_expression "iVar20 == 0xd" identifier == number_literal) )) (compound_statement "{\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" { (expression_statement "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" identifier (argument_list "(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" ( (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" identifier (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( identifier , (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" identifier (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" ( identifier , (call_expression "CONCAT11(cStack_3f,local_40)" identifier (argument_list "(cStack_3f,local_40)" ( identifier , identifier ))) ))) ))) ))) ;) (expression_statement "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" identifier (argument_list "((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" ( (cast_expression "(void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" identifier (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" ( identifier , (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" identifier (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" ( identifier , (call_expression "CONCAT11(cStack_3f,local_40)" identifier (argument_list "(cStack_3f,local_40)" ( identifier , identifier ))) ))) )))) ))) ;) })) (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (if_statement "if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;" if (parenthesized_expression "(-1 < *(char *)(lVar9 + 0x47))" ( (binary_expression "-1 < *(char *)(lVar9 + 0x47)" number_literal < (pointer_expression "*(char *)(lVar9 + 0x47)" * (cast_expression "(char *)(lVar9 + 0x47)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x47)" ( (binary_expression "lVar9 + 0x47" identifier + number_literal) ))))) )) (goto_statement "goto LAB_0010331d;" goto statement_identifier ;)) (if_statement "if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" if (parenthesized_expression "(DAT_00110314 != 0)" ( (binary_expression "DAT_00110314 != 0" identifier != number_literal) )) (compound_statement "{\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" { (expression_statement "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;" (assignment_expression "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" * (cast_expression "(uint *)(lVar9 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x44)" ( (binary_expression "lVar9 + 0x44" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" * (cast_expression "(uint *)(lVar9 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 0x44)" ( (binary_expression "lVar9 + 0x44" identifier + number_literal) )))) | number_literal)) ;) })) (expression_statement "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);" (call_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9)" (parenthesized_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))" ( (pointer_expression "**(code **)(*(long *)(lVar9 + 8) + 0x1e8)" * (pointer_expression "*(code **)(*(long *)(lVar9 + 8) + 0x1e8)" * (cast_expression "(code **)(*(long *)(lVar9 + 8) + 0x1e8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar9 + 8) + 0x1e8)" ( (binary_expression "*(long *)(lVar9 + 8) + 0x1e8" (pointer_expression "*(long *)(lVar9 + 8)" * (cast_expression "(long *)(lVar9 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar9 + 8)" ( (binary_expression "lVar9 + 8" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(lVar9)" ( identifier ))) ;) (expression_statement "iVar3 = bfd_close(lVar9);" (assignment_expression "iVar3 = bfd_close(lVar9)" identifier = (call_expression "bfd_close(lVar9)" identifier (argument_list "(lVar9)" ( identifier )))) ;) (if_statement "if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar6 = 0;\n goto LAB_00102b92;\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_00102b92;" goto statement_identifier ;) })) })) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) })) (expression_statement "bfd_set_error(1);" (call_expression "bfd_set_error(1)" identifier (argument_list "(1)" ( number_literal ))) ;) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" identifier (argument_list "(pcVar24)" ( identifier ))) ;) (labeled_statement "LAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);" statement_identifier : (expression_statement "uVar14 = dcgettext(0,"%s: no archive map to update",5);" (assignment_expression "uVar14 = dcgettext(0,"%s: no archive map to update",5)" identifier = (call_expression "dcgettext(0,"%s: no archive map to update",5)" identifier (argument_list "(0,"%s: no archive map to update",5)" ( number_literal , (string_literal ""%s: no archive map to update"" " string_content ") , number_literal )))) ;)) (expression_statement "FUN_00107860(uVar14,pcVar24);" (call_expression "FUN_00107860(uVar14,pcVar24)" identifier (argument_list "(uVar14,pcVar24)" ( identifier , identifier ))) ;) })) }))) (labeled_statement "LAB_00102b92:\n uVar26 = uVar26 | uVar6;" statement_identifier : (expression_statement "uVar26 = uVar26 | uVar6;" (assignment_expression "uVar26 = uVar26 | uVar6" identifier = (binary_expression "uVar26 | uVar6" identifier | identifier)) ;)) (expression_statement "puVar12 = puVar12 + 1;" (assignment_expression "puVar12 = puVar12 + 1" identifier = (binary_expression "puVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1)" ( (binary_expression "puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" identifier != (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20)" identifier + (call_expression "(ulong)(uVar5 + iVar20)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar5 + iVar20)" ( (binary_expression "uVar5 + iVar20" identifier + identifier) )))) + identifier) + number_literal)) )) ;) }) (else_clause "else {\n uVar26 = 0;\n }" else (compound_statement "{\n uVar26 = 0;\n }" { (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" identifier = number_literal) ;) }))) (expression_statement "xexit(uVar26);" (call_expression "xexit(uVar26)" identifier (argument_list "(uVar26)" ( identifier ))) ;) })))
(translation_unit (ERROR TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_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 (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) 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 ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (expression_statement (assignment_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)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (unary_expression ~ IDENT) - LIT) < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + (parenthesized_expression ( (binary_expression (unary_expression ~ IDENT) - LIT) ))) , (string_literal " string_content ") )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) )))) ;) (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 IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (subscript_expression IDENT [ LIT ])) )) ;) do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) - (parenthesized_expression ( (binary_expression IDENT - LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ 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 < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) != (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ 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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + (unary_expression ~ (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 *)) ) (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (binary_expression IDENT + IDENT)) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (binary_expression IDENT + IDENT)) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) + LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression & IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (string_literal " string_content ") , (pointer_expression & IDENT) , LIT )))) , (binary_expression IDENT != LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT << (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) & LIT) ))) & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) )) (argument_list ( ))) ;) (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_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 != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & 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 * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = 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 = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) })) (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 IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (goto_statement goto statement_identifier ;) })) })) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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 (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_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 (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content ")) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ (cast_expression ( (type_descriptor TYPE) ) IDENT) ])) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ (cast_expression ( (type_descriptor TYPE) ) IDENT) ])) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content ")) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (cast_expression ( (type_descriptor TYPE) ) IDENT) ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) [ (binary_expression IDENT + LIT) ]) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) 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 = LIT) ;) }) (else_clause else (compound_statement { (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 ( IDENT , IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence string_content ")) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (goto_statement goto statement_identifier ;) })) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (for_statement for ( ; (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (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 = (binary_expression IDENT + LIT)) ;) (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 IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (expression_statement (assignment_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 ( IDENT , IDENT )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression (binary_expression IDENT == LIT) || (parenthesized_expression ( (binary_expression IDENT == IDENT) )))) )) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (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 IDENT != LIT) )) (compound_statement { (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 ( LIT , (string_literal " string_content escape_sequence escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) }))) (labeled_statement statement_identifier : (ERROR }) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;))) })) (break_statement break ;) (case_statement case LIT :) (case_statement case 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 *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT == LIT) ))) ;) (goto_statement goto statement_identifier ;) }))) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (goto_statement goto statement_identifier ;)) (case_statement default : (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 ))) ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (for_statement for ( ; (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression (pointer_expression * IDENT) != LIT)) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (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 = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , LIT ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT != LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) ))) ;) })) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (goto_statement goto statement_identifier ;) }))) })) (expression_statement (assignment_expression IDENT = LIT) ;)) })) TYPE ; (compound_statement { (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 )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;)) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (string_literal " string_content ") , (pointer_expression & IDENT) , LIT )))) , (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 = LIT) ;)) }) (else_clause else (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 = LIT) ;)) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })))))) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (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 (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) }))))))))) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (break_statement break ;)) }))) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) })) (while_statement while (parenthesized_expression ( BOOL )) (expression_statement ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (unary_expression ~ 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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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 ( (call_expression IDENT (argument_list ( IDENT , (call_expression IDENT (argument_list ( IDENT , (call_expression IDENT (argument_list ( IDENT , IDENT ))) ))) ))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (call_expression IDENT (argument_list ( IDENT , (call_expression IDENT (argument_list ( IDENT , IDENT ))) ))) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (goto_statement goto statement_identifier ;)) (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) )))) | 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 * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )) (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (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 ))) ;) })) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (binary_expression (binary_expression (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + IDENT) )))) + IDENT) + LIT)) )) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))
(ERROR "void FUN_00102620(int param_1,ulong *param_2)\n\n{\n undefined8 *puVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n undefined4 uVar8;\n long lVar9;\n char *pcVar10;\n undefined8 *puVar11;\n ulong *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n undefined8 uVar16;\n ulong uVar17;\n undefined **ppuVar18;\n ulong *puVar19;\n int iVar20;\n long lVar21;\n ulong uVar22;\n ulong *puVar23;\n char *pcVar24;\n ulong *puVar25;\n uint uVar26;\n ulong *puVar27;\n ulong *puVar28;\n bool bVar29;\n byte bVar30;\n ulong *local_58;\n int local_4c [3];\n undefined1 local_40;\n char cStack_3f;\n undefined1 uStack_3e;\n undefined5 uStack_3d;\n \n bVar30 = 0;\n local_58 = param_2;\n local_4c[0] = param_1;\n setlocale(5,"");\n setlocale(0,"");\n bindtextdomain("binutils","/usr/share/locale");\n textdomain("binutils");\n DAT_00110690 = *local_58;\n xmalloc_set_program_name();\n bfd_set_error_program_name(DAT_00110690);\n bfd_plugin_set_program_name(DAT_00110690);\n FUN_00108bb0(local_4c,&local_58);\n if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }\n bfd_init();\n FUN_001079a0();\n FUN_001092f0(FUN_00105b00);\n if (local_4c[0] < 2) goto LAB_00102f25;\n lVar21 = 8;\n iVar20 = 1;\n do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);\n do {\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n \n xexit(uVar26);\n}" (primitive_type "void") (function_declarator "FUN_00102620(int param_1,ulong *param_2)" (identifier "FUN_00102620") (parameter_list "(int param_1,ulong *param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "ulong *param_2" (type_identifier "ulong") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "undefined4 uVar8;" (type_identifier "undefined4") (identifier "uVar8") (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "char *pcVar10;" (primitive_type "char") (pointer_declarator "*pcVar10" (* "*") (identifier "pcVar10")) (; ";")) (declaration "undefined8 *puVar11;" (type_identifier "undefined8") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "ulong *puVar12;" (type_identifier "ulong") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "ulong uVar13;" (type_identifier "ulong") (identifier "uVar13") (; ";")) (declaration "undefined8 uVar14;" (type_identifier "undefined8") (identifier "uVar14") (; ";")) (declaration "long *plVar15;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar15" (* "*") (identifier "plVar15")) (; ";")) (declaration "undefined8 uVar16;" (type_identifier "undefined8") (identifier "uVar16") (; ";")) (declaration "ulong uVar17;" (type_identifier "ulong") (identifier "uVar17") (; ";")) (declaration "undefined **ppuVar18;" (type_identifier "undefined") (pointer_declarator "**ppuVar18" (* "*") (pointer_declarator "*ppuVar18" (* "*") (identifier "ppuVar18"))) (; ";")) (declaration "ulong *puVar19;" (type_identifier "ulong") (pointer_declarator "*puVar19" (* "*") (identifier "puVar19")) (; ";")) (declaration "int iVar20;" (primitive_type "int") (identifier "iVar20") (; ";")) (declaration "long lVar21;" (sized_type_specifier "long" (long "long")) (identifier "lVar21") (; ";")) (declaration "ulong uVar22;" (type_identifier "ulong") (identifier "uVar22") (; ";")) (declaration "ulong *puVar23;" (type_identifier "ulong") (pointer_declarator "*puVar23" (* "*") (identifier "puVar23")) (; ";")) (declaration "char *pcVar24;" (primitive_type "char") (pointer_declarator "*pcVar24" (* "*") (identifier "pcVar24")) (; ";")) (declaration "ulong *puVar25;" (type_identifier "ulong") (pointer_declarator "*puVar25" (* "*") (identifier "puVar25")) (; ";")) (declaration "uint uVar26;" (type_identifier "uint") (identifier "uVar26") (; ";")) (declaration "ulong *puVar27;" (type_identifier "ulong") (pointer_declarator "*puVar27" (* "*") (identifier "puVar27")) (; ";")) (declaration "ulong *puVar28;" (type_identifier "ulong") (pointer_declarator "*puVar28" (* "*") (identifier "puVar28")) (; ";")) (declaration "bool bVar29;" (primitive_type "bool") (identifier "bVar29") (; ";")) (declaration "byte bVar30;" (type_identifier "byte") (identifier "bVar30") (; ";")) (declaration "ulong *local_58;" (type_identifier "ulong") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "int local_4c [3];" (primitive_type "int") (array_declarator "local_4c [3]" (identifier "local_4c") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "undefined1 local_40;" (type_identifier "undefined1") (identifier "local_40") (; ";")) (declaration "char cStack_3f;" (primitive_type "char") (identifier "cStack_3f") (; ";")) (declaration "undefined1 uStack_3e;" (type_identifier "undefined1") (identifier "uStack_3e") (; ";")) (declaration "undefined5 uStack_3d;" (type_identifier "undefined5") (identifier "uStack_3d") (; ";")) (expression_statement "bVar30 = 0;" (assignment_expression "bVar30 = 0" (identifier "bVar30") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = param_2;" (assignment_expression "local_58 = param_2" (identifier "local_58") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_4c[0] = param_1;" (assignment_expression "local_4c[0] = param_1" (subscript_expression "local_4c[0]" (identifier "local_4c") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "setlocale(5,"");" (call_expression "setlocale(5,"")" (identifier "setlocale") (argument_list "(5,"")" (( "(") (number_literal "5") (, ",") (string_literal """" (" """) (" """)) () ")"))) (; ";")) (expression_statement "setlocale(0,"");" (call_expression "setlocale(0,"")" (identifier "setlocale") (argument_list "(0,"")" (( "(") (number_literal "0") (, ",") (string_literal """" (" """) (" """)) () ")"))) (; ";")) (expression_statement "bindtextdomain("binutils","/usr/share/locale");" (call_expression "bindtextdomain("binutils","/usr/share/locale")" (identifier "bindtextdomain") (argument_list "("binutils","/usr/share/locale")" (( "(") (string_literal ""binutils"" (" """) (string_content "binutils") (" """)) (, ",") (string_literal ""/usr/share/locale"" (" """) (string_content "/usr/share/locale") (" """)) () ")"))) (; ";")) (expression_statement "textdomain("binutils");" (call_expression "textdomain("binutils")" (identifier "textdomain") (argument_list "("binutils")" (( "(") (string_literal ""binutils"" (" """) (string_content "binutils") (" """)) () ")"))) (; ";")) (expression_statement "DAT_00110690 = *local_58;" (assignment_expression "DAT_00110690 = *local_58" (identifier "DAT_00110690") (= "=") (pointer_expression "*local_58" (* "*") (identifier "local_58"))) (; ";")) (expression_statement "xmalloc_set_program_name();" (call_expression "xmalloc_set_program_name()" (identifier "xmalloc_set_program_name") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "bfd_set_error_program_name(DAT_00110690);" (call_expression "bfd_set_error_program_name(DAT_00110690)" (identifier "bfd_set_error_program_name") (argument_list "(DAT_00110690)" (( "(") (identifier "DAT_00110690") () ")"))) (; ";")) (expression_statement "bfd_plugin_set_program_name(DAT_00110690);" (call_expression "bfd_plugin_set_program_name(DAT_00110690)" (identifier "bfd_plugin_set_program_name") (argument_list "(DAT_00110690)" (( "(") (identifier "DAT_00110690") () ")"))) (; ";")) (expression_statement "FUN_00108bb0(local_4c,&local_58);" (call_expression "FUN_00108bb0(local_4c,&local_58)" (identifier "FUN_00108bb0") (argument_list "(local_4c,&local_58)" (( "(") (identifier "local_4c") (, ",") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (if_statement "if (DAT_00110518 < 0) {\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" (if "if") (parenthesized_expression "(DAT_00110518 < 0)" (( "(") (binary_expression "DAT_00110518 < 0" (identifier "DAT_00110518") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n pcVar10 = (char *)lbasename(DAT_00110690);\n uVar13 = 0xffffffffffffffff;\n pcVar24 = pcVar10;\n do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }\n }" ({ "{") (expression_statement "pcVar10 = (char *)lbasename(DAT_00110690);" (assignment_expression "pcVar10 = (char *)lbasename(DAT_00110690)" (identifier "pcVar10") (= "=") (cast_expression "(char *)lbasename(DAT_00110690)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "lbasename(DAT_00110690)" (identifier "lbasename") (argument_list "(DAT_00110690)" (( "(") (identifier "DAT_00110690") () ")"))))) (; ";")) (expression_statement "uVar13 = 0xffffffffffffffff;" (assignment_expression "uVar13 = 0xffffffffffffffff" (identifier "uVar13") (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "pcVar24 = pcVar10;" (assignment_expression "pcVar24 = pcVar10" (identifier "pcVar24") (= "=") (identifier "pcVar10")) (; ";")) (do_statement "do {\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" (do "do") (compound_statement "{\n if (uVar13 == 0) break;\n uVar13 = uVar13 - 1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" ({ "{") (if_statement "if (uVar13 == 0) break;" (if "if") (parenthesized_expression "(uVar13 == 0)" (( "(") (binary_expression "uVar13 == 0" (identifier "uVar13") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar13 = uVar13 - 1;" (assignment_expression "uVar13 = uVar13 - 1" (identifier "uVar13") (= "=") (binary_expression "uVar13 - 1" (identifier "uVar13") (- "-") (number_literal "1"))) (; ";")) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" (identifier "cVar2") (= "=") (pointer_expression "*pcVar24" (* "*") (identifier "pcVar24"))) (; ";")) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" (identifier "pcVar24") (= "=") (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" (identifier "pcVar24") (+ "+") (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar30")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (if_statement "if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))\n {\n DAT_00110518 = 0;\n }\n else {\n DAT_00110518 = 1;\n }" (if "if") (parenthesized_expression "((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0))" (( "(") (binary_expression "(~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" (parenthesized_expression "(~uVar13 - 1 < 6)" (( "(") (binary_expression "~uVar13 - 1 < 6" (binary_expression "~uVar13 - 1" (unary_expression "~uVar13" (~ "~") (identifier "uVar13")) (- "-") (number_literal "1")) (< "<") (number_literal "6")) () ")")) (|| "||") (parenthesized_expression "(iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)" (( "(") (comma_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0" (assignment_expression "iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" (identifier "iVar20") (= "=") (call_expression "filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib")" (identifier "filename_cmp") (argument_list "(pcVar10 + (~uVar13 - 7),"ranlib")" (( "(") (binary_expression "pcVar10 + (~uVar13 - 7)" (identifier "pcVar10") (+ "+") (parenthesized_expression "(~uVar13 - 7)" (( "(") (binary_expression "~uVar13 - 7" (unary_expression "~uVar13" (~ "~") (identifier "uVar13")) (- "-") (number_literal "7")) () ")"))) (, ",") (string_literal ""ranlib"" (" """) (string_content "ranlib") (" """)) () ")")))) (, ",") (binary_expression "iVar20 != 0" (identifier "iVar20") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n DAT_00110518 = 0;\n }" ({ "{") (expression_statement "DAT_00110518 = 0;" (assignment_expression "DAT_00110518 = 0" (identifier "DAT_00110518") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n DAT_00110518 = 1;\n }" (else "else") (compound_statement "{\n DAT_00110518 = 1;\n }" ({ "{") (expression_statement "DAT_00110518 = 1;" (assignment_expression "DAT_00110518 = 1" (identifier "DAT_00110518") (= "=") (number_literal "1")) (; ";")) (} "}")))) (} "}"))) (expression_statement "bfd_init();" (call_expression "bfd_init()" (identifier "bfd_init") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_001079a0();" (call_expression "FUN_001079a0()" (identifier "FUN_001079a0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_001092f0(FUN_00105b00);" (call_expression "FUN_001092f0(FUN_00105b00)" (identifier "FUN_001092f0") (argument_list "(FUN_00105b00)" (( "(") (identifier "FUN_00105b00") () ")"))) (; ";")) (if_statement "if (local_4c[0] < 2) goto LAB_00102f25;" (if "if") (parenthesized_expression "(local_4c[0] < 2)" (( "(") (binary_expression "local_4c[0] < 2" (subscript_expression "local_4c[0]" (identifier "local_4c") ([ "[") (number_literal "0") (] "]")) (< "<") (number_literal "2")) () ")")) (goto_statement "goto LAB_00102f25;" (goto "goto") (statement_identifier "LAB_00102f25") (; ";"))) (expression_statement "lVar21 = 8;" (assignment_expression "lVar21 = 8" (identifier "lVar21") (= "=") (number_literal "8")) (; ";")) (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" (identifier "iVar20") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n } while (iVar20 < local_4c[0]);" (do "do") (compound_statement "{\n iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));\n if (iVar3 == 0) break;\n iVar20 = iVar20 + 1;\n lVar21 = lVar21 + 8;\n }" ({ "{") (expression_statement "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21));" (assignment_expression "iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" (identifier "iVar3") (= "=") (call_expression "FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21))" (identifier "FUN_001074c0") (argument_list "(*(undefined8 *)((long)local_58 + lVar21))" (( "(") (pointer_expression "*(undefined8 *)((long)local_58 + lVar21)" (* "*") (cast_expression "(undefined8 *)((long)local_58 + lVar21)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)local_58 + lVar21)" (( "(") (binary_expression "(long)local_58 + lVar21" (cast_expression "(long)local_58" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_58")) (+ "+") (identifier "lVar21")) () ")")))) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) break;" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar20 = iVar20 + 1;" (assignment_expression "iVar20 = iVar20 + 1" (identifier "iVar20") (= "=") (binary_expression "iVar20 + 1" (identifier "iVar20") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar21 = lVar21 + 8;" (assignment_expression "lVar21 = lVar21 + 8" (identifier "lVar21") (= "=") (binary_expression "lVar21 + 8" (identifier "lVar21") (+ "+") (number_literal "8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar20 < local_4c[0])" (( "(") (binary_expression "iVar20 < local_4c[0]" (identifier "iVar20") (< "<") (subscript_expression "local_4c[0]" (identifier "local_4c") ([ "[") (number_literal "0") (] "]"))) () ")")) (; ";")) (do "do") (compound_statement "{\n ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);\n puVar27 = local_58 + (long)iVar20 + -1;\n iVar20 = local_4c[0] - (iVar20 - 1U);\n local_58 = puVar27;\n local_4c[0] = iVar20;\n if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n } while( true );\n if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }\n if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }\n \n xexit(uVar26);\n}" ({ "{") (expression_statement "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U);" (assignment_expression "ppuVar18 = (undefined **)(ulong)(iVar20 - 1U)" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)(ulong)(iVar20 - 1U)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (call_expression "(ulong)(iVar20 - 1U)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(iVar20 - 1U)" (( "(") (binary_expression "iVar20 - 1U" (identifier "iVar20") (- "-") (number_literal "1U")) () ")"))))) (; ";")) (expression_statement "puVar27 = local_58 + (long)iVar20 + -1;" (assignment_expression "puVar27 = local_58 + (long)iVar20 + -1" (identifier "puVar27") (= "=") (binary_expression "local_58 + (long)iVar20 + -1" (binary_expression "local_58 + (long)iVar20" (identifier "local_58") (+ "+") (cast_expression "(long)iVar20" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar20"))) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "iVar20 = local_4c[0] - (iVar20 - 1U);" (assignment_expression "iVar20 = local_4c[0] - (iVar20 - 1U)" (identifier "iVar20") (= "=") (binary_expression "local_4c[0] - (iVar20 - 1U)" (subscript_expression "local_4c[0]" (identifier "local_4c") ([ "[") (number_literal "0") (] "]")) (- "-") (parenthesized_expression "(iVar20 - 1U)" (( "(") (binary_expression "iVar20 - 1U" (identifier "iVar20") (- "-") (number_literal "1U")) () ")")))) (; ";")) (expression_statement "local_58 = puVar27;" (assignment_expression "local_58 = puVar27" (identifier "local_58") (= "=") (identifier "puVar27")) (; ";")) (expression_statement "local_4c[0] = iVar20;" (assignment_expression "local_4c[0] = iVar20" (subscript_expression "local_4c[0]" (identifier "local_4c") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "iVar20")) (; ";")) (if_statement "if (DAT_00110518 == 0) {\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" (if "if") (parenthesized_expression "(DAT_00110518 == 0)" (( "(") (binary_expression "DAT_00110518 == 0" (identifier "DAT_00110518") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar12 = puVar27;\n if (iVar20 < 2) goto LAB_001027bc;\n iVar3 = iVar20;\n if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }\n ppuVar18 = (undefined **)&DAT_0010bd38;\n iVar20 = iVar3;\n while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }\n local_58 = puVar12 + (int)optind;\n if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }\n FUN_00105080(0);\nLAB_00102f25:\n iVar20 = 1;\n }" ({ "{") (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" (identifier "puVar12") (= "=") (identifier "puVar27")) (; ";")) (if_statement "if (iVar20 < 2) goto LAB_001027bc;" (if "if") (parenthesized_expression "(iVar20 < 2)" (( "(") (binary_expression "iVar20 < 2" (identifier "iVar20") (< "<") (number_literal "2")) () ")")) (goto_statement "goto LAB_001027bc;" (goto "goto") (statement_identifier "LAB_001027bc") (; ";"))) (expression_statement "iVar3 = iVar20;" (assignment_expression "iVar3 = iVar20" (identifier "iVar3") (= "=") (identifier "iVar20")) (; ";")) (if_statement "if (*(char *)puVar27[1] != '-') {\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" (if "if") (parenthesized_expression "(*(char *)puVar27[1] != '-')" (( "(") (binary_expression "*(char *)puVar27[1] != '-'" (pointer_expression "*(char *)puVar27[1]" (* "*") (cast_expression "(char *)puVar27[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar27[1]" (identifier "puVar27") ([ "[") (number_literal "1") (] "]")))) (!= "!=") (char_literal "'-'" (' "'") (character "-") (' "'"))) () ")")) (compound_statement "{\n local_40 = 0x2d;\n lVar21 = -1;\n puVar19 = puVar27 + 2;\n uStack_3e = 0;\n pcVar24 = (char *)puVar27[1];\n do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');\n iVar7 = iVar20 + -1 + ~(uint)lVar21;\n iVar3 = iVar7 + -1;\n puVar12 = (ulong *)xmalloc((long)iVar7 * 8);\n puVar28 = puVar12 + 1;\n *puVar12 = *puVar27;\n pcVar24 = (char *)puVar27[1];\n cVar2 = *pcVar24;\n if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }\n puVar25 = puVar28;\n if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }\n *puVar28 = 0;\n }" ({ "{") (expression_statement "local_40 = 0x2d;" (assignment_expression "local_40 = 0x2d" (identifier "local_40") (= "=") (number_literal "0x2d")) (; ";")) (expression_statement "lVar21 = -1;" (assignment_expression "lVar21 = -1" (identifier "lVar21") (= "=") (number_literal "-1")) (; ";")) (expression_statement "puVar19 = puVar27 + 2;" (assignment_expression "puVar19 = puVar27 + 2" (identifier "puVar19") (= "=") (binary_expression "puVar27 + 2" (identifier "puVar27") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "uStack_3e = 0;" (assignment_expression "uStack_3e = 0" (identifier "uStack_3e") (= "=") (number_literal "0")) (; ";")) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" (identifier "pcVar24") (= "=") (cast_expression "(char *)puVar27[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar27[1]" (identifier "puVar27") ([ "[") (number_literal "1") (] "]")))) (; ";")) (do_statement "do {\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n } while (cVar2 != '\0');" (do "do") (compound_statement "{\n if (lVar21 == 0) break;\n lVar21 = lVar21 + -1;\n cVar2 = *pcVar24;\n pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar21 == 0) break;" (if "if") (parenthesized_expression "(lVar21 == 0)" (( "(") (binary_expression "lVar21 == 0" (identifier "lVar21") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar21 = lVar21 + -1;" (assignment_expression "lVar21 = lVar21 + -1" (identifier "lVar21") (= "=") (binary_expression "lVar21 + -1" (identifier "lVar21") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" (identifier "cVar2") (= "=") (pointer_expression "*pcVar24" (* "*") (identifier "pcVar24"))) (; ";")) (expression_statement "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1;" (assignment_expression "pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1" (identifier "pcVar24") (= "=") (binary_expression "pcVar24 + (ulong)bVar30 * -2 + 1" (binary_expression "pcVar24 + (ulong)bVar30 * -2" (identifier "pcVar24") (+ "+") (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar30")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (expression_statement "iVar7 = iVar20 + -1 + ~(uint)lVar21;" (assignment_expression "iVar7 = iVar20 + -1 + ~(uint)lVar21" (identifier "iVar7") (= "=") (binary_expression "iVar20 + -1 + ~(uint)lVar21" (binary_expression "iVar20 + -1" (identifier "iVar20") (+ "+") (number_literal "-1")) (+ "+") (unary_expression "~(uint)lVar21" (~ "~") (cast_expression "(uint)lVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar21"))))) (; ";")) (expression_statement "iVar3 = iVar7 + -1;" (assignment_expression "iVar3 = iVar7 + -1" (identifier "iVar3") (= "=") (binary_expression "iVar7 + -1" (identifier "iVar7") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "puVar12 = (ulong *)xmalloc((long)iVar7 * 8);" (assignment_expression "puVar12 = (ulong *)xmalloc((long)iVar7 * 8)" (identifier "puVar12") (= "=") (cast_expression "(ulong *)xmalloc((long)iVar7 * 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc((long)iVar7 * 8)" (identifier "xmalloc") (argument_list "((long)iVar7 * 8)" (( "(") (binary_expression "(long)iVar7 * 8" (cast_expression "(long)iVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar7")) (* "*") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "puVar28 = puVar12 + 1;" (assignment_expression "puVar28 = puVar12 + 1" (identifier "puVar28") (= "=") (binary_expression "puVar12 + 1" (identifier "puVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*puVar12 = *puVar27;" (assignment_expression "*puVar12 = *puVar27" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (; ";")) (expression_statement "pcVar24 = (char *)puVar27[1];" (assignment_expression "pcVar24 = (char *)puVar27[1]" (identifier "pcVar24") (= "=") (cast_expression "(char *)puVar27[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar27[1]" (identifier "puVar27") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" (identifier "cVar2") (= "=") (pointer_expression "*pcVar24" (* "*") (identifier "pcVar24"))) (; ";")) (if_statement "if (cVar2 != '\0') {\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n puVar25 = puVar28;\n do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');\n }" ({ "{") (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" (identifier "puVar25") (= "=") (identifier "puVar28")) (; ";")) (do_statement "do {\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n } while (cVar2 != '\0');" (do "do") (compound_statement "{\n puVar28 = puVar25 + 1;\n pcVar24 = pcVar24 + 1;\n cStack_3f = cVar2;\n uVar13 = xstrdup(&local_40);\n *puVar25 = uVar13;\n cVar2 = *pcVar24;\n puVar25 = puVar28;\n }" ({ "{") (expression_statement "puVar28 = puVar25 + 1;" (assignment_expression "puVar28 = puVar25 + 1" (identifier "puVar28") (= "=") (binary_expression "puVar25 + 1" (identifier "puVar25") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pcVar24 = pcVar24 + 1;" (assignment_expression "pcVar24 = pcVar24 + 1" (identifier "pcVar24") (= "=") (binary_expression "pcVar24 + 1" (identifier "pcVar24") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cStack_3f = cVar2;" (assignment_expression "cStack_3f = cVar2" (identifier "cStack_3f") (= "=") (identifier "cVar2")) (; ";")) (expression_statement "uVar13 = xstrdup(&local_40);" (assignment_expression "uVar13 = xstrdup(&local_40)" (identifier "uVar13") (= "=") (call_expression "xstrdup(&local_40)" (identifier "xstrdup") (argument_list "(&local_40)" (( "(") (pointer_expression "&local_40" (& "&") (identifier "local_40")) () ")")))) (; ";")) (expression_statement "*puVar25 = uVar13;" (assignment_expression "*puVar25 = uVar13" (pointer_expression "*puVar25" (* "*") (identifier "puVar25")) (= "=") (identifier "uVar13")) (; ";")) (expression_statement "cVar2 = *pcVar24;" (assignment_expression "cVar2 = *pcVar24" (identifier "cVar2") (= "=") (pointer_expression "*pcVar24" (* "*") (identifier "pcVar24"))) (; ";")) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" (identifier "puVar25") (= "=") (identifier "puVar28")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (} "}"))) (expression_statement "puVar25 = puVar28;" (assignment_expression "puVar25 = puVar28" (identifier "puVar25") (= "=") (identifier "puVar28")) (; ";")) (if_statement "if (puVar19 < puVar27 + iVar20) {\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" (if "if") (parenthesized_expression "(puVar19 < puVar27 + iVar20)" (( "(") (binary_expression "puVar19 < puVar27 + iVar20" (identifier "puVar19") (< "<") (binary_expression "puVar27 + iVar20" (identifier "puVar27") (+ "+") (identifier "iVar20"))) () ")")) (compound_statement "{\n do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);\n puVar28 = puVar28 + (long)iVar20 + -2;\n }" ({ "{") (do_statement "do {\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n } while (puVar23 < puVar27 + iVar20);" (do "do") (compound_statement "{\n puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;\n *puVar25 = *puVar19;\n puVar19 = puVar23;\n puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;\n }" ({ "{") (expression_statement "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar23 = puVar19 + (ulong)bVar30 * -2 + 1" (identifier "puVar23") (= "=") (binary_expression "puVar19 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar19 + (ulong)bVar30 * -2" (identifier "puVar19") (+ "+") (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar30")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*puVar25 = *puVar19;" (assignment_expression "*puVar25 = *puVar19" (pointer_expression "*puVar25" (* "*") (identifier "puVar25")) (= "=") (pointer_expression "*puVar19" (* "*") (identifier "puVar19"))) (; ";")) (expression_statement "puVar19 = puVar23;" (assignment_expression "puVar19 = puVar23" (identifier "puVar19") (= "=") (identifier "puVar23")) (; ";")) (expression_statement "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1;" (assignment_expression "puVar25 = puVar25 + (ulong)bVar30 * -2 + 1" (identifier "puVar25") (= "=") (binary_expression "puVar25 + (ulong)bVar30 * -2 + 1" (binary_expression "puVar25 + (ulong)bVar30 * -2" (identifier "puVar25") (+ "+") (binary_expression "(ulong)bVar30 * -2" (cast_expression "(ulong)bVar30" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar30")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar23 < puVar27 + iVar20)" (( "(") (binary_expression "puVar23 < puVar27 + iVar20" (identifier "puVar23") (< "<") (binary_expression "puVar27 + iVar20" (identifier "puVar27") (+ "+") (identifier "iVar20"))) () ")")) (; ";")) (expression_statement "puVar28 = puVar28 + (long)iVar20 + -2;" (assignment_expression "puVar28 = puVar28 + (long)iVar20 + -2" (identifier "puVar28") (= "=") (binary_expression "puVar28 + (long)iVar20 + -2" (binary_expression "puVar28 + (long)iVar20" (identifier "puVar28") (+ "+") (cast_expression "(long)iVar20" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar20"))) (+ "+") (number_literal "-2"))) (; ";")) (} "}"))) (expression_statement "*puVar28 = 0;" (assignment_expression "*puVar28 = 0" (pointer_expression "*puVar28" (* "*") (identifier "puVar28")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "ppuVar18 = (undefined **)&DAT_0010bd38;" (assignment_expression "ppuVar18 = (undefined **)&DAT_0010bd38" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)&DAT_0010bd38" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "&DAT_0010bd38" (& "&") (identifier "DAT_0010bd38")))) (; ";")) (expression_statement "iVar20 = iVar3;" (assignment_expression "iVar20 = iVar3" (identifier "iVar20") (= "=") (identifier "iVar3")) (; ";")) (while_statement "while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff) {\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" (while "while") (parenthesized_expression "(uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff)" (( "(") (comma_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0),\n uVar4 != 0xffffffff" (assignment_expression "uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" (identifier "uVar4") (= "=") (call_expression "getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" (identifier "getopt_long") (argument_list "(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0)" (( "(") (identifier "iVar20") (, ",") (identifier "puVar12") (, ",") (string_literal ""hdmpqrtxlcoOVsSuvabiMNfPTDU"" (" """) (string_content "hdmpqrtxlcoOVsSuvabiMNfPTDU") (" """)) (, ",") (pointer_expression "&PTR_DAT_00110320" (& "&") (identifier "PTR_DAT_00110320")) (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "uVar4 != 0xffffffff" (identifier "uVar4") (!= "!=") (number_literal "0xffffffff"))) () ")")) (compound_statement "{\n if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }\n if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }\nLAB_001027bc:\n FUN_001053f0(0);\n DAT_001104b4 = 1;\n }" ({ "{") (if_statement "if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)) {\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0))" (( "(") (binary_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) &&\n (DAT_001104b0 != 0)" (parenthesized_expression "((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0))" (( "(") (binary_expression "(uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" (parenthesized_expression "(uVar4 - 100 < 0x15)" (( "(") (binary_expression "uVar4 - 100 < 0x15" (binary_expression "uVar4 - 100" (identifier "uVar4") (- "-") (number_literal "100")) (< "<") (number_literal "0x15")) () ")")) (&& "&&") (parenthesized_expression "((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)" (( "(") (binary_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0" (parenthesized_expression "(1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U)" (( "(") (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U" (binary_expression "1L << ((byte)(uVar4 - 100) & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "((byte)(uVar4 - 100) & 0x3f)" (( "(") (binary_expression "(byte)(uVar4 - 100) & 0x3f" (call_expression "(byte)(uVar4 - 100)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(uVar4 - 100)" (( "(") (binary_expression "uVar4 - 100" (identifier "uVar4") (- "-") (number_literal "100")) () ")"))) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "0x117201U")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(DAT_001104b0 != 0)" (( "(") (binary_expression "DAT_001104b0 != 0" (identifier "DAT_001104b0") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n pcVar24 = "two different operation options specified";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "two different operation options specified";" (assignment_expression "pcVar24 = "two different operation options specified"" (identifier "pcVar24") (= "=") (string_literal ""two different operation options specified"" (" """) (string_content "two different operation options specified") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (if_statement "if (uVar4 < 0xcb) {\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" (if "if") (parenthesized_expression "(uVar4 < 0xcb)" (( "(") (binary_expression "uVar4 < 0xcb" (identifier "uVar4") (< "<") (number_literal "0xcb")) () ")")) (compound_statement "{\n \n \n (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();\n return;\n }" ({ "{") (expression_statement "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))();" (call_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))()" (parenthesized_expression "(*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))" (( "(") (pointer_expression "*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" (* "*") (cast_expression "(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18)" (( "(") (binary_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18" (cast_expression "(long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" (* "*") (cast_expression "(int *)((long)ppuVar18 + (ulong)uVar4 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)ppuVar18 + (ulong)uVar4 * 4)" (( "(") (binary_expression "(long)ppuVar18 + (ulong)uVar4 * 4" (cast_expression "(long)ppuVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar18")) (+ "+") (binary_expression "(ulong)uVar4 * 4" (cast_expression "(ulong)uVar4" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar4")) (* "*") (number_literal "4"))) () ")"))))) (+ "+") (cast_expression "(long)ppuVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar18"))) () ")")))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_001027bc:\n FUN_001053f0(0);" (statement_identifier "LAB_001027bc") (: ":") (expression_statement "FUN_001053f0(0);" (call_expression "FUN_001053f0(0)" (identifier "FUN_001053f0") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";"))) (expression_statement "DAT_001104b4 = 1;" (assignment_expression "DAT_001104b4 = 1" (identifier "DAT_001104b4") (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "local_58 = puVar12 + (int)optind;" (assignment_expression "local_58 = puVar12 + (int)optind" (identifier "local_58") (= "=") (binary_expression "puVar12 + (int)optind" (identifier "puVar12") (+ "+") (cast_expression "(int)optind" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "optind")))) (; ";")) (if_statement "if (DAT_001104f8 == 0) {\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }\n else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" (if "if") (parenthesized_expression "(DAT_001104f8 == 0)" (( "(") (binary_expression "DAT_001104f8 == 0" (identifier "DAT_001104f8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }\n if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }\n FUN_001053f0(1);\n }" ({ "{") (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580(&DAT_0010b1c1);\n }" (if "if") (parenthesized_expression "(DAT_001104fc != 0)" (( "(") (binary_expression "DAT_001104fc != 0" (identifier "DAT_001104fc") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00108580(&DAT_0010b1c1);\n }" ({ "{") (expression_statement "FUN_00108580(&DAT_0010b1c1);" (call_expression "FUN_00108580(&DAT_0010b1c1)" (identifier "FUN_00108580") (argument_list "(&DAT_0010b1c1)" (( "(") (pointer_expression "&DAT_0010b1c1" (& "&") (identifier "DAT_0010b1c1")) () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_00110514 == 0) {\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }" (if "if") (parenthesized_expression "(DAT_00110514 == 0)" (( "(") (binary_expression "DAT_00110514 == 0" (identifier "DAT_00110514") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n ppuVar18 = (undefined **)*local_58;\n if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;\n uVar4 = DAT_001104b0;\n if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }\n if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }\n if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }\n if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }\n uVar13 = local_58[(int)ppuVar18];\n if (uVar13 == 0) goto LAB_001027bc;\n uVar22 = 0;\n do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);\n puVar27 = (ulong *)0x0;\n uVar22 = 0;\n if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }\n puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);\n if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }\n switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }\n else {\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }\nLAB_00102a47:\n \n xexit(0);\n }" ({ "{") (expression_statement "ppuVar18 = (undefined **)*local_58;" (assignment_expression "ppuVar18 = (undefined **)*local_58" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)*local_58" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*local_58" (* "*") (identifier "local_58")))) (; ";")) (if_statement "if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc;" (if "if") (parenthesized_expression "(ppuVar18 == (undefined **)0x0)" (( "(") (binary_expression "ppuVar18 == (undefined **)0x0" (identifier "ppuVar18") (== "==") (cast_expression "(undefined **)0x0" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001027bc;" (goto "goto") (statement_identifier "LAB_001027bc") (; ";"))) (expression_statement "uVar4 = DAT_001104b0;" (assignment_expression "uVar4 = DAT_001104b0" (identifier "uVar4") (= "=") (identifier "DAT_001104b0")) (; ";")) (if_statement "if (DAT_001104b0 == 7) {\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }\n else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" (if "if") (parenthesized_expression "(DAT_001104b0 == 7)" (( "(") (binary_expression "DAT_001104b0 == 7" (identifier "DAT_001104b0") (== "==") (number_literal "7")) () ")")) (compound_statement "{\n if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }\n }" ({ "{") (if_statement "if (DAT_001104c0 != 0) {\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" (if "if") (parenthesized_expression "(DAT_001104c0 != 0)" (( "(") (binary_expression "DAT_001104c0 != 0" (identifier "DAT_001104c0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n DAT_001104b0 = 2;\n uVar4 = 2;\n }" ({ "{") (expression_statement "DAT_001104b0 = 2;" (assignment_expression "DAT_001104b0 = 2" (identifier "DAT_001104b0") (= "=") (number_literal "2")) (; ";")) (expression_statement "uVar4 = 2;" (assignment_expression "uVar4 = 2" (identifier "uVar4") (= "=") (number_literal "2")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" (else "else") (compound_statement "{\n puVar27 = puVar12;\n if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }\n }" ({ "{") (expression_statement "puVar27 = puVar12;" (assignment_expression "puVar27 = puVar12" (identifier "puVar27") (= "=") (identifier "puVar12")) (; ";")) (if_statement "if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) {\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" (if "if") (parenthesized_expression "((DAT_001104b0 == 0) || (DAT_001104b0 == 3))" (( "(") (binary_expression "(DAT_001104b0 == 0) || (DAT_001104b0 == 3)" (parenthesized_expression "(DAT_001104b0 == 0)" (( "(") (binary_expression "DAT_001104b0 == 0" (identifier "DAT_001104b0") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(DAT_001104b0 == 3)" (( "(") (binary_expression "DAT_001104b0 == 3" (identifier "DAT_001104b0") (== "==") (number_literal "3")) () ")"))) () ")")) (compound_statement "{\nLAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }\n puVar12 = puVar27;\n iVar20 = DAT_001104c0;\n if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }\n }" ({ "{") (labeled_statement "LAB_00102ed1:\n if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" (statement_identifier "LAB_00102ed1") (: ":") (if_statement "if (DAT_001104c0 == 1) {\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" (if "if") (parenthesized_expression "(DAT_001104c0 == 1)" (( "(") (binary_expression "DAT_001104c0 == 1" (identifier "DAT_001104c0") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n lVar21 = FUN_00108170(ppuVar18);\n uVar8 = 1;\n if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }\n \n xexit(uVar8);\n }" ({ "{") (expression_statement "lVar21 = FUN_00108170(ppuVar18);" (assignment_expression "lVar21 = FUN_00108170(ppuVar18)" (identifier "lVar21") (= "=") (call_expression "FUN_00108170(ppuVar18)" (identifier "FUN_00108170") (argument_list "(ppuVar18)" (( "(") (identifier "ppuVar18") () ")")))) (; ";")) (expression_statement "uVar8 = 1;" (assignment_expression "uVar8 = 1" (identifier "uVar8") (= "=") (number_literal "1")) (; ";")) (if_statement "if (0 < lVar21) {\n uVar8 = FUN_001062f0(ppuVar18);\n }" (if "if") (parenthesized_expression "(0 < lVar21)" (( "(") (binary_expression "0 < lVar21" (number_literal "0") (< "<") (identifier "lVar21")) () ")")) (compound_statement "{\n uVar8 = FUN_001062f0(ppuVar18);\n }" ({ "{") (expression_statement "uVar8 = FUN_001062f0(ppuVar18);" (assignment_expression "uVar8 = FUN_001062f0(ppuVar18)" (identifier "uVar8") (= "=") (call_expression "FUN_001062f0(ppuVar18)" (identifier "FUN_001062f0") (argument_list "(ppuVar18)" (( "(") (identifier "ppuVar18") () ")")))) (; ";")) (} "}"))) (expression_statement "xexit(uVar8);" (call_expression "xexit(uVar8)" (identifier "xexit") (argument_list "(uVar8)" (( "(") (identifier "uVar8") () ")"))) (; ";")) (} "}")))) (expression_statement "puVar12 = puVar27;" (assignment_expression "puVar12 = puVar27" (identifier "puVar12") (= "=") (identifier "puVar27")) (; ";")) (expression_statement "iVar20 = DAT_001104c0;" (assignment_expression "iVar20 = DAT_001104c0" (identifier "iVar20") (= "=") (identifier "DAT_001104c0")) (; ";")) (if_statement "if (uVar4 == 0) {\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(uVar4 == 0)" (( "(") (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar24 = "no operation specified";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "no operation specified";" (assignment_expression "pcVar24 = "no operation specified"" (identifier "pcVar24") (= "=") (string_literal ""no operation specified"" (" """) (string_content "no operation specified") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (} "}"))) (} "}")))) (if_statement "if (DAT_001104c4 == 0) {\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }\n else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" (if "if") (parenthesized_expression "(DAT_001104c4 == 0)" (( "(") (binary_expression "DAT_001104c4 == 0" (identifier "DAT_001104c4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n }" ({ "{") (labeled_statement "LAB_00102cc0:\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" (statement_identifier "LAB_00102cc0") (: ":") (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(DAT_00110314 < 0)" (( "(") (binary_expression "DAT_00110314 < 0" (identifier "DAT_00110314") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n DAT_00110314 = 1;\n }" ({ "{") (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" (identifier "DAT_00110314") (= "=") (number_literal "1")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" (else "else") (compound_statement "{\n if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }\n if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }\n if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }\n }" ({ "{") (if_statement "if (uVar4 != 2) {\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(uVar4 != 2)" (( "(") (binary_expression "uVar4 != 2" (identifier "uVar4") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n pcVar24 = "`u\' is only meaningful with the `r\' option.";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "`u\' is only meaningful with the `r\' option.";" (assignment_expression "pcVar24 = "`u\' is only meaningful with the `r\' option."" (identifier "pcVar24") (= "=") (string_literal ""`u\' is only meaningful with the `r\' option."" (" """) (string_content "`u") (escape_sequence "\'") (string_content " is only meaningful with the `r") (escape_sequence "\'") (string_content " option.") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (if_statement "if (0 < DAT_00110314) {\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(0 < DAT_00110314)" (( "(") (binary_expression "0 < DAT_00110314" (number_literal "0") (< "<") (identifier "DAT_00110314")) () ")")) (compound_statement "{\n pcVar24 = "`u\' is not meaningful with the `D\' option.";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "`u\' is not meaningful with the `D\' option.";" (assignment_expression "pcVar24 = "`u\' is not meaningful with the `D\' option."" (identifier "pcVar24") (= "=") (string_literal ""`u\' is not meaningful with the `D\' option."" (" """) (string_content "`u") (escape_sequence "\'") (string_content " is not meaningful with the `D") (escape_sequence "\'") (string_content " option.") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (if_statement "if (DAT_00110314 != 0) {\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" (if "if") (parenthesized_expression "(DAT_00110314 != 0)" (( "(") (binary_expression "DAT_00110314 != 0" (identifier "DAT_00110314") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);\n FUN_00107900(uVar14);\n goto LAB_00102cc0;\n }" ({ "{") (expression_statement "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5);" (assignment_expression "uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" (identifier "dcgettext") (argument_list "(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5)" (( "(") (number_literal "0") (, ",") (string_literal ""`u\' modifier ignored since `D\' is the default (see `U\')"" (" """) (string_content "`u") (escape_sequence "\'") (string_content " modifier ignored since `D") (escape_sequence "\'") (string_content " is the default (see `U") (escape_sequence "\'") (string_content ")") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00107900(uVar14);" (call_expression "FUN_00107900(uVar14)" (identifier "FUN_00107900") (argument_list "(uVar14)" (( "(") (identifier "uVar14") () ")"))) (; ";")) (goto_statement "goto LAB_00102cc0;" (goto "goto") (statement_identifier "LAB_00102cc0") (; ";")) (} "}"))) (} "}")))) (if_statement "if (DAT_001104b4 == 0) {\n ppuVar18 = (undefined **)0x0;\n }\n else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(DAT_001104b4 == 0)" (( "(") (binary_expression "DAT_001104b4 == 0" (identifier "DAT_001104b4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n ppuVar18 = (undefined **)0x0;\n }" ({ "{") (expression_statement "ppuVar18 = (undefined **)0x0;" (assignment_expression "ppuVar18 = (undefined **)0x0" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)0x0" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" (else "else") (compound_statement "{\n ppuVar18 = (undefined **)0x1;\n pcVar24 = "missing position arg.";\n DAT_001104b8 = *local_58;\n if (DAT_001104b8 == 0) goto LAB_00102ef0;\n }" ({ "{") (expression_statement "ppuVar18 = (undefined **)0x1;" (assignment_expression "ppuVar18 = (undefined **)0x1" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)0x1" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x1"))) (; ";")) (expression_statement "pcVar24 = "missing position arg.";" (assignment_expression "pcVar24 = "missing position arg."" (identifier "pcVar24") (= "=") (string_literal ""missing position arg."" (" """) (string_content "missing position arg.") (" """))) (; ";")) (expression_statement "DAT_001104b8 = *local_58;" (assignment_expression "DAT_001104b8 = *local_58" (identifier "DAT_001104b8") (= "=") (pointer_expression "*local_58" (* "*") (identifier "local_58"))) (; ";")) (if_statement "if (DAT_001104b8 == 0) goto LAB_00102ef0;" (if "if") (parenthesized_expression "(DAT_001104b8 == 0)" (( "(") (binary_expression "DAT_001104b8 == 0" (identifier "DAT_001104b8") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";"))) (} "}")))) (if_statement "if (DAT_00110510 != 0) {\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" (if "if") (parenthesized_expression "(DAT_00110510 != 0)" (( "(") (binary_expression "DAT_00110510 != 0" (identifier "DAT_00110510") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }\n if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }\n lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);\n DAT_0011050c = (int)lVar21;\n if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }\n ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);\n }" ({ "{") (if_statement "if ((DAT_001104b0 & 0xfffffffb) != 1) {\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "((DAT_001104b0 & 0xfffffffb) != 1)" (( "(") (binary_expression "(DAT_001104b0 & 0xfffffffb) != 1" (parenthesized_expression "(DAT_001104b0 & 0xfffffffb)" (( "(") (binary_expression "DAT_001104b0 & 0xfffffffb" (identifier "DAT_001104b0") (& "&") (number_literal "0xfffffffb")) () ")")) (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options.";" (assignment_expression "pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options."" (identifier "pcVar24") (= "=") (string_literal ""`N\' is only meaningful with the `x\' and `d\' options."" (" """) (string_content "`N") (escape_sequence "\'") (string_content " is only meaningful with the `x") (escape_sequence "\'") (string_content " and `d") (escape_sequence "\'") (string_content " options.") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (if_statement "if ((char *)local_58[(int)ppuVar18] == (char *)0x0) {\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }" (if "if") (parenthesized_expression "((char *)local_58[(int)ppuVar18] == (char *)0x0)" (( "(") (binary_expression "(char *)local_58[(int)ppuVar18] == (char *)0x0" (cast_expression "(char *)local_58[(int)ppuVar18]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_58[(int)ppuVar18]" (identifier "local_58") ([ "[") (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18")) (] "]"))) (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar14 = dcgettext(0,"`N\' missing value.",5);\n \n FUN_00107860(uVar14);\n }" ({ "{") (expression_statement "uVar14 = dcgettext(0,"`N\' missing value.",5);" (assignment_expression "uVar14 = dcgettext(0,"`N\' missing value.",5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,"`N\' missing value.",5)" (identifier "dcgettext") (argument_list "(0,"`N\' missing value.",5)" (( "(") (number_literal "0") (, ",") (string_literal ""`N\' missing value."" (" """) (string_content "`N") (escape_sequence "\'") (string_content " missing value.") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" (identifier "FUN_00107860") (argument_list "(uVar14)" (( "(") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10);" (assignment_expression "lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" (identifier "lVar21") (= "=") (call_expression "strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10)" (identifier "strtol") (argument_list "((char *)local_58[(int)ppuVar18],(char **)0x0,10)" (( "(") (cast_expression "(char *)local_58[(int)ppuVar18]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_58[(int)ppuVar18]" (identifier "local_58") ([ "[") (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18")) (] "]"))) (, ",") (cast_expression "(char **)0x0" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) (, ",") (number_literal "10") () ")")))) (; ";")) (expression_statement "DAT_0011050c = (int)lVar21;" (assignment_expression "DAT_0011050c = (int)lVar21" (identifier "DAT_0011050c") (= "=") (cast_expression "(int)lVar21" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar21"))) (; ";")) (if_statement "if (DAT_0011050c < 1) {\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "(DAT_0011050c < 1)" (( "(") (binary_expression "DAT_0011050c < 1" (identifier "DAT_0011050c") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n pcVar24 = "Value for `N\' must be positive.";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "Value for `N\' must be positive.";" (assignment_expression "pcVar24 = "Value for `N\' must be positive."" (identifier "pcVar24") (= "=") (string_literal ""Value for `N\' must be positive."" (" """) (string_content "Value for `N") (escape_sequence "\'") (string_content " must be positive.") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (expression_statement "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1);" (assignment_expression "ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1)" (identifier "ppuVar18") (= "=") (cast_expression "(undefined **)(ulong)((int)ppuVar18 + 1)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (call_expression "(ulong)((int)ppuVar18 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((int)ppuVar18 + 1)" (( "(") (binary_expression "(int)ppuVar18 + 1" (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18")) (+ "+") (number_literal "1")) () ")"))))) (; ";")) (} "}"))) (expression_statement "uVar13 = local_58[(int)ppuVar18];" (assignment_expression "uVar13 = local_58[(int)ppuVar18]" (identifier "uVar13") (= "=") (subscript_expression "local_58[(int)ppuVar18]" (identifier "local_58") ([ "[") (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18")) (] "]"))) (; ";")) (if_statement "if (uVar13 == 0) goto LAB_001027bc;" (if "if") (parenthesized_expression "(uVar13 == 0)" (( "(") (binary_expression "uVar13 == 0" (identifier "uVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001027bc;" (goto "goto") (statement_identifier "LAB_001027bc") (; ";"))) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" (identifier "uVar22") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0);" (do "do") (compound_statement "{\n uVar17 = uVar22;\n uVar22 = uVar17 + 1;\n }" ({ "{") (expression_statement "uVar17 = uVar22;" (assignment_expression "uVar17 = uVar22" (identifier "uVar17") (= "=") (identifier "uVar22")) (; ";")) (expression_statement "uVar22 = uVar17 + 1;" (assignment_expression "uVar22 = uVar17 + 1" (identifier "uVar22") (= "=") (binary_expression "uVar17 + 1" (identifier "uVar17") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((local_58 + (int)ppuVar18)[uVar17 + 1] != 0)" (( "(") (binary_expression "(local_58 + (int)ppuVar18)[uVar17 + 1] != 0" (subscript_expression "(local_58 + (int)ppuVar18)[uVar17 + 1]" (parenthesized_expression "(local_58 + (int)ppuVar18)" (( "(") (binary_expression "local_58 + (int)ppuVar18" (identifier "local_58") (+ "+") (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18"))) () ")")) ([ "[") (binary_expression "uVar17 + 1" (identifier "uVar17") (+ "+") (number_literal "1")) (] "]")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "puVar27 = (ulong *)0x0;" (assignment_expression "puVar27 = (ulong *)0x0" (identifier "puVar27") (= "=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" (identifier "uVar22") (= "=") (number_literal "0")) (; ";")) (if_statement "if ((int)uVar17 != 0) {\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" (if "if") (parenthesized_expression "((int)uVar17 != 0)" (( "(") (binary_expression "(int)uVar17 != 0" (cast_expression "(int)uVar17" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar17")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n puVar27 = local_58 + (long)(int)ppuVar18 + 1;\n if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }\n }" ({ "{") (expression_statement "puVar27 = local_58 + (long)(int)ppuVar18 + 1;" (assignment_expression "puVar27 = local_58 + (long)(int)ppuVar18 + 1" (identifier "puVar27") (= "=") (binary_expression "local_58 + (long)(int)ppuVar18 + 1" (binary_expression "local_58 + (long)(int)ppuVar18" (identifier "local_58") (+ "+") (cast_expression "(long)(int)ppuVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)ppuVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "ppuVar18")))) (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (puVar27 == (ulong *)0x0) {\n uVar22 = 0;\n }\n else {\n uVar22 = *puVar27;\n }" (if "if") (parenthesized_expression "(puVar27 == (ulong *)0x0)" (( "(") (binary_expression "puVar27 == (ulong *)0x0" (identifier "puVar27") (== "==") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar22 = 0;\n }" ({ "{") (expression_statement "uVar22 = 0;" (assignment_expression "uVar22 = 0" (identifier "uVar22") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n uVar22 = *puVar27;\n }" (else "else") (compound_statement "{\n uVar22 = *puVar27;\n }" ({ "{") (expression_statement "uVar22 = *puVar27;" (assignment_expression "uVar22 = *puVar27" (identifier "uVar22") (= "=") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22);" (assignment_expression "puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22)" (identifier "puVar11") (= "=") (cast_expression "(undefined8 *)FUN_00106030(uVar13,uVar22)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00106030(uVar13,uVar22)" (identifier "FUN_00106030") (argument_list "(uVar13,uVar22)" (( "(") (identifier "uVar13") (, ",") (identifier "uVar22") () ")"))))) (; ";")) (if_statement "if (DAT_001104b0 == 5) {\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" (if "if") (parenthesized_expression "(DAT_001104b0 == 5)" (( "(") (binary_expression "DAT_001104b0 == 5" (identifier "DAT_001104b0") (== "==") (number_literal "5")) () ")")) (compound_statement "{\n if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }\n FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n }" ({ "{") (if_statement "if ((*(byte *)(puVar11 + 9) & 1) != 0) {\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" (if "if") (parenthesized_expression "((*(byte *)(puVar11 + 9) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(puVar11 + 9) & 1) != 0" (parenthesized_expression "(*(byte *)(puVar11 + 9) & 1)" (( "(") (binary_expression "*(byte *)(puVar11 + 9) & 1" (pointer_expression "*(byte *)(puVar11 + 9)" (* "*") (cast_expression "(byte *)(puVar11 + 9)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 9)" (( "(") (binary_expression "puVar11 + 9" (identifier "puVar11") (+ "+") (number_literal "9")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pcVar24 = "`x\' cannot be used on thin archives.";\n goto LAB_00102ef0;\n }" ({ "{") (expression_statement "pcVar24 = "`x\' cannot be used on thin archives.";" (assignment_expression "pcVar24 = "`x\' cannot be used on thin archives."" (identifier "pcVar24") (= "=") (string_literal ""`x\' cannot be used on thin archives."" (" """) (string_content "`x") (escape_sequence "\'") (string_content " cannot be used on thin archives.") (" """))) (; ";")) (goto_statement "goto LAB_00102ef0;" (goto "goto") (statement_identifier "LAB_00102ef0") (; ";")) (} "}"))) (expression_statement "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" (identifier "FUN_00105e60") (argument_list "(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff)" (( "(") (identifier "puVar11") (, ",") (identifier "FUN_00105890") (, ",") (identifier "puVar27") (, ",") (binary_expression "uVar17 & 0xffffffff" (identifier "uVar17") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (goto_statement "goto LAB_00102a47;" (goto "goto") (statement_identifier "LAB_00102a47") (; ";")) (} "}"))) (switch_statement "switch(DAT_001104b0) {\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" (switch "switch") (parenthesized_expression "(DAT_001104b0)" (( "(") (identifier "DAT_001104b0") () ")")) (compound_statement "{\n case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;\n }" ({ "{") (case_statement "case 1:\n bVar29 = false;\n if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }\n DAT_001104e8 = 0;" (case "case") (number_literal "1") (: ":") (expression_statement "bVar29 = false;" (assignment_expression "bVar29 = false" (identifier "bVar29") (= "=") (false "false")) (; ";")) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" (if "if") (parenthesized_expression "(puVar27 != (ulong *)0x0)" (( "(") (binary_expression "puVar27 != (ulong *)0x0" (identifier "puVar27") (!= "!=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }\n break;\n case 2:\n case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;\n case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;\n default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);\n case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }\n }" ({ "{") (for_statement "for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) {\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" (for "for") (( "(") (; ";") (binary_expression "(char *)*puVar27 != (char *)0x0" (cast_expression "(char *)*puVar27" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar27 = puVar27 + 1" (identifier "puVar27") (= "=") (binary_expression "puVar27 + 1" (identifier "puVar27") (+ "+") (number_literal "1"))) () ")") (compound_statement "{\n iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");\n if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }\nLAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;\n }" ({ "{") (expression_statement "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF");" (assignment_expression "iVar20 = strcmp((char *)*puVar27,"__.SYMDEF")" (identifier "iVar20") (= "=") (call_expression "strcmp((char *)*puVar27,"__.SYMDEF")" (identifier "strcmp") (argument_list "((char *)*puVar27,"__.SYMDEF")" (( "(") (cast_expression "(char *)*puVar27" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (, ",") (string_literal ""__.SYMDEF"" (" """) (string_content "__.SYMDEF") (" """)) () ")")))) (; ";")) (if_statement "if (iVar20 == 0) {\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }\n else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" (if "if") (parenthesized_expression "(iVar20 == 0)" (( "(") (binary_expression "iVar20 == 0" (identifier "iVar20") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;\n DAT_001104c0 = -1;\n }" ({ "{") (expression_statement "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f;" (assignment_expression "*(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" (* "*") (cast_expression "(byte *)((long)puVar11 + 0x47)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar11 + 0x47)" (( "(") (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar11")) (+ "+") (number_literal "0x47")) () ")")))) (= "=") (binary_expression "*(byte *)((long)puVar11 + 0x47) & 0x7f" (pointer_expression "*(byte *)((long)puVar11 + 0x47)" (* "*") (cast_expression "(byte *)((long)puVar11 + 0x47)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar11 + 0x47)" (( "(") (binary_expression "(long)puVar11 + 0x47" (cast_expression "(long)puVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar11")) (+ "+") (number_literal "0x47")) () ")")))) (& "&") (number_literal "0x7f"))) (; ";")) (expression_statement "DAT_001104c0 = -1;" (assignment_expression "DAT_001104c0 = -1" (identifier "DAT_001104c0") (= "=") (number_literal "-1")) (; ";")) (} "}")) (else_clause "else {\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" (else "else") (compound_statement "{\n iVar20 = 0;\n puVar1 = puVar11;\n while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }\n if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }\n }" ({ "{") (expression_statement "iVar20 = 0;" (assignment_expression "iVar20 = 0" (identifier "iVar20") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1 = puVar11;" (assignment_expression "puVar1 = puVar11" (identifier "puVar1") (= "=") (identifier "puVar11")) (; ";")) (while_statement "while( true ) {\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n plVar15 = puVar1 + 0x1b;\n if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;\n uVar14 = *(undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar3 = filename_cmp(uVar13,uVar14);\n if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }\n puVar1 = (undefined8 *)*plVar15;\n }" ({ "{") (expression_statement "plVar15 = puVar1 + 0x1b;" (assignment_expression "plVar15 = puVar1 + 0x1b" (identifier "plVar15") (= "=") (binary_expression "puVar1 + 0x1b" (identifier "puVar1") (+ "+") (number_literal "0x1b"))) (; ";")) (if_statement "if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break;" (if "if") (parenthesized_expression "((undefined8 *)*plVar15 == (undefined8 *)0x0)" (( "(") (binary_expression "(undefined8 *)*plVar15 == (undefined8 *)0x0" (cast_expression "(undefined8 *)*plVar15" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15"))) (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar14 = *(undefined8 *)*plVar15;" (assignment_expression "uVar14 = *(undefined8 *)*plVar15" (identifier "uVar14") (= "=") (pointer_expression "*(undefined8 *)*plVar15" (* "*") (cast_expression "(undefined8 *)*plVar15" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15"))))) (; ";")) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" (identifier "uVar13") (= "=") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (; ";")) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" (if "if") (parenthesized_expression "(DAT_00110504 == 0)" (( "(") (binary_expression "DAT_00110504 == 0" (identifier "DAT_00110504") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" ({ "{") (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" (identifier "uVar13") (= "=") (call_expression "FUN_00105b50(uVar13,puVar11)" (identifier "FUN_00105b50") (argument_list "(uVar13,puVar11)" (( "(") (identifier "uVar13") (, ",") (identifier "puVar11") () ")")))) (; ";")) (} "}"))) (expression_statement "iVar3 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar3 = filename_cmp(uVar13,uVar14)" (identifier "iVar3") (= "=") (call_expression "filename_cmp(uVar13,uVar14)" (identifier "filename_cmp") (argument_list "(uVar13,uVar14)" (( "(") (identifier "uVar13") (, ",") (identifier "uVar14") () ")")))) (; ";")) (if_statement "if ((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) {\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" (if "if") (parenthesized_expression "((iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))))" (( "(") (binary_expression "(iVar3 == 0) &&\n ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))" (( "(") (parenthesized_expression "(iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c))" (( "(") (comma_expression "iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (assignment_expression "iVar20 = iVar20 + 1" (identifier "iVar20") (= "=") (binary_expression "iVar20 + 1" (identifier "iVar20") (+ "+") (number_literal "1"))) (, ",") (binary_expression "DAT_00110510 == 0 || (iVar20 == DAT_0011050c)" (binary_expression "DAT_00110510 == 0" (identifier "DAT_00110510") (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "(iVar20 == DAT_0011050c)" (( "(") (binary_expression "iVar20 == DAT_0011050c" (identifier "iVar20") (== "==") (identifier "DAT_0011050c")) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }\n bVar29 = true;\n *plVar15 = *(long *)(*plVar15 + 0xd8);\n goto LAB_00102fbd;\n }" ({ "{") (if_statement "if (DAT_001104d0 != 0) {\n printf("d - %s\n",*puVar27);\n }" (if "if") (parenthesized_expression "(DAT_001104d0 != 0)" (( "(") (binary_expression "DAT_001104d0 != 0" (identifier "DAT_001104d0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n printf("d - %s\n",*puVar27);\n }" ({ "{") (expression_statement "printf("d - %s\n",*puVar27);" (call_expression "printf("d - %s\n",*puVar27)" (identifier "printf") (argument_list "("d - %s\n",*puVar27)" (( "(") (string_literal ""d - %s\n"" (" """) (string_content "d - %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*puVar27" (* "*") (identifier "puVar27")) () ")"))) (; ";")) (} "}"))) (expression_statement "bVar29 = true;" (assignment_expression "bVar29 = true" (identifier "bVar29") (= "=") (true "true")) (; ";")) (expression_statement "*plVar15 = *(long *)(*plVar15 + 0xd8);" (assignment_expression "*plVar15 = *(long *)(*plVar15 + 0xd8)" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (= "=") (pointer_expression "*(long *)(*plVar15 + 0xd8)" (* "*") (cast_expression "(long *)(*plVar15 + 0xd8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar15 + 0xd8)" (( "(") (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (+ "+") (number_literal "0xd8")) () ")"))))) (; ";")) (goto_statement "goto LAB_00102fbd;" (goto "goto") (statement_identifier "LAB_00102fbd") (; ";")) (} "}"))) (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)*plVar15" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}"))) (if_statement "if (DAT_001104d0 != 0) {\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" (if "if") (parenthesized_expression "(DAT_001104d0 != 0)" (( "(") (binary_expression "DAT_001104d0 != 0" (identifier "DAT_001104d0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = *puVar27;\n pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);\n printf(pcVar24,uVar13);\n }" ({ "{") (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" (identifier "uVar13") (= "=") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (; ";")) (expression_statement "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5);" (assignment_expression "pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5)" (identifier "pcVar24") (= "=") (cast_expression "(char *)dcgettext(0,"No member named `%s\'\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"No member named `%s\'\n",5)" (identifier "dcgettext") (argument_list "(0,"No member named `%s\'\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""No member named `%s\'\n"" (" """) (string_content "No member named `%s") (escape_sequence "\'") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar24,uVar13);" (call_expression "printf(pcVar24,uVar13)" (identifier "printf") (argument_list "(pcVar24,uVar13)" (( "(") (identifier "pcVar24") (, ",") (identifier "uVar13") () ")"))) (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_00102fbd:\n }\n if (bVar29) goto LAB_001032bc;" (statement_identifier "LAB_00102fbd") (: ":") (ERROR "}" (} "}")) (if_statement "if (bVar29) goto LAB_001032bc;" (if "if") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (goto_statement "goto LAB_001032bc;" (goto "goto") (statement_identifier "LAB_001032bc") (; ";")))) (} "}"))) (break_statement "break;" (break "break") (; ";")) (case_statement "case 2:" (case "case") (number_literal "2") (: ":")) (case_statement "case 7:\nswitchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }\n break;" (case "case") (number_literal "7") (: ":") (labeled_statement "switchD_00102dcd_caseD_2:\n if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" (statement_identifier "switchD_00102dcd_caseD_2") (: ":") (if_statement "if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) {\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" (if "if") (parenthesized_expression "((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0))" (( "(") (binary_expression "(puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)" (parenthesized_expression "(puVar27 != (ulong *)0x0)" (( "(") (binary_expression "puVar27 != (ulong *)0x0" (identifier "puVar27") (!= "!=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(0 < DAT_001104c0)" (( "(") (binary_expression "0 < DAT_001104c0" (number_literal "0") (< "<") (identifier "DAT_001104c0")) () ")"))) () ")")) (compound_statement "{\n FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);\n goto LAB_00102a47;\n }" ({ "{") (expression_statement "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7);" (call_expression "FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7)" (identifier "FUN_00105c30") (argument_list "(puVar11,puVar27,DAT_001104b0 == 7)" (( "(") (identifier "puVar11") (, ",") (identifier "puVar27") (, ",") (binary_expression "DAT_001104b0 == 7" (identifier "DAT_001104b0") (== "==") (number_literal "7")) () ")"))) (; ";")) (goto_statement "goto LAB_00102a47;" (goto "goto") (statement_identifier "LAB_00102a47") (; ";")) (} "}")))) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 3:\n FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" (case "case") (number_literal "3") (: ":") (expression_statement "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" (identifier "FUN_00105e60") (argument_list "(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff)" (( "(") (identifier "puVar11") (, ",") (identifier "FUN_00105060") (, ",") (identifier "puVar27") (, ",") (binary_expression "uVar17 & 0xffffffff" (identifier "uVar17") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (goto_statement "goto LAB_00102a47;" (goto "goto") (statement_identifier "LAB_00102a47") (; ";"))) (case_statement "case 4:\n FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);\n goto LAB_00102a47;" (case "case") (number_literal "4") (: ":") (expression_statement "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff);" (call_expression "FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" (identifier "FUN_00105e60") (argument_list "(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff)" (( "(") (identifier "puVar11") (, ",") (identifier "FUN_00104f20") (, ",") (identifier "puVar27") (, ",") (binary_expression "uVar17 & 0xffffffff" (identifier "uVar17") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (goto_statement "goto LAB_00102a47;" (goto "goto") (statement_identifier "LAB_00102a47") (; ";"))) (case_statement "default:\n pcVar24 = "internal error -- this option not implemented";\nLAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);\n \n FUN_00107860(uVar14);" (default "default") (: ":") (expression_statement "pcVar24 = "internal error -- this option not implemented";" (assignment_expression "pcVar24 = "internal error -- this option not implemented"" (identifier "pcVar24") (= "=") (string_literal ""internal error -- this option not implemented"" (" """) (string_content "internal error -- this option not implemented") (" """))) (; ";")) (labeled_statement "LAB_00102ef0:\n uVar14 = dcgettext(0,pcVar24,5);" (statement_identifier "LAB_00102ef0") (: ":") (expression_statement "uVar14 = dcgettext(0,pcVar24,5);" (assignment_expression "uVar14 = dcgettext(0,pcVar24,5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,pcVar24,5)" (identifier "dcgettext") (argument_list "(0,pcVar24,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar24") (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00107860(uVar14);" (call_expression "FUN_00107860(uVar14)" (identifier "FUN_00107860") (argument_list "(uVar14)" (( "(") (identifier "uVar14") () ")"))) (; ";"))) (case_statement "case 6:\n if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;\n if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" (case "case") (number_literal "6") (: ":") (if_statement "if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2;" (if "if") (parenthesized_expression "(DAT_001104d4 != 0)" (( "(") (binary_expression "DAT_001104d4 != 0" (identifier "DAT_001104d4") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto switchD_00102dcd_caseD_2;" (goto "goto") (statement_identifier "switchD_00102dcd_caseD_2") (; ";"))) (if_statement "if (puVar27 != (ulong *)0x0) {\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" (if "if") (parenthesized_expression "(puVar27 != (ulong *)0x0)" (( "(") (binary_expression "puVar27 != (ulong *)0x0" (identifier "puVar27") (!= "!=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }\nLAB_001032bc:\n FUN_00105280(puVar11);\n goto LAB_00102a47;\n }" ({ "{") (for_statement "for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) {\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" (for "for") (( "(") (; ";") (comma_expression "plVar15 = puVar11 + 0x1b, *puVar27 != 0" (assignment_expression "plVar15 = puVar11 + 0x1b" (identifier "plVar15") (= "=") (binary_expression "puVar11 + 0x1b" (identifier "puVar11") (+ "+") (number_literal "0x1b"))) (, ",") (binary_expression "*puVar27 != 0" (pointer_expression "*puVar27" (* "*") (identifier "puVar27")) (!= "!=") (number_literal "0"))) (; ";") (assignment_expression "puVar27 = puVar27 + 1" (identifier "puVar27") (= "=") (binary_expression "puVar27 + 1" (identifier "puVar27") (+ "+") (number_literal "1"))) () ")") (compound_statement "{\n while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }\n *plVar15 = puVar1[0x1b];\n plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);\n bVar29 = DAT_001104d0 != 0;\n lVar21 = *plVar15;\n *plVar15 = (long)puVar1;\n puVar1[0x1b] = lVar21;\n if (bVar29) {\n printf("m - %s\n",*puVar27);\n }\n }" ({ "{") (while_statement "while( true ) {\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n puVar1 = (undefined8 *)*plVar15;\n uVar13 = *puVar27;\n if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }\n uVar14 = *puVar1;\n if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }\n iVar20 = filename_cmp(uVar13,uVar14);\n if (iVar20 == 0) break;\n plVar15 = (long *)(*plVar15 + 0xd8);\n }" ({ "{") (expression_statement "puVar1 = (undefined8 *)*plVar15;" (assignment_expression "puVar1 = (undefined8 *)*plVar15" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)*plVar15" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (expression_statement "uVar13 = *puVar27;" (assignment_expression "uVar13 = *puVar27" (identifier "uVar13") (= "=") (pointer_expression "*puVar27" (* "*") (identifier "puVar27"))) (; ";")) (if_statement "if (puVar1 == (undefined8 *)0x0) {\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }" (if "if") (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 == (undefined8 *)0x0" (identifier "puVar1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar14 = *puVar11;\n uVar16 = dcgettext(0,"no entry %s in archive %s!",5);\n \n FUN_00107860(uVar16,uVar13,uVar14);\n }" ({ "{") (expression_statement "uVar14 = *puVar11;" (assignment_expression "uVar14 = *puVar11" (identifier "uVar14") (= "=") (pointer_expression "*puVar11" (* "*") (identifier "puVar11"))) (; ";")) (expression_statement "uVar16 = dcgettext(0,"no entry %s in archive %s!",5);" (assignment_expression "uVar16 = dcgettext(0,"no entry %s in archive %s!",5)" (identifier "uVar16") (= "=") (call_expression "dcgettext(0,"no entry %s in archive %s!",5)" (identifier "dcgettext") (argument_list "(0,"no entry %s in archive %s!",5)" (( "(") (number_literal "0") (, ",") (string_literal ""no entry %s in archive %s!"" (" """) (string_content "no entry %s in archive %s!") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00107860(uVar16,uVar13,uVar14);" (call_expression "FUN_00107860(uVar16,uVar13,uVar14)" (identifier "FUN_00107860") (argument_list "(uVar16,uVar13,uVar14)" (( "(") (identifier "uVar16") (, ",") (identifier "uVar13") (, ",") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar14 = *puVar1;" (assignment_expression "uVar14 = *puVar1" (identifier "uVar14") (= "=") (pointer_expression "*puVar1" (* "*") (identifier "puVar1"))) (; ";")) (if_statement "if (DAT_00110504 == 0) {\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" (if "if") (parenthesized_expression "(DAT_00110504 == 0)" (( "(") (binary_expression "DAT_00110504 == 0" (identifier "DAT_00110504") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = FUN_00105b50(uVar13,puVar11);\n }" ({ "{") (expression_statement "uVar13 = FUN_00105b50(uVar13,puVar11);" (assignment_expression "uVar13 = FUN_00105b50(uVar13,puVar11)" (identifier "uVar13") (= "=") (call_expression "FUN_00105b50(uVar13,puVar11)" (identifier "FUN_00105b50") (argument_list "(uVar13,puVar11)" (( "(") (identifier "uVar13") (, ",") (identifier "puVar11") () ")")))) (; ";")) (} "}"))) (expression_statement "iVar20 = filename_cmp(uVar13,uVar14);" (assignment_expression "iVar20 = filename_cmp(uVar13,uVar14)" (identifier "iVar20") (= "=") (call_expression "filename_cmp(uVar13,uVar14)" (identifier "filename_cmp") (argument_list "(uVar13,uVar14)" (( "(") (identifier "uVar13") (, ",") (identifier "uVar14") () ")")))) (; ";")) (if_statement "if (iVar20 == 0) break;" (if "if") (parenthesized_expression "(iVar20 == 0)" (( "(") (binary_expression "iVar20 == 0" (identifier "iVar20") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "plVar15 = (long *)(*plVar15 + 0xd8);" (assignment_expression "plVar15 = (long *)(*plVar15 + 0xd8)" (identifier "plVar15") (= "=") (cast_expression "(long *)(*plVar15 + 0xd8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar15 + 0xd8)" (( "(") (binary_expression "*plVar15 + 0xd8" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (+ "+") (number_literal "0xd8")) () ")")))) (; ";")) (} "}"))) (expression_statement "*plVar15 = puVar1[0x1b];" (assignment_expression "*plVar15 = puVar1[0x1b]" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (= "=") (subscript_expression "puVar1[0x1b]" (identifier "puVar1") ([ "[") (number_literal "0x1b") (] "]"))) (; ";")) (expression_statement "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0);" (assignment_expression "plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0)" (identifier "plVar15") (= "=") (cast_expression "(long *)FUN_00104e70(puVar11 + 0x1b,3,0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00104e70(puVar11 + 0x1b,3,0)" (identifier "FUN_00104e70") (argument_list "(puVar11 + 0x1b,3,0)" (( "(") (binary_expression "puVar11 + 0x1b" (identifier "puVar11") (+ "+") (number_literal "0x1b")) (, ",") (number_literal "3") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "bVar29 = DAT_001104d0 != 0;" (assignment_expression "bVar29 = DAT_001104d0 != 0" (identifier "bVar29") (= "=") (binary_expression "DAT_001104d0 != 0" (identifier "DAT_001104d0") (!= "!=") (number_literal "0"))) (; ";")) (expression_statement "lVar21 = *plVar15;" (assignment_expression "lVar21 = *plVar15" (identifier "lVar21") (= "=") (pointer_expression "*plVar15" (* "*") (identifier "plVar15"))) (; ";")) (expression_statement "*plVar15 = (long)puVar1;" (assignment_expression "*plVar15 = (long)puVar1" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (= "=") (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1"))) (; ";")) (expression_statement "puVar1[0x1b] = lVar21;" (assignment_expression "puVar1[0x1b] = lVar21" (subscript_expression "puVar1[0x1b]" (identifier "puVar1") ([ "[") (number_literal "0x1b") (] "]")) (= "=") (identifier "lVar21")) (; ";")) (if_statement "if (bVar29) {\n printf("m - %s\n",*puVar27);\n }" (if "if") (parenthesized_expression "(bVar29)" (( "(") (identifier "bVar29") () ")")) (compound_statement "{\n printf("m - %s\n",*puVar27);\n }" ({ "{") (expression_statement "printf("m - %s\n",*puVar27);" (call_expression "printf("m - %s\n",*puVar27)" (identifier "printf") (argument_list "("m - %s\n",*puVar27)" (( "(") (string_literal ""m - %s\n"" (" """) (string_content "m - %s") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*puVar27" (* "*") (identifier "puVar27")) () ")"))) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_001032bc:\n FUN_00105280(puVar11);" (statement_identifier "LAB_001032bc") (: ":") (expression_statement "FUN_00105280(puVar11);" (call_expression "FUN_00105280(puVar11)" (identifier "FUN_00105280") (argument_list "(puVar11)" (( "(") (identifier "puVar11") () ")"))) (; ";"))) (goto_statement "goto LAB_00102a47;" (goto "goto") (statement_identifier "LAB_00102a47") (; ";")) (} "}")))) (} "}"))) (expression_statement "DAT_001104e8 = 0;" (assignment_expression "DAT_001104e8 = 0" (identifier "DAT_001104e8") (= "=") (number_literal "0")) (; ";"))) (} "}"))) (type_identifier "else") (; "") (compound_statement "{\n if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }\n iVar20 = fileno(stdin);\n DAT_001104ac = isatty(iVar20);\n FUN_00103490();\n }" ({ "{") (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(DAT_00110314 < 0)" (( "(") (binary_expression "DAT_00110314 < 0" (identifier "DAT_00110314") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n DAT_00110314 = 1;\n }" ({ "{") (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" (identifier "DAT_00110314") (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "iVar20 = fileno(stdin);" (assignment_expression "iVar20 = fileno(stdin)" (identifier "iVar20") (= "=") (call_expression "fileno(stdin)" (identifier "fileno") (argument_list "(stdin)" (( "(") (identifier "stdin") () ")")))) (; ";")) (expression_statement "DAT_001104ac = isatty(iVar20);" (assignment_expression "DAT_001104ac = isatty(iVar20)" (identifier "DAT_001104ac") (= "=") (call_expression "isatty(iVar20)" (identifier "isatty") (argument_list "(iVar20)" (( "(") (identifier "iVar20") () ")")))) (; ";")) (expression_statement "FUN_00103490();" (call_expression "FUN_00103490()" (identifier "FUN_00103490") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (labeled_statement "LAB_00102a47:\n \n xexit(0);" (statement_identifier "LAB_00102a47") (: ":") (expression_statement "xexit(0);" (call_expression "xexit(0)" (identifier "xexit") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";"))) (} "}"))) (expression_statement "FUN_001053f0(1);" (call_expression "FUN_001053f0(1)" (identifier "FUN_001053f0") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}")) (else_clause "else {\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" (else "else") (compound_statement "{\n uVar4 = 0;\n ppuVar18 = &PTR_DAT_00110320;\n while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }\n if (1 < iVar20) break;\n }" ({ "{") (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" (identifier "uVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "ppuVar18 = &PTR_DAT_00110320;" (assignment_expression "ppuVar18 = &PTR_DAT_00110320" (identifier "ppuVar18") (= "=") (pointer_expression "&PTR_DAT_00110320" (& "&") (identifier "PTR_DAT_00110320"))) (; ";")) (while_statement "while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) {\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" (while "while") (parenthesized_expression "(iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1)" (( "(") (comma_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1" (assignment_expression "iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" (identifier "iVar3") (= "=") (call_expression "getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" (identifier "getopt_long") (argument_list "(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0)" (( "(") (identifier "iVar20") (, ",") (identifier "puVar27") (, ",") (string_literal ""DhHUvVt"" (" """) (string_content "DhHUvVt") (" """)) (, ",") (pointer_expression "&PTR_DAT_00110320" (& "&") (identifier "PTR_DAT_00110320")) (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar3 != -1" (identifier "iVar3") (!= "!=") (number_literal "-1"))) () ")")) (compound_statement "{\n if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }\n }" ({ "{") (if_statement "if (iVar3 == 0x56) {\nLAB_00102b02:\n DAT_001104fc = 1;\n }\n else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (if "if") (parenthesized_expression "(iVar3 == 0x56)" (( "(") (binary_expression "iVar3 == 0x56" (identifier "iVar3") (== "==") (number_literal "0x56")) () ")")) (compound_statement "{\nLAB_00102b02:\n DAT_001104fc = 1;\n }" ({ "{") (labeled_statement "LAB_00102b02:\n DAT_001104fc = 1;" (statement_identifier "LAB_00102b02") (: ":") (expression_statement "DAT_001104fc = 1;" (assignment_expression "DAT_001104fc = 1" (identifier "DAT_001104fc") (= "=") (number_literal "1")) (; ";"))) (} "}")) (else_clause "else if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (else "else") (if_statement "if (iVar3 < 0x57) {\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }\n else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (if "if") (parenthesized_expression "(iVar3 < 0x57)" (( "(") (binary_expression "iVar3 < 0x57" (identifier "iVar3") (< "<") (number_literal "0x57")) () ")")) (compound_statement "{\n if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }\n }" ({ "{") (if_statement "if (iVar3 == 0x48) {\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }\n else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(iVar3 == 0x48)" (( "(") (binary_expression "iVar3 == 0x48" (identifier "iVar3") (== "==") (number_literal "0x48")) () ")")) (compound_statement "{\nLAB_00102ad5:\n DAT_001104f8 = 1;\n }" ({ "{") (labeled_statement "LAB_00102ad5:\n DAT_001104f8 = 1;" (statement_identifier "LAB_00102ad5") (: ":") (expression_statement "DAT_001104f8 = 1;" (assignment_expression "DAT_001104f8 = 1" (identifier "DAT_001104f8") (= "=") (number_literal "1")) (; ";"))) (} "}")) (else_clause "else if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" (else "else") (if_statement "if (iVar3 == 0x55) {\n DAT_00110314 = 0;\n }\n else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(iVar3 == 0x55)" (( "(") (binary_expression "iVar3 == 0x55" (identifier "iVar3") (== "==") (number_literal "0x55")) () ")")) (compound_statement "{\n DAT_00110314 = 0;\n }" ({ "{") (expression_statement "DAT_00110314 = 0;" (assignment_expression "DAT_00110314 = 0" (identifier "DAT_00110314") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" (else "else") (if_statement "if (iVar3 == 0x44) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(iVar3 == 0x44)" (( "(") (binary_expression "iVar3 == 0x44" (identifier "iVar3") (== "==") (number_literal "0x44")) () ")")) (compound_statement "{\n DAT_00110314 = 1;\n }" ({ "{") (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" (identifier "DAT_00110314") (= "=") (number_literal "1")) (; ";")) (} "}"))))))) (} "}")) (else_clause "else if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (else "else") (if_statement "if (iVar3 == 0x74) {\n uVar4 = 1;\n }\n else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (if "if") (parenthesized_expression "(iVar3 == 0x74)" (( "(") (binary_expression "iVar3 == 0x74" (identifier "iVar3") (== "==") (number_literal "0x74")) () ")")) (compound_statement "{\n uVar4 = 1;\n }" ({ "{") (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" (identifier "uVar4") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (else "else") (if_statement "if (iVar3 < 0x75) {\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }\n else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (if "if") (parenthesized_expression "(iVar3 < 0x75)" (( "(") (binary_expression "iVar3 < 0x75" (identifier "iVar3") (< "<") (number_literal "0x75")) () ")")) (compound_statement "{\n if (iVar3 == 0x68) goto LAB_00102ad5;\n }" ({ "{") (if_statement "if (iVar3 == 0x68) goto LAB_00102ad5;" (if "if") (parenthesized_expression "(iVar3 == 0x68)" (( "(") (binary_expression "iVar3 == 0x68" (identifier "iVar3") (== "==") (number_literal "0x68")) () ")")) (goto_statement "goto LAB_00102ad5;" (goto "goto") (statement_identifier "LAB_00102ad5") (; ";"))) (} "}")) (else_clause "else {\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" (else "else") (compound_statement "{\n if (iVar3 == 0x76) goto LAB_00102b02;\n if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }\n }" ({ "{") (if_statement "if (iVar3 == 0x76) goto LAB_00102b02;" (if "if") (parenthesized_expression "(iVar3 == 0x76)" (( "(") (binary_expression "iVar3 == 0x76" (identifier "iVar3") (== "==") (number_literal "0x76")) () ")")) (goto_statement "goto LAB_00102b02;" (goto "goto") (statement_identifier "LAB_00102b02") (; ";"))) (if_statement "if (iVar3 == 0xc9) {\n bfd_plugin_set_plugin(optarg);\n }" (if "if") (parenthesized_expression "(iVar3 == 0xc9)" (( "(") (binary_expression "iVar3 == 0xc9" (identifier "iVar3") (== "==") (number_literal "0xc9")) () ")")) (compound_statement "{\n bfd_plugin_set_plugin(optarg);\n }" ({ "{") (expression_statement "bfd_plugin_set_plugin(optarg);" (call_expression "bfd_plugin_set_plugin(optarg)" (identifier "bfd_plugin_set_plugin") (argument_list "(optarg)" (( "(") (identifier "optarg") () ")"))) (; ";")) (} "}"))) (} "}")))))))))) (} "}"))) (if_statement "if (1 < iVar20) break;" (if "if") (parenthesized_expression "(1 < iVar20)" (( "(") (binary_expression "1 < iVar20" (number_literal "1") (< "<") (identifier "iVar20")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")))) (expression_statement "FUN_00105080(0);" (call_expression "FUN_00105080(0)" (identifier "FUN_00105080") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (labeled_statement "LAB_00102f25:\n iVar20 = 1;" (statement_identifier "LAB_00102f25") (: ":") (expression_statement "iVar20 = 1;" (assignment_expression "iVar20 = 1" (identifier "iVar20") (= "=") (number_literal "1")) (; ";"))) (} "}"))) (while_statement "while( true );" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (expression_statement ";" (; ";"))) (if_statement "if (DAT_001104f8 != 0) {\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" (if "if") (parenthesized_expression "(DAT_001104f8 != 0)" (( "(") (binary_expression "DAT_001104f8 != 0" (identifier "DAT_001104f8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = FUN_00105080(1);\n goto LAB_00102ed1;\n }" ({ "{") (expression_statement "uVar4 = FUN_00105080(1);" (assignment_expression "uVar4 = FUN_00105080(1)" (identifier "uVar4") (= "=") (call_expression "FUN_00105080(1)" (identifier "FUN_00105080") (argument_list "(1)" (( "(") (number_literal "1") () ")")))) (; ";")) (goto_statement "goto LAB_00102ed1;" (goto "goto") (statement_identifier "LAB_00102ed1") (; ";")) (} "}"))) (if_statement "if (DAT_001104fc != 0) {\n FUN_00108580("ranlib");\n }" (if "if") (parenthesized_expression "(DAT_001104fc != 0)" (( "(") (binary_expression "DAT_001104fc != 0" (identifier "DAT_001104fc") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00108580("ranlib");\n }" ({ "{") (expression_statement "FUN_00108580("ranlib");" (call_expression "FUN_00108580("ranlib")" (identifier "FUN_00108580") (argument_list "("ranlib")" (( "(") (string_literal ""ranlib"" (" """) (string_content "ranlib") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_00110314 < 0) {\n DAT_00110314 = 1;\n }" (if "if") (parenthesized_expression "(DAT_00110314 < 0)" (( "(") (binary_expression "DAT_00110314 < 0" (identifier "DAT_00110314") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n DAT_00110314 = 1;\n }" ({ "{") (expression_statement "DAT_00110314 = 1;" (assignment_expression "DAT_00110314 = 1" (identifier "DAT_00110314") (= "=") (number_literal "1")) (; ";")) (} "}"))) (if_statement "if ((int)optind < iVar20) {\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }\n else {\n uVar26 = 0;\n }" (if "if") (parenthesized_expression "((int)optind < iVar20)" (( "(") (binary_expression "(int)optind < iVar20" (cast_expression "(int)optind" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "optind")) (< "<") (identifier "iVar20")) () ")")) (compound_statement "{\n lVar21 = (long)(int)optind;\n uVar5 = ~optind;\n puVar12 = puVar27 + lVar21;\n uVar26 = 0;\n do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);\n }" ({ "{") (expression_statement "lVar21 = (long)(int)optind;" (assignment_expression "lVar21 = (long)(int)optind" (identifier "lVar21") (= "=") (cast_expression "(long)(int)optind" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)optind" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "optind")))) (; ";")) (expression_statement "uVar5 = ~optind;" (assignment_expression "uVar5 = ~optind" (identifier "uVar5") (= "=") (unary_expression "~optind" (~ "~") (identifier "optind"))) (; ";")) (expression_statement "puVar12 = puVar27 + lVar21;" (assignment_expression "puVar12 = puVar27 + lVar21" (identifier "puVar12") (= "=") (binary_expression "puVar27 + lVar21" (identifier "puVar27") (+ "+") (identifier "lVar21"))) (; ";")) (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" (identifier "uVar26") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1);" (do "do") (compound_statement "{\n pcVar24 = (char *)*puVar12;\n if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }\nLAB_00102b92:\n uVar26 = uVar26 | uVar6;\n puVar12 = puVar12 + 1;\n }" ({ "{") (expression_statement "pcVar24 = (char *)*puVar12;" (assignment_expression "pcVar24 = (char *)*puVar12" (identifier "pcVar24") (= "=") (cast_expression "(char *)*puVar12" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar12" (* "*") (identifier "puVar12")))) (; ";")) (if_statement "if (uVar4 == 0) {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }\n else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" (if "if") (parenthesized_expression "(uVar4 == 0)" (( "(") (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = 1;\n if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }\n }" ({ "{") (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" (identifier "lVar9") (= "=") (call_expression "FUN_00108170(pcVar24)" (identifier "FUN_00108170") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")")))) (; ";")) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" (identifier "uVar6") (= "=") (number_literal "1")) (; ";")) (if_statement "if (0 < lVar9) {\n uVar6 = FUN_001062f0(pcVar24);\n }" (if "if") (parenthesized_expression "(0 < lVar9)" (( "(") (binary_expression "0 < lVar9" (number_literal "0") (< "<") (identifier "lVar9")) () ")")) (compound_statement "{\n uVar6 = FUN_001062f0(pcVar24);\n }" ({ "{") (expression_statement "uVar6 = FUN_001062f0(pcVar24);" (assignment_expression "uVar6 = FUN_001062f0(pcVar24)" (identifier "uVar6") (= "=") (call_expression "FUN_001062f0(pcVar24)" (identifier "FUN_001062f0") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")")))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" (else "else") (compound_statement "{\n lVar9 = FUN_00108170(pcVar24);\n uVar6 = uVar4;\n if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }\n }" ({ "{") (expression_statement "lVar9 = FUN_00108170(pcVar24);" (assignment_expression "lVar9 = FUN_00108170(pcVar24)" (identifier "lVar9") (= "=") (call_expression "FUN_00108170(pcVar24)" (identifier "FUN_00108170") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")")))) (; ";")) (expression_statement "uVar6 = uVar4;" (assignment_expression "uVar6 = uVar4" (identifier "uVar6") (= "=") (identifier "uVar4")) (; ";")) (if_statement "if (0 < lVar9) {\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }" (if "if") (parenthesized_expression "(0 < lVar9)" (( "(") (binary_expression "0 < lVar9" (number_literal "0") (< "<") (identifier "lVar9")) () ")")) (compound_statement "{\n iVar3 = open(pcVar24,2,0);\n if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }\n bfd_set_error(1);\n FUN_001077e0(pcVar24);\nLAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);\n \n FUN_00107860(uVar14,pcVar24);\n }" ({ "{") (expression_statement "iVar3 = open(pcVar24,2,0);" (assignment_expression "iVar3 = open(pcVar24,2,0)" (identifier "iVar3") (= "=") (call_expression "open(pcVar24,2,0)" (identifier "open") (argument_list "(pcVar24,2,0)" (( "(") (identifier "pcVar24") (, ",") (number_literal "2") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (-1 < iVar3) {\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" (if "if") (parenthesized_expression "(-1 < iVar3)" (( "(") (binary_expression "-1 < iVar3" (number_literal "-1") (< "<") (identifier "iVar3")) () ")")) (compound_statement "{\n lVar9 = bfd_fdopenr(pcVar24,0,iVar3);\n if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }\n FUN_001077e0(pcVar24);\n }" ({ "{") (expression_statement "lVar9 = bfd_fdopenr(pcVar24,0,iVar3);" (assignment_expression "lVar9 = bfd_fdopenr(pcVar24,0,iVar3)" (identifier "lVar9") (= "=") (call_expression "bfd_fdopenr(pcVar24,0,iVar3)" (identifier "bfd_fdopenr") (argument_list "(pcVar24,0,iVar3)" (( "(") (identifier "pcVar24") (, ",") (number_literal "0") (, ",") (identifier "iVar3") () ")")))) (; ";")) (if_statement "if (lVar9 != 0) {\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" (if "if") (parenthesized_expression "(lVar9 != 0)" (( "(") (binary_expression "lVar9 != 0" (identifier "lVar9") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = bfd_check_format_matches(lVar9,2,&local_40);\n if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }\n if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;\n if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }\n (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);\n iVar3 = bfd_close(lVar9);\n if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }\n }" ({ "{") (expression_statement "iVar3 = bfd_check_format_matches(lVar9,2,&local_40);" (assignment_expression "iVar3 = bfd_check_format_matches(lVar9,2,&local_40)" (identifier "iVar3") (= "=") (call_expression "bfd_check_format_matches(lVar9,2,&local_40)" (identifier "bfd_check_format_matches") (argument_list "(lVar9,2,&local_40)" (( "(") (identifier "lVar9") (, ",") (number_literal "2") (, ",") (pointer_expression "&local_40" (& "&") (identifier "local_40")) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001075b0(pcVar24);\n iVar20 = bfd_get_error();\n if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }\n \n xexit(1);\n }" ({ "{") (expression_statement "FUN_001075b0(pcVar24);" (call_expression "FUN_001075b0(pcVar24)" (identifier "FUN_001075b0") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")"))) (; ";")) (expression_statement "iVar20 = bfd_get_error();" (assignment_expression "iVar20 = bfd_get_error()" (identifier "iVar20") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar20 == 0xd) {\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" (if "if") (parenthesized_expression "(iVar20 == 0xd)" (( "(") (binary_expression "iVar20 == 0xd" (identifier "iVar20") (== "==") (number_literal "0xd")) () ")")) (compound_statement "{\n FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;\n }" ({ "{") (expression_statement "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" (identifier "FUN_001079f0") (argument_list "(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" (( "(") (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" (identifier "CONCAT53") (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" (( "(") (identifier "uStack_3d") (, ",") (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" (identifier "CONCAT12") (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" (( "(") (identifier "uStack_3e") (, ",") (call_expression "CONCAT11(cStack_3f,local_40)" (identifier "CONCAT11") (argument_list "(cStack_3f,local_40)" (( "(") (identifier "cStack_3f") (, ",") (identifier "local_40") () ")"))) () ")"))) () ")"))) () ")"))) (; ";")) (expression_statement "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))\n ;" (call_expression "free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" (identifier "free") (argument_list "((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))))" (( "(") (cast_expression "(void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" (identifier "CONCAT53") (argument_list "(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))" (( "(") (identifier "uStack_3d") (, ",") (call_expression "CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40))" (identifier "CONCAT12") (argument_list "(uStack_3e,CONCAT11(cStack_3f,local_40))" (( "(") (identifier "uStack_3e") (, ",") (call_expression "CONCAT11(cStack_3f,local_40)" (identifier "CONCAT11") (argument_list "(cStack_3f,local_40)" (( "(") (identifier "cStack_3f") (, ",") (identifier "local_40") () ")"))) () ")"))) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "xexit(1);" (call_expression "xexit(1)" (identifier "xexit") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) (if_statement "if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d;" (if "if") (parenthesized_expression "(-1 < *(char *)(lVar9 + 0x47))" (( "(") (binary_expression "-1 < *(char *)(lVar9 + 0x47)" (number_literal "-1") (< "<") (pointer_expression "*(char *)(lVar9 + 0x47)" (* "*") (cast_expression "(char *)(lVar9 + 0x47)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x47)" (( "(") (binary_expression "lVar9 + 0x47" (identifier "lVar9") (+ "+") (number_literal "0x47")) () ")"))))) () ")")) (goto_statement "goto LAB_0010331d;" (goto "goto") (statement_identifier "LAB_0010331d") (; ";"))) (if_statement "if (DAT_00110314 != 0) {\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" (if "if") (parenthesized_expression "(DAT_00110314 != 0)" (( "(") (binary_expression "DAT_00110314 != 0" (identifier "DAT_00110314") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;\n }" ({ "{") (expression_statement "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000;" (assignment_expression "*(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" (* "*") (cast_expression "(uint *)(lVar9 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x44)" (( "(") (binary_expression "lVar9 + 0x44" (identifier "lVar9") (+ "+") (number_literal "0x44")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar9 + 0x44) | 0x40000" (pointer_expression "*(uint *)(lVar9 + 0x44)" (* "*") (cast_expression "(uint *)(lVar9 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 0x44)" (( "(") (binary_expression "lVar9 + 0x44" (identifier "lVar9") (+ "+") (number_literal "0x44")) () ")")))) (| "|") (number_literal "0x40000"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9);" (call_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9)" (parenthesized_expression "(**(code **)(*(long *)(lVar9 + 8) + 0x1e8))" (( "(") (pointer_expression "**(code **)(*(long *)(lVar9 + 8) + 0x1e8)" (* "*") (pointer_expression "*(code **)(*(long *)(lVar9 + 8) + 0x1e8)" (* "*") (cast_expression "(code **)(*(long *)(lVar9 + 8) + 0x1e8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(lVar9 + 8) + 0x1e8)" (( "(") (binary_expression "*(long *)(lVar9 + 8) + 0x1e8" (pointer_expression "*(long *)(lVar9 + 8)" (* "*") (cast_expression "(long *)(lVar9 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar9 + 8)" (( "(") (binary_expression "lVar9 + 8" (identifier "lVar9") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x1e8")) () ")"))))) () ")")) (argument_list "(lVar9)" (( "(") (identifier "lVar9") () ")"))) (; ";")) (expression_statement "iVar3 = bfd_close(lVar9);" (assignment_expression "iVar3 = bfd_close(lVar9)" (identifier "iVar3") (= "=") (call_expression "bfd_close(lVar9)" (identifier "bfd_close") (argument_list "(lVar9)" (( "(") (identifier "lVar9") () ")")))) (; ";")) (if_statement "if (iVar3 != 0) {\n uVar6 = 0;\n goto LAB_00102b92;\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar6 = 0;\n goto LAB_00102b92;\n }" ({ "{") (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_00102b92;" (goto "goto") (statement_identifier "LAB_00102b92") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" (identifier "FUN_001077e0") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")"))) (; ";")) (} "}"))) (expression_statement "bfd_set_error(1);" (call_expression "bfd_set_error(1)" (identifier "bfd_set_error") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (expression_statement "FUN_001077e0(pcVar24);" (call_expression "FUN_001077e0(pcVar24)" (identifier "FUN_001077e0") (argument_list "(pcVar24)" (( "(") (identifier "pcVar24") () ")"))) (; ";")) (labeled_statement "LAB_0010331d:\n uVar14 = dcgettext(0,"%s: no archive map to update",5);" (statement_identifier "LAB_0010331d") (: ":") (expression_statement "uVar14 = dcgettext(0,"%s: no archive map to update",5);" (assignment_expression "uVar14 = dcgettext(0,"%s: no archive map to update",5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,"%s: no archive map to update",5)" (identifier "dcgettext") (argument_list "(0,"%s: no archive map to update",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: no archive map to update"" (" """) (string_content "%s: no archive map to update") (" """)) (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00107860(uVar14,pcVar24);" (call_expression "FUN_00107860(uVar14,pcVar24)" (identifier "FUN_00107860") (argument_list "(uVar14,pcVar24)" (( "(") (identifier "uVar14") (, ",") (identifier "pcVar24") () ")"))) (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_00102b92:\n uVar26 = uVar26 | uVar6;" (statement_identifier "LAB_00102b92") (: ":") (expression_statement "uVar26 = uVar26 | uVar6;" (assignment_expression "uVar26 = uVar26 | uVar6" (identifier "uVar26") (= "=") (binary_expression "uVar26 | uVar6" (identifier "uVar26") (| "|") (identifier "uVar6"))) (; ";"))) (expression_statement "puVar12 = puVar12 + 1;" (assignment_expression "puVar12 = puVar12 + 1" (identifier "puVar12") (= "=") (binary_expression "puVar12 + 1" (identifier "puVar12") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1)" (( "(") (binary_expression "puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" (identifier "puVar12") (!= "!=") (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20) + lVar21" (binary_expression "puVar27 + (ulong)(uVar5 + iVar20)" (identifier "puVar27") (+ "+") (call_expression "(ulong)(uVar5 + iVar20)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar5 + iVar20)" (( "(") (binary_expression "uVar5 + iVar20" (identifier "uVar5") (+ "+") (identifier "iVar20")) () ")")))) (+ "+") (identifier "lVar21")) (+ "+") (number_literal "1"))) () ")")) (; ";")) (} "}")) (else_clause "else {\n uVar26 = 0;\n }" (else "else") (compound_statement "{\n uVar26 = 0;\n }" ({ "{") (expression_statement "uVar26 = 0;" (assignment_expression "uVar26 = 0" (identifier "uVar26") (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "xexit(uVar26);" (call_expression "xexit(uVar26)" (identifier "xexit") (argument_list "(uVar26)" (( "(") (identifier "uVar26") () ")"))) (; ";")) (} "}")))
int main(int argc,char **argv) { bfd *pbVar1; bfd *pbVar2; char cVar3; bfd_boolean bVar4; uint uVar5; int iVar6; uint uVar7; uint uVar8; int iVar9; operations extraout_EAX; operations oVar10; long lVar11; bfd *arch; char **ppcVar12; char *pcVar13; off_t oVar14; bfd **ppbVar15; char *format; ulong uVar16; option *file_name; char **ppcVar17; int iVar18; long lVar19; char **ppcVar20; char *pcVar21; char **ppcVar22; uint uVar23; char **ppcVar24; char **ppcVar25; bool bVar26; byte bVar27; char **local_58; int local_4c [3]; char buffer [3]; undefined5 uStack_3d; bVar27 = 0; local_58 = argv; local_4c[0] = argc; setlocale(5,""); setlocale(0,""); bindtextdomain("binutils","/usr/share/locale"); textdomain("binutils"); program_name = *local_58; xmalloc_set_program_name(); bfd_set_error_program_name(program_name); bfd_plugin_set_program_name(program_name); expandargv(local_4c,&local_58); if (is_ranlib < 0) { pcVar13 = (char *)lbasename(program_name); uVar16 = 0xffffffffffffffff; pcVar21 = pcVar13; do { if (uVar16 == 0) break; uVar16 = uVar16 - 1; cVar3 = *pcVar21; pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1; } while (cVar3 != '\0'); if ((~uVar16 - 1 < 6) || (iVar18 = filename_cmp(pcVar13 + (~uVar16 - 7),"ranlib"), iVar18 != 0)) { is_ranlib = 0; } else { is_ranlib = 1; } } bfd_init(); set_default_bfd_target(); xatexit(remove_output); if (local_4c[0] < 2) goto LAB_00102f25; lVar19 = 8; iVar18 = 1; do { bVar4 = ar_emul_parse_arg(*(char **)((long)local_58 + lVar19)); if (bVar4 == 0) break; iVar18 = iVar18 + 1; lVar19 = lVar19 + 8; } while (iVar18 < local_4c[0]); do { file_name = (option *)(ulong)(iVar18 - 1U); ppcVar24 = local_58 + (long)iVar18 + -1; iVar18 = local_4c[0] - (iVar18 - 1U); local_58 = ppcVar24; local_4c[0] = iVar18; if (is_ranlib == 0) { ppcVar12 = ppcVar24; if (iVar18 < 2) goto LAB_001027bc; iVar6 = iVar18; if (*ppcVar24[1] != '-') { buffer[0] = '-'; lVar19 = -1; ppcVar17 = ppcVar24 + 2; buffer[2] = '\0'; pcVar21 = ppcVar24[1]; do { if (lVar19 == 0) break; lVar19 = lVar19 + -1; cVar3 = *pcVar21; pcVar21 = pcVar21 + (ulong)bVar27 * -2 + 1; } while (cVar3 != '\0'); iVar9 = iVar18 + -1 + ~(uint)lVar19; iVar6 = iVar9 + -1; ppcVar12 = (char **)xmalloc((long)iVar9 * 8); ppcVar25 = ppcVar12 + 1; *ppcVar12 = *ppcVar24; pcVar21 = ppcVar24[1]; cVar3 = *pcVar21; if (cVar3 != '\0') { ppcVar22 = ppcVar25; do { ppcVar25 = ppcVar22 + 1; pcVar21 = pcVar21 + 1; buffer[1] = cVar3; pcVar13 = (char *)xstrdup(buffer); *ppcVar22 = pcVar13; cVar3 = *pcVar21; ppcVar22 = ppcVar25; } while (cVar3 != '\0'); } ppcVar22 = ppcVar25; if (ppcVar17 < ppcVar24 + iVar18) { do { ppcVar20 = ppcVar17 + (ulong)bVar27 * -2 + 1; *ppcVar22 = *ppcVar17; ppcVar17 = ppcVar20; ppcVar22 = ppcVar22 + (ulong)bVar27 * -2 + 1; } while (ppcVar20 < ppcVar24 + iVar18); ppcVar25 = ppcVar25 + (long)iVar18 + -2; } *ppcVar25 = (char *)0x0; } file_name = (option *)&DAT_0010bd38; iVar18 = iVar6; while (uVar5 = getopt_long(iVar18,ppcVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",long_options,0), uVar5 != 0xffffffff) { if (((uVar5 - 100 < 0x15) && ((1L << ((byte)(uVar5 - 100) & 0x3f) & 0x117201U) != 0)) && (operation != none)) { pcVar21 = "two different operation options specified"; goto LAB_00102ef0; } if (uVar5 < 0xcb) { /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */ /* WARNING: Treating indirect jump as call */ iVar18 = (*(code *)((long)&file_name->name + (long)*(int *)((long)&file_name->name + (ulong)uVar5 * 4)))(); return iVar18; } LAB_001027bc: usage(0); postype = pos_before; } local_58 = ppcVar12 + (int)optind; if (show_help == 0) { if (show_version != 0) { print_version("ar"); } if (mri_mode == 0) { file_name = (option *)*local_58; if (file_name == (option *)0x0) goto LAB_001027bc; oVar10 = operation; if (operation == quick_append) { if (write_armap != 0) { operation = replace; oVar10 = replace; } } else { ppcVar24 = ppcVar12; if ((operation == none) || (operation == print_table)) { LAB_00102ed1: if (write_armap == 1) { oVar14 = get_file_size((char *)file_name); iVar18 = 1; if (0 < oVar14) { iVar18 = ranlib_only((char *)file_name); } /* WARNING: Subroutine does not return */ xexit(iVar18); } ppcVar12 = ppcVar24; iVar18 = write_armap; if (oVar10 == none) { pcVar21 = "no operation specified"; goto LAB_00102ef0; } } } if (newer_only == 0) { LAB_00102cc0: if (deterministic < 0) { deterministic = 1; } } else { if (oVar10 != replace) { pcVar21 = "`u\' is only meaningful with the `r\' option."; goto LAB_00102ef0; } if (0 < deterministic) { pcVar21 = "`u\' is not meaningful with the `D\' option."; goto LAB_00102ef0; } if (deterministic != 0) { pcVar21 = (char *)dcgettext(0, "`u\' modifier ignored since `D\' is the default (see `U\')" ,5); non_fatal(pcVar21); goto LAB_00102cc0; } } if (postype == pos_default) { file_name = (option *)0x0; } else { file_name = (option *)0x1; pcVar21 = "missing position arg."; posname = *local_58; if (posname == (char *)0x0) goto LAB_00102ef0; } if (counted_name_mode != 0) { if ((operation & ~print_files) != del) { pcVar21 = "`N\' is only meaningful with the `x\' and `d\' options."; goto LAB_00102ef0; } if (local_58[(int)file_name] == (char *)0x0) { pcVar21 = (char *)dcgettext(0,"`N\' missing value.",5); /* WARNING: Subroutine does not return */ fatal(pcVar21); } lVar19 = strtol(local_58[(int)file_name],(char **)0x0,10); counted_name_counter = (int)lVar19; if (counted_name_counter < 1) { pcVar21 = "Value for `N\' must be positive."; goto LAB_00102ef0; } file_name = (option *)(ulong)((int)file_name + 1); } pcVar21 = local_58[(int)file_name]; if (pcVar21 == (char *)0x0) goto LAB_001027bc; lVar19 = 0; do { lVar11 = lVar19; lVar19 = lVar11 + 1; } while ((local_58 + (int)file_name)[lVar19] != (char *)0x0); ppcVar24 = (char **)0x0; iVar18 = (int)lVar11; pcVar13 = (char *)0x0; if (iVar18 != 0) { ppcVar24 = local_58 + (long)(int)file_name + 1; if (ppcVar24 == (char **)0x0) { pcVar13 = (char *)0x0; } else { pcVar13 = *ppcVar24; } } arch = open_inarch(pcVar21,pcVar13); if (operation == extract) { if ((arch->field_0x48 & 1) != 0) { pcVar21 = "`x\' cannot be used on thin archives."; goto LAB_00102ef0; } map_over_members(arch,extract_file,ppcVar24,iVar18); goto LAB_00102a47; } switch(operation) { case del: bVar26 = false; if (ppcVar24 != (char **)0x0) { for (; *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) { iVar18 = strcmp(*ppcVar24,"__.SYMDEF"); if (iVar18 == 0) { arch->field_0x47 = arch->field_0x47 & 0x7f; write_armap = -1; } else { iVar18 = 0; pbVar1 = arch; while( true ) { ppbVar15 = &pbVar1->archive_next; if (*ppbVar15 == (bfd *)0x0) break; pcVar21 = (*ppbVar15)->filename; pcVar13 = *ppcVar24; if (full_pathname == 0) { pcVar13 = normalize(pcVar13,arch); } iVar6 = filename_cmp(pcVar13,pcVar21); if ((iVar6 == 0) && ((iVar18 = iVar18 + 1, counted_name_mode == 0 || (iVar18 == counted_name_counter)))) { if (verbose != 0) { printf("d - %s\n",*ppcVar24); } bVar26 = true; *ppbVar15 = (*ppbVar15)->archive_next; goto LAB_00102fbd; } pbVar1 = *ppbVar15; } if (verbose != 0) { pcVar21 = *ppcVar24; pcVar13 = (char *)dcgettext(0,"No member named `%s\'\n",5); printf(pcVar13,pcVar21); } } LAB_00102fbd: } if (bVar26) goto LAB_001032bc; } break; case replace: case quick_append: switchD_00102dcd_caseD_2: if ((ppcVar24 != (char **)0x0) || (0 < write_armap)) { replace_members(arch,ppcVar24,(uint)(operation == quick_append)); goto LAB_00102a47; } break; case print_table: map_over_members(arch,print_descr,ppcVar24,iVar18); goto LAB_00102a47; case print_files: map_over_members(arch,print_contents,ppcVar24,iVar18); goto LAB_00102a47; default: pcVar21 = "internal error -- this option not implemented"; LAB_00102ef0: pcVar21 = (char *)dcgettext(0,pcVar21,5); /* WARNING: Subroutine does not return */ fatal(pcVar21); case move: if (silent_create != 0) goto switchD_00102dcd_caseD_2; if (ppcVar24 != (char **)0x0) { for (; ppbVar15 = &arch->archive_next, *ppcVar24 != (char *)0x0; ppcVar24 = ppcVar24 + 1) { while( true ) { pbVar1 = *ppbVar15; pcVar21 = *ppcVar24; if (pbVar1 == (bfd *)0x0) { pcVar13 = arch->filename; format = (char *)dcgettext(0,"no entry %s in archive %s!",5); /* WARNING: Subroutine does not return */ fatal(format,pcVar21,pcVar13); } pcVar13 = pbVar1->filename; if (full_pathname == 0) { pcVar21 = normalize(pcVar21,arch); } iVar18 = filename_cmp(pcVar21,pcVar13); if (iVar18 == 0) break; ppbVar15 = &(*ppbVar15)->archive_next; } *ppbVar15 = pbVar1->archive_next; ppbVar15 = get_pos_bfd(&arch->archive_next,pos_end,(char *)0x0); bVar26 = verbose != 0; pbVar2 = *ppbVar15; *ppbVar15 = pbVar1; pbVar1->archive_next = pbVar2; if (bVar26) { printf("m - %s\n",*ppcVar24); } } LAB_001032bc: write_archive(arch); goto LAB_00102a47; } } output_filename = (char *)0x0; } else { if (deterministic < 0) { deterministic = 1; } iVar18 = fileno(stdin); interactive = isatty(iVar18); yyparse(); } LAB_00102a47: /* WARNING: Subroutine does not return */ xexit(0); } usage(1); } else { uVar5 = 0; file_name = long_options; while (iVar6 = getopt_long(iVar18,ppcVar24,"DhHUvVt",long_options,0), iVar6 != -1) { if (iVar6 == 0x56) { LAB_00102b02: show_version = 1; } else if (iVar6 < 0x57) { if (iVar6 == 0x48) { LAB_00102ad5: show_help = 1; } else if (iVar6 == 0x55) { deterministic = 0; } else if (iVar6 == 0x44) { deterministic = 1; } } else if (iVar6 == 0x74) { uVar5 = 1; } else if (iVar6 < 0x75) { if (iVar6 == 0x68) goto LAB_00102ad5; } else { if (iVar6 == 0x76) goto LAB_00102b02; if (iVar6 == 0xc9) { bfd_plugin_set_plugin(optarg); } } } if (1 < iVar18) break; } ranlib_usage(0); LAB_00102f25: iVar18 = 1; } while( true ); if (show_help != 0) { ranlib_usage(1); oVar10 = extraout_EAX; goto LAB_00102ed1; } if (show_version != 0) { print_version("ranlib"); } if (deterministic < 0) { deterministic = 1; } if ((int)optind < iVar18) { lVar19 = (long)(int)optind; uVar7 = ~optind; ppcVar12 = ppcVar24 + lVar19; uVar23 = 0; do { pcVar21 = *ppcVar12; if (uVar5 == 0) { oVar14 = get_file_size(pcVar21); uVar8 = 1; if (0 < oVar14) { uVar8 = ranlib_only(pcVar21); } } else { oVar14 = get_file_size(pcVar21); uVar8 = uVar5; if (0 < oVar14) { iVar6 = open(pcVar21,2,0); if (iVar6 < 0) { bfd_set_error(1); /* WARNING: Subroutine does not return */ bfd_fatal(pcVar21); } lVar11 = bfd_fdopenr(pcVar21,0,iVar6); if (lVar11 == 0) { LAB_00103303: /* WARNING: Subroutine does not return */ bfd_fatal(pcVar21); } iVar6 = bfd_check_format_matches(lVar11,2,buffer); if (iVar6 == 0) { bfd_nonfatal(pcVar21); iVar18 = bfd_get_error(); if (iVar18 == 0xd) { list_matching_formats ((char **)CONCAT53(uStack_3d, CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))); free((void *)CONCAT53(uStack_3d,CONCAT12(buffer[2],CONCAT11(buffer[1],buffer[0])))); } /* WARNING: Subroutine does not return */ xexit(1); } if (-1 < *(char *)(lVar11 + 0x47)) { pcVar13 = (char *)dcgettext(0,"%s: no archive map to update",5); /* WARNING: Subroutine does not return */ fatal(pcVar13,pcVar21); } if (deterministic != 0) { *(uint *)(lVar11 + 0x44) = *(uint *)(lVar11 + 0x44) | 0x40000; } (**(code **)(*(long *)(lVar11 + 8) + 0x1e8))(lVar11); iVar6 = bfd_close(lVar11); if (iVar6 == 0) goto LAB_00103303; uVar8 = 0; } } uVar23 = uVar23 | uVar8; ppcVar12 = ppcVar12 + 1; } while (ppcVar12 != ppcVar24 + (ulong)(uVar7 + iVar18) + lVar19 + 1); } else { uVar23 = 0; } /* WARNING: Subroutine does not return */ xexit(uVar23); }
null
(translation_unit (ERROR type: (primitive_type) (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (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: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (unary_expression argument: (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 (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (unary_expression argument: (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: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))))))) (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: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (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: (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: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (subscript_expression argument: (identifier) index: (number_literal)))) right: (char_literal (character)))) 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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (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: (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))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (unary_expression argument: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) 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: (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: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_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))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (compound_statement (do_statement body: (compound_statement (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier)) (number_literal)))) right: (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: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (goto_statement label: (statement_identifier)))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) arguments: (argument_list))) (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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 declarator: (abstract_pointer_declarator))) value: (number_literal)))) consequence: (goto_statement label: (statement_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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (number_literal) right: (identifier))) consequence: (compound_statement (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))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (goto_statement label: (statement_identifier))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (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 (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))) (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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal))))) alternative: (else_clause (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: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))) (goto_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: (subscript_expression argument: (identifier) index: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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 (number_literal) (string_literal (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (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: (subscript_expression argument: (identifier) index: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence) (string_content)))) (goto_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: (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) index: (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: (number_literal)))) (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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: (string_literal (string_content) (escape_sequence) (string_content)))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier)))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (false))) (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 (for_statement condition: (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))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (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: (pointer_expression argument: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (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: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (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 (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (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: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))))) (labeled_statement label: (statement_identifier) (ERROR) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier)))))) (break_statement) (case_statement value: (number_literal)) (case_statement value: (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: (number_literal)))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier))) (case_statement (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))))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (for_statement condition: (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) 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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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 (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (type_identifier) (MISSING ";") (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: (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))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (identifier)))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier)) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (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: (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: (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: (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: (number_literal)))) alternative: (else_clause (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 (compound_statement (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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (break_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (while_statement condition: (parenthesized_expression (true)) body: (expression_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 (number_literal))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (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: (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: (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: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) alternative: (else_clause (compound_statement (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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (identifier) arguments: (argument_list (identifier) (number_literal) (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)))) (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (identifier) arguments: (argument_list (identifier) (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (identifier)))) (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 (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))))))) (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))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))) right: (identifier)) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))
null
void MASKED(int param_1,ulong *param_2) { undefined8 *puVar1; char cVar2; int iVar3; uint uVar4; uint uVar5; uint uVar6; int iVar7; undefined4 uVar8; long lVar9; char *pcVar10; undefined8 *puVar11; ulong *puVar12; ulong uVar13; undefined8 uVar14; long *plVar15; undefined8 uVar16; ulong uVar17; undefined **ppuVar18; ulong *puVar19; int iVar20; long lVar21; ulong uVar22; ulong *puVar23; char *pcVar24; ulong *puVar25; uint uVar26; ulong *puVar27; ulong *puVar28; bool bVar29; byte bVar30; ulong *local_58; int local_4c [3]; undefined1 local_40; char cStack_3f; undefined1 uStack_3e; undefined5 uStack_3d; bVar30 = 0; local_58 = param_2; local_4c[0] = param_1; setlocale(5,""); setlocale(0,""); bindtextdomain("binutils","/usr/share/locale"); textdomain("binutils"); DAT_00110690 = *local_58; xmalloc_set_program_name(); bfd_set_error_program_name(DAT_00110690); bfd_plugin_set_program_name(DAT_00110690); FUN_00108bb0(local_4c,&local_58); if (DAT_00110518 < 0) { pcVar10 = (char *)lbasename(DAT_00110690); uVar13 = 0xffffffffffffffff; pcVar24 = pcVar10; do { if (uVar13 == 0) break; uVar13 = uVar13 - 1; cVar2 = *pcVar24; pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1; } while (cVar2 != '\0'); if ((~uVar13 - 1 < 6) || (iVar20 = filename_cmp(pcVar10 + (~uVar13 - 7),"ranlib"), iVar20 != 0)) { DAT_00110518 = 0; } else { DAT_00110518 = 1; } } bfd_init(); FUN_001079a0(); FUN_001092f0(FUN_00105b00); if (local_4c[0] < 2) goto LAB_00102f25; lVar21 = 8; iVar20 = 1; do { iVar3 = FUN_001074c0(*(undefined8 *)((long)local_58 + lVar21)); if (iVar3 == 0) break; iVar20 = iVar20 + 1; lVar21 = lVar21 + 8; } while (iVar20 < local_4c[0]); do { ppuVar18 = (undefined **)(ulong)(iVar20 - 1U); puVar27 = local_58 + (long)iVar20 + -1; iVar20 = local_4c[0] - (iVar20 - 1U); local_58 = puVar27; local_4c[0] = iVar20; if (DAT_00110518 == 0) { puVar12 = puVar27; if (iVar20 < 2) goto LAB_001027bc; iVar3 = iVar20; if (*(char *)puVar27[1] != '-') { local_40 = 0x2d; lVar21 = -1; puVar19 = puVar27 + 2; uStack_3e = 0; pcVar24 = (char *)puVar27[1]; do { if (lVar21 == 0) break; lVar21 = lVar21 + -1; cVar2 = *pcVar24; pcVar24 = pcVar24 + (ulong)bVar30 * -2 + 1; } while (cVar2 != '\0'); iVar7 = iVar20 + -1 + ~(uint)lVar21; iVar3 = iVar7 + -1; puVar12 = (ulong *)xmalloc((long)iVar7 * 8); puVar28 = puVar12 + 1; *puVar12 = *puVar27; pcVar24 = (char *)puVar27[1]; cVar2 = *pcVar24; if (cVar2 != '\0') { puVar25 = puVar28; do { puVar28 = puVar25 + 1; pcVar24 = pcVar24 + 1; cStack_3f = cVar2; uVar13 = xstrdup(&local_40); *puVar25 = uVar13; cVar2 = *pcVar24; puVar25 = puVar28; } while (cVar2 != '\0'); } puVar25 = puVar28; if (puVar19 < puVar27 + iVar20) { do { puVar23 = puVar19 + (ulong)bVar30 * -2 + 1; *puVar25 = *puVar19; puVar19 = puVar23; puVar25 = puVar25 + (ulong)bVar30 * -2 + 1; } while (puVar23 < puVar27 + iVar20); puVar28 = puVar28 + (long)iVar20 + -2; } *puVar28 = 0; } ppuVar18 = (undefined **)&DAT_0010bd38; iVar20 = iVar3; while (uVar4 = getopt_long(iVar20,puVar12,"hdmpqrtxlcoOVsSuvabiMNfPTDU",&PTR_DAT_00110320,0), uVar4 != 0xffffffff) { if (((uVar4 - 100 < 0x15) && ((1L << ((byte)(uVar4 - 100) & 0x3f) & 0x117201U) != 0)) && (DAT_001104b0 != 0)) { pcVar24 = "two different operation options specified"; goto LAB_00102ef0; } if (uVar4 < 0xcb) { /* WARNING: Could not recover jumptable at 0x001027ba. Too many branches */ /* WARNING: Treating indirect jump as call */ (*(code *)((long)*(int *)((long)ppuVar18 + (ulong)uVar4 * 4) + (long)ppuVar18))(); return; } LAB_001027bc: FUN_001053f0(0); DAT_001104b4 = 1; } local_58 = puVar12 + (int)optind; if (DAT_001104f8 == 0) { if (DAT_001104fc != 0) { FUN_00108580(&DAT_0010b1c1); } if (DAT_00110514 == 0) { ppuVar18 = (undefined **)*local_58; if (ppuVar18 == (undefined **)0x0) goto LAB_001027bc; uVar4 = DAT_001104b0; if (DAT_001104b0 == 7) { if (DAT_001104c0 != 0) { DAT_001104b0 = 2; uVar4 = 2; } } else { puVar27 = puVar12; if ((DAT_001104b0 == 0) || (DAT_001104b0 == 3)) { LAB_00102ed1: if (DAT_001104c0 == 1) { lVar21 = FUN_00108170(ppuVar18); uVar8 = 1; if (0 < lVar21) { uVar8 = FUN_001062f0(ppuVar18); } /* WARNING: Subroutine does not return */ xexit(uVar8); } puVar12 = puVar27; iVar20 = DAT_001104c0; if (uVar4 == 0) { pcVar24 = "no operation specified"; goto LAB_00102ef0; } } } if (DAT_001104c4 == 0) { LAB_00102cc0: if (DAT_00110314 < 0) { DAT_00110314 = 1; } } else { if (uVar4 != 2) { pcVar24 = "`u\' is only meaningful with the `r\' option."; goto LAB_00102ef0; } if (0 < DAT_00110314) { pcVar24 = "`u\' is not meaningful with the `D\' option."; goto LAB_00102ef0; } if (DAT_00110314 != 0) { uVar14 = dcgettext(0,"`u\' modifier ignored since `D\' is the default (see `U\')",5); FUN_00107900(uVar14); goto LAB_00102cc0; } } if (DAT_001104b4 == 0) { ppuVar18 = (undefined **)0x0; } else { ppuVar18 = (undefined **)0x1; pcVar24 = "missing position arg."; DAT_001104b8 = *local_58; if (DAT_001104b8 == 0) goto LAB_00102ef0; } if (DAT_00110510 != 0) { if ((DAT_001104b0 & 0xfffffffb) != 1) { pcVar24 = "`N\' is only meaningful with the `x\' and `d\' options."; goto LAB_00102ef0; } if ((char *)local_58[(int)ppuVar18] == (char *)0x0) { uVar14 = dcgettext(0,"`N\' missing value.",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14); } lVar21 = strtol((char *)local_58[(int)ppuVar18],(char **)0x0,10); DAT_0011050c = (int)lVar21; if (DAT_0011050c < 1) { pcVar24 = "Value for `N\' must be positive."; goto LAB_00102ef0; } ppuVar18 = (undefined **)(ulong)((int)ppuVar18 + 1); } uVar13 = local_58[(int)ppuVar18]; if (uVar13 == 0) goto LAB_001027bc; uVar22 = 0; do { uVar17 = uVar22; uVar22 = uVar17 + 1; } while ((local_58 + (int)ppuVar18)[uVar17 + 1] != 0); puVar27 = (ulong *)0x0; uVar22 = 0; if ((int)uVar17 != 0) { puVar27 = local_58 + (long)(int)ppuVar18 + 1; if (puVar27 == (ulong *)0x0) { uVar22 = 0; } else { uVar22 = *puVar27; } } puVar11 = (undefined8 *)FUN_00106030(uVar13,uVar22); if (DAT_001104b0 == 5) { if ((*(byte *)(puVar11 + 9) & 1) != 0) { pcVar24 = "`x\' cannot be used on thin archives."; goto LAB_00102ef0; } FUN_00105e60(puVar11,FUN_00105890,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; } switch(DAT_001104b0) { case 1: bVar29 = false; if (puVar27 != (ulong *)0x0) { for (; (char *)*puVar27 != (char *)0x0; puVar27 = puVar27 + 1) { iVar20 = strcmp((char *)*puVar27,"__.SYMDEF"); if (iVar20 == 0) { *(byte *)((long)puVar11 + 0x47) = *(byte *)((long)puVar11 + 0x47) & 0x7f; DAT_001104c0 = -1; } else { iVar20 = 0; puVar1 = puVar11; while( true ) { plVar15 = puVar1 + 0x1b; if ((undefined8 *)*plVar15 == (undefined8 *)0x0) break; uVar14 = *(undefined8 *)*plVar15; uVar13 = *puVar27; if (DAT_00110504 == 0) { uVar13 = FUN_00105b50(uVar13,puVar11); } iVar3 = filename_cmp(uVar13,uVar14); if ((iVar3 == 0) && ((iVar20 = iVar20 + 1, DAT_00110510 == 0 || (iVar20 == DAT_0011050c)))) { if (DAT_001104d0 != 0) { printf("d - %s\n",*puVar27); } bVar29 = true; *plVar15 = *(long *)(*plVar15 + 0xd8); goto LAB_00102fbd; } puVar1 = (undefined8 *)*plVar15; } if (DAT_001104d0 != 0) { uVar13 = *puVar27; pcVar24 = (char *)dcgettext(0,"No member named `%s\'\n",5); printf(pcVar24,uVar13); } } LAB_00102fbd: } if (bVar29) goto LAB_001032bc; } break; case 2: case 7: switchD_00102dcd_caseD_2: if ((puVar27 != (ulong *)0x0) || (0 < DAT_001104c0)) { FUN_00105c30(puVar11,puVar27,DAT_001104b0 == 7); goto LAB_00102a47; } break; case 3: FUN_00105e60(puVar11,FUN_00105060,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; case 4: FUN_00105e60(puVar11,FUN_00104f20,puVar27,uVar17 & 0xffffffff); goto LAB_00102a47; default: pcVar24 = "internal error -- this option not implemented"; LAB_00102ef0: uVar14 = dcgettext(0,pcVar24,5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14); case 6: if (DAT_001104d4 != 0) goto switchD_00102dcd_caseD_2; if (puVar27 != (ulong *)0x0) { for (; plVar15 = puVar11 + 0x1b, *puVar27 != 0; puVar27 = puVar27 + 1) { while( true ) { puVar1 = (undefined8 *)*plVar15; uVar13 = *puVar27; if (puVar1 == (undefined8 *)0x0) { uVar14 = *puVar11; uVar16 = dcgettext(0,"no entry %s in archive %s!",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar16,uVar13,uVar14); } uVar14 = *puVar1; if (DAT_00110504 == 0) { uVar13 = FUN_00105b50(uVar13,puVar11); } iVar20 = filename_cmp(uVar13,uVar14); if (iVar20 == 0) break; plVar15 = (long *)(*plVar15 + 0xd8); } *plVar15 = puVar1[0x1b]; plVar15 = (long *)FUN_00104e70(puVar11 + 0x1b,3,0); bVar29 = DAT_001104d0 != 0; lVar21 = *plVar15; *plVar15 = (long)puVar1; puVar1[0x1b] = lVar21; if (bVar29) { printf("m - %s\n",*puVar27); } } LAB_001032bc: FUN_00105280(puVar11); goto LAB_00102a47; } } DAT_001104e8 = 0; } else { if (DAT_00110314 < 0) { DAT_00110314 = 1; } iVar20 = fileno(stdin); DAT_001104ac = isatty(iVar20); FUN_00103490(); } LAB_00102a47: /* WARNING: Subroutine does not return */ xexit(0); } FUN_001053f0(1); } else { uVar4 = 0; ppuVar18 = &PTR_DAT_00110320; while (iVar3 = getopt_long(iVar20,puVar27,"DhHUvVt",&PTR_DAT_00110320,0), iVar3 != -1) { if (iVar3 == 0x56) { LAB_00102b02: DAT_001104fc = 1; } else if (iVar3 < 0x57) { if (iVar3 == 0x48) { LAB_00102ad5: DAT_001104f8 = 1; } else if (iVar3 == 0x55) { DAT_00110314 = 0; } else if (iVar3 == 0x44) { DAT_00110314 = 1; } } else if (iVar3 == 0x74) { uVar4 = 1; } else if (iVar3 < 0x75) { if (iVar3 == 0x68) goto LAB_00102ad5; } else { if (iVar3 == 0x76) goto LAB_00102b02; if (iVar3 == 0xc9) { bfd_plugin_set_plugin(optarg); } } } if (1 < iVar20) break; } FUN_00105080(0); LAB_00102f25: iVar20 = 1; } while( true ); if (DAT_001104f8 != 0) { uVar4 = FUN_00105080(1); goto LAB_00102ed1; } if (DAT_001104fc != 0) { FUN_00108580("ranlib"); } if (DAT_00110314 < 0) { DAT_00110314 = 1; } if ((int)optind < iVar20) { lVar21 = (long)(int)optind; uVar5 = ~optind; puVar12 = puVar27 + lVar21; uVar26 = 0; do { pcVar24 = (char *)*puVar12; if (uVar4 == 0) { lVar9 = FUN_00108170(pcVar24); uVar6 = 1; if (0 < lVar9) { uVar6 = FUN_001062f0(pcVar24); } } else { lVar9 = FUN_00108170(pcVar24); uVar6 = uVar4; if (0 < lVar9) { iVar3 = open(pcVar24,2,0); if (-1 < iVar3) { lVar9 = bfd_fdopenr(pcVar24,0,iVar3); if (lVar9 != 0) { iVar3 = bfd_check_format_matches(lVar9,2,&local_40); if (iVar3 == 0) { FUN_001075b0(pcVar24); iVar20 = bfd_get_error(); if (iVar20 == 0xd) { FUN_001079f0(CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))) ; free((void *)CONCAT53(uStack_3d,CONCAT12(uStack_3e,CONCAT11(cStack_3f,local_40)))) ; } /* WARNING: Subroutine does not return */ xexit(1); } if (-1 < *(char *)(lVar9 + 0x47)) goto LAB_0010331d; if (DAT_00110314 != 0) { *(uint *)(lVar9 + 0x44) = *(uint *)(lVar9 + 0x44) | 0x40000; } (**(code **)(*(long *)(lVar9 + 8) + 0x1e8))(lVar9); iVar3 = bfd_close(lVar9); if (iVar3 != 0) { uVar6 = 0; goto LAB_00102b92; } } FUN_001077e0(pcVar24); } bfd_set_error(1); FUN_001077e0(pcVar24); LAB_0010331d: uVar14 = dcgettext(0,"%s: no archive map to update",5); /* WARNING: Subroutine does not return */ FUN_00107860(uVar14,pcVar24); } } LAB_00102b92: uVar26 = uVar26 | uVar6; puVar12 = puVar12 + 1; } while (puVar12 != puVar27 + (ulong)(uVar5 + iVar20) + lVar21 + 1); } else { uVar26 = 0; } /* WARNING: Subroutine does not return */ xexit(uVar26); }
2118_putty_and_putty_strip.c
get_setting
FUN_00195df0
char * get_setting(char *key) { long lVar1; void *pvVar2; char *pcVar3; long in_FS_OFFSET; skeyval tmp; lVar1 = *(long *)(in_FS_OFFSET + 0x28); tmp.key = key; if (xrmtree != (tree234 *)0x0) { pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0); if (pvVar2 != (void *)0x0) { pcVar3 = *(char **)((long)pvVar2 + 8); goto LAB_00195e38; } } pcVar3 = x_get_default(key); LAB_00195e38: if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) { return pcVar3; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
undefined8 FUN_00195df0(undefined8 param_1) { long lVar1; undefined8 uVar2; long in_FS_OFFSET; undefined8 local_28 [3]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_28[0] = param_1; if (DAT_001f6df8 != 0) { lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0); if (lVar1 != 0) { uVar2 = *(undefined8 *)(lVar1 + 8); goto LAB_00195e38; } } uVar2 = FUN_00186c70(param_1); LAB_00195e38: if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) { return uVar2; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
PUSH RBX MOV RBX,RDI SUB RSP,0x20 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0x18],RAX XOR EAX,EAX MOV qword ptr [RSP],RDI MOV RDI,qword ptr [0x001f6df8] TEST RDI,RDI JZ 0x00195e30 XOR EDX,EDX MOV RSI,RSP CALL 0x001787c0 TEST RAX,RAX JZ 0x00195e30 MOV RAX,qword ptr [RAX + 0x8] JMP 0x00195e38 MOV RDI,RBX CALL 0x00186c70 MOV RCX,qword ptr [RSP + 0x18] XOR RCX,qword ptr FS:[0x28] JNZ 0x00195e4e ADD RSP,0x20 POP RBX RET CALL 0x00115280
null
null
null
null
[(u'MULTIEQUAL_-1207542010', u'RETURN_-1207542084'), ('tmp_598', u'MULTIEQUAL_-1207541982'), (u'INT_ADD_-1207542119', u'CAST_-1207541887'), ('tmp_598', u'INT_ADD_-1207542248'), (u'MULTIEQUAL_-1207541975', u'INT_ADD_-1207542119'), (u'LOAD_-1207542264', u'INT_EQUAL_-1207542121'), (u'CALL_-1207542083', u'INDIRECT_-1207541895'), (u'INDIRECT_-1207542004', u'MULTIEQUAL_-1207541982'), ('tmp_738', u'INT_NOTEQUAL_-1207542205'), ('const-0', u'INT_NOTEQUAL_-1207542166'), (u'CALL_-1207542181', u'CAST_-1207541911'), ('const-0', u'RETURN_-1207542084'), (u'CALL_-1207542104', u'INDIRECT_-1207541981'), (u'CAST_-1207541887', u'LOAD_-1207542133'), (u'CALL_-1207542104', u'MULTIEQUAL_-1207542010'), ('tmp_109', u'CBRANCH_-1207542204'), (u'INDIRECT_-1207541923', u'MULTIEQUAL_-1207541917'), (u'CALL_-1207542104', u'INDIRECT_-1207541923'), (u'INDIRECT_-1207541946', u'MULTIEQUAL_-1207541924'), (u'INT_NOTEQUAL_-1207542205', u'CBRANCH_-1207542204'), (u'CALL_-1207542181', u'INT_NOTEQUAL_-1207542166'), (u'PTRSUB_-1207541964', u'CALL_-1207542181'), (u'CALL_-1207542181', u'INDIRECT_-1207542004'), ('const-1', u'RETURN_-1207542078'), ('tmp_738', u'CALL_-1207542181'), ('tmp_596', u'PTRSUB_-1207541964'), (u'CALL_-1207542181', u'INDIRECT_-1207541958'), ('const-40', u'INT_ADD_-1207542248'), (u'INDIRECT_-1207541958', u'MULTIEQUAL_-1207541927'), (u'INT_EQUAL_-1207542121', u'CBRANCH_-1207542112'), (u'INDIRECT_-1207542004', u'MULTIEQUAL_-1207541975'), (u'MULTIEQUAL_-1207541927', u'COPY_-1207541967'), (u'COPY_-1207541993', u'MULTIEQUAL_-1207541924'), (u'CALL_-1207542181', u'INDIRECT_-1207541946'), (u'LOAD_-1207542164', u'MULTIEQUAL_-1207542010'), (u'INDIRECT_-1207541935', u'MULTIEQUAL_-1207541927'), ('const-40', u'INT_ADD_-1207542119'), ('const-433', u'LOAD_-1207542133'), ('tmp_300', u'COPY_-1207541993'), ('tmp_222', u'CBRANCH_-1207542112'), ('const-433', u'LOAD_-1207542264'), (u'INDIRECT_-1207541981', u'MULTIEQUAL_-1207541975'), ('const-433', u'LOAD_-1207542164'), ('tmp_738', u'MULTIEQUAL_-1207541934'), (u'CALL_-1207542083', u'INDIRECT_-1207541907'), (u'INDIRECT_-1207541907', u'COPY_-1207541965'), ('tmp_300', u'CALL_-1207542104'), (u'INT_NOTEQUAL_-1207542166', u'CBRANCH_-1207542165'), ('const-0', u'CALL_-1207542181'), ('tmp_181', u'BRANCH_-1207542156'), (u'CAST_-1207541959', u'LOAD_-1207542264'), (u'INDIRECT_-1207541946', u'MULTIEQUAL_-1207541917'), (u'INT_ADD_-1207542248', u'CAST_-1207541959'), (u'CALL_-1207542104', u'INDIRECT_-1207541935'), (u'CAST_-1207541911', u'INT_ADD_-1207542148'), (u'CAST_-1207541910', u'LOAD_-1207542164'), ('tmp_171', u'CBRANCH_-1207542165'), ('const--40', u'PTRSUB_-1207541964'), ('const-0', u'INT_NOTEQUAL_-1207542205'), (u'INDIRECT_-1207541958', u'MULTIEQUAL_-1207541934'), (u'INT_ADD_-1207542148', u'CAST_-1207541910'), ('const-8', u'INT_ADD_-1207542148'), (u'LOAD_-1207542133', u'INT_EQUAL_-1207542121')]
[(u'CALL_-1207542181', u'INDIRECT_-1207542002'), (u'INDIRECT_-1207541944', u'MULTIEQUAL_-1207541922'), (u'CALL_-1207542181', u'INDIRECT_-1207541956'), ('tmp_753', u'INT_NOTEQUAL_-1207542205'), ('const-0', u'INT_NOTEQUAL_-1207542166'), (u'CAST_-1207541909', u'LOAD_-1207542164'), (u'MULTIEQUAL_-1207541925', u'COPY_-1207541965'), ('const-0', u'RETURN_-1207542084'), (u'MULTIEQUAL_-1207541973', u'INT_ADD_-1207542119'), (u'CALL_-1207542104', u'MULTIEQUAL_-1207542008'), (u'INDIRECT_-1207541979', u'MULTIEQUAL_-1207541973'), ('tmp_109', u'CBRANCH_-1207542204'), (u'INDIRECT_-1207541939', u'MULTIEQUAL_-1207541910'), (u'INT_NOTEQUAL_-1207542205', u'CBRANCH_-1207542204'), ('tmp_606', u'INT_ADD_-1207542248'), (u'INDIRECT_-1207541956', u'MULTIEQUAL_-1207541925'), (u'CALL_-1207542083', u'INDIRECT_-1207541888'), (u'CALL_-1207542181', u'INT_NOTEQUAL_-1207542166'), (u'INDIRECT_-1207541944', u'MULTIEQUAL_-1207541915'), (u'COPY_-1207541991', u'MULTIEQUAL_-1207541922'), (u'CALL_-1207542181', u'INDIRECT_-1207541939'), ('const-1', u'RETURN_-1207542078'), ('const-433', u'LOAD_-1207542264'), (u'LOAD_-1207542164', u'MULTIEQUAL_-1207542008'), (u'CALL_-1207542083', u'INDIRECT_-1207541893'), ('const-40', u'INT_ADD_-1207542248'), ('tmp_605', u'CALL_-1207542104'), (u'INT_EQUAL_-1207542121', u'CBRANCH_-1207542112'), (u'INT_ADD_-1207542148', u'CAST_-1207541909'), (u'CALL_-1207542104', u'INDIRECT_-1207541979'), ('const--40', u'PTRSUB_-1207541962'), (u'INDIRECT_-1207541921', u'MULTIEQUAL_-1207541915'), (u'CAST_-1207541957', u'LOAD_-1207542264'), (u'INT_ADD_-1207542119', u'CAST_-1207541886'), ('tmp_605', u'COPY_-1207541991'), ('const-40', u'INT_ADD_-1207542119'), (u'CALL_-1207542181', u'INT_ADD_-1207542148'), ('tmp_753', u'MULTIEQUAL_-1207541932'), (u'INDIRECT_-1207542002', u'MULTIEQUAL_-1207541980'), (u'INDIRECT_-1207542002', u'MULTIEQUAL_-1207541973'), (u'INDIRECT_-1207541933', u'MULTIEQUAL_-1207541925'), ('tmp_606', u'MULTIEQUAL_-1207541980'), ('tmp_222', u'CBRANCH_-1207542112'), ('tmp_753', u'CALL_-1207542181'), (u'CAST_-1207541886', u'LOAD_-1207542133'), (u'CALL_-1207542104', u'INDIRECT_-1207541933'), (u'MULTIEQUAL_-1207542008', u'RETURN_-1207542084'), ('tmp_604', u'PTRSUB_-1207541962'), (u'INT_NOTEQUAL_-1207542166', u'CBRANCH_-1207542165'), (u'INDIRECT_-1207541916', u'MULTIEQUAL_-1207541910'), ('const-433', u'LOAD_-1207542164'), ('tmp_181', u'BRANCH_-1207542156'), ('const-433', u'LOAD_-1207542133'), (u'CALL_-1207542104', u'INDIRECT_-1207541921'), (u'CALL_-1207542181', u'INDIRECT_-1207541944'), (u'LOAD_-1207542264', u'MULTIEQUAL_-1207541917'), (u'CALL_-1207542083', u'INDIRECT_-1207541905'), ('tmp_171', u'CBRANCH_-1207542165'), (u'INDIRECT_-1207541956', u'MULTIEQUAL_-1207541932'), ('const-0', u'CALL_-1207542181'), (u'CALL_-1207542104', u'INDIRECT_-1207541916'), (u'INDIRECT_-1207541905', u'COPY_-1207541963'), (u'INDIRECT_-1207541939', u'MULTIEQUAL_-1207541917'), (u'MULTIEQUAL_-1207541910', u'INT_EQUAL_-1207542121'), ('const-0', u'INT_NOTEQUAL_-1207542205'), (u'INT_ADD_-1207542248', u'CAST_-1207541957'), (u'PTRSUB_-1207541962', u'CALL_-1207542181'), ('const-8', u'INT_ADD_-1207542148'), (u'LOAD_-1207542133', u'INT_EQUAL_-1207542121')]
null
null
00195df0
x64
O2
(translation_unit "undefined8 FUN_00195df0(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "undefined8 FUN_00195df0(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" type_identifier (function_declarator "FUN_00195df0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_28 [3];" type_identifier (array_declarator "local_28 [3]" identifier [ number_literal ]) ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(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) ))))) ;) (expression_statement "local_28[0] = param_1;" (assignment_expression "local_28[0] = param_1" (subscript_expression "local_28[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" if (parenthesized_expression "(DAT_001f6df8 != 0)" ( (binary_expression "DAT_001f6df8 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" { (expression_statement "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);" (assignment_expression "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0)" identifier = (call_expression "FUN_001787c0(DAT_001f6df8,local_28,0)" identifier (argument_list "(DAT_001f6df8,local_28,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" { (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 8);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 8)" identifier = (pointer_expression "*(undefined8 *)(lVar1 + 8)" * (cast_expression "(undefined8 *)(lVar1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00195e38;" goto statement_identifier ;) })) })) (expression_statement "uVar2 = FUN_00186c70(param_1);" (assignment_expression "uVar2 = FUN_00186c70(param_1)" identifier = (call_expression "FUN_00186c70(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (labeled_statement "LAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" statement_identifier : (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" if (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_10 == *(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 uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "char * get_setting(char *key)\n\n{\n long lVar1;\n void *pvVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.key = key;\n if (xrmtree != (tree234 *)0x0) {\n pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);\n if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }\n }\n pcVar3 = x_get_default(key);\nLAB_00195e38:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "char * get_setting(char *key)\n\n{\n long lVar1;\n void *pvVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.key = key;\n if (xrmtree != (tree234 *)0x0) {\n pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);\n if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }\n }\n pcVar3 = x_get_default(key);\nLAB_00195e38:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (pointer_declarator "* get_setting(char *key)" * (function_declarator "get_setting(char *key)" identifier (parameter_list "(char *key)" ( (parameter_declaration "char *key" primitive_type (pointer_declarator "*key" * identifier)) )))) (compound_statement "{\n long lVar1;\n void *pvVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.key = key;\n if (xrmtree != (tree234 *)0x0) {\n pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);\n if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }\n }\n pcVar3 = x_get_default(key);\nLAB_00195e38:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return pcVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "skeyval tmp;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(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) ))))) ;) (expression_statement "tmp.key = key;" (assignment_expression "tmp.key = key" (field_expression "tmp.key" identifier . field_identifier) = identifier) ;) (if_statement "if (xrmtree != (tree234 *)0x0) {\n pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);\n if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }\n }" if (parenthesized_expression "(xrmtree != (tree234 *)0x0)" ( (binary_expression "xrmtree != (tree234 *)0x0" identifier != (cast_expression "(tree234 *)0x0" ( (type_descriptor "tree234 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);\n if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }\n }" { (expression_statement "pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0);" (assignment_expression "pvVar2 = find234(xrmtree,&tmp,(cmpfn234)0x0)" identifier = (call_expression "find234(xrmtree,&tmp,(cmpfn234)0x0)" identifier (argument_list "(xrmtree,&tmp,(cmpfn234)0x0)" ( identifier , (pointer_expression "&tmp" & identifier) , (cast_expression "(cmpfn234)0x0" ( (type_descriptor "cmpfn234" type_identifier) ) number_literal) )))) ;) (if_statement "if (pvVar2 != (void *)0x0) {\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }" if (parenthesized_expression "(pvVar2 != (void *)0x0)" ( (binary_expression "pvVar2 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar3 = *(char **)((long)pvVar2 + 8);\n goto LAB_00195e38;\n }" { (expression_statement "pcVar3 = *(char **)((long)pvVar2 + 8);" (assignment_expression "pcVar3 = *(char **)((long)pvVar2 + 8)" identifier = (pointer_expression "*(char **)((long)pvVar2 + 8)" * (cast_expression "(char **)((long)pvVar2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar2 + 8)" ( (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (goto_statement "goto LAB_00195e38;" goto statement_identifier ;) })) })) (expression_statement "pcVar3 = x_get_default(key);" (assignment_expression "pcVar3 = x_get_default(key)" identifier = (call_expression "x_get_default(key)" identifier (argument_list "(key)" ( identifier )))) ;) (labeled_statement "LAB_00195e38:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return pcVar3;\n }" statement_identifier : (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return pcVar3;\n }" if (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 == *(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 pcVar3;\n }" { (return_statement "return pcVar3;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "undefined8 FUN_00195df0(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "undefined8 FUN_00195df0(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\n}" type_identifier (function_declarator "FUN_00195df0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_28 [3];" type_identifier (array_declarator "local_28 [3]" identifier [ number_literal ]) ;) (declaration "long local_10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(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) ))))) ;) (expression_statement "local_28[0] = param_1;" (assignment_expression "local_28[0] = param_1" (subscript_expression "local_28[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" if (parenthesized_expression "(DAT_001f6df8 != 0)" ( (binary_expression "DAT_001f6df8 != 0" identifier != number_literal) )) (compound_statement "{\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" { (expression_statement "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);" (assignment_expression "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0)" identifier = (call_expression "FUN_001787c0(DAT_001f6df8,local_28,0)" identifier (argument_list "(DAT_001f6df8,local_28,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" { (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 8);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 8)" identifier = (pointer_expression "*(undefined8 *)(lVar1 + 8)" * (cast_expression "(undefined8 *)(lVar1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00195e38;" goto statement_identifier ;) })) })) (expression_statement "uVar2 = FUN_00186c70(param_1);" (assignment_expression "uVar2 = FUN_00186c70(param_1)" identifier = (call_expression "FUN_00186c70(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (labeled_statement "LAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" statement_identifier : (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" if (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_10 == *(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 uVar2;\n }" { (return_statement "return uVar2;" 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 TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (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) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (labeled_statement statement_identifier : (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 FUN_00195df0(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\n}" (type_identifier "undefined8") (function_declarator "FUN_00195df0(undefined8 param_1)" (identifier "FUN_00195df0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_1;\n if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }\n uVar2 = FUN_00186c70(param_1);\nLAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "undefined8 local_28 [3];" (type_identifier "undefined8") (array_declarator "local_28 [3]" (identifier "local_28") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "long local_10;" (sized_type_specifier "long" (long "long")) (identifier "local_10") (; ";")) (expression_statement "local_10 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_10 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_10") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "local_28[0] = param_1;" (assignment_expression "local_28[0] = param_1" (subscript_expression "local_28[0]" (identifier "local_28") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_1")) (; ";")) (if_statement "if (DAT_001f6df8 != 0) {\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" (if "if") (parenthesized_expression "(DAT_001f6df8 != 0)" (( "(") (binary_expression "DAT_001f6df8 != 0" (identifier "DAT_001f6df8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);\n if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }\n }" ({ "{") (expression_statement "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0);" (assignment_expression "lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0)" (identifier "lVar1") (= "=") (call_expression "FUN_001787c0(DAT_001f6df8,local_28,0)" (identifier "FUN_001787c0") (argument_list "(DAT_001f6df8,local_28,0)" (( "(") (identifier "DAT_001f6df8") (, ",") (identifier "local_28") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = *(undefined8 *)(lVar1 + 8);\n goto LAB_00195e38;\n }" ({ "{") (expression_statement "uVar2 = *(undefined8 *)(lVar1 + 8);" (assignment_expression "uVar2 = *(undefined8 *)(lVar1 + 8)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 8)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (goto_statement "goto LAB_00195e38;" (goto "goto") (statement_identifier "LAB_00195e38") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar2 = FUN_00186c70(param_1);" (assignment_expression "uVar2 = FUN_00186c70(param_1)" (identifier "uVar2") (= "=") (call_expression "FUN_00186c70(param_1)" (identifier "FUN_00186c70") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (labeled_statement "LAB_00195e38:\n if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" (statement_identifier "LAB_00195e38") (: ":") (if_statement "if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar2;\n }" (if "if") (parenthesized_expression "(local_10 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_10 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_10") (== "==") (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 uVar2;\n }" ({ "{") (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
char * function_1(char *key) { long var_6; void *var_4; char *pcVar3; long var_1; type_1 tmp; var_6 = *(long *)(var_1 + 0x28); tmp.key = key; if (var_2 != (type_2 *)0x0) { var_4 = var_3(var_2,&tmp,(type_3)0x0); if (var_4 != (void *)0x0) { pcVar3 = *(char **)((long)var_4 + 8); goto LAB_00195e38; } } pcVar3 = var_5(key); LAB_00195e38: if (var_6 == *(long *)(var_1 + 0x28)) { return pcVar3; } /* WARNING: Subroutine does not return */ var_7(); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) 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: (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))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (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))))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (labeled_statement label: (statement_identifier) (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(undefined8 param_1) { long lVar1; undefined8 uVar2; long in_FS_OFFSET; undefined8 local_28 [3]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_28[0] = param_1; if (DAT_001f6df8 != 0) { lVar1 = FUN_001787c0(DAT_001f6df8,local_28,0); if (lVar1 != 0) { uVar2 = *(undefined8 *)(lVar1 + 8); goto LAB_00195e38; } } uVar2 = FUN_00186c70(param_1); LAB_00195e38: if (local_10 == *(long *)(in_FS_OFFSET + 0x28)) { return uVar2; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
304_s390x-linux-gnu-ar_and_s390x-linux-gnu-ar_strip.c
bfd_openr_next_archived_file
bfd_openr_next_archived_file
/* WARNING: Control flow encountered bad instruction data */ void bfd_openr_next_archived_file(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_openr_next_archived_file(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207037198')]
[('const-1', u'RETURN_-1207037198')]
null
null
001112e8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(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_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(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_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(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_openr_next_archived_file(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \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(); }
2888_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
sized_relobj
FUN_0019bac0
/* DWARF original prototype: Sized_relobj_file<32,_false> * sized_relobj(Sized_relobj_file<32,_false> * this) */ Sized_relobj_file<32,_false> * __thiscall gold::Sized_relobj_file<32,_false>::sized_relobj(Sized_relobj_file<32,_false> *this) { return this; }
undefined8 FUN_0019bac0(undefined8 param_1) { return param_1; }
MOV RAX,RDI RET
null
null
null
null
[('const-0', u'RETURN_-1207518512'), (u'COPY_-1207518527', u'RETURN_-1207518512'), ('tmp_13', u'COPY_-1207518527')]
[('const-0', u'RETURN_-1207518512'), (u'COPY_-1207518527', u'RETURN_-1207518512'), ('tmp_13', u'COPY_-1207518527')]
null
null
0019bac0
x64
O2
(translation_unit "undefined8 FUN_0019bac0(undefined8 param_1)\n\n{\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_0019bac0(undefined8 param_1)\n\n{\n return param_1;\n}" type_identifier (function_declarator "FUN_0019bac0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n return param_1;\n}" { (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: Sized_relobj_file<32,_false> *\n sized_relobj(Sized_relobj_file<32,_false> * this) */\n\nSized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj_file<32,_false>::sized_relobj(Sized_relobj_file<32,_false> *this)\n\n{\n return this;\n}\n\n" comment (ERROR "Sized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj_file<32,_false>::sized_relobj(Sized_relobj_file<32,_false> *this)" (binary_expression "Sized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj_file<32,_false>::sized_relobj(Sized_relobj_file<32,_false> *this)" (binary_expression "Sized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj_file<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_file" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "sized_relobj(Sized_relobj_file<32,_false> *this)" identifier (argument_list "(Sized_relobj_file<32,_false> *this)" ( (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n return this;\n}" { (return_statement "return this;" return identifier ;) }))
(translation_unit "undefined8 FUN_0019bac0(undefined8 param_1)\n\n{\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_0019bac0(undefined8 param_1)\n\n{\n return param_1;\n}" type_identifier (function_declarator "FUN_0019bac0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n return param_1;\n}" { (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return IDENT ;) })))
(function_definition "undefined8 FUN_0019bac0(undefined8 param_1)\n\n{\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0019bac0(undefined8 param_1)" (identifier "FUN_0019bac0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n return param_1;\n}" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* DWARF original prototype: Sized_relobj_file<32,_false> * sized_relobj(Sized_relobj_file<32,_false> * this) */ Sized_relobj_file<32,_false> * __thiscall gold::Sized_relobj_file<32,_false>::sized_relobj(Sized_relobj_file<32,_false> *this) { return this; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (return_statement (identifier)))))
null
undefined8 MASKED(undefined8 param_1) { return param_1; }
3485_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
dynsym_index
FUN_001c37c0
/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_false> * this, uint sym) */ uint __thiscall gold::Sized_relobj_file<64,_false>::dynsym_index(Sized_relobj_file<64,_false> *this,uint sym) { uint uVar1; pointer pSVar2; pSVar2 = (this->local_values_). super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>. _M_impl._M_start; if ((ulong)(((long)(this->local_values_). super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_> ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index"); } uVar1 = pSVar2[sym].output_dynsym_index_; if (uVar1 - 1 < 0xfffffffe) { return uVar1; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index"); }
void FUN_001c37c0(long param_1,uint param_2) { if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555) <= (ulong)param_2) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index"); } if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) { return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index"); }
MOV RCX,-0x5555555555555555 SUB RSP,0x8 MOV ESI,ESI MOV RDX,qword ptr [RDI + 0x160] MOV RAX,qword ptr [RDI + 0x168] SUB RAX,RDX SAR RAX,0x3 IMUL RAX,RCX CMP RSI,RAX JNC 0x001c3803 LEA RAX,[RSI + RSI*0x2] MOV EAX,dword ptr [RDX + RAX*0x8 + 0x4] LEA EDX,[RAX + -0x1] CMP EDX,-0x3 JA 0x001c381b ADD RSP,0x8 RET LEA RDX,[0x378d48] MOV ESI,0x8d3 LEA RDI,[0x36b016] CALL 0x0017c650 LEA RDX,[0x378d30] MOV ESI,0x74a LEA RDI,[0x36b016] CALL 0x0017c650
null
null
null
null
[(u'PTRSUB_-1207748374', u'LOAD_-1207748631'), (u'LOAD_-1207748533', u'INT_SUB_-1207748411'), ('const-3584022', u'COPY_-1207748390'), ('const-2259', u'CALL_-1207748448'), ('tmp_363', u'PTRSUB_-1207748391'), ('tmp_363', u'PTRSUB_-1207748382'), (u'COPY_-1207748390', u'CALL_-1207748448'), (u'LOAD_-1207748533', u'COPY_-1207748460'), ('const-8', u'PTRSUB_-1207748374'), (u'COPY_-1207748460', u'RETURN_-1207748479'), ('tmp_286', u'CBRANCH_-1207748502'), (u'PTRSUB_-1207748387', u'PTRSUB_-1207748384'), (u'INT_ZEXT_-1207748477', u'PTRADD_-1207748346'), (u'COPY_-1207748387', u'CALL_-1207748448'), ('const-4294967294', u'INT_LESS_-1207748494'), ('tmp_364', u'INT_ZEXT_-1207748477'), ('const-3640648', u'COPY_-1207748387'), ('const-433', u'LOAD_-1207748641'), ('const--6148914691236517205', u'INT_MULT_-1207748539'), (u'INT_LESS_-1207748494', u'CBRANCH_-1207748502'), ('const-0', u'RETURN_-1207748479'), ('const-0', u'PTRSUB_-1207748390'), (u'COPY_-1207748364', u'CALL_-1207748432'), ('const-3', u'INT_SRIGHT_-1207748579'), (u'CAST_-1207748352', u'INT_LESSEQUAL_-1207748545'), (u'PTRSUB_-1207748379', u'PTRSUB_-1207748376'), ('const-1866', u'CALL_-1207748432'), (u'LOAD_-1207748631', u'CAST_-1207748365'), (u'PTRSUB_-1207748390', u'PTRSUB_-1207748387'), (u'LOAD_-1207748641', u'CAST_-1207748364'), (u'PTRSUB_-1207748344', u'LOAD_-1207748533'), ('const-433', u'LOAD_-1207748631'), (u'CAST_-1207748364', u'INT_SUB_-1207748602'), (u'INT_SUB_-1207748602', u'INT_SRIGHT_-1207748579'), ('const-1', u'RETURN_-1207748427'), ('tmp_219', u'CBRANCH_-1207748543'), (u'INT_ZEXT_-1207748477', u'INT_LESSEQUAL_-1207748545'), (u'PTRSUB_-1207748391', u'PTRSUB_-1207748390'), ('const-1', u'INT_SUB_-1207748411'), (u'PTRSUB_-1207748382', u'PTRSUB_-1207748379'), (u'PTRSUB_-1207748376', u'PTRSUB_-1207748374'), (u'INT_MULT_-1207748539', u'CAST_-1207748352'), (u'LOAD_-1207748641', u'PTRADD_-1207748346'), ('const-0', u'PTRSUB_-1207748376'), ('const-0', u'PTRSUB_-1207748387'), (u'INT_LESSEQUAL_-1207748545', u'CBRANCH_-1207748543'), ('const-3584022', u'COPY_-1207748365'), ('const-3640624', u'COPY_-1207748364'), ('const-0', u'PTRSUB_-1207748384'), ('const-24', u'PTRADD_-1207748346'), ('const-433', u'LOAD_-1207748533'), ('const-1', u'RETURN_-1207748443'), (u'COPY_-1207748365', u'CALL_-1207748432'), ('const-0', u'PTRSUB_-1207748379'), (u'PTRSUB_-1207748384', u'LOAD_-1207748641'), ('const-352', u'PTRSUB_-1207748382'), (u'PTRADD_-1207748346', u'PTRSUB_-1207748344'), ('const-4', u'PTRSUB_-1207748344'), (u'INT_SRIGHT_-1207748579', u'INT_MULT_-1207748539'), (u'INT_SUB_-1207748411', u'INT_LESS_-1207748494'), (u'CAST_-1207748365', u'INT_SUB_-1207748602'), ('const-352', u'PTRSUB_-1207748391')]
[(u'COPY_-1207748368', u'CALL_-1207748432'), ('const-1866', u'CALL_-1207748432'), ('const-433', u'LOAD_-1207748631'), ('tmp_484', u'INT_ADD_-1207748625'), (u'CAST_-1207748397', u'LOAD_-1207748641'), (u'LOAD_-1207748641', u'INT_ADD_-1207748519'), ('const-433', u'LOAD_-1207748641'), (u'INT_ZEXT_-1207748481', u'INT_MULT_-1207748505'), (u'INT_MULT_-1207748505', u'INT_ADD_-1207748517'), (u'COPY_-1207748391', u'CALL_-1207748448'), ('const-352', u'INT_ADD_-1207748625'), ('tmp_286', u'CBRANCH_-1207748502'), ('tmp_494', u'INT_ZEXT_-1207748481'), (u'INT_ZEXT_-1207748481', u'INT_LESSEQUAL_-1207748545'), ('const-3584022', u'COPY_-1207748394'), ('const-433', u'LOAD_-1207748533'), ('const-24', u'INT_MULT_-1207748505'), (u'INT_LESS_-1207748494', u'CBRANCH_-1207748502'), ('const-0', u'RETURN_-1207748479'), ('const-4294967294', u'INT_LESS_-1207748494'), (u'COPY_-1207748394', u'CALL_-1207748448'), ('const-3640648', u'COPY_-1207748391'), (u'LOAD_-1207748641', u'INT_SUB_-1207748602'), (u'INT_SUB_-1207748602', u'INT_SRIGHT_-1207748579'), ('const-1', u'RETURN_-1207748427'), ('tmp_219', u'CBRANCH_-1207748543'), (u'INT_SUB_-1207748415', u'INT_LESS_-1207748494'), (u'CAST_-1207748389', u'LOAD_-1207748631'), (u'LOAD_-1207748631', u'INT_SUB_-1207748602'), (u'COPY_-1207748369', u'CALL_-1207748432'), ('const-3640624', u'COPY_-1207748368'), (u'INT_ADD_-1207748519', u'INT_ADD_-1207748517'), (u'INT_ADD_-1207748517', u'CAST_-1207748360'), (u'INT_ADD_-1207748625', u'CAST_-1207748397'), ('const-4', u'INT_ADD_-1207748519'), (u'INT_LESSEQUAL_-1207748545', u'CBRANCH_-1207748543'), (u'CAST_-1207748370', u'INT_LESSEQUAL_-1207748545'), (u'INT_MULT_-1207748539', u'CAST_-1207748370'), ('const-1', u'RETURN_-1207748443'), ('const-360', u'INT_ADD_-1207748615'), ('const-1', u'INT_SUB_-1207748415'), ('const-2259', u'CALL_-1207748448'), ('tmp_484', u'INT_ADD_-1207748615'), ('const--6148914691236517205', u'INT_MULT_-1207748539'), ('const-3584022', u'COPY_-1207748369'), ('const-3', u'INT_SRIGHT_-1207748579'), (u'INT_SRIGHT_-1207748579', u'INT_MULT_-1207748539'), (u'INT_ADD_-1207748615', u'CAST_-1207748389'), (u'LOAD_-1207748533', u'INT_SUB_-1207748415'), (u'CAST_-1207748360', u'LOAD_-1207748533')]
null
null
001c37c0
x64
O2
(translation_unit "void FUN_001c37c0(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" (function_definition "void FUN_001c37c0(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" primitive_type (function_declarator "FUN_001c37c0(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" { (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" { comment (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" * (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + number_literal) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) - number_literal) < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_false> * this, uint sym) */\n\nuint __thiscall\ngold::Sized_relobj_file<64,_false>::dynsym_index(Sized_relobj_file<64,_false> *this,uint sym)\n\n{\n uint uVar1;\n pointer pSVar2;\n \n pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }\n uVar1 = pSVar2[sym].output_dynsym_index_;\n if (uVar1 - 1 < 0xfffffffe) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_relobj_file<64,_false>::dynsym_index(Sized_relobj_file<64,_false> *this,uint sym)\n\n{\n uint uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::dynsym_index(Sized_relobj_file<64,_false> *this,uint sym)\n\n{\n uint" identifier > : : (function_declarator "dynsym_index(Sized_relobj_file<64,_false> *this,uint sym)" identifier (parameter_list "(Sized_relobj_file<64,_false> *this,uint sym)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint sym" type_identifier identifier) ))) { identifier) identifier ;) (declaration "pointer pSVar2;" type_identifier identifier ;) (expression_statement "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (assignment_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> 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) ;) (if_statement "if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym)" ( (binary_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym" (call_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" ( (binary_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555" (parenthesized_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3)" ( (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish - (long)pSVar2" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl._M_finish" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>\n ._M_impl" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold" (cast_expression "(long)(this->local_values_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> 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 "(long)pSVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)sym" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (expression_statement "uVar1 = pSVar2[sym].output_dynsym_index_;" (assignment_expression "uVar1 = pSVar2[sym].output_dynsym_index_" identifier = (field_expression "pSVar2[sym].output_dynsym_index_" (subscript_expression "pSVar2[sym]" identifier [ identifier ]) . field_identifier)) ;) (if_statement "if (uVar1 - 1 < 0xfffffffe) {\n return uVar1;\n }" if (parenthesized_expression "(uVar1 - 1 < 0xfffffffe)" ( (binary_expression "uVar1 - 1 < 0xfffffffe" (binary_expression "uVar1 - 1" identifier - number_literal) < number_literal) )) (compound_statement "{\n return uVar1;\n }" { (return_statement "return uVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "do_gold_unreachable("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_001c37c0(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}\n\n" (function_definition "void FUN_001c37c0(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" primitive_type (function_declarator "FUN_001c37c0(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" { (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" { (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" identifier (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""dynsym_index"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" * (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + number_literal) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) - number_literal) < number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" identifier (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""output_dynsym_index"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )) * LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (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 (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) - LIT) < LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_001c37c0(long param_1,uint param_2)\n\n{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" (primitive_type "void") (function_declarator "FUN_001c37c0(long param_1,uint param_2)" (identifier "FUN_001c37c0") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }\n if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }\n \n FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");\n}" ({ "{") (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" (if "if") (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" (( "(") (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (( "(") (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" (( "(") (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" (* "*") (cast_expression "(long *)(param_1 + 0x168)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x168)" (( "(") (binary_expression "param_1 + 0x168" (identifier "param_1") (+ "+") (number_literal "0x168")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")"))))) (>> ">>") (number_literal "3")) () ")")) (* "*") (number_literal "-0x5555555555555555")) () ")"))) (<= "<=") (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x8d3,"dynsym_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8d3") (, ",") (string_literal ""dynsym_index"" (" """) (string_content "dynsym_index") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe)" (( "(") (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe" (binary_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U" (pointer_expression "*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18" (binary_expression "*(long *)(param_1 + 0x160) + 4" (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")")))) (+ "+") (number_literal "4")) (+ "+") (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "0x18"))) () ")")))) (- "-") (number_literal "1U")) (< "<") (number_literal "0xfffffffe")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index");" (call_expression "FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x74a,"output_dynsym_index")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x74a") (, ",") (string_literal ""output_dynsym_index"" (" """) (string_content "output_dynsym_index") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: uint dynsym_index(Sized_relobj_file<64,_false> * this, uint sym) */ type_1 __thiscall var_1::Sized_relobj_file<64,_false>::dynsym_index(Sized_relobj_file<64,_false> *this,type_1 sym) { type_1 var_5; type_2 pSVar2; pSVar2 = (this->local_values_). super__Vector_base<var_1::Symbol_value<64>,var_2::allocator<var_1::Symbol_value<64>var_3>var_3>. _M_impl._M_start; if ((type_3)(((long)(this->local_values_). super__Vector_base<var_1::Symbol_value<64>,var_2::allocator<var_1::Symbol_value<64>var_3>var_3> ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (type_3)sym) { /* WARNING: Subroutine does not return */ var_4("../../gold/object.h",0x8d3,"dynsym_index"); } var_5 = pSVar2[sym].output_dynsym_index_; if (var_5 - 1 < 0xfffffffe) { return var_5; } /* WARNING: Subroutine does not return */ var_4("../../gold/object.h",0x74a,"output_dynsym_index"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) 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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(long param_1,uint param_2) { if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555) <= (ulong)param_2) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x8d3,"dynsym_index"); } if (*(int *)(*(long *)(param_1 + 0x160) + 4 + (ulong)param_2 * 0x18) - 1U < 0xfffffffe) { return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/object.h",0x74a,"output_dynsym_index"); }
2_sg_reset_wp_and_sg_reset_wp_strip.c
FUN_00101020
FUN_00101020
void FUN_00101020(void) { (*(code *)PTR_00103f40)(); return; }
void FUN_00101020(void) { (*(code *)PTR_00103f40)(); return; }
PUSH qword ptr [0x00103f38] JMP qword ptr [0x00103f40]
null
null
null
null
[(u'INDIRECT_-1206972304', u'COPY_-1206972363'), (u'CALLIND_-1206972367', u'INDIRECT_-1206972304'), ('const-1', u'RETURN_-1206972364'), (u'CALLIND_-1206972367', u'INDIRECT_-1206972306'), (u'INDIRECT_-1206972306', u'COPY_-1206972365'), ('tmp_44', u'CAST_-1206972298'), (u'CAST_-1206972298', u'CALLIND_-1206972367')]
[(u'INDIRECT_-1206972304', u'COPY_-1206972363'), (u'CALLIND_-1206972367', u'INDIRECT_-1206972304'), ('const-1', u'RETURN_-1206972364'), (u'CALLIND_-1206972367', u'INDIRECT_-1206972306'), (u'INDIRECT_-1206972306', u'COPY_-1206972365'), ('tmp_44', u'CAST_-1206972298'), (u'CAST_-1206972298', u'CALLIND_-1206972367')]
null
null
00101020
x64
O2
(translation_unit "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}\n\n" (function_definition "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}" primitive_type (function_declarator "FUN_00101020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_00103f40)();\n return;\n}" { (expression_statement "(*(code *)PTR_00103f40)();" (call_expression "(*(code *)PTR_00103f40)()" (parenthesized_expression "(*(code *)PTR_00103f40)" ( (pointer_expression "*(code *)PTR_00103f40" * (cast_expression "(code *)PTR_00103f40" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}\n\n" (function_definition "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}" primitive_type (function_declarator "FUN_00101020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_00103f40)();\n return;\n}" { (expression_statement "(*(code *)PTR_00103f40)();" (call_expression "(*(code *)PTR_00103f40)()" (parenthesized_expression "(*(code *)PTR_00103f40)" ( (pointer_expression "*(code *)PTR_00103f40" * (cast_expression "(code *)PTR_00103f40" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}\n\n" (function_definition "void FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}" primitive_type (function_declarator "FUN_00101020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_00103f40)();\n return;\n}" { (expression_statement "(*(code *)PTR_00103f40)();" (call_expression "(*(code *)PTR_00103f40)()" (parenthesized_expression "(*(code *)PTR_00103f40)" ( (pointer_expression "*(code *)PTR_00103f40" * (cast_expression "(code *)PTR_00103f40" ( (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 FUN_00101020(void)\n\n{\n (*(code *)PTR_00103f40)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00101020(void)" (identifier "FUN_00101020") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_00103f40)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_00103f40)();" (call_expression "(*(code *)PTR_00103f40)()" (parenthesized_expression "(*(code *)PTR_00103f40)" (( "(") (pointer_expression "*(code *)PTR_00103f40" (* "*") (cast_expression "(code *)PTR_00103f40" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_00103f40"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_00103f40)(); 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_00103f40)(); return; }
4693_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
~Sized_relobj_file
FUN_0024f500
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void ~Sized_relobj_file(Sized_relobj_file<64,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_relobj_file<64,_false>::~Sized_relobj_file (Sized_relobj_file<64,_false> *this,int __in_chrg) { int *piVar1; pointer pDVar2; pointer pcVar3; Symbol_value<64> *pSVar4; pointer ppSVar5; pointer puVar6; pointer ppOVar7; Input_file *pIVar8; pointer pDVar9; Symbol_value<64> *pSVar10; Symbol_value<64> *this_00; int __in_chrg_00; _Link_type __x; pDVar2 = (this->deferred_layout_relocs_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_finish; pDVar9 = (this->deferred_layout_relocs_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_start; (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)&PTR__Sized_relobj_file_004b12b0; if (pDVar2 != pDVar9) { do { pcVar3 = (pDVar9->name_)._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar3 != &(pDVar9->name_).field_2) { operator_delete(pcVar3); } pDVar9 = pDVar9 + 1; } while (pDVar2 != pDVar9); pDVar9 = (this->deferred_layout_relocs_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_start; } if (pDVar9 != (pointer)0x0) { operator_delete(pDVar9); } pDVar2 = (this->deferred_layout_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_finish; pDVar9 = (this->deferred_layout_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_start; if (pDVar2 != pDVar9) { do { pcVar3 = (pDVar9->name_)._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar3 != &(pDVar9->name_).field_2) { operator_delete(pcVar3); } pDVar9 = pDVar9 + 1; } while (pDVar2 != pDVar9); pDVar9 = (this->deferred_layout_). super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_> ._M_impl._M_start; } if (pDVar9 != (pointer)0x0) { operator_delete(pDVar9); } __x = (_Link_type) (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; std:: _Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>,_std::less<unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>_> ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x); std:: _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> *)&this->local_plt_offsets_,(int)__x); __in_chrg_00 = (int)__x; pSVar4 = (this->local_values_). super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>. _M_impl._M_finish; this_00 = (this->local_values_). super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>. _M_impl._M_start; if (pSVar4 != this_00) { do { pSVar10 = this_00 + 1; Symbol_value<64>::~Symbol_value(this_00,(int)__x); __in_chrg_00 = (int)__x; this_00 = pSVar10; } while (pSVar4 != pSVar10); this_00 = (this->local_values_). super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>. _M_impl._M_start; } if (this_00 != (Symbol_value<64> *)0x0) { operator_delete(this_00); } ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start; if (ppSVar5 != (pointer)0x0) { operator_delete(ppSVar5); } puVar6 = (this->super_Sized_relobj<64,_false>).section_offsets_. super__Vector_base<long_unsigned_int,_std::allocator<long_unsigned_int>_>._M_impl. _M_start; (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)&DAT_004afbd0; if (puVar6 != (pointer)0x0) { operator_delete(puVar6); } 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>_> ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00); ppOVar7 = (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; (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)&DAT_004aee40; if (ppOVar7 != (pointer)0x0) { operator_delete(ppOVar7); } (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)&DAT_004adb50; pIVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.input_file_; if (pIVar8 != (Input_file *)0x0) { piVar1 = &(pIVar8->file_).object_count_; *piVar1 = *piVar1 + -1; } pcVar3 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2) { return; } operator_delete(pcVar3); return; }
void FUN_0024f500(undefined8 *param_1) { int *piVar1; long *plVar2; long lVar3; long *plVar4; long lVar5; long lVar6; plVar2 = (long *)param_1[0x41]; plVar4 = (long *)param_1[0x40]; *param_1 = &PTR_FUN_004b12b0; if (plVar2 != plVar4) { do { if ((long *)*plVar4 != plVar4 + 2) { FUN_00338a40(); } plVar4 = plVar4 + 0xe; } while (plVar2 != plVar4); plVar4 = (long *)param_1[0x40]; } if (plVar4 != (long *)0x0) { FUN_00338a40(plVar4); } plVar2 = (long *)param_1[0x3e]; plVar4 = (long *)param_1[0x3d]; if (plVar2 != plVar4) { do { if ((long *)*plVar4 != plVar4 + 2) { FUN_00338a40(); } plVar4 = plVar4 + 0xe; } while (plVar2 != plVar4); plVar4 = (long *)param_1[0x3d]; } if (plVar4 != (long *)0x0) { FUN_00338a40(plVar4); } FUN_00235d40(param_1 + 0x36,param_1[0x38]); FUN_001bcdb0(param_1 + 0x2f); lVar3 = param_1[0x2d]; lVar6 = param_1[0x2c]; if (lVar3 != lVar6) { do { lVar5 = lVar6 + 0x18; FUN_001bdad0(lVar6); lVar6 = lVar5; } while (lVar3 != lVar5); lVar6 = param_1[0x2c]; } if (lVar6 != 0) { FUN_00338a40(lVar6); } if (param_1[0x26] != 0) { FUN_00338a40(); } *param_1 = &DAT_004afbd0; if (param_1[0x1c] != 0) { FUN_00338a40(); } FUN_001fe430(param_1 + 0x15); *param_1 = &DAT_004aee40; if (param_1[10] != 0) { FUN_00338a40(); } *param_1 = &DAT_004adb50; if (param_1[5] != 0) { piVar1 = (int *)(param_1[5] + 0x50); *piVar1 = *piVar1 + -1; } if ((undefined8 *)param_1[1] == param_1 + 3) { return; } FUN_00338a40(); return; }
PUSH R12 LEA RAX,[0x4b12b0] PUSH RBP PUSH RBX MOV R12,qword ptr [RDI + 0x208] MOV RBX,RDI MOV RBP,qword ptr [RDI + 0x200] MOV qword ptr [RDI],RAX CMP R12,RBP JZ 0x0024f54a NOP dword ptr [RAX] MOV RDI,qword ptr [RBP] LEA RAX,[RBP + 0x10] CMP RDI,RAX JZ 0x0024f53a CALL 0x00338a40 ADD RBP,0x70 CMP R12,RBP JNZ 0x0024f528 MOV RBP,qword ptr [RBX + 0x200] TEST RBP,RBP JZ 0x0024f557 MOV RDI,RBP CALL 0x00338a40 MOV R12,qword ptr [RBX + 0x1f0] MOV RBP,qword ptr [RBX + 0x1e8] CMP R12,RBP JZ 0x0024f592 NOP word ptr [RAX + RAX*0x1] MOV RDI,qword ptr [RBP] LEA RAX,[RBP + 0x10] CMP RDI,RAX JZ 0x0024f582 CALL 0x00338a40 ADD RBP,0x70 CMP R12,RBP JNZ 0x0024f570 MOV RBP,qword ptr [RBX + 0x1e8] TEST RBP,RBP JZ 0x0024f59f MOV RDI,RBP CALL 0x00338a40 MOV RSI,qword ptr [RBX + 0x1c0] LEA RDI,[RBX + 0x1b0] CALL 0x00235d40 LEA RDI,[RBX + 0x178] CALL 0x001bcdb0 MOV R12,qword ptr [RBX + 0x168] MOV RBP,qword ptr [RBX + 0x160] CMP R12,RBP JZ 0x0024f5f0 NOP dword ptr [RAX] MOV RDI,RBP ADD RBP,0x18 CALL 0x001bdad0 CMP R12,RBP JNZ 0x0024f5d8 MOV RBP,qword ptr [RBX + 0x160] TEST RBP,RBP JZ 0x0024f5fd MOV RDI,RBP CALL 0x00338a40 MOV RDI,qword ptr [RBX + 0x130] TEST RDI,RDI JZ 0x0024f60e CALL 0x00338a40 MOV RDI,qword ptr [RBX + 0xe0] LEA RAX,[0x4afbd0] MOV qword ptr [RBX],RAX TEST RDI,RDI JZ 0x0024f629 CALL 0x00338a40 LEA RDI,[RBX + 0xa8] CALL 0x001fe430 MOV RDI,qword ptr [RBX + 0x50] LEA RAX,[0x4aee40] MOV qword ptr [RBX],RAX TEST RDI,RDI JZ 0x0024f64d CALL 0x00338a40 LEA RAX,[0x4adb50] MOV qword ptr [RBX],RAX MOV RAX,qword ptr [RBX + 0x28] TEST RAX,RAX JZ 0x0024f664 SUB dword ptr [RAX + 0x50],0x1 MOV RDI,qword ptr [RBX + 0x8] ADD RBX,0x18 CMP RDI,RBX JZ 0x0024f680 POP RBX POP RBP POP R12 JMP 0x00338a40 POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'LOAD_-1204029719', u'CALL_-1204029688'), ('const-24', u'PTRADD_-1204028957'), ('const-0', u'PTRSUB_-1204028977'), ('tmp_1043', u'PTRSUB_-1204028855'), (u'LOAD_-1204030136', u'CAST_-1204029016'), (u'PTRSUB_-1204028907', u'LOAD_-1204029885'), (u'MULTIEQUAL_-1204029415', u'PTRADD_-1204028957'), (u'LOAD_-1204030170', u'MULTIEQUAL_-1204029588'), (u'MULTIEQUAL_-1204029096', u'MULTIEQUAL_-1204029087'), (u'PTRSUB_-1204028887', u'CAST_-1204028737'), (u'PTRSUB_-1204028760', u'PTRSUB_-1204028730'), (u'PTRSUB_-1204028963', u'LOAD_-1204029922'), (u'LOAD_-1204029831', u'MULTIEQUAL_-1204029393'), ('const-432', u'PTRSUB_-1204029015'), ('const-0', u'PTRSUB_-1204029172'), ('const-433', u'LOAD_-1204029922'), (u'LOAD_-1204030170', u'MULTIEQUAL_-1204029555'), (u'PTRSUB_-1204028887', u'LOAD_-1204029841'), ('const-0', u'SUBPIECE_-1204029399'), ('const-0', u'PTRSUB_-1204028979'), ('const-4905808', u'PTRSUB_-1204028868'), (u'PTRSUB_-1204029027', u'PTRSUB_-1204028991'), (u'INDIRECT_-1204029393', u'MULTIEQUAL_-1204029390'), ('tmp_1043', u'PTRSUB_-1204029172'), ('tmp_1043', u'PTRSUB_-1204028919'), (u'INDIRECT_-1204029077', u'MULTIEQUAL_-1204029074'), ('const-0', u'PTRSUB_-1204028886'), ('const-304', u'PTRSUB_-1204028919'), ('const-1', u'PTRADD_-1204029057'), ('const-4919984', u'PTRSUB_-1204029177'), ('tmp_577', u'CBRANCH_-1204029757'), ('const-0', u'INT_NOTEQUAL_-1204029650'), (u'PTRSUB_-1204029106', u'PTRSUB_-1204029055'), (u'PTRSUB_-1204029096', u'PTRSUB_-1204029046'), ('const-0', u'PTRSUB_-1204028820'), ('const-433', u'LOAD_-1204029623'), ('tmp_1043', u'PTRSUB_-1204029024'), (u'PTRSUB_-1204028919', u'PTRSUB_-1204028918'), (u'PTRSUB_-1204028941', u'PTRSUB_-1204028940'), (u'PTRSUB_-1204028730', u'LOAD_-1204029567'), (u'MULTIEQUAL_-1204029518', u'PTRADD_-1204029057'), (u'LOAD_-1204029524', u'CALL_-1204029468'), ('const-0', u'PTRSUB_-1204028754'), (u'PTRSUB_-1204029081', u'PTRSUB_-1204029053'), ('const-0', u'PTRSUB_-1204028777'), (u'LOAD_-1204030032', u'INT_NOTEQUAL_-1204029925'), ('const-0', u'PTRSUB_-1204028755'), (u'PTRSUB_-1204028711', u'PTRSUB_-1204028707'), ('const-0', u'PTRSUB_-1204028760'), (u'COPY_-1204028898', u'MULTIEQUAL_-1204029415'), ('const-0', u'PTRSUB_-1204029096'), (u'PTRSUB_-1204028869', u'PTRSUB_-1204028829'), (u'PTRADD_-1204028957', u'INT_NOTEQUAL_-1204029759'), (u'PTRADD_-1204029057', u'MULTIEQUAL_-1204029518'), (u'MULTIEQUAL_-1204029518', u'PTRSUB_-1204029077'), (u'PTRSUB_-1204028998', u'PTRSUB_-1204028963'), ('const-0', u'PTRSUB_-1204028963'), (u'INT_NOTEQUAL_-1204029899', u'CBRANCH_-1204029898'), (u'PTRSUB_-1204028898', u'PTRSUB_-1204028863'), (u'PTRSUB_-1204028944', u'PTRSUB_-1204028909'), ('const-0', u'PTRSUB_-1204028909'), ('tmp_1043', u'PTRSUB_-1204028792'), (u'PTRSUB_-1204028734', u'STORE_-1204029571'), ('const-0', u'PTRSUB_-1204028802'), (u'INDIRECT_-1204029393', u'SUBPIECE_-1204029111'), (u'PTRSUB_-1204028935', u'PTRSUB_-1204028900'), (u'PTRSUB_-1204029010', u'LOAD_-1204030022'), ('const-0', u'PTRSUB_-1204028824'), (u'PTRSUB_-1204028910', u'PTRSUB_-1204028907'), (u'CALL_-1204029642', u'INDIRECT_-1204029054'), ('tmp_385', u'CBRANCH_-1204029923'), (u'LOAD_-1204029841', u'INT_NOTEQUAL_-1204029759'), ('const-433', u'STORE_-1204029538'), (u'LOAD_-1204029841', u'INT_NOTEQUAL_-1204029807'), (u'INDIRECT_-1204029054', u'MULTIEQUAL_-1204029054'), ('const-4910656', u'PTRSUB_-1204028887'), (u'LOAD_-1204029541', u'INT_ADD_-1204029523'), (u'PTRSUB_-1204028815', u'PTRSUB_-1204028782'), ('const-433', u'LOAD_-1204029756'), ('const-433', u'LOAD_-1204030184'), (u'PTRSUB_-1204028898', u'PTRSUB_-1204028859'), (u'PTRSUB_-1204029172', u'PTRSUB_-1204029118'), ('const-352', u'PTRSUB_-1204028941'), (u'MULTIEQUAL_-1204029555', u'INT_NOTEQUAL_-1204030046'), ('const-433', u'STORE_-1204029667'), (u'PTRSUB_-1204028777', u'PTRSUB_-1204028745'), (u'PTRSUB_-1204029072', u'PTRSUB_-1204029022'), ('const-0', u'PTRSUB_-1204028792'), (u'MULTIEQUAL_-1204029087', u'MULTIEQUAL_-1204029074'), ('const-0', u'PTRSUB_-1204029118'), ('tmp_77', u'CBRANCH_-1204030140'), ('const-112', u'PTRADD_-1204029057'), (u'PTRSUB_-1204028886', u'CALL_-1204029860'), (u'LOAD_-1204029719', u'INT_NOTEQUAL_-1204029696'), (u'PTRSUB_-1204028883', u'PTRSUB_-1204028843'), (u'CAST_-1204028943', u'INT_NOTEQUAL_-1204029962'), (u'PTRSUB_-1204028783', u'LOAD_-1204029623'), (u'CAST_-1204028716', u'STORE_-1204029571'), ('const-488', u'PTRSUB_-1204029046'), ('const-0', u'PTRSUB_-1204028935'), ('const-16', u'PTRSUB_-1204028707'), (u'PTRSUB_-1204028858', u'PTRSUB_-1204028898'), ('tmp_1043', u'PTRSUB_-1204029015'), (u'INDIRECT_-1204029432', u'SUBPIECE_-1204029150'), (u'PTRADD_-1204028957', u'COPY_-1204028898'), ('const-0', u'SUBPIECE_-1204029150'), ('const-0', u'PTRSUB_-1204028843'), (u'LOAD_-1204030022', u'INT_NOTEQUAL_-1204029998'), (u'PTRSUB_-1204028922', u'CAST_-1204028775'), ('tmp_1043', u'PTRSUB_-1204029046'), ('const-4294967295', u'INT_ADD_-1204029523'), ('tmp_509', u'CBRANCH_-1204029806'), ('const-433', u'LOAD_-1204029719'), (u'LOAD_-1204029567', u'PTRSUB_-1204028805'), (u'SUBPIECE_-1204029111', u'MULTIEQUAL_-1204029096'), (u'PTRSUB_-1204029101', u'PTRSUB_-1204029071'), (u'SUBPIECE_-1204029438', u'CALL_-1204029843'), (u'INDIRECT_-1204029090', u'MULTIEQUAL_-1204029087'), (u'INDIRECT_-1204029445', u'SUBPIECE_-1204029438'), (u'SUBPIECE_-1204029150', u'MULTIEQUAL_-1204029096'), ('const-512', u'PTRSUB_-1204029128'), (u'PTRSUB_-1204029040', u'LOAD_-1204030069'), (u'MULTIEQUAL_-1204029390', u'SUBPIECE_-1204029399'), ('const-1', u'PTRADD_-1204029139'), ('const-0', u'PTRSUB_-1204029126'), ('const-0', u'INT_NOTEQUAL_-1204029899'), (u'PTRSUB_-1204028843', u'PTRSUB_-1204028809'), (u'INT_NOTEQUAL_-1204029998', u'CBRANCH_-1204029997'), (u'PTRSUB_-1204029100', u'INT_NOTEQUAL_-1204030109'), ('const-0', u'PTRSUB_-1204028863'), (u'PTRSUB_-1204028781', u'PTRSUB_-1204028749'), (u'LOAD_-1204030022', u'MULTIEQUAL_-1204029486'), (u'PTRSUB_-1204028900', u'LOAD_-1204029831'), ('tmp_1043', u'PTRSUB_-1204028989'), (u'PTRSUB_-1204028816', u'PTRSUB_-1204028777'), (u'PTRSUB_-1204028745', u'PTRSUB_-1204028730'), ('const-0', u'PTRSUB_-1204029077'), (u'LOAD_-1204030032', u'INT_NOTEQUAL_-1204029998'), (u'MULTIEQUAL_-1204029054', u'CALL_-1204029625'), (u'MULTIEQUAL_-1204029555', u'CALL_-1204030034'), (u'PTRADD_-1204029057', u'INT_NOTEQUAL_-1204029925'), (u'LOAD_-1204029686', u'INT_NOTEQUAL_-1204029650'), (u'MULTIEQUAL_-1204029415', u'CALL_-1204029775'), ('const-0', u'PTRSUB_-1204029010'), (u'PTRSUB_-1204028766', u'STORE_-1204029538'), (u'PTRSUB_-1204029128', u'PTRSUB_-1204029127'), ('const-0', u'PTRSUB_-1204028868'), (u'PTRSUB_-1204028816', u'PTRSUB_-1204028783'), (u'INT_NOTEQUAL_-1204029696', u'CBRANCH_-1204029695'), (u'LOAD_-1204029831', u'INT_NOTEQUAL_-1204029807'), ('const-8', u'PTRSUB_-1204028993'), ('const-0', u'PTRSUB_-1204029081'), ('const-352', u'PTRSUB_-1204028989'), ('const-433', u'LOAD_-1204029989'), ('const-433', u'LOAD_-1204030032'), ('const-40', u'PTRSUB_-1204028805'), (u'INT_NOTEQUAL_-1204029590', u'CBRANCH_-1204029589'), (u'PTRSUB_-1204028868', u'CAST_-1204028716'), ('const-488', u'PTRSUB_-1204029097'), (u'CAST_-1204029037', u'STORE_-1204030159'), ('const-0', u'PTRSUB_-1204028900'), (u'PTRSUB_-1204029097', u'PTRSUB_-1204029096'), (u'PTRSUB_-1204029177', u'CAST_-1204029037'), ('const-0', u'PTRSUB_-1204029180'), ('tmp_1043', u'PTRSUB_-1204028816'), (u'MULTIEQUAL_-1204029393', u'INT_NOTEQUAL_-1204029733'), ('const-8', u'PTRSUB_-1204028716'), ('const-0', u'PTRSUB_-1204029053'), ('const-0', u'PTRSUB_-1204028745'), ('const-0', u'PTRSUB_-1204029105'), ('const-0', u'INT_NOTEQUAL_-1204029733'), (u'LOAD_-1204029524', u'CAST_-1204028691'), ('const-8', u'PTRSUB_-1204028887'), ('const-0', u'PTRSUB_-1204029177'), (u'PTRSUB_-1204028820', u'PTRSUB_-1204028781'), (u'PTRSUB_-1204028993', u'LOAD_-1204030032'), (u'PTRSUB_-1204028707', u'INT_EQUAL_-1204029491'), (u'PTRSUB_-1204028792', u'STORE_-1204029667'), (u'PTRSUB_-1204028877', u'PTRSUB_-1204028842'), (u'PTRSUB_-1204028782', u'PTRSUB_-1204028853'), ('tmp_766', u'CBRANCH_-1204029589'), (u'PTRSUB_-1204028749', u'PTRSUB_-1204028734'), ('const-0', u'INT_NOTEQUAL_-1204030046'), (u'INT_NOTEQUAL_-1204029650', u'CBRANCH_-1204029649'), (u'INT_NOTEQUAL_-1204029759', u'CBRANCH_-1204029757'), (u'LOAD_-1204029623', u'CALL_-1204029582'), (u'PTRSUB_-1204029002', u'CAST_-1204028875'), ('const-433', u'STORE_-1204029607'), ('const-432', u'PTRSUB_-1204029024'), ('const-433', u'LOAD_-1204029524'), ('const-0', u'PTRSUB_-1204029046'), (u'LOAD_-1204029756', u'MULTIEQUAL_-1204029393'), ('const-40', u'PTRSUB_-1204028766'), (u'PTRSUB_-1204028841', u'PTRSUB_-1204028802'), ('tmp_1043', u'PTRSUB_-1204028900'), (u'COPY_-1204028923', u'MULTIEQUAL_-1204029415'), ('tmp_1043', u'PTRSUB_-1204029106'), (u'CALL_-1204029843', u'INDIRECT_-1204029432'), ('tmp_1043', u'PTRSUB_-1204028883'), ('const-0', u'SUBPIECE_-1204029111'), ('tmp_611', u'CBRANCH_-1204029732'), ('const-0', u'PTRSUB_-1204028842'), ('const-0', u'PTRSUB_-1204028898'), ('const-16', u'PTRSUB_-1204029022'), (u'PTRSUB_-1204029071', u'LOAD_-1204030184'), ('const-0', u'PTRSUB_-1204029019'), ('const-0', u'PTRSUB_-1204029072'), ('const-0', u'PTRSUB_-1204028940'), ('const-8', u'PTRSUB_-1204029071'), ('tmp_929', u'CBRANCH_-1204029489'), (u'CALL_-1204029688', u'INDIRECT_-1204029077'), (u'CAST_-1204028691', u'INT_EQUAL_-1204029491'), ('const-0', u'PTRSUB_-1204028815'), (u'PTRSUB_-1204029138', u'PTRSUB_-1204029101'), (u'PTRSUB_-1204028799', u'PTRSUB_-1204028760'), (u'MULTIEQUAL_-1204029588', u'PTRSUB_-1204029159'), ('const-433', u'LOAD_-1204029831'), ('const-0', u'PTRSUB_-1204029027'), (u'INT_NOTEQUAL_-1204030046', u'CBRANCH_-1204030045'), (u'LOAD_-1204030069', u'MULTIEQUAL_-1204029555'), (u'CAST_-1204028775', u'STORE_-1204029667'), (u'PTRSUB_-1204029105', u'PTRSUB_-1204029068'), (u'PTRSUB_-1204029022', u'INT_NOTEQUAL_-1204029962'), (u'PTRSUB_-1204029053', u'STORE_-1204030159'), (u'PTRSUB_-1204029127', u'PTRSUB_-1204029076'), (u'LOAD_-1204029831', u'COPY_-1204028923'), (u'INT_NOTEQUAL_-1204030109', u'CBRANCH_-1204030108'), ('const-512', u'PTRSUB_-1204029181'), ('const-0', u'PTRSUB_-1204028730'), ('const-16', u'PTRSUB_-1204029100'), (u'MULTIEQUAL_-1204029393', u'CALL_-1204029721'), (u'PTRSUB_-1204028724', u'PTRSUB_-1204028711'), (u'PTRSUB_-1204028979', u'PTRSUB_-1204028935'), ('const-433', u'STORE_-1204029571'), ('const-0', u'PTRSUB_-1204029045'), (u'PTRSUB_-1204028755', u'STORE_-1204029607'), (u'PTRSUB_-1204028766', u'LOAD_-1204029541'), (u'PTRSUB_-1204028942', u'PTRSUB_-1204028920'), ('const-0', u'PTRSUB_-1204028991'), ('const-0', u'PTRSUB_-1204029159'), ('const-0', u'PTRSUB_-1204028998'), ('tmp_1043', u'PTRSUB_-1204029128'), ('const-433', u'LOAD_-1204029567'), (u'INT_NOTEQUAL_-1204029733', u'CBRANCH_-1204029732'), ('const-0', u'PTRSUB_-1204029076'), ('tmp_655', u'CBRANCH_-1204029695'), ('const-0', u'PTRSUB_-1204028783'), (u'PTRSUB_-1204029046', u'PTRSUB_-1204029045'), (u'PTRSUB_-1204029181', u'PTRSUB_-1204029180'), ('const-8', u'PTRSUB_-1204028711'), ('tmp_704', u'CBRANCH_-1204029649'), ('const-0', u'PTRSUB_-1204028749'), (u'PTRSUB_-1204028940', u'PTRSUB_-1204028898'), (u'CAST_-1204028754', u'CALL_-1204029625'), (u'INT_NOTEQUAL_-1204029547', u'CBRANCH_-1204029546'), ('const-0', u'PTRSUB_-1204028816'), ('const-0', u'PTRSUB_-1204028761'), (u'MULTIEQUAL_-1204029518', u'PTRSUB_-1204029072'), (u'PTRSUB_-1204028980', u'PTRSUB_-1204028979'), ('const-0', u'PTRSUB_-1204028922'), (u'LOAD_-1204029989', u'CALL_-1204029954'), ('const-433', u'LOAD_-1204029686'), ('const-80', u'PTRSUB_-1204028782'), (u'PTRSUB_-1204029118', u'PTRSUB_-1204029081'), ('tmp_1043', u'PTRSUB_-1204028941'), (u'PTRSUB_-1204029068', u'LOAD_-1204030136'), (u'PTRSUB_-1204028853', u'PTRSUB_-1204028816'), ('const-0', u'PTRSUB_-1204029089'), ('const-0', u'PTRSUB_-1204028734'), ('const-1', u'PTRADD_-1204028957'), (u'PTRSUB_-1204028802', u'PTRSUB_-1204028770'), ('tmp_1043', u'PTRSUB_-1204028799'), (u'PTRADD_-1204029139', u'INT_NOTEQUAL_-1204030072'), ('const-433', u'STORE_-1204030159'), (u'PTRSUB_-1204028863', u'LOAD_-1204029756'), (u'PTRSUB_-1204028761', u'LOAD_-1204029524'), ('tmp_419', u'CBRANCH_-1204029898'), ('const-512', u'PTRSUB_-1204029193'), ('const-224', u'PTRSUB_-1204028858'), ('const-0', u'PTRSUB_-1204028781'), ('const-0', u'SUBPIECE_-1204029438'), (u'PTRSUB_-1204028855', u'PTRSUB_-1204028815'), ('const-0', u'PTRSUB_-1204029055'), (u'PTRSUB_-1204029046', u'PTRSUB_-1204029010'), ('tmp_217', u'CBRANCH_-1204030045'), ('const-0', u'PTRSUB_-1204028910'), (u'PTRSUB_-1204028859', u'PTRSUB_-1204028824'), (u'PTRSUB_-1204028900', u'PTRSUB_-1204028858'), (u'CAST_-1204028737', u'STORE_-1204029607'), ('const-0', u'PTRSUB_-1204028792'), (u'PTRSUB_-1204028730', u'PTRSUB_-1204028716'), ('const-488', u'PTRSUB_-1204029106'), ('const-0', u'PTRSUB_-1204029040'), ('const-0', u'PTRSUB_-1204029101'), (u'PTRSUB_-1204029024', u'PTRSUB_-1204028977'), (u'LOAD_-1204029885', u'CAST_-1204028903'), ('tmp_1043', u'PTRSUB_-1204029181'), ('const-0', u'PTRSUB_-1204028918'), (u'CAST_-1204028903', u'CALL_-1204029860'), ('const-0', u'INT_NOTEQUAL_-1204029547'), ('const-0', u'PTRSUB_-1204028877'), (u'PTRSUB_-1204029076', u'PTRSUB_-1204029040'), (u'PTRSUB_-1204029159', u'PTRSUB_-1204029105'), (u'INDIRECT_-1204029432', u'MULTIEQUAL_-1204029390'), ('const-0', u'PTRSUB_-1204028944'), ('const-0', u'PTRSUB_-1204028816'), ('const-433', u'LOAD_-1204030022'), (u'PTRSUB_-1204029180', u'PTRSUB_-1204029126'), (u'PTRADD_-1204029139', u'MULTIEQUAL_-1204029588'), (u'INT_NOTEQUAL_-1204029925', u'CBRANCH_-1204029923'), (u'MULTIEQUAL_-1204029588', u'PTRSUB_-1204029154'), (u'PTRSUB_-1204028991', u'LOAD_-1204029989'), ('const-8', u'PTRSUB_-1204028907'), (u'PTRSUB_-1204029193', u'PTRSUB_-1204029138'), (u'PTRSUB_-1204029154', u'PTRSUB_-1204029100'), ('const-8', u'PTRSUB_-1204028920'), ('const-0', u'PTRSUB_-1204028799'), ('const-0', u'PTRSUB_-1204028841'), (u'SUBPIECE_-1204029399', u'CALL_-1204029775'), ('const-433', u'LOAD_-1204029885'), (u'PTRSUB_-1204029019', u'PTRSUB_-1204028993'), (u'PTRSUB_-1204028805', u'PTRSUB_-1204028766'), ('const-0', u'PTRSUB_-1204028809'), (u'MULTIEQUAL_-1204029074', u'MULTIEQUAL_-1204029054'), (u'PTRSUB_-1204028989', u'PTRSUB_-1204028944'), ('const-0', u'PTRSUB_-1204028797'), ('const-0', u'PTRSUB_-1204028883'), (u'LOAD_-1204029989', u'CAST_-1204028943'), (u'LOAD_-1204030136', u'CALL_-1204030101'), ('const-0', u'PTRSUB_-1204028724'), (u'LOAD_-1204029686', u'CALL_-1204029642'), ('const-433', u'LOAD_-1204030069'), (u'PTRSUB_-1204028797', u'PTRSUB_-1204028761'), (u'PTRSUB_-1204029126', u'PTRSUB_-1204029089'), ('const-0', u'PTRSUB_-1204028942'), ('const-0', u'PTRSUB_-1204029068'), (u'PTRSUB_-1204028909', u'PTRSUB_-1204028887'), ('const-433', u'LOAD_-1204029541'), (u'LOAD_-1204030184', u'INT_NOTEQUAL_-1204030141'), (u'PTRSUB_-1204028977', u'PTRSUB_-1204028942'), (u'PTRSUB_-1204028920', u'PTRSUB_-1204028910'), ('const-0', u'PTRSUB_-1204028898'), (u'LOAD_-1204030170', u'INT_NOTEQUAL_-1204030141'), (u'CAST_-1204028875', u'CALL_-1204029843'), (u'INT_NOTEQUAL_-1204029962', u'CBRANCH_-1204029961'), ('tmp_1043', u'PTRSUB_-1204029193'), (u'PTRSUB_-1204029089', u'LOAD_-1204030170'), (u'INT_NOTEQUAL_-1204029807', u'CBRANCH_-1204029806'), ('const-433', u'LOAD_-1204029841'), ('const-0', u'PTRSUB_-1204028859'), ('const-352', u'PTRSUB_-1204028980'), ('const-0', u'PTRSUB_-1204028770'), ('tmp_815', u'CBRANCH_-1204029546'), (u'MULTIEQUAL_-1204029486', u'CALL_-1204029887'), ('const-376', u'PTRSUB_-1204029002'), (u'LOAD_-1204030184', u'INT_NOTEQUAL_-1204030072'), ('const-4914128', u'PTRSUB_-1204028922'), ('tmp_183', u'CBRANCH_-1204030070'), ('const-112', u'PTRADD_-1204029139'), ('const-433', u'LOAD_-1204030136'), (u'LOAD_-1204029623', u'INT_NOTEQUAL_-1204029590'), ('const-0', u'PTRSUB_-1204028855'), ('const-0', u'RETURN_-1204029434'), (u'PTRSUB_-1204029055', u'PTRSUB_-1204029019'), ('const-0', u'PTRSUB_-1204029127'), ('const-168', u'PTRSUB_-1204028829'), (u'CALL_-1204029860', u'INDIRECT_-1204029445'), (u'CAST_-1204029016', u'INT_NOTEQUAL_-1204030109'), (u'PTRSUB_-1204028770', u'PTRSUB_-1204028755'), ('tmp_1043', u'PTRSUB_-1204028980'), (u'PTRSUB_-1204028842', u'LOAD_-1204029719'), (u'INT_NOTEQUAL_-1204030072', u'CBRANCH_-1204030070'), (u'PTRSUB_-1204028716', u'PTRSUB_-1204028797'), (u'CALL_-1204029775', u'INDIRECT_-1204029393'), ('tmp_319', u'CBRANCH_-1204029961'), ('tmp_1043', u'PTRSUB_-1204029097'), ('const-0', u'PTRSUB_-1204029154'), (u'MULTIEQUAL_-1204029486', u'INT_NOTEQUAL_-1204029899'), (u'MULTIEQUAL_-1204029588', u'PTRADD_-1204029139'), ('const-433', u'LOAD_-1204030170'), ('const-0', u'PTRSUB_-1204028853'), (u'PTRSUB_-1204028918', u'PTRSUB_-1204028877'), (u'PTRSUB_-1204028829', u'CAST_-1204028754'), ('const-40', u'PTRSUB_-1204028730'), (u'CALL_-1204029721', u'INDIRECT_-1204029090'), ('const-0', u'PTRSUB_-1204029138'), (u'PTRSUB_-1204028824', u'LOAD_-1204029686'), ('tmp_1043', u'PTRSUB_-1204029002'), ('tmp_1043', u'PTRSUB_-1204028869'), ('tmp_1043', u'PTRSUB_-1204028820'), ('tmp_117', u'CBRANCH_-1204030108'), (u'LOAD_-1204030022', u'MULTIEQUAL_-1204029518'), ('const-0', u'INT_NOTEQUAL_-1204029590'), (u'INT_EQUAL_-1204029491', u'CBRANCH_-1204029489'), (u'LOAD_-1204029567', u'INT_NOTEQUAL_-1204029547'), (u'PTRSUB_-1204029045', u'PTRSUB_-1204028998'), (u'LOAD_-1204029922', u'MULTIEQUAL_-1204029486'), ('const-0', u'INT_NOTEQUAL_-1204029696'), (u'INT_ADD_-1204029523', u'STORE_-1204029538'), (u'INT_NOTEQUAL_-1204030141', u'CBRANCH_-1204030140'), ('tmp_1043', u'PTRSUB_-1204028841'), (u'PTRSUB_-1204029015', u'PTRSUB_-1204028886'), ('const-0', u'RETURN_-1204029464'), ('const-0', u'PTRSUB_-1204028887'), ('const-0', u'PTRSUB_-1204028900'), (u'PTRSUB_-1204028792', u'PTRSUB_-1204028754'), ('tmp_273', u'CBRANCH_-1204029997'), ('const-0', u'PTRSUB_-1204028869'), (u'PTRSUB_-1204029077', u'PTRSUB_-1204029027'), (u'PTRSUB_-1204028809', u'PTRSUB_-1204028792'), (u'PTRSUB_-1204028754', u'PTRSUB_-1204028724')]
[('const-433', u'LOAD_-1204030184'), (u'CAST_-1204029177', u'MULTIEQUAL_-1204029588'), ('const-433', u'LOAD_-1204030136'), ('tmp_2193', u'PTRADD_-1204028896'), ('const-3', u'PTRADD_-1204028842'), ('const-5', u'PTRADD_-1204028861'), ('const-56', u'PTRADD_-1204029055'), ('const-24', u'INT_ADD_-1204029776'), (u'INT_NOTEQUAL_-1204030046', u'CBRANCH_-1204030045'), (u'LOAD_-1204029831', u'MULTIEQUAL_-1204029393'), ('const-433', u'STORE_-1204030159'), ('const-8', u'PTRADD_-1204029086'), ('const-0', u'PTRSUB_-1204028887'), (u'INT_NOTEQUAL_-1204030109', u'CBRANCH_-1204030108'), (u'LOAD_-1204030170', u'CAST_-1204029177'), ('const-8', u'PTRADD_-1204028976'), (u'PTRADD_-1204029013', u'LOAD_-1204029831'), ('const-433', u'LOAD_-1204029686'), (u'MULTIEQUAL_-1204029393', u'CALL_-1204029721'), (u'CAST_-1204029177', u'MULTIEQUAL_-1204029555'), (u'PTRADD_-1204028847', u'LOAD_-1204029524'), (u'CAST_-1204029081', u'INT_NOTEQUAL_-1204029962'), ('tmp_2193', u'PTRADD_-1204028847'), ('tmp_577', u'CBRANCH_-1204029757'), ('const-8', u'PTRADD_-1204028955'), (u'LOAD_-1204029989', u'CAST_-1204029081'), ('const-0', u'INT_NOTEQUAL_-1204029650'), (u'LOAD_-1204029524', u'CAST_-1204028834'), (u'CAST_-1204029100', u'MULTIEQUAL_-1204029518'), (u'PTRADD_-1204028976', u'LOAD_-1204029756'), ('const-8', u'PTRADD_-1204029101'), (u'LOAD_-1204029885', u'CALL_-1204029860'), (u'INT_NOTEQUAL_-1204029733', u'CBRANCH_-1204029732'), ('const-8', u'PTRADD_-1204029047'), ('const-47', u'PTRADD_-1204029034'), ('tmp_655', u'CBRANCH_-1204029695'), ('const-8', u'PTRADD_-1204028861'), (u'PTRADD_-1204029132', u'LOAD_-1204030032'), (u'PTRADD_-1204029101', u'INT_NOTEQUAL_-1204029962'), ('tmp_704', u'CBRANCH_-1204029649'), (u'PTRADD_-1204029178', u'INT_NOTEQUAL_-1204030109'), (u'PTRADD_-1204028955', u'LOAD_-1204029719'), (u'INT_NOTEQUAL_-1204029547', u'CBRANCH_-1204029546'), ('const-14', u'PTRADD_-1204029086'), ('const-433', u'LOAD_-1204030069'), ('const-8', u'PTRADD_-1204029178'), (u'INT_NOTEQUAL_-1204029899', u'CBRANCH_-1204029898'), (u'PTRADD_-1204029153', u'LOAD_-1204030069'), ('const-8', u'PTRADD_-1204029013'), ('const-2', u'PTRADD_-1204029101'), (u'CAST_-1204029108', u'INT_NOTEQUAL_-1204029925'), ('const-433', u'LOAD_-1204029922'), ('const-0', u'PTRSUB_-1204028941'), (u'CAST_-1204029100', u'MULTIEQUAL_-1204029486'), ('const-433', u'LOAD_-1204029841'), ('tmp_2193', u'PTRADD_-1204028861'), ('tmp_2193', u'PTRADD_-1204029047'), (u'MULTIEQUAL_-1204029518', u'PTRADD_-1204029101'), ('const-433', u'LOAD_-1204029831'), ('tmp_385', u'CBRANCH_-1204029923'), (u'LOAD_-1204029841', u'INT_NOTEQUAL_-1204029759'), ('const-28', u'PTRADD_-1204028937'), ('const-62', u'PTRADD_-1204029132'), (u'LOAD_-1204029841', u'INT_NOTEQUAL_-1204029807'), ('tmp_419', u'CBRANCH_-1204029898'), (u'LOAD_-1204029541', u'INT_ADD_-1204029523'), (u'PTRADD_-1204029086', u'MULTIEQUAL_-1204029518'), ('tmp_2193', u'PTRADD_-1204029013'), (u'MULTIEQUAL_-1204029555', u'INT_NOTEQUAL_-1204030046'), ('const-14', u'PTRADD_-1204029163'), ('tmp_2193', u'STORE_-1204029571'), ('const-433', u'STORE_-1204029607'), ('const-38', u'PTRADD_-1204028955'), ('const-8', u'PTRADD_-1204029153'), ('tmp_77', u'CBRANCH_-1204030140'), ('const-4919984', u'PTRSUB_-1204029196'), ('tmp_2193', u'PTRADD_-1204029213'), ('tmp_2193', u'PTRADD_-1204029021'), ('const-8', u'PTRADD_-1204028909'), (u'LOAD_-1204029719', u'INT_NOTEQUAL_-1204029696'), (u'PTRADD_-1204029021', u'LOAD_-1204029841'), ('const-433', u'LOAD_-1204029524'), ('const-21', u'PTRADD_-1204028909'), (u'INT_ADD_-1204029776', u'COPY_-1204029032'), ('tmp_217', u'CBRANCH_-1204030045'), ('const-4294967295', u'INT_ADD_-1204029523'), ('const-0', u'PTRSUB_-1204029196'), (u'INT_ADD_-1204029776', u'INT_NOTEQUAL_-1204029759'), ('tmp_2193', u'PTRADD_-1204029153'), (u'PTRSUB_-1204028887', u'STORE_-1204029571'), (u'PTRADD_-1204029202', u'LOAD_-1204030170'), ('tmp_509', u'CBRANCH_-1204029806'), ('const-1', u'PTRADD_-1204028847'), ('tmp_2193', u'PTRADD_-1204029076'), (u'MULTIEQUAL_-1204029588', u'PTRADD_-1204029163'), ('const-0', u'INT_NOTEQUAL_-1204029547'), (u'PTRADD_-1204029055', u'LOAD_-1204029885'), (u'LOAD_-1204030136', u'CAST_-1204029157'), (u'CAST_-1204028839', u'STORE_-1204029538'), ('const-8', u'PTRADD_-1204029124'), (u'PTRSUB_-1204028941', u'STORE_-1204029667'), ('const-45', u'PTRADD_-1204029021'), ('const-433', u'STORE_-1204029538'), ('tmp_2193', u'PTRADD_-1204029055'), (u'CAST_-1204029129', u'MULTIEQUAL_-1204029555'), ('const-433', u'LOAD_-1204029885'), (u'PTRADD_-1204028896', u'LOAD_-1204029623'), ('const-0', u'INT_NOTEQUAL_-1204029899'), (u'INT_NOTEQUAL_-1204029925', u'CBRANCH_-1204029923'), (u'CAST_-1204029100', u'INT_NOTEQUAL_-1204029998'), ('tmp_2193', u'PTRADD_-1204029034'), ('const-8', u'PTRADD_-1204029213'), ('const-64', u'PTRADD_-1204029153'), (u'INT_NOTEQUAL_-1204029998', u'CBRANCH_-1204029997'), ('const-433', u'STORE_-1204029667'), (u'PTRADD_-1204029163', u'INT_NOTEQUAL_-1204030072'), ('tmp_2193', u'PTRADD_-1204028937'), (u'PTRADD_-1204029086', u'INT_NOTEQUAL_-1204029925'), (u'PTRADD_-1204029034', u'CALL_-1204029843'), (u'COPY_-1204029057', u'MULTIEQUAL_-1204029415'), ('tmp_2193', u'PTRADD_-1204029202'), (u'MULTIEQUAL_-1204029588', u'LOAD_-1204030136'), ('const-10', u'PTRADD_-1204028896'), ('const-433', u'STORE_-1204029571'), (u'MULTIEQUAL_-1204029555', u'CALL_-1204030034'), (u'LOAD_-1204029686', u'INT_NOTEQUAL_-1204029650'), ('const-8', u'PTRADD_-1204029034'), (u'LOAD_-1204030022', u'CAST_-1204029100'), (u'MULTIEQUAL_-1204029415', u'CALL_-1204029775'), ('const-80', u'INT_ADD_-1204029529'), ('const-8', u'PTRADD_-1204028847'), (u'LOAD_-1204029831', u'COPY_-1204029057'), (u'INT_NOTEQUAL_-1204029696', u'CBRANCH_-1204029695'), ('const-61', u'PTRADD_-1204029124'), (u'LOAD_-1204029831', u'INT_NOTEQUAL_-1204029807'), (u'INT_ADD_-1204029529', u'CAST_-1204028839'), (u'CAST_-1204028839', u'LOAD_-1204029541'), (u'CAST_-1204028834', u'INT_EQUAL_-1204029491'), ('const-44', u'PTRADD_-1204029013'), (u'INT_NOTEQUAL_-1204029590', u'CBRANCH_-1204029589'), (u'LOAD_-1204029922', u'CAST_-1204029053'), (u'INT_NOTEQUAL_-1204029962', u'CBRANCH_-1204029961'), ('const-433', u'LOAD_-1204030032'), (u'PTRSUB_-1204028906', u'STORE_-1204029607'), ('const-64', u'PTRADD_-1204029202'), (u'INT_NOTEQUAL_-1204029807', u'CBRANCH_-1204029806'), (u'PTRADD_-1204028861', u'LOAD_-1204029567'), ('const-433', u'LOAD_-1204029989'), ('const-8', u'PTRADD_-1204029163'), ('const-61', u'PTRADD_-1204029076'), ('const-0', u'PTRSUB_-1204028906'), (u'LOAD_-1204030184', u'CAST_-1204029188'), (u'PTRADD_-1204029076', u'LOAD_-1204029922'), ('tmp_815', u'CBRANCH_-1204029546'), ('const-44', u'PTRADD_-1204028976'), (u'MULTIEQUAL_-1204029486', u'CALL_-1204029887'), (u'CAST_-1204029188', u'INT_NOTEQUAL_-1204030072'), ('tmp_183', u'CBRANCH_-1204030070'), (u'MULTIEQUAL_-1204029393', u'INT_NOTEQUAL_-1204029733'), ('const-8', u'PTRADD_-1204029021'), (u'PTRADD_-1204029047', u'CALL_-1204029860'), (u'LOAD_-1204029623', u'INT_NOTEQUAL_-1204029590'), (u'CAST_-1204029108', u'INT_NOTEQUAL_-1204029998'), (u'CAST_-1204029188', u'INT_NOTEQUAL_-1204030141'), (u'COPY_-1204029032', u'MULTIEQUAL_-1204029415'), ('const-0', u'RETURN_-1204029434'), (u'CAST_-1204029157', u'INT_NOTEQUAL_-1204030109'), ('const-65', u'PTRADD_-1204029213'), ('const-8', u'PTRADD_-1204028842'), ('const-0', u'INT_NOTEQUAL_-1204029733'), (u'LOAD_-1204029567', u'INT_ADD_-1204029529'), (u'INT_NOTEQUAL_-1204030072', u'CBRANCH_-1204030070'), ('const-433', u'LOAD_-1204030022'), ('const-433', u'LOAD_-1204029541'), ('const-8', u'PTRADD_-1204028896'), (u'PTRADD_-1204029124', u'LOAD_-1204030022'), ('const-433', u'LOAD_-1204030170'), ('const-433', u'LOAD_-1204029756'), ('tmp_2193', u'STORE_-1204029607'), (u'CAST_-1204029177', u'INT_NOTEQUAL_-1204030141'), ('const-8', u'PTRADD_-1204029076'), ('tmp_319', u'CBRANCH_-1204029961'), ('const-54', u'PTRADD_-1204029047'), (u'PTRSUB_-1204029196', u'STORE_-1204030159'), (u'MULTIEQUAL_-1204029486', u'INT_NOTEQUAL_-1204029899'), (u'PTRADD_-1204028937', u'LOAD_-1204029686'), ('const-433', u'LOAD_-1204029623'), (u'MULTIEQUAL_-1204029518', u'LOAD_-1204029989'), ('const-433', u'LOAD_-1204029567'), ('tmp_766', u'CBRANCH_-1204029589'), ('const-8', u'PTRADD_-1204029202'), (u'PTRADD_-1204029213', u'LOAD_-1204030184'), ('const-0', u'INT_NOTEQUAL_-1204030046'), (u'INT_NOTEQUAL_-1204029650', u'CBRANCH_-1204029649'), (u'INT_NOTEQUAL_-1204029759', u'CBRANCH_-1204029757'), ('tmp_2193', u'PTRADD_-1204028955'), ('tmp_117', u'CBRANCH_-1204030108'), ('const-4905808', u'PTRSUB_-1204028887'), ('const-2', u'PTRADD_-1204029178'), (u'PTRADD_-1204028842', u'INT_EQUAL_-1204029491'), (u'MULTIEQUAL_-1204029415', u'INT_ADD_-1204029776'), ('tmp_2193', u'PTRADD_-1204028909'), (u'MULTIEQUAL_-1204029518', u'PTRADD_-1204029086'), (u'LOAD_-1204029756', u'MULTIEQUAL_-1204029393'), ('const-0', u'INT_NOTEQUAL_-1204029590'), (u'INT_EQUAL_-1204029491', u'CBRANCH_-1204029489'), (u'LOAD_-1204029567', u'INT_NOTEQUAL_-1204029547'), ('const-8', u'PTRADD_-1204029055'), ('const-0', u'INT_NOTEQUAL_-1204029696'), ('const-433', u'LOAD_-1204029719'), ('tmp_2193', u'STORE_-1204030159'), (u'INT_ADD_-1204029523', u'STORE_-1204029538'), (u'INT_NOTEQUAL_-1204030141', u'CBRANCH_-1204030140'), ('const-4910656', u'PTRSUB_-1204028906'), ('tmp_2193', u'PTRADD_-1204028976'), ('tmp_611', u'CBRANCH_-1204029732'), (u'PTRADD_-1204029163', u'MULTIEQUAL_-1204029588'), ('const-8', u'PTRADD_-1204029132'), ('const-0', u'RETURN_-1204029464'), (u'CAST_-1204029053', u'MULTIEQUAL_-1204029486'), (u'PTRADD_-1204028909', u'CALL_-1204029625'), ('tmp_2193', u'PTRADD_-1204029132'), ('tmp_2193', u'PTRADD_-1204029124'), (u'MULTIEQUAL_-1204029588', u'PTRADD_-1204029178'), ('tmp_273', u'CBRANCH_-1204029997'), ('tmp_929', u'CBRANCH_-1204029489'), (u'LOAD_-1204030069', u'CAST_-1204029129'), ('tmp_2193', u'STORE_-1204029667'), ('tmp_2193', u'PTRADD_-1204028842'), ('const-4914128', u'PTRSUB_-1204028941'), ('const-8', u'PTRADD_-1204028937'), (u'LOAD_-1204030032', u'CAST_-1204029108')]
null
null
0024f500
x64
O2
(translation_unit "void FUN_0024f500(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}\n\n" (function_definition "void FUN_0024f500(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" primitive_type (function_declarator "FUN_0024f500(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar2 = (long *)param_1[0x41];" (assignment_expression "plVar2 = (long *)param_1[0x41]" identifier = (cast_expression "(long *)param_1[0x41]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x41]" identifier [ number_literal ]))) ;) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" identifier = (cast_expression "(long *)param_1[0x40]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x40]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &PTR_FUN_004b12b0;" (assignment_expression "*param_1 = &PTR_FUN_004b12b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b12b0" & identifier)) ;) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" if (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" { (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" do (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" { (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" if (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" ( (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) != (binary_expression "plVar4 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" identifier = (binary_expression "plVar4 + 0xe" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) ;) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" identifier = (cast_expression "(long *)param_1[0x40]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x40]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00338a40(plVar4);\n }" { (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" identifier (argument_list "(plVar4)" ( identifier ))) ;) })) (expression_statement "plVar2 = (long *)param_1[0x3e];" (assignment_expression "plVar2 = (long *)param_1[0x3e]" identifier = (cast_expression "(long *)param_1[0x3e]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3e]" identifier [ number_literal ]))) ;) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" identifier = (cast_expression "(long *)param_1[0x3d]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3d]" identifier [ number_literal ]))) ;) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" if (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" { (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" do (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" { (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" if (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" ( (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) != (binary_expression "plVar4 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" identifier = (binary_expression "plVar4 + 0xe" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) ;) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" identifier = (cast_expression "(long *)param_1[0x3d]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3d]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00338a40(plVar4);\n }" { (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" identifier (argument_list "(plVar4)" ( identifier ))) ;) })) (expression_statement "FUN_00235d40(param_1 + 0x36,param_1[0x38]);" (call_expression "FUN_00235d40(param_1 + 0x36,param_1[0x38])" identifier (argument_list "(param_1 + 0x36,param_1[0x38])" ( (binary_expression "param_1 + 0x36" identifier + number_literal) , (subscript_expression "param_1[0x38]" identifier [ number_literal ]) ))) ;) (expression_statement "FUN_001bcdb0(param_1 + 0x2f);" (call_expression "FUN_001bcdb0(param_1 + 0x2f)" identifier (argument_list "(param_1 + 0x2f)" ( (binary_expression "param_1 + 0x2f" identifier + number_literal) ))) ;) (expression_statement "lVar3 = param_1[0x2d];" (assignment_expression "lVar3 = param_1[0x2d]" identifier = (subscript_expression "param_1[0x2d]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) (if_statement "if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" if (parenthesized_expression "(lVar3 != lVar6)" ( (binary_expression "lVar3 != lVar6" identifier != identifier) )) (compound_statement "{\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" { (do_statement "do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);" do (compound_statement "{\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n }" { (expression_statement "lVar5 = lVar6 + 0x18;" (assignment_expression "lVar5 = lVar6 + 0x18" identifier = (binary_expression "lVar6 + 0x18" identifier + number_literal)) ;) (expression_statement "FUN_001bdad0(lVar6);" (call_expression "FUN_001bdad0(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) (expression_statement "lVar6 = lVar5;" (assignment_expression "lVar6 = lVar5" identifier = identifier) ;) }) while (parenthesized_expression "(lVar3 != lVar5)" ( (binary_expression "lVar3 != lVar5" identifier != identifier) )) ;) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) })) (if_statement "if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00338a40(lVar6);\n }" { (expression_statement "FUN_00338a40(lVar6);" (call_expression "FUN_00338a40(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) })) (if_statement "if (param_1[0x26] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[0x26] != 0)" ( (binary_expression "param_1[0x26] != 0" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_004afbd0;" (assignment_expression "*param_1 = &DAT_004afbd0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004afbd0" & identifier)) ;) (if_statement "if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[0x1c] != 0)" ( (binary_expression "param_1[0x1c] != 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_001fe430(param_1 + 0x15);" (call_expression "FUN_001fe430(param_1 + 0x15)" identifier (argument_list "(param_1 + 0x15)" ( (binary_expression "param_1 + 0x15" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &DAT_004aee40;" (assignment_expression "*param_1 = &DAT_004aee40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004aee40" & identifier)) ;) (if_statement "if (param_1[10] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[10] != 0)" ( (binary_expression "param_1[10] != 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_004adb50;" (assignment_expression "*param_1 = &DAT_004adb50" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004adb50" & identifier)) ;) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(param_1[5] != 0)" ( (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" identifier = (cast_expression "(int *)(param_1[5] + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[5] + 0x50)" ( (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] == param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] == param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void ~Sized_relobj_file(Sized_relobj_file<64,_false> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_false>::~Sized_relobj_file\n (Sized_relobj_file<64,_false> *this,int __in_chrg)\n\n{\n int *piVar1;\n pointer pDVar2;\n pointer pcVar3;\n Symbol_value<64> *pSVar4;\n pointer ppSVar5;\n pointer puVar6;\n pointer ppOVar7;\n Input_file *pIVar8;\n pointer pDVar9;\n Symbol_value<64> *pSVar10;\n Symbol_value<64> *this_00;\n int __in_chrg_00;\n _Link_type __x;\n \n pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish;\n pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_relobj_file_004b12b0;\n if (pDVar2 != pDVar9) {\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }\n if (pDVar9 != (pointer)0x0) {\n operator_delete(pDVar9);\n }\n pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish;\n pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n if (pDVar2 != pDVar9) {\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }\n if (pDVar9 != (pointer)0x0) {\n operator_delete(pDVar9);\n }\n __x = (_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n std::\n _Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>,_std::less<unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>_>\n ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x);\n std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);\n __in_chrg_00 = (int)__x;\n pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_finish;\n this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n if (pSVar4 != this_00) {\n do {\n pSVar10 = this_00 + 1;\n Symbol_value<64>::~Symbol_value(this_00,(int)__x);\n __in_chrg_00 = (int)__x;\n this_00 = pSVar10;\n } while (pSVar4 != pSVar10);\n this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n }\n if (this_00 != (Symbol_value<64> *)0x0) {\n operator_delete(this_00);\n }\n ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n if (ppSVar5 != (pointer)0x0) {\n operator_delete(ppSVar5);\n }\n puVar6 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_unsigned_int,_std::allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004afbd0;\n if (puVar6 != (pointer)0x0) {\n operator_delete(puVar6);\n }\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 ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004adb50;\n pIVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.input_file_;\n if (pIVar8 != (Input_file *)0x0) {\n piVar1 = &(pIVar8->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }\n pcVar3 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2) {\n return;\n }\n operator_delete(pcVar3);\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<64,_false>::~Sized_relobj_file\n (Sized_relobj_file<64,_false> *this,int __in_chrg)\n\n{\n int *piVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::~Sized_relobj_file\n (Sized_relobj_file<64,_false> *this,int __in_chrg)\n\n{\n int" identifier > : : ~ (function_declarator "Sized_relobj_file\n (Sized_relobj_file<64,_false> *this,int __in_chrg)" identifier (parameter_list "(Sized_relobj_file<64,_false> *this,int __in_chrg)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { primitive_type) (pointer_declarator "*piVar1" * identifier) ;) (declaration "pointer pDVar2;" type_identifier identifier ;) (declaration "pointer pcVar3;" type_identifier identifier ;) (expression_statement "Symbol_value<64> *pSVar4;" (update_expression "Symbol_value<64> *pSVar4" (binary_expression "Symbol_value<64> *pSVar4" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "*pSVar4" * identifier)) --) ;) (declaration "pointer ppSVar5;" type_identifier identifier ;) (declaration "pointer puVar6;" type_identifier identifier ;) (declaration "pointer ppOVar7;" type_identifier identifier ;) (declaration "Input_file *pIVar8;" type_identifier (pointer_declarator "*pIVar8" * identifier) ;) (declaration "pointer pDVar9;" type_identifier identifier ;) (expression_statement "Symbol_value<64> *pSVar10;" (update_expression "Symbol_value<64> *pSVar10" (binary_expression "Symbol_value<64> *pSVar10" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "*pSVar10" * identifier)) --) ;) (expression_statement "Symbol_value<64> *this_00;" (update_expression "Symbol_value<64> *this_00" (binary_expression "Symbol_value<64> *this_00" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "*this_00" * identifier)) --) ;) (declaration "int __in_chrg_00;" primitive_type identifier ;) (declaration "_Link_type __x;" type_identifier identifier ;) (expression_statement "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish;" (field_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish" (field_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar2 = (this->deferred_layout_relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_relocs_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_relocs_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_relocs_)" ( (field_expression "this->deferred_layout_relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;" (field_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start" (field_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_relocs_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_relocs_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_relocs_)" ( (field_expression "this->deferred_layout_relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_relobj_file_004b12b0;" (assignment_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_relobj_file_004b12b0" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object" (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) = (cast_expression "(_func_int_varargs **)&PTR__Sized_relobj_file_004b12b0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Sized_relobj_file_004b12b0" & identifier))) ;) (if_statement "if (pDVar2 != pDVar9) {\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }" if (parenthesized_expression "(pDVar2 != pDVar9)" ( (binary_expression "pDVar2 != pDVar9" identifier != identifier) )) (compound_statement "{\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }" { (do_statement "do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);" do (compound_statement "{\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n }" { (expression_statement "pcVar3 = (pDVar9->name_)._M_dataplus._M_p;" (assignment_expression "pcVar3 = (pDVar9->name_)._M_dataplus._M_p" identifier = (field_expression "(pDVar9->name_)._M_dataplus._M_p" (field_expression "(pDVar9->name_)._M_dataplus" (parenthesized_expression "(pDVar9->name_)" ( (field_expression "pDVar9->name_" 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 *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2" (binary_expression "allocator<char>_>_9\n *)pcVar3" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar3" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(pDVar9->name_).field_2" & (field_expression "(pDVar9->name_).field_2" (parenthesized_expression "(pDVar9->name_)" ( (field_expression "pDVar9->name_" identifier -> field_identifier) )) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar3);\n }" { (expression_statement "operator_delete(pcVar3);" (call_expression "operator_delete(pcVar3)" identifier (argument_list "(pcVar3)" ( identifier ))) ;) })) (expression_statement "pDVar9 = pDVar9 + 1;" (assignment_expression "pDVar9 = pDVar9 + 1" identifier = (binary_expression "pDVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pDVar2 != pDVar9)" ( (binary_expression "pDVar2 != pDVar9" identifier != identifier) )) ;) (ERROR "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::" (comma_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std" (binary_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar9 = (this->deferred_layout_relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_relocs_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_relocs_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_relocs_)" ( (field_expression "this->deferred_layout_relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) , (comma_expression "_false>::Deferred_layout,_std" (binary_expression "_false>::Deferred_layout" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;" (comma_expression "Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start" (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (field_expression "_false>::Deferred_layout>_>\n ._M_impl._M_start" (field_expression "_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "_false>::Deferred_layout>_" (binary_expression "_false>::Deferred_layout" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)) ;) })) (if_statement "if (pDVar9 != (pointer)0x0) {\n operator_delete(pDVar9);\n }" if (parenthesized_expression "(pDVar9 != (pointer)0x0)" ( (binary_expression "pDVar9 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(pDVar9);\n }" { (expression_statement "operator_delete(pDVar9);" (call_expression "operator_delete(pDVar9)" identifier (argument_list "(pDVar9)" ( identifier ))) ;) })) (expression_statement "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish;" (field_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_finish" (field_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar2 = (this->deferred_layout_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_)" ( (field_expression "this->deferred_layout_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;" (field_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start" (field_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_)" ( (field_expression "this->deferred_layout_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (pDVar2 != pDVar9) {\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }" if (parenthesized_expression "(pDVar2 != pDVar9)" ( (binary_expression "pDVar2 != pDVar9" identifier != identifier) )) (compound_statement "{\n do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);\n pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;\n }" { (do_statement "do {\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n } while (pDVar2 != pDVar9);" do (compound_statement "{\n pcVar3 = (pDVar9->name_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }\n pDVar9 = pDVar9 + 1;\n }" { (expression_statement "pcVar3 = (pDVar9->name_)._M_dataplus._M_p;" (assignment_expression "pcVar3 = (pDVar9->name_)._M_dataplus._M_p" identifier = (field_expression "(pDVar9->name_)._M_dataplus._M_p" (field_expression "(pDVar9->name_)._M_dataplus" (parenthesized_expression "(pDVar9->name_)" ( (field_expression "pDVar9->name_" 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 *)pcVar3 != &(pDVar9->name_).field_2) {\n operator_delete(pcVar3);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar3 != &(pDVar9->name_).field_2" (binary_expression "allocator<char>_>_9\n *)pcVar3" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar3" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(pDVar9->name_).field_2" & (field_expression "(pDVar9->name_).field_2" (parenthesized_expression "(pDVar9->name_)" ( (field_expression "pDVar9->name_" identifier -> field_identifier) )) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar3);\n }" { (expression_statement "operator_delete(pcVar3);" (call_expression "operator_delete(pcVar3)" identifier (argument_list "(pcVar3)" ( identifier ))) ;) })) (expression_statement "pDVar9 = pDVar9 + 1;" (assignment_expression "pDVar9 = pDVar9 + 1" identifier = (binary_expression "pDVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pDVar2 != pDVar9)" ( (binary_expression "pDVar2 != pDVar9" identifier != identifier) )) ;) (ERROR "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std::allocator<gold::" (comma_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64,_false>::Deferred_layout,_std" (binary_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold::Sized_relobj_file<64" (assignment_expression "pDVar9 = (this->deferred_layout_).\n super__Vector_base<gold" identifier = (binary_expression "(this->deferred_layout_).\n super__Vector_base<gold" (field_expression "(this->deferred_layout_).\n super__Vector_base" (parenthesized_expression "(this->deferred_layout_)" ( (field_expression "this->deferred_layout_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Sized_relobj_file" : : identifier) < number_literal) , (comma_expression "_false>::Deferred_layout,_std" (binary_expression "_false>::Deferred_layout" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start;" (comma_expression "Sized_relobj_file<64,_false>::Deferred_layout>_>\n ._M_impl._M_start" (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (field_expression "_false>::Deferred_layout>_>\n ._M_impl._M_start" (field_expression "_false>::Deferred_layout>_>\n ._M_impl" (binary_expression "_false>::Deferred_layout>_" (binary_expression "_false>::Deferred_layout" identifier > (ERROR "::" : :) identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)) ;) })) (if_statement "if (pDVar9 != (pointer)0x0) {\n operator_delete(pDVar9);\n }" if (parenthesized_expression "(pDVar9 != (pointer)0x0)" ( (binary_expression "pDVar9 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(pDVar9);\n }" { (expression_statement "operator_delete(pDVar9);" (call_expression "operator_delete(pDVar9)" identifier (argument_list "(pDVar9)" ( identifier ))) ;) })) (expression_statement "__x = (_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "__x = (_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" identifier = (field_expression "(_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "(_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "(_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(_Link_type)\n (this->kept_comdat_sections_)._M_t._M_impl" (field_expression "(_Link_type)\n (this->kept_comdat_sections_)._M_t" (call_expression "(_Link_type)\n (this->kept_comdat_sections_)" (parenthesized_expression "(_Link_type)" ( identifier )) (argument_list "(this->kept_comdat_sections_)" ( (field_expression "this->kept_comdat_sections_" identifier -> field_identifier) ))) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (labeled_statement "std::\n _Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>,_std::less<unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>_>\n ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x);" statement_identifier (ERROR "::\n _Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<64,_false>::Kept_comdat_section>_>,_std::less<unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_gold:" : : (comma_expression "_Rb_tree<unsigned_int,_std" (binary_expression "_Rb_tree<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_gold" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (comma_expression "Sized_relobj_file<64,_false>::Kept_comdat_section>,_std" (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (binary_expression "_false>::Kept_comdat_section>,_std" (binary_expression "_false>::Kept_comdat_section" identifier > (ERROR "::" : :) identifier) > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_gold" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) : : (comma_expression "Sized_relobj_file<64,_false>::Kept_comdat_section>_>,_std" (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (binary_expression "_false>::Kept_comdat_section>_>,_std" (binary_expression "_false>::Kept_comdat_section>_" (binary_expression "_false>::Kept_comdat_section" identifier > (ERROR "::" : :) identifier) > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<unsigned_int>,_std" (binary_expression "less<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_gold" (binary_expression "pair<unsigned_int_const" identifier < identifier) , identifier) :) : (expression_statement "Sized_relobj_file<64,_false>::Kept_comdat_section>_>_>\n ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x);" (comma_expression "Sized_relobj_file<64,_false>::Kept_comdat_section>_>_>\n ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x)" (binary_expression "Sized_relobj_file<64" identifier < number_literal) , (binary_expression "_false>::Kept_comdat_section>_>_>\n ::_M_erase(&(this->kept_comdat_sections_)._M_t,__x)" (binary_expression "_false>::Kept_comdat_section>_>_" (binary_expression "_false>::Kept_comdat_section>_" (binary_expression "_false>::Kept_comdat_section" identifier > (ERROR "::" : :) identifier) > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_erase(&(this->kept_comdat_sections_)._M_t,__x)" identifier (argument_list "(&(this->kept_comdat_sections_)._M_t,__x)" ( (pointer_expression "&(this->kept_comdat_sections_)._M_t" & (field_expression "(this->kept_comdat_sections_)._M_t" (parenthesized_expression "(this->kept_comdat_sections_)" ( (field_expression "this->kept_comdat_sections_" identifier -> field_identifier) )) . field_identifier)) , identifier ))))) ;)) (labeled_statement "std::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" statement_identifier (ERROR "::\n _Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std:" : : (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>_>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (comma_expression "__detail::_Select1st,_std::equal_to<unsigned_int>,_std" identifier (ERROR "::_Select1st,_std::equal_to<unsigned_int>" : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int" identifier < identifier) >) , identifier) : : (binary_expression "hash<unsigned_int>,_std" (binary_expression "hash<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x);" (comma_expression "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" identifier , (binary_expression "_true>_>\n ::~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" ~ (call_expression "_Hashtable((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" identifier (argument_list "((_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_,(int)__x)" ( (binary_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)&this->local_plt_offsets_" (parenthesized_expression "(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)" ( (ERROR "_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_unsigned_int>,_std::allocator<std::pair<unsigned_int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<unsigned_int>,_std::hash<unsigned_int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<unsigned_int,_std" (binary_expression "_Hashtable<unsigned_int" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<unsigned_int_const,_unsigned_int>_>,_std" (binary_expression "pair<unsigned_int_const" identifier < identifier) , (binary_expression "_unsigned_int>_>,_std" (binary_expression "_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : identifier : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<unsigned_int>,_std" (binary_expression "equal_to<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "hash<unsigned_int>,_std" (binary_expression "hash<unsigned_int" identifier < identifier) > (ERROR "," ,) 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<false,_false,_true>_>\n *" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) & (field_expression "this->local_plt_offsets_" identifier -> field_identifier)) , (cast_expression "(int)__x" ( (type_descriptor "int" primitive_type) ) identifier) ))))))) ;)))))) (expression_statement "__in_chrg_00 = (int)__x;" (assignment_expression "__in_chrg_00 = (int)__x" identifier = (cast_expression "(int)__x" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_finish;" (field_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_finish" (field_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (assignment_expression "pSVar4 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> 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) ;) (expression_statement "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;" (field_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start" (field_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (assignment_expression "this_00 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> 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) ;) (if_statement "if (pSVar4 != this_00) {\n do {\n pSVar10 = this_00 + 1;\n Symbol_value<64>::~Symbol_value(this_00,(int)__x);\n __in_chrg_00 = (int)__x;\n this_00 = pSVar10;\n } while (pSVar4 != pSVar10);\n this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n }" if (parenthesized_expression "(pSVar4 != this_00)" ( (binary_expression "pSVar4 != this_00" identifier != identifier) )) (compound_statement "{\n do {\n pSVar10 = this_00 + 1;\n Symbol_value<64>::~Symbol_value(this_00,(int)__x);\n __in_chrg_00 = (int)__x;\n this_00 = pSVar10;\n } while (pSVar4 != pSVar10);\n this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;\n }" { (do_statement "do {\n pSVar10 = this_00 + 1;\n Symbol_value<64>::~Symbol_value(this_00,(int)__x);\n __in_chrg_00 = (int)__x;\n this_00 = pSVar10;\n } while (pSVar4 != pSVar10);" do (compound_statement "{\n pSVar10 = this_00 + 1;\n Symbol_value<64>::~Symbol_value(this_00,(int)__x);\n __in_chrg_00 = (int)__x;\n this_00 = pSVar10;\n }" { (expression_statement "pSVar10 = this_00 + 1;" (assignment_expression "pSVar10 = this_00 + 1" identifier = (binary_expression "this_00 + 1" identifier + number_literal)) ;) (expression_statement "Symbol_value<64>::~Symbol_value(this_00,(int)__x);" (binary_expression "Symbol_value<64>::~Symbol_value(this_00,(int)__x)" (binary_expression "Symbol_value<64" identifier < number_literal) > (ERROR "::" : :) (unary_expression "~Symbol_value(this_00,(int)__x)" ~ (call_expression "Symbol_value(this_00,(int)__x)" identifier (argument_list "(this_00,(int)__x)" ( identifier , (cast_expression "(int)__x" ( (type_descriptor "int" primitive_type) ) identifier) ))))) ;) (expression_statement "__in_chrg_00 = (int)__x;" (assignment_expression "__in_chrg_00 = (int)__x" identifier = (cast_expression "(int)__x" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "this_00 = pSVar10;" (assignment_expression "this_00 = pSVar10" identifier = identifier) ;) }) while (parenthesized_expression "(pSVar4 != pSVar10)" ( (binary_expression "pSVar4 != pSVar10" identifier != identifier) )) ;) (expression_statement "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start;" (field_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl._M_start" (field_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_>.\n _M_impl" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_>_" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64>_" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold::Symbol_value<64" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std::allocator<gold" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64>,_std" (binary_expression "this_00 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<64" (assignment_expression "this_00 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> 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) ;) })) (if_statement "if (this_00 != (Symbol_value<64> *)0x0) {\n operator_delete(this_00);\n }" if (parenthesized_expression "(this_00 != (Symbol_value<64> *)0x0)" ( (binary_expression "this_00 != (Symbol_value<64> *)0x0)" identifier != (parenthesized_expression "(Symbol_value<64> *)0x0)" ( (binary_expression "Symbol_value<64> *)0x0" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) ))) )) (compound_statement "{\n operator_delete(this_00);\n }" { (expression_statement "operator_delete(this_00);" (call_expression "operator_delete(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;) })) (expression_statement "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;" (field_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar5 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppSVar5 != (pointer)0x0) {\n operator_delete(ppSVar5);\n }" if (parenthesized_expression "(ppSVar5 != (pointer)0x0)" ( (binary_expression "ppSVar5 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppSVar5);\n }" { (expression_statement "operator_delete(ppSVar5);" (call_expression "operator_delete(ppSVar5)" identifier (argument_list "(ppSVar5)" ( identifier ))) ;) })) (expression_statement "puVar6 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_unsigned_int,_std::allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004afbd0;" (assignment_expression "puVar6 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_unsigned_int,_std::allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004afbd0" identifier = (parenthesized_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_unsigned_int,_std::allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004afbd0" ( (ERROR "this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_unsigned_int,_std::" (comma_expression "this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<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_unsigned_int,_std" (binary_expression "_false>).section_offsets_.\n super__Vector_base<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)) : :) (assignment_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004afbd0" (field_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object" (field_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object" (field_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>).super_Relobj" (call_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start;\n (this->super_Sized_relobj<64,_false>)" (field_expression "allocator<long_unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<long_unsigned_int>_>._M_impl" (binary_expression "allocator<long_unsigned_int>_" (binary_expression "allocator<long_unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) (ERROR ";" ;) (argument_list "(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) = (cast_expression "(_func_int_varargs **)&DAT_004afbd0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004afbd0" & identifier))) ))) ;) (if_statement "if (puVar6 != (pointer)0x0) {\n operator_delete(puVar6);\n }" if (parenthesized_expression "(puVar6 != (pointer)0x0)" ( (binary_expression "puVar6 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(puVar6);\n }" { (expression_statement "operator_delete(puVar6);" (call_expression "operator_delete(puVar6)" identifier (argument_list "(puVar6)" ( 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::_Hashtable_traits<true,_false," (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) : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier < true , identifier ,) (expression_statement "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004adb50;" (assignment_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004adb50" (field_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object" (field_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object" (field_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj" (call_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7);\n }\n (this->super_Sized_relobj<64,_false>)" (binary_expression "_true>_>\n ::~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7)" ~ (call_expression "_Hashtable((_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7)" 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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0) {\n operator_delete(ppOVar7)" ( (call_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40;\n if (ppOVar7 != (pointer)0x0)" (assignment_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)&DAT_004aee40" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object._vptr_Object" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>).super_Relobj" (call_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 (this->super_Sized_relobj<64,_false>)" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 "(_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (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 "(_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>).super_Relobj" (call_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->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00);\n ppOVar7 = (this->super_Sized_relobj<64,_false>)" (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 *)&(this->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00)" ( (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 *)&(this->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n *)&(this->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00" identifier , (comma_expression "_true>_>\n *)&(this->super_Sized_relobj<64,_false>).local_got_offsets_,__in_chrg_00" (binary_expression "_true>_>\n *)&(this->super_Sized_relobj<64,_false>).local_got_offsets_" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*)&(this->super_Sized_relobj<64,_false>).local_got_offsets_" * (ERROR ")" )) (pointer_expression "&(this->super_Sized_relobj<64,_false>).local_got_offsets_" & (field_expression "(this->super_Sized_relobj<64,_false>).local_got_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)))) , identifier))) )) (ERROR ";\n ppOVar7 =" ; identifier =) (argument_list "(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) (ERROR ";" ;) (argument_list "(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) = (cast_expression "(_func_int_varargs **)&DAT_004aee40" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004aee40" & identifier))) (ERROR ";\n if" ; if) (argument_list "(ppOVar7 != (pointer)0x0)" ( (binary_expression "ppOVar7 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ))) (ERROR "{\n operator_delete(ppOVar7" { identifier ( identifier) ))))) (ERROR ";\n }" ; }) (argument_list "(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) = (cast_expression "(_func_int_varargs **)&DAT_004adb50" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004adb50" & identifier))) ;) (expression_statement "pIVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.input_file_;" (assignment_expression "pIVar8 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.input_file_" identifier = (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.input_file_" (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)) ;) (if_statement "if (pIVar8 != (Input_file *)0x0) {\n piVar1 = &(pIVar8->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(pIVar8 != (Input_file *)0x0)" ( (binary_expression "pIVar8 != (Input_file *)0x0" identifier != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar1 = &(pIVar8->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = &(pIVar8->file_).object_count_;" (assignment_expression "piVar1 = &(pIVar8->file_).object_count_" identifier = (pointer_expression "&(pIVar8->file_).object_count_" & (field_expression "(pIVar8->file_).object_count_" (parenthesized_expression "(pIVar8->file_)" ( (field_expression "pIVar8->file_" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (expression_statement "pcVar3 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus._M_p;" (assignment_expression "pcVar3 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus._M_p" identifier = (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus._M_p" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_._M_dataplus" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_" (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) . 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 *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2) {\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar3 == &(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar3" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar3" identifier * (ERROR ")" )) identifier)) == (pointer_expression "&(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2" & (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_.field_2" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.name_" (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) . field_identifier))) )) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "operator_delete(pcVar3);" (call_expression "operator_delete(pcVar3)" identifier (argument_list "(pcVar3)" ( identifier ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0024f500(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}\n\n" (function_definition "void FUN_0024f500(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" primitive_type (function_declarator "FUN_0024f500(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar2 = (long *)param_1[0x41];" (assignment_expression "plVar2 = (long *)param_1[0x41]" identifier = (cast_expression "(long *)param_1[0x41]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x41]" identifier [ number_literal ]))) ;) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" identifier = (cast_expression "(long *)param_1[0x40]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x40]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &PTR_FUN_004b12b0;" (assignment_expression "*param_1 = &PTR_FUN_004b12b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b12b0" & identifier)) ;) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" if (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" { (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" do (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" { (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" if (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" ( (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) != (binary_expression "plVar4 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" identifier = (binary_expression "plVar4 + 0xe" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) ;) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" identifier = (cast_expression "(long *)param_1[0x40]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x40]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00338a40(plVar4);\n }" { (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" identifier (argument_list "(plVar4)" ( identifier ))) ;) })) (expression_statement "plVar2 = (long *)param_1[0x3e];" (assignment_expression "plVar2 = (long *)param_1[0x3e]" identifier = (cast_expression "(long *)param_1[0x3e]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3e]" identifier [ number_literal ]))) ;) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" identifier = (cast_expression "(long *)param_1[0x3d]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3d]" identifier [ number_literal ]))) ;) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" if (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" { (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" do (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" { (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" if (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" ( (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) != (binary_expression "plVar4 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" identifier = (binary_expression "plVar4 + 0xe" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar4)" ( (binary_expression "plVar2 != plVar4" identifier != identifier) )) ;) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" identifier = (cast_expression "(long *)param_1[0x3d]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0x3d]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00338a40(plVar4);\n }" { (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" identifier (argument_list "(plVar4)" ( identifier ))) ;) })) (expression_statement "FUN_00235d40(param_1 + 0x36,param_1[0x38]);" (call_expression "FUN_00235d40(param_1 + 0x36,param_1[0x38])" identifier (argument_list "(param_1 + 0x36,param_1[0x38])" ( (binary_expression "param_1 + 0x36" identifier + number_literal) , (subscript_expression "param_1[0x38]" identifier [ number_literal ]) ))) ;) (expression_statement "FUN_001bcdb0(param_1 + 0x2f);" (call_expression "FUN_001bcdb0(param_1 + 0x2f)" identifier (argument_list "(param_1 + 0x2f)" ( (binary_expression "param_1 + 0x2f" identifier + number_literal) ))) ;) (expression_statement "lVar3 = param_1[0x2d];" (assignment_expression "lVar3 = param_1[0x2d]" identifier = (subscript_expression "param_1[0x2d]" identifier [ number_literal ])) ;) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) (if_statement "if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" if (parenthesized_expression "(lVar3 != lVar6)" ( (binary_expression "lVar3 != lVar6" identifier != identifier) )) (compound_statement "{\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" { (do_statement "do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);" do (compound_statement "{\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n }" { (expression_statement "lVar5 = lVar6 + 0x18;" (assignment_expression "lVar5 = lVar6 + 0x18" identifier = (binary_expression "lVar6 + 0x18" identifier + number_literal)) ;) (expression_statement "FUN_001bdad0(lVar6);" (call_expression "FUN_001bdad0(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) (expression_statement "lVar6 = lVar5;" (assignment_expression "lVar6 = lVar5" identifier = identifier) ;) }) while (parenthesized_expression "(lVar3 != lVar5)" ( (binary_expression "lVar3 != lVar5" identifier != identifier) )) ;) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" identifier = (subscript_expression "param_1[0x2c]" identifier [ number_literal ])) ;) })) (if_statement "if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00338a40(lVar6);\n }" { (expression_statement "FUN_00338a40(lVar6);" (call_expression "FUN_00338a40(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) })) (if_statement "if (param_1[0x26] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[0x26] != 0)" ( (binary_expression "param_1[0x26] != 0" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_004afbd0;" (assignment_expression "*param_1 = &DAT_004afbd0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004afbd0" & identifier)) ;) (if_statement "if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[0x1c] != 0)" ( (binary_expression "param_1[0x1c] != 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_001fe430(param_1 + 0x15);" (call_expression "FUN_001fe430(param_1 + 0x15)" identifier (argument_list "(param_1 + 0x15)" ( (binary_expression "param_1 + 0x15" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &DAT_004aee40;" (assignment_expression "*param_1 = &DAT_004aee40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004aee40" & identifier)) ;) (if_statement "if (param_1[10] != 0) {\n FUN_00338a40();\n }" if (parenthesized_expression "(param_1[10] != 0)" ( (binary_expression "param_1[10] != 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_00338a40();\n }" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_004adb50;" (assignment_expression "*param_1 = &DAT_004adb50" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004adb50" & identifier)) ;) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(param_1[5] != 0)" ( (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" identifier = (cast_expression "(int *)(param_1[5] + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[5] + 0x50)" ( (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] == param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] == param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) == (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" 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 { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == (binary_expression IDENT + LIT)) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0024f500(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024f500(undefined8 *param_1)" (identifier "FUN_0024f500") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long lVar3;\n long *plVar4;\n long lVar5;\n long lVar6;\n \n plVar2 = (long *)param_1[0x41];\n plVar4 = (long *)param_1[0x40];\n *param_1 = &PTR_FUN_004b12b0;\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n plVar2 = (long *)param_1[0x3e];\n plVar4 = (long *)param_1[0x3d];\n if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }\n if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }\n FUN_00235d40(param_1 + 0x36,param_1[0x38]);\n FUN_001bcdb0(param_1 + 0x2f);\n lVar3 = param_1[0x2d];\n lVar6 = param_1[0x2c];\n if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }\n if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }\n if (param_1[0x26] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004afbd0;\n if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }\n FUN_001fe430(param_1 + 0x15);\n *param_1 = &DAT_004aee40;\n if (param_1[10] != 0) {\n FUN_00338a40();\n }\n *param_1 = &DAT_004adb50;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }\n FUN_00338a40();\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (expression_statement "plVar2 = (long *)param_1[0x41];" (assignment_expression "plVar2 = (long *)param_1[0x41]" (identifier "plVar2") (= "=") (cast_expression "(long *)param_1[0x41]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x41]" (identifier "param_1") ([ "[") (number_literal "0x41") (] "]")))) (; ";")) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" (identifier "plVar4") (= "=") (cast_expression "(long *)param_1[0x40]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x40]" (identifier "param_1") ([ "[") (number_literal "0x40") (] "]")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004b12b0;" (assignment_expression "*param_1 = &PTR_FUN_004b12b0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004b12b0" (& "&") (identifier "PTR_FUN_004b12b0"))) (; ";")) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" (if "if") (parenthesized_expression "(plVar2 != plVar4)" (( "(") (binary_expression "plVar2 != plVar4" (identifier "plVar2") (!= "!=") (identifier "plVar4")) () ")")) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x40];\n }" ({ "{") (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" (do "do") (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" ({ "{") (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" (if "if") (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" (( "(") (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4"))) (!= "!=") (binary_expression "plVar4 + 2" (identifier "plVar4") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_00338a40();\n }" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" (identifier "plVar4") (= "=") (binary_expression "plVar4 + 0xe" (identifier "plVar4") (+ "+") (number_literal "0xe"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar2 != plVar4)" (( "(") (binary_expression "plVar2 != plVar4" (identifier "plVar2") (!= "!=") (identifier "plVar4")) () ")")) (; ";")) (expression_statement "plVar4 = (long *)param_1[0x40];" (assignment_expression "plVar4 = (long *)param_1[0x40]" (identifier "plVar4") (= "=") (cast_expression "(long *)param_1[0x40]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x40]" (identifier "param_1") ([ "[") (number_literal "0x40") (] "]")))) (; ";")) (} "}"))) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" (if "if") (parenthesized_expression "(plVar4 != (long *)0x0)" (( "(") (binary_expression "plVar4 != (long *)0x0" (identifier "plVar4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00338a40(plVar4);\n }" ({ "{") (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" (identifier "FUN_00338a40") (argument_list "(plVar4)" (( "(") (identifier "plVar4") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar2 = (long *)param_1[0x3e];" (assignment_expression "plVar2 = (long *)param_1[0x3e]" (identifier "plVar2") (= "=") (cast_expression "(long *)param_1[0x3e]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x3e]" (identifier "param_1") ([ "[") (number_literal "0x3e") (] "]")))) (; ";")) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" (identifier "plVar4") (= "=") (cast_expression "(long *)param_1[0x3d]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x3d]" (identifier "param_1") ([ "[") (number_literal "0x3d") (] "]")))) (; ";")) (if_statement "if (plVar2 != plVar4) {\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" (if "if") (parenthesized_expression "(plVar2 != plVar4)" (( "(") (binary_expression "plVar2 != plVar4" (identifier "plVar2") (!= "!=") (identifier "plVar4")) () ")")) (compound_statement "{\n do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);\n plVar4 = (long *)param_1[0x3d];\n }" ({ "{") (do_statement "do {\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n } while (plVar2 != plVar4);" (do "do") (compound_statement "{\n if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }\n plVar4 = plVar4 + 0xe;\n }" ({ "{") (if_statement "if ((long *)*plVar4 != plVar4 + 2) {\n FUN_00338a40();\n }" (if "if") (parenthesized_expression "((long *)*plVar4 != plVar4 + 2)" (( "(") (binary_expression "(long *)*plVar4 != plVar4 + 2" (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4"))) (!= "!=") (binary_expression "plVar4 + 2" (identifier "plVar4") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_00338a40();\n }" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar4 = plVar4 + 0xe;" (assignment_expression "plVar4 = plVar4 + 0xe" (identifier "plVar4") (= "=") (binary_expression "plVar4 + 0xe" (identifier "plVar4") (+ "+") (number_literal "0xe"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar2 != plVar4)" (( "(") (binary_expression "plVar2 != plVar4" (identifier "plVar2") (!= "!=") (identifier "plVar4")) () ")")) (; ";")) (expression_statement "plVar4 = (long *)param_1[0x3d];" (assignment_expression "plVar4 = (long *)param_1[0x3d]" (identifier "plVar4") (= "=") (cast_expression "(long *)param_1[0x3d]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0x3d]" (identifier "param_1") ([ "[") (number_literal "0x3d") (] "]")))) (; ";")) (} "}"))) (if_statement "if (plVar4 != (long *)0x0) {\n FUN_00338a40(plVar4);\n }" (if "if") (parenthesized_expression "(plVar4 != (long *)0x0)" (( "(") (binary_expression "plVar4 != (long *)0x0" (identifier "plVar4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00338a40(plVar4);\n }" ({ "{") (expression_statement "FUN_00338a40(plVar4);" (call_expression "FUN_00338a40(plVar4)" (identifier "FUN_00338a40") (argument_list "(plVar4)" (( "(") (identifier "plVar4") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00235d40(param_1 + 0x36,param_1[0x38]);" (call_expression "FUN_00235d40(param_1 + 0x36,param_1[0x38])" (identifier "FUN_00235d40") (argument_list "(param_1 + 0x36,param_1[0x38])" (( "(") (binary_expression "param_1 + 0x36" (identifier "param_1") (+ "+") (number_literal "0x36")) (, ",") (subscript_expression "param_1[0x38]" (identifier "param_1") ([ "[") (number_literal "0x38") (] "]")) () ")"))) (; ";")) (expression_statement "FUN_001bcdb0(param_1 + 0x2f);" (call_expression "FUN_001bcdb0(param_1 + 0x2f)" (identifier "FUN_001bcdb0") (argument_list "(param_1 + 0x2f)" (( "(") (binary_expression "param_1 + 0x2f" (identifier "param_1") (+ "+") (number_literal "0x2f")) () ")"))) (; ";")) (expression_statement "lVar3 = param_1[0x2d];" (assignment_expression "lVar3 = param_1[0x2d]" (identifier "lVar3") (= "=") (subscript_expression "param_1[0x2d]" (identifier "param_1") ([ "[") (number_literal "0x2d") (] "]"))) (; ";")) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" (identifier "lVar6") (= "=") (subscript_expression "param_1[0x2c]" (identifier "param_1") ([ "[") (number_literal "0x2c") (] "]"))) (; ";")) (if_statement "if (lVar3 != lVar6) {\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" (if "if") (parenthesized_expression "(lVar3 != lVar6)" (( "(") (binary_expression "lVar3 != lVar6" (identifier "lVar3") (!= "!=") (identifier "lVar6")) () ")")) (compound_statement "{\n do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);\n lVar6 = param_1[0x2c];\n }" ({ "{") (do_statement "do {\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n } while (lVar3 != lVar5);" (do "do") (compound_statement "{\n lVar5 = lVar6 + 0x18;\n FUN_001bdad0(lVar6);\n lVar6 = lVar5;\n }" ({ "{") (expression_statement "lVar5 = lVar6 + 0x18;" (assignment_expression "lVar5 = lVar6 + 0x18" (identifier "lVar5") (= "=") (binary_expression "lVar6 + 0x18" (identifier "lVar6") (+ "+") (number_literal "0x18"))) (; ";")) (expression_statement "FUN_001bdad0(lVar6);" (call_expression "FUN_001bdad0(lVar6)" (identifier "FUN_001bdad0") (argument_list "(lVar6)" (( "(") (identifier "lVar6") () ")"))) (; ";")) (expression_statement "lVar6 = lVar5;" (assignment_expression "lVar6 = lVar5" (identifier "lVar6") (= "=") (identifier "lVar5")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar3 != lVar5)" (( "(") (binary_expression "lVar3 != lVar5" (identifier "lVar3") (!= "!=") (identifier "lVar5")) () ")")) (; ";")) (expression_statement "lVar6 = param_1[0x2c];" (assignment_expression "lVar6 = param_1[0x2c]" (identifier "lVar6") (= "=") (subscript_expression "param_1[0x2c]" (identifier "param_1") ([ "[") (number_literal "0x2c") (] "]"))) (; ";")) (} "}"))) (if_statement "if (lVar6 != 0) {\n FUN_00338a40(lVar6);\n }" (if "if") (parenthesized_expression "(lVar6 != 0)" (( "(") (binary_expression "lVar6 != 0" (identifier "lVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00338a40(lVar6);\n }" ({ "{") (expression_statement "FUN_00338a40(lVar6);" (call_expression "FUN_00338a40(lVar6)" (identifier "FUN_00338a40") (argument_list "(lVar6)" (( "(") (identifier "lVar6") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_1[0x26] != 0) {\n FUN_00338a40();\n }" (if "if") (parenthesized_expression "(param_1[0x26] != 0)" (( "(") (binary_expression "param_1[0x26] != 0" (subscript_expression "param_1[0x26]" (identifier "param_1") ([ "[") (number_literal "0x26") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00338a40();\n }" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_004afbd0;" (assignment_expression "*param_1 = &DAT_004afbd0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004afbd0" (& "&") (identifier "DAT_004afbd0"))) (; ";")) (if_statement "if (param_1[0x1c] != 0) {\n FUN_00338a40();\n }" (if "if") (parenthesized_expression "(param_1[0x1c] != 0)" (( "(") (binary_expression "param_1[0x1c] != 0" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00338a40();\n }" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001fe430(param_1 + 0x15);" (call_expression "FUN_001fe430(param_1 + 0x15)" (identifier "FUN_001fe430") (argument_list "(param_1 + 0x15)" (( "(") (binary_expression "param_1 + 0x15" (identifier "param_1") (+ "+") (number_literal "0x15")) () ")"))) (; ";")) (expression_statement "*param_1 = &DAT_004aee40;" (assignment_expression "*param_1 = &DAT_004aee40" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004aee40" (& "&") (identifier "DAT_004aee40"))) (; ";")) (if_statement "if (param_1[10] != 0) {\n FUN_00338a40();\n }" (if "if") (parenthesized_expression "(param_1[10] != 0)" (( "(") (binary_expression "param_1[10] != 0" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00338a40();\n }" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_004adb50;" (assignment_expression "*param_1 = &DAT_004adb50" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004adb50" (& "&") (identifier "DAT_004adb50"))) (; ";")) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" (if "if") (parenthesized_expression "(param_1[5] != 0)" (( "(") (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" ({ "{") (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" (identifier "piVar1") (= "=") (cast_expression "(int *)(param_1[5] + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[5] + 0x50)" (( "(") (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (+ "+") (number_literal "0x50")) () ")")))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if ((undefined8 *)param_1[1] == param_1 + 3) {\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] == param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] == param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (== "==") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void ~Sized_relobj_file(Sized_relobj_file<64,_false> * this, int __in_chrg) */ void __thiscall var_2::var_12<64,var_13>::~var_12 (var_12<64,var_13> *this,int __in_chrg) { int *piVar1; type_1 var_5; type_1 var_10; var_1<64> *var_20; type_1 var_23; type_1 var_25; type_1 var_26; type_2 *var_27; type_1 var_6; var_1<64> *var_22; var_1<64> *var_21; int __in_chrg_00; type_3 __x; var_5 = (this->deferred_layout_relocs_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_finish; var_6 = (this->deferred_layout_relocs_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_start; (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object._vptr_Object = (type_4 **)&PTR__Sized_relobj_file_004b12b0; if (var_5 != var_6) { do { var_10 = (var_6->name_)._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_8,var_19::char_traits<var_8>,var_19::var_7<var_8>var_4>var_9 *)var_10 != &(var_6->name_).field_2) { var_11(var_10); } var_6 = var_6 + 1; } while (var_5 != var_6); var_6 = (this->deferred_layout_relocs_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_start; } if (var_6 != (type_1)0x0) { var_11(var_6); } var_5 = (this->deferred_layout_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_finish; var_6 = (this->deferred_layout_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_start; if (var_5 != var_6) { do { var_10 = (var_6->name_)._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_8,var_19::char_traits<var_8>,var_19::var_7<var_8>var_4>var_9 *)var_10 != &(var_6->name_).field_2) { var_11(var_10); } var_6 = var_6 + 1; } while (var_5 != var_6); var_6 = (this->deferred_layout_). super__Vector_base<var_2::var_12<64,var_13>::var_3,var_19::var_7<var_2::var_12<64,var_13>::var_3>var_4> ._M_impl._M_start; } if (var_6 != (type_1)0x0) { var_11(var_6); } __x = (type_3) (this->kept_comdat_sections_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; std:: _Rb_tree<unsigned_int,var_19::pair<unsigned_int_const,_gold::var_12<64,var_13>::var_14>,var_19::_Select1st<std::pair<unsigned_int_const,_gold::var_12<64,var_13>::var_14>var_4>,var_19::less<unsigned_int>,var_19::var_7<std::pair<unsigned_int_const,_gold::var_12<64,var_13>::var_14>var_4>var_4> ::var_15(&(this->kept_comdat_sections_)._M_t,__x); std:: var_18<unsigned_int,var_19::pair<unsigned_int_const,_unsigned_int>,var_19::var_7<std::pair<unsigned_int_const,_unsigned_int>var_4>,var_19::__detail::_Select1st,var_19::equal_to<unsigned_int>,var_19::hash<unsigned_int>,var_19::__detail::_Mod_range_hashing,var_19::__detail::_Default_ranged_hash,var_19::__detail::_Prime_rehash_policy,var_19::__detail::var_16<false,var_13,var_17>var_4> ::~var_18((var_18<unsigned_int,var_19::pair<unsigned_int_const,_unsigned_int>,var_19::var_7<std::pair<unsigned_int_const,_unsigned_int>var_4>,var_19::__detail::_Select1st,var_19::equal_to<unsigned_int>,var_19::hash<unsigned_int>,var_19::__detail::_Mod_range_hashing,var_19::__detail::_Default_ranged_hash,var_19::__detail::_Prime_rehash_policy,var_19::__detail::var_16<false,var_13,var_17>var_4> *)&this->local_plt_offsets_,(int)__x); __in_chrg_00 = (int)__x; var_20 = (this->local_values_). super__Vector_base<var_2::var_1<64>,var_19::var_7<var_2::var_1<64>var_4>var_4>. _M_impl._M_finish; var_21 = (this->local_values_). super__Vector_base<var_2::var_1<64>,var_19::var_7<var_2::var_1<64>var_4>var_4>. _M_impl._M_start; if (var_20 != var_21) { do { var_22 = var_21 + 1; var_1<64>::~var_1(var_21,(int)__x); __in_chrg_00 = (int)__x; var_21 = var_22; } while (var_20 != var_22); var_21 = (this->local_values_). super__Vector_base<var_2::var_1<64>,var_19::var_7<var_2::var_1<64>var_4>var_4>. _M_impl._M_start; } if (var_21 != (var_1<64> *)0x0) { var_11(var_21); } var_23 = (this->symbols_).super__Vector_base<var_2::Symbol*,var_19::var_7<var_2::Symbol*>var_4>. _M_impl._M_start; if (var_23 != (type_1)0x0) { var_11(var_23); } var_25 = (this->super_Sized_relobj<64,var_13>).section_offsets_. super__Vector_base<var_24,var_19::var_7<var_24>var_4>._M_impl. _M_start; (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object._vptr_Object = (type_4 **)&DAT_004afbd0; if (var_25 != (type_1)0x0) { var_11(var_25); } std:: var_18<var_2::Local_got_entry_key,var_19::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,var_19::var_7<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>var_4>,var_19::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,var_19::__detail::_Mod_range_hashing,var_19::__detail::_Default_ranged_hash,var_19::__detail::_Prime_rehash_policy,var_19::__detail::var_16<true,var_13,var_17>var_4> ::~var_18((var_18<var_2::Local_got_entry_key,var_19::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,var_19::var_7<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>var_4>,var_19::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,var_19::__detail::_Mod_range_hashing,var_19::__detail::_Default_ranged_hash,var_19::__detail::_Prime_rehash_policy,var_19::__detail::var_16<true,var_13,var_17>var_4> *)&(this->super_Sized_relobj<64,var_13>).local_got_offsets_,__in_chrg_00); var_26 = (this->super_Sized_relobj<64,var_13>).super_Relobj.output_sections_. super__Vector_base<var_2::Output_section*,var_19::var_7<var_2::Output_section*>var_4>. _M_impl._M_start; (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object._vptr_Object = (type_4 **)&DAT_004aee40; if (var_26 != (type_1)0x0) { var_11(var_26); } (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object._vptr_Object = (type_4 **)&DAT_004adb50; var_27 = (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object.input_file_; if (var_27 != (type_2 *)0x0) { piVar1 = &(var_27->file_).object_count_; *piVar1 = *piVar1 + -1; } var_10 = (this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object.name_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_8,var_19::char_traits<var_8>,var_19::var_7<var_8>var_4>var_9 *)var_10 == &(this->super_Sized_relobj<64,var_13>).super_Relobj.super_Object.name_.field_2) { return; } var_11(var_10); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (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 (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
void MASKED(undefined8 *param_1) { int *piVar1; long *plVar2; long lVar3; long *plVar4; long lVar5; long lVar6; plVar2 = (long *)param_1[0x41]; plVar4 = (long *)param_1[0x40]; *param_1 = &PTR_FUN_004b12b0; if (plVar2 != plVar4) { do { if ((long *)*plVar4 != plVar4 + 2) { FUN_00338a40(); } plVar4 = plVar4 + 0xe; } while (plVar2 != plVar4); plVar4 = (long *)param_1[0x40]; } if (plVar4 != (long *)0x0) { FUN_00338a40(plVar4); } plVar2 = (long *)param_1[0x3e]; plVar4 = (long *)param_1[0x3d]; if (plVar2 != plVar4) { do { if ((long *)*plVar4 != plVar4 + 2) { FUN_00338a40(); } plVar4 = plVar4 + 0xe; } while (plVar2 != plVar4); plVar4 = (long *)param_1[0x3d]; } if (plVar4 != (long *)0x0) { FUN_00338a40(plVar4); } FUN_00235d40(param_1 + 0x36,param_1[0x38]); FUN_001bcdb0(param_1 + 0x2f); lVar3 = param_1[0x2d]; lVar6 = param_1[0x2c]; if (lVar3 != lVar6) { do { lVar5 = lVar6 + 0x18; FUN_001bdad0(lVar6); lVar6 = lVar5; } while (lVar3 != lVar5); lVar6 = param_1[0x2c]; } if (lVar6 != 0) { FUN_00338a40(lVar6); } if (param_1[0x26] != 0) { FUN_00338a40(); } *param_1 = &DAT_004afbd0; if (param_1[0x1c] != 0) { FUN_00338a40(); } FUN_001fe430(param_1 + 0x15); *param_1 = &DAT_004aee40; if (param_1[10] != 0) { FUN_00338a40(); } *param_1 = &DAT_004adb50; if (param_1[5] != 0) { piVar1 = (int *)(param_1[5] + 0x50); *piVar1 = *piVar1 + -1; } if ((undefined8 *)param_1[1] == param_1 + 3) { return; } FUN_00338a40(); return; }